2024-03-26T00:35:11.936 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-26T00:35:11.936 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} --name yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621825 --owner scheduled_yuriw@teuthology --verbose -- /home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621825/orig.config.yaml 2024-03-26T00:35:11.964 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-26T00:35:12.048 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621825 branch: wip-yuri3-testing-2024-03-25-0744 description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} email: yweinste@redhat.com first_in_suite: false job_id: '7621825' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri3-testing-2024-03-25-0744 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN sha1: 4354a20109fd25703f6611a1a8f196608a256149 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 4354a20109fd25703f6611a1a8f196608a256149 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri3-testing-2024-03-25-0744 sha1: 4354a20109fd25703f6611a1a8f196608a256149 owner: scheduled_yuriw@teuthology priority: 99 repo: https://github.com/ceph/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: 6662 sha1: 4354a20109fd25703f6611a1a8f196608a256149 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2024-03-25-0744 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_4354a20109fd25703f6611a1a8f196608a256149/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 4354a20109fd25703f6611a1a8f196608a256149 targets: smithi060.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHo6anP/hYjt0Y/4nRldtX6o/bSVmbWLQp2YADL1sXr8572Kmvwt7aSRce3+VvCcQECtpX/TytCorqy9imEaByg= smithi079.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIiPqyojJBpMb1FPMcp5s3AJRYUGqVXjUNzxj3+2s/8+sx2yXa7iCru4Qp3qN68PLYgE7Dlvjh/TmbTU4TxdZ34= smithi105.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKOsC634+gtukosGEoIbyNogQzaFmqU0DSn2My3zXmbNh6pzCvdjMsdUzNaRBFNeegAtJAyV6B525dxaF/qOdLs= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-25_20:36:27 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-26T00:35:12.048 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_4354a20109fd25703f6611a1a8f196608a256149/qa; will attempt to use it 2024-03-26T00:35:12.049 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_4354a20109fd25703f6611a1a8f196608a256149/qa/tasks 2024-03-26T00:35:12.049 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-26T00:35:12.051 INFO:teuthology.task.internal:Checking packages... 2024-03-26T00:35:12.079 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '4354a20109fd25703f6611a1a8f196608a256149' 2024-03-26T00:35:12.079 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-26T00:35:12.080 INFO:teuthology.packaging:ref: None 2024-03-26T00:35:12.080 INFO:teuthology.packaging:tag: None 2024-03-26T00:35:12.080 INFO:teuthology.packaging:branch: wip-yuri3-testing-2024-03-25-0744 2024-03-26T00:35:12.080 INFO:teuthology.packaging:sha1: 4354a20109fd25703f6611a1a8f196608a256149 2024-03-26T00:35:12.080 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuri3-testing-2024-03-25-0744 2024-03-26T00:35:12.226 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2416.g4354a201 2024-03-26T00:35:12.228 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-26T00:35:12.234 INFO:teuthology.task.internal:no buildpackages task found 2024-03-26T00:35:12.234 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-26T00:35:12.261 INFO:teuthology.task.internal:Saving configuration 2024-03-26T00:35:12.273 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-26T00:35:12.279 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-26T00:35:12.305 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi060.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621825', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-26 00:29:53.601026', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHo6anP/hYjt0Y/4nRldtX6o/bSVmbWLQp2YADL1sXr8572Kmvwt7aSRce3+VvCcQECtpX/TytCorqy9imEaByg='} 2024-03-26T00:35:12.326 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621825', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-26 00:29:53.597414', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIiPqyojJBpMb1FPMcp5s3AJRYUGqVXjUNzxj3+2s/8+sx2yXa7iCru4Qp3qN68PLYgE7Dlvjh/TmbTU4TxdZ34='} 2024-03-26T00:35:12.349 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621825', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-26 00:29:53.599343', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKOsC634+gtukosGEoIbyNogQzaFmqU0DSn2My3zXmbNh6pzCvdjMsdUzNaRBFNeegAtJAyV6B525dxaF/qOdLs='} 2024-03-26T00:35:12.349 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-26T00:35:12.357 INFO:teuthology.task.internal:roles: ubuntu@smithi060.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-03-26T00:35:12.357 INFO:teuthology.task.internal:roles: ubuntu@smithi079.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-03-26T00:35:12.357 INFO:teuthology.task.internal:roles: ubuntu@smithi105.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-03-26T00:35:12.357 INFO:teuthology.run_tasks:Running task console_log... 2024-03-26T00:35:12.455 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f61a89eef70>, signals=[15]) 2024-03-26T00:35:12.455 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-26T00:35:12.462 INFO:teuthology.task.internal:Opening connections... 2024-03-26T00:35:12.462 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi060.front.sepia.ceph.com 2024-03-26T00:35:12.464 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:35:12.571 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi079.front.sepia.ceph.com 2024-03-26T00:35:12.572 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:35:12.662 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi105.front.sepia.ceph.com 2024-03-26T00:35:12.663 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:35:12.752 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-26T00:35:12.760 DEBUG:teuthology.orchestra.run.smithi060:> uname -m 2024-03-26T00:35:12.778 INFO:teuthology.orchestra.run.smithi060.stdout:x86_64 2024-03-26T00:35:12.779 DEBUG:teuthology.orchestra.run.smithi060:> cat /etc/os-release 2024-03-26T00:35:12.837 INFO:teuthology.orchestra.run.smithi060.stdout:NAME="CentOS Stream" 2024-03-26T00:35:12.837 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION="9" 2024-03-26T00:35:12.837 INFO:teuthology.orchestra.run.smithi060.stdout:ID="centos" 2024-03-26T00:35:12.837 INFO:teuthology.orchestra.run.smithi060.stdout:ID_LIKE="rhel fedora" 2024-03-26T00:35:12.837 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION_ID="9" 2024-03-26T00:35:12.837 INFO:teuthology.orchestra.run.smithi060.stdout:PLATFORM_ID="platform:el9" 2024-03-26T00:35:12.837 INFO:teuthology.orchestra.run.smithi060.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-26T00:35:12.837 INFO:teuthology.orchestra.run.smithi060.stdout:ANSI_COLOR="0;31" 2024-03-26T00:35:12.837 INFO:teuthology.orchestra.run.smithi060.stdout:LOGO="fedora-logo-icon" 2024-03-26T00:35:12.838 INFO:teuthology.orchestra.run.smithi060.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-26T00:35:12.838 INFO:teuthology.orchestra.run.smithi060.stdout:HOME_URL="https://centos.org/" 2024-03-26T00:35:12.838 INFO:teuthology.orchestra.run.smithi060.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-26T00:35:12.838 INFO:teuthology.orchestra.run.smithi060.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-26T00:35:12.838 INFO:teuthology.orchestra.run.smithi060.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-26T00:35:12.839 INFO:teuthology.lock.ops:Updating smithi060.front.sepia.ceph.com on lock server 2024-03-26T00:35:12.860 DEBUG:teuthology.orchestra.run.smithi079:> uname -m 2024-03-26T00:35:12.878 INFO:teuthology.orchestra.run.smithi079.stdout:x86_64 2024-03-26T00:35:12.878 DEBUG:teuthology.orchestra.run.smithi079:> cat /etc/os-release 2024-03-26T00:35:12.935 INFO:teuthology.orchestra.run.smithi079.stdout:NAME="CentOS Stream" 2024-03-26T00:35:12.935 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION="9" 2024-03-26T00:35:12.935 INFO:teuthology.orchestra.run.smithi079.stdout:ID="centos" 2024-03-26T00:35:12.935 INFO:teuthology.orchestra.run.smithi079.stdout:ID_LIKE="rhel fedora" 2024-03-26T00:35:12.935 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION_ID="9" 2024-03-26T00:35:12.935 INFO:teuthology.orchestra.run.smithi079.stdout:PLATFORM_ID="platform:el9" 2024-03-26T00:35:12.935 INFO:teuthology.orchestra.run.smithi079.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-26T00:35:12.935 INFO:teuthology.orchestra.run.smithi079.stdout:ANSI_COLOR="0;31" 2024-03-26T00:35:12.935 INFO:teuthology.orchestra.run.smithi079.stdout:LOGO="fedora-logo-icon" 2024-03-26T00:35:12.936 INFO:teuthology.orchestra.run.smithi079.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-26T00:35:12.936 INFO:teuthology.orchestra.run.smithi079.stdout:HOME_URL="https://centos.org/" 2024-03-26T00:35:12.936 INFO:teuthology.orchestra.run.smithi079.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-26T00:35:12.936 INFO:teuthology.orchestra.run.smithi079.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-26T00:35:12.936 INFO:teuthology.orchestra.run.smithi079.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-26T00:35:12.936 INFO:teuthology.lock.ops:Updating smithi079.front.sepia.ceph.com on lock server 2024-03-26T00:35:12.959 DEBUG:teuthology.orchestra.run.smithi105:> uname -m 2024-03-26T00:35:12.978 INFO:teuthology.orchestra.run.smithi105.stdout:x86_64 2024-03-26T00:35:12.978 DEBUG:teuthology.orchestra.run.smithi105:> cat /etc/os-release 2024-03-26T00:35:13.035 INFO:teuthology.orchestra.run.smithi105.stdout:NAME="CentOS Stream" 2024-03-26T00:35:13.035 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION="9" 2024-03-26T00:35:13.035 INFO:teuthology.orchestra.run.smithi105.stdout:ID="centos" 2024-03-26T00:35:13.035 INFO:teuthology.orchestra.run.smithi105.stdout:ID_LIKE="rhel fedora" 2024-03-26T00:35:13.035 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_ID="9" 2024-03-26T00:35:13.035 INFO:teuthology.orchestra.run.smithi105.stdout:PLATFORM_ID="platform:el9" 2024-03-26T00:35:13.035 INFO:teuthology.orchestra.run.smithi105.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-26T00:35:13.035 INFO:teuthology.orchestra.run.smithi105.stdout:ANSI_COLOR="0;31" 2024-03-26T00:35:13.036 INFO:teuthology.orchestra.run.smithi105.stdout:LOGO="fedora-logo-icon" 2024-03-26T00:35:13.036 INFO:teuthology.orchestra.run.smithi105.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-26T00:35:13.036 INFO:teuthology.orchestra.run.smithi105.stdout:HOME_URL="https://centos.org/" 2024-03-26T00:35:13.036 INFO:teuthology.orchestra.run.smithi105.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-26T00:35:13.036 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-26T00:35:13.036 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-26T00:35:13.036 INFO:teuthology.lock.ops:Updating smithi105.front.sepia.ceph.com on lock server 2024-03-26T00:35:13.059 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-26T00:35:13.068 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-26T00:35:13.072 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-26T00:35:13.073 DEBUG:teuthology.orchestra.run.smithi060:> test '!' -e /home/ubuntu/cephtest 2024-03-26T00:35:13.075 DEBUG:teuthology.orchestra.run.smithi079:> test '!' -e /home/ubuntu/cephtest 2024-03-26T00:35:13.078 DEBUG:teuthology.orchestra.run.smithi105:> test '!' -e /home/ubuntu/cephtest 2024-03-26T00:35:13.094 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-26T00:35:13.103 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-26T00:35:13.103 DEBUG:teuthology.orchestra.run.smithi060:> test -z $(ls -A /var/lib/ceph) 2024-03-26T00:35:13.132 DEBUG:teuthology.orchestra.run.smithi079:> test -z $(ls -A /var/lib/ceph) 2024-03-26T00:35:13.136 DEBUG:teuthology.orchestra.run.smithi105:> test -z $(ls -A /var/lib/ceph) 2024-03-26T00:35:13.258 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-26T00:35:13.327 INFO:teuthology.run_tasks:Running task kernel... 2024-03-26T00:35:13.342 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-26T00:35:13.342 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-26T00:35:13.343 DEBUG:teuthology.orchestra.run.smithi060:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-26T00:35:13.344 DEBUG:teuthology.orchestra.run.smithi079:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-26T00:35:13.344 DEBUG:teuthology.orchestra.run.smithi105:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-26T00:35:13.360 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T00:35:13.361 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-03-26T00:35:13.362 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T00:35:13.362 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T00:35:13.363 DEBUG:teuthology.orchestra.run.smithi060:> uname -r 2024-03-26T00:35:13.363 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2024-03-26T00:35:13.418 INFO:teuthology.orchestra.run.smithi105.stdout:5.14.0-361.el9.x86_64 2024-03-26T00:35:13.418 INFO:teuthology.task.kernel:Running kernel on smithi105: 5.14.0-361.el9.x86_64 2024-03-26T00:35:13.418 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum install -y kernel 2024-03-26T00:35:13.421 INFO:teuthology.orchestra.run.smithi079.stdout:5.14.0-361.el9.x86_64 2024-03-26T00:35:13.421 INFO:teuthology.task.kernel:Running kernel on smithi079: 5.14.0-361.el9.x86_64 2024-03-26T00:35:13.421 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum install -y kernel 2024-03-26T00:35:13.423 INFO:teuthology.orchestra.run.smithi060.stdout:5.14.0-361.el9.x86_64 2024-03-26T00:35:13.423 INFO:teuthology.task.kernel:Running kernel on smithi060: 5.14.0-361.el9.x86_64 2024-03-26T00:35:13.423 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum install -y kernel 2024-03-26T00:35:15.488 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS-9 - AppStream 15 MB/s | 6.7 MB 00:00 2024-03-26T00:35:15.670 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-03-26T00:35:15.989 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS-9 - AppStream 7.7 MB/s | 6.7 MB 00:00 2024-03-26T00:35:17.314 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS-9 - BaseOS 2.8 MB/s | 2.0 MB 00:00 2024-03-26T00:35:17.606 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS-9 - BaseOS 2.4 MB/s | 2.0 MB 00:00 2024-03-26T00:35:17.781 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS-9 - BaseOS 3.0 MB/s | 2.0 MB 00:00 2024-03-26T00:35:18.737 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - BaseOS 7.4 MB/s | 8.0 MB 00:01 2024-03-26T00:35:20.957 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - AppStream 16 MB/s | 19 MB 00:01 2024-03-26T00:35:21.030 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - BaseOS 2.8 MB/s | 8.0 MB 00:02 2024-03-26T00:35:22.246 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - BaseOS 1.8 MB/s | 8.0 MB 00:04 2024-03-26T00:35:24.028 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - AppStream 26 MB/s | 19 MB 00:00 2024-03-26T00:35:24.914 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.1 MB 00:00 2024-03-26T00:35:26.248 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - Extras packages 77 kB/s | 16 kB 00:00 2024-03-26T00:35:27.887 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - CRB 15 MB/s | 6.1 MB 00:00 2024-03-26T00:35:29.072 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - AppStream 2.7 MB/s | 19 MB 00:06 2024-03-26T00:35:29.404 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - Extras packages 40 kB/s | 16 kB 00:00 2024-03-26T00:35:30.924 INFO:teuthology.orchestra.run.smithi079.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-03-26T00:35:34.698 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - CRB 3.5 MB/s | 6.1 MB 00:01 2024-03-26T00:35:35.905 INFO:teuthology.orchestra.run.smithi079.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-03-26T00:35:36.298 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - Extras packages 38 kB/s | 16 kB 00:00 2024-03-26T00:35:38.020 INFO:teuthology.orchestra.run.smithi079.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-26T00:35:38.020 INFO:teuthology.orchestra.run.smithi079.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-26T00:35:38.160 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-03-26T00:35:38.170 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:35:38.170 INFO:teuthology.orchestra.run.smithi079.stdout: Package Architecture Version Repository Size 2024-03-26T00:35:38.170 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:35:38.170 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-03-26T00:35:38.170 INFO:teuthology.orchestra.run.smithi079.stdout: kernel x86_64 5.14.0-432.el9 baseos 66 k 2024-03-26T00:35:38.170 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-03-26T00:35:38.170 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-core x86_64 5.14.0-432.el9 baseos 15 M 2024-03-26T00:35:38.171 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules x86_64 5.14.0-432.el9 baseos 33 M 2024-03-26T00:35:38.171 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules-core x86_64 5.14.0-432.el9 baseos 27 M 2024-03-26T00:35:38.171 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:35:38.171 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-03-26T00:35:38.171 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:35:38.171 INFO:teuthology.orchestra.run.smithi079.stdout:Install 4 Packages 2024-03-26T00:35:38.171 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:35:38.172 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 76 M 2024-03-26T00:35:38.172 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 123 M 2024-03-26T00:35:38.173 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-03-26T00:35:38.490 INFO:teuthology.orchestra.run.smithi079.stdout:(1/4): kernel-5.14.0-432.el9.x86_64.rpm 457 kB/s | 66 kB 00:00 2024-03-26T00:35:42.048 INFO:teuthology.orchestra.run.smithi079.stdout:(2/4): kernel-core-5.14.0-432.el9.x86_64.rpm 4.0 MB/s | 15 MB 00:03 2024-03-26T00:35:45.414 INFO:teuthology.orchestra.run.smithi079.stdout:(3/4): kernel-modules-core-5.14.0-432.el9.x86_6 4.0 MB/s | 27 MB 00:06 2024-03-26T00:35:47.517 INFO:teuthology.orchestra.run.smithi060.stdout:Extra Packages for Enterprise Linux 1.9 MB/s | 21 MB 00:11 2024-03-26T00:35:49.530 INFO:teuthology.orchestra.run.smithi079.stdout:(4/4): kernel-modules-5.14.0-432.el9.x86_64.rpm 3.0 MB/s | 33 MB 00:11 2024-03-26T00:35:49.530 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:35:49.530 INFO:teuthology.orchestra.run.smithi079.stdout:Total 6.7 MB/s | 76 MB 00:11 2024-03-26T00:35:50.191 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-03-26T00:35:50.562 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-03-26T00:35:50.562 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-03-26T00:35:51.554 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-03-26T00:35:51.554 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-03-26T00:35:52.732 INFO:teuthology.orchestra.run.smithi060.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-03-26T00:35:54.037 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-03-26T00:35:54.662 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-modules-core-5.14.0-432.el9.x86_64 1/4 2024-03-26T00:35:54.746 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-core-5.14.0-432.el9.x86_64 2/4 2024-03-26T00:35:54.923 INFO:teuthology.orchestra.run.smithi060.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-26T00:35:54.923 INFO:teuthology.orchestra.run.smithi060.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-26T00:35:55.016 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-26T00:35:55.028 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:35:55.028 INFO:teuthology.orchestra.run.smithi060.stdout: Package Architecture Version Repository Size 2024-03-26T00:35:55.028 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:35:55.029 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-26T00:35:55.029 INFO:teuthology.orchestra.run.smithi060.stdout: kernel x86_64 5.14.0-432.el9 baseos 66 k 2024-03-26T00:35:55.029 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-03-26T00:35:55.029 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-core x86_64 5.14.0-432.el9 baseos 15 M 2024-03-26T00:35:55.029 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-modules x86_64 5.14.0-432.el9 baseos 33 M 2024-03-26T00:35:55.029 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-modules-core x86_64 5.14.0-432.el9 baseos 27 M 2024-03-26T00:35:55.029 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:35:55.029 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-26T00:35:55.029 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:35:55.030 INFO:teuthology.orchestra.run.smithi060.stdout:Install 4 Packages 2024-03-26T00:35:55.030 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:35:55.030 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 76 M 2024-03-26T00:35:55.030 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 123 M 2024-03-26T00:35:55.030 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-26T00:35:55.217 INFO:teuthology.orchestra.run.smithi060.stdout:(1/4): kernel-5.14.0-432.el9.x86_64.rpm 530 kB/s | 66 kB 00:00 2024-03-26T00:35:57.490 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-core-5.14.0-432.el9.x86_64 2/4 2024-03-26T00:35:57.622 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-03-26T00:35:57.942 INFO:teuthology.orchestra.run.smithi060.stdout:(2/4): kernel-core-5.14.0-432.el9.x86_64.rpm 5.2 MB/s | 15 MB 00:02 2024-03-26T00:35:59.492 INFO:teuthology.orchestra.run.smithi060.stdout:(3/4): kernel-modules-5.14.0-432.el9.x86_64.rpm 7.6 MB/s | 33 MB 00:04 2024-03-26T00:36:00.868 INFO:teuthology.orchestra.run.smithi060.stdout:(4/4): kernel-modules-core-5.14.0-432.el9.x86_6 4.9 MB/s | 27 MB 00:05 2024-03-26T00:36:00.868 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:36:00.868 INFO:teuthology.orchestra.run.smithi060.stdout:Total 13 MB/s | 76 MB 00:05 2024-03-26T00:36:01.564 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-26T00:36:02.018 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-26T00:36:02.018 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-26T00:36:02.328 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-03-26T00:36:02.439 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-5.14.0-432.el9.x86_64 4/4 2024-03-26T00:36:03.030 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-26T00:36:03.031 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-26T00:36:05.638 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-26T00:36:06.278 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : kernel-modules-core-5.14.0-432.el9.x86_64 1/4 2024-03-26T00:36:06.369 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : kernel-core-5.14.0-432.el9.x86_64 2/4 2024-03-26T00:36:07.134 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-modules-core-5.14.0-432.el9.x86_64 4/4 2024-03-26T00:36:09.236 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-core-5.14.0-432.el9.x86_64 2/4 2024-03-26T00:36:09.432 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-03-26T00:36:14.507 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-03-26T00:36:14.549 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : kernel-5.14.0-432.el9.x86_64 4/4 2024-03-26T00:36:19.644 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-modules-core-5.14.0-432.el9.x86_64 4/4 2024-03-26T00:36:36.359 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-core-5.14.0-432.el9.x86_64 4/4 2024-03-26T00:36:36.360 INFO:teuthology.orchestra.run.smithi079.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-26T00:36:36.360 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:36:36.404 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-modules-5.14.0-432.el9.x86_64 4/4 2024-03-26T00:36:36.739 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-5.14.0-432.el9.x86_64 4/4 2024-03-26T00:36:36.740 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-5.14.0-432.el9.x86_64 1/4 2024-03-26T00:36:36.740 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-core-5.14.0-432.el9.x86_64 2/4 2024-03-26T00:36:36.740 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-03-26T00:36:37.136 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-modules-core-5.14.0-432.el9.x86_64 4/4 2024-03-26T00:36:37.136 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:36:37.136 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-03-26T00:36:37.136 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-5.14.0-432.el9.x86_64 2024-03-26T00:36:37.136 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-core-5.14.0-432.el9.x86_64 2024-03-26T00:36:37.136 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules-5.14.0-432.el9.x86_64 2024-03-26T00:36:37.136 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules-core-5.14.0-432.el9.x86_64 2024-03-26T00:36:37.136 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:36:37.136 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-03-26T00:36:37.490 DEBUG:teuthology.orchestra.run.smithi079:> rpm -q kernel | sort -rV | head -n 1 2024-03-26T00:36:37.585 INFO:teuthology.orchestra.run.smithi079.stdout:kernel-5.14.0-432.el9.x86_64 2024-03-26T00:36:37.585 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-432.el9.x86_64 2024-03-26T00:36:37.585 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-432.el9.x86_64 2024-03-26T00:36:37.585 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-26T00:36:37.585 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-26T00:36:37.585 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-26T00:36:37.586 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi079.front.sepia.ceph.com, path=None, version=distro) 2024-03-26T00:36:37.586 DEBUG:teuthology.orchestra.run.smithi079:> rpm -q kernel | sort -rV | head -n 1 2024-03-26T00:36:37.666 INFO:teuthology.orchestra.run.smithi079.stdout:kernel-5.14.0-432.el9.x86_64 2024-03-26T00:36:37.666 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-432.el9.x86_64 2024-03-26T00:36:37.666 DEBUG:teuthology.orchestra.run.smithi079:> sudo rpm -qi grub2-tools 2024-03-26T00:36:37.701 INFO:teuthology.orchestra.run.smithi079.stdout:Name : grub2-tools 2024-03-26T00:36:37.701 INFO:teuthology.orchestra.run.smithi079.stdout:Epoch : 1 2024-03-26T00:36:37.701 INFO:teuthology.orchestra.run.smithi079.stdout:Version : 2.06 2024-03-26T00:36:37.701 INFO:teuthology.orchestra.run.smithi079.stdout:Release : 68.el9 2024-03-26T00:36:37.701 INFO:teuthology.orchestra.run.smithi079.stdout:Architecture: x86_64 2024-03-26T00:36:37.701 INFO:teuthology.orchestra.run.smithi079.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-26T00:36:37.701 INFO:teuthology.orchestra.run.smithi079.stdout:Group : Unspecified 2024-03-26T00:36:37.701 INFO:teuthology.orchestra.run.smithi079.stdout:Size : 8264254 2024-03-26T00:36:37.701 INFO:teuthology.orchestra.run.smithi079.stdout:License : GPLv3+ 2024-03-26T00:36:37.702 INFO:teuthology.orchestra.run.smithi079.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-26T00:36:37.702 INFO:teuthology.orchestra.run.smithi079.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-26T00:36:37.702 INFO:teuthology.orchestra.run.smithi079.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-26T00:36:37.702 INFO:teuthology.orchestra.run.smithi079.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-26T00:36:37.702 INFO:teuthology.orchestra.run.smithi079.stdout:Packager : builder@centos.org 2024-03-26T00:36:37.702 INFO:teuthology.orchestra.run.smithi079.stdout:Vendor : CentOS 2024-03-26T00:36:37.702 INFO:teuthology.orchestra.run.smithi079.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-26T00:36:37.702 INFO:teuthology.orchestra.run.smithi079.stdout:Summary : Support tools for GRUB. 2024-03-26T00:36:37.702 INFO:teuthology.orchestra.run.smithi079.stdout:Description : 2024-03-26T00:36:37.702 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:36:37.702 INFO:teuthology.orchestra.run.smithi079.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-26T00:36:37.702 INFO:teuthology.orchestra.run.smithi079.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-26T00:36:37.702 INFO:teuthology.orchestra.run.smithi079.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-26T00:36:37.702 INFO:teuthology.orchestra.run.smithi079.stdout:hardware devices. 2024-03-26T00:36:37.703 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:36:37.703 INFO:teuthology.orchestra.run.smithi079.stdout:This subpackage provides tools for support of all platforms. 2024-03-26T00:36:37.703 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-26T00:36:37.704 INFO:teuthology.task.kernel:Updating grub on smithi079 to boot 5.14.0-432.el9.x86_64 2024-03-26T00:36:37.704 DEBUG:teuthology.orchestra.run.smithi079:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-26T00:36:38.314 INFO:teuthology.orchestra.run.smithi079.stderr:Generating grub configuration file ... 2024-03-26T00:36:39.753 INFO:teuthology.orchestra.run.smithi079.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-26T00:36:39.774 INFO:teuthology.orchestra.run.smithi079.stderr:done 2024-03-26T00:36:39.783 DEBUG:teuthology.orchestra.run.smithi079:> mktemp 2024-03-26T00:36:39.798 INFO:teuthology.orchestra.run.smithi079.stdout:/tmp/tmp.XOa5wnlSZy 2024-03-26T00:36:39.798 DEBUG:teuthology.orchestra.run.smithi079:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.XOa5wnlSZy 2024-03-26T00:36:39.876 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0666 /tmp/tmp.XOa5wnlSZy 2024-03-26T00:36:40.017 DEBUG:teuthology.orchestra.remote:smithi079:/tmp/tmp.XOa5wnlSZy is 6KB 2024-03-26T00:36:40.065 DEBUG:teuthology.orchestra.run.smithi079:> rm -fr /tmp/tmp.XOa5wnlSZy 2024-03-26T00:36:40.080 DEBUG:teuthology.orchestra.run.smithi079:> sudo /bin/ls /boot/loader/entries || true 2024-03-26T00:36:40.146 INFO:teuthology.orchestra.run.smithi079.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-26T00:36:40.146 INFO:teuthology.orchestra.run.smithi079.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-26T00:36:40.146 INFO:teuthology.orchestra.run.smithi079.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-26T00:36:40.146 INFO:teuthology.orchestra.run.smithi079.stdout:15949e3c88704300882482eddfd7baae-5.14.0-432.el9.x86_64.conf 2024-03-26T00:36:40.146 DEBUG:teuthology.orchestra.run.smithi079:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-432.el9.x86_64 2024-03-26T00:36:40.300 DEBUG:teuthology.orchestra.run.smithi079:> sudo shutdown -r now 2024-03-26T00:36:50.565 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-core-5.14.0-432.el9.x86_64 4/4 2024-03-26T00:36:50.566 INFO:teuthology.orchestra.run.smithi060.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-26T00:36:50.566 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:36:50.610 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-modules-5.14.0-432.el9.x86_64 4/4 2024-03-26T00:36:50.997 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-5.14.0-432.el9.x86_64 4/4 2024-03-26T00:36:50.997 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-5.14.0-432.el9.x86_64 1/4 2024-03-26T00:36:50.997 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-core-5.14.0-432.el9.x86_64 2/4 2024-03-26T00:36:50.997 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-03-26T00:36:51.405 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-modules-core-5.14.0-432.el9.x86_64 4/4 2024-03-26T00:36:51.405 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:36:51.405 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-26T00:36:51.405 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-5.14.0-432.el9.x86_64 2024-03-26T00:36:51.405 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-core-5.14.0-432.el9.x86_64 2024-03-26T00:36:51.405 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-modules-5.14.0-432.el9.x86_64 2024-03-26T00:36:51.405 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-modules-core-5.14.0-432.el9.x86_64 2024-03-26T00:36:51.405 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:36:51.405 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-26T00:36:51.735 DEBUG:teuthology.orchestra.run.smithi060:> rpm -q kernel | sort -rV | head -n 1 2024-03-26T00:36:51.834 INFO:teuthology.orchestra.run.smithi060.stdout:kernel-5.14.0-432.el9.x86_64 2024-03-26T00:36:51.834 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-432.el9.x86_64 2024-03-26T00:36:51.835 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-432.el9.x86_64 2024-03-26T00:36:51.835 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-26T00:36:51.835 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-26T00:36:51.835 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-26T00:36:51.835 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi060.front.sepia.ceph.com, path=None, version=distro) 2024-03-26T00:36:51.835 DEBUG:teuthology.orchestra.run.smithi060:> rpm -q kernel | sort -rV | head -n 1 2024-03-26T00:36:51.918 INFO:teuthology.orchestra.run.smithi060.stdout:kernel-5.14.0-432.el9.x86_64 2024-03-26T00:36:51.918 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-432.el9.x86_64 2024-03-26T00:36:51.918 DEBUG:teuthology.orchestra.run.smithi060:> sudo rpm -qi grub2-tools 2024-03-26T00:36:51.957 INFO:teuthology.orchestra.run.smithi060.stdout:Name : grub2-tools 2024-03-26T00:36:51.957 INFO:teuthology.orchestra.run.smithi060.stdout:Epoch : 1 2024-03-26T00:36:51.957 INFO:teuthology.orchestra.run.smithi060.stdout:Version : 2.06 2024-03-26T00:36:51.957 INFO:teuthology.orchestra.run.smithi060.stdout:Release : 68.el9 2024-03-26T00:36:51.957 INFO:teuthology.orchestra.run.smithi060.stdout:Architecture: x86_64 2024-03-26T00:36:51.957 INFO:teuthology.orchestra.run.smithi060.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-26T00:36:51.957 INFO:teuthology.orchestra.run.smithi060.stdout:Group : Unspecified 2024-03-26T00:36:51.957 INFO:teuthology.orchestra.run.smithi060.stdout:Size : 8264254 2024-03-26T00:36:51.957 INFO:teuthology.orchestra.run.smithi060.stdout:License : GPLv3+ 2024-03-26T00:36:51.957 INFO:teuthology.orchestra.run.smithi060.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-26T00:36:51.957 INFO:teuthology.orchestra.run.smithi060.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-26T00:36:51.957 INFO:teuthology.orchestra.run.smithi060.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-26T00:36:51.958 INFO:teuthology.orchestra.run.smithi060.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-26T00:36:51.958 INFO:teuthology.orchestra.run.smithi060.stdout:Packager : builder@centos.org 2024-03-26T00:36:51.958 INFO:teuthology.orchestra.run.smithi060.stdout:Vendor : CentOS 2024-03-26T00:36:51.958 INFO:teuthology.orchestra.run.smithi060.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-26T00:36:51.958 INFO:teuthology.orchestra.run.smithi060.stdout:Summary : Support tools for GRUB. 2024-03-26T00:36:51.958 INFO:teuthology.orchestra.run.smithi060.stdout:Description : 2024-03-26T00:36:51.958 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:36:51.958 INFO:teuthology.orchestra.run.smithi060.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-26T00:36:51.958 INFO:teuthology.orchestra.run.smithi060.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-26T00:36:51.958 INFO:teuthology.orchestra.run.smithi060.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-26T00:36:51.958 INFO:teuthology.orchestra.run.smithi060.stdout:hardware devices. 2024-03-26T00:36:51.958 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:36:51.958 INFO:teuthology.orchestra.run.smithi060.stdout:This subpackage provides tools for support of all platforms. 2024-03-26T00:36:51.959 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-26T00:36:51.959 INFO:teuthology.task.kernel:Updating grub on smithi060 to boot 5.14.0-432.el9.x86_64 2024-03-26T00:36:51.959 DEBUG:teuthology.orchestra.run.smithi060:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-26T00:36:52.534 INFO:teuthology.orchestra.run.smithi060.stderr:Generating grub configuration file ... 2024-03-26T00:36:53.896 INFO:teuthology.orchestra.run.smithi060.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-26T00:36:53.945 INFO:teuthology.orchestra.run.smithi060.stderr:done 2024-03-26T00:36:53.947 DEBUG:teuthology.orchestra.run.smithi060:> mktemp 2024-03-26T00:36:53.962 INFO:teuthology.orchestra.run.smithi060.stdout:/tmp/tmp.WwYYEqDtPh 2024-03-26T00:36:53.962 DEBUG:teuthology.orchestra.run.smithi060:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.WwYYEqDtPh 2024-03-26T00:36:54.034 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 0666 /tmp/tmp.WwYYEqDtPh 2024-03-26T00:36:54.176 DEBUG:teuthology.orchestra.remote:smithi060:/tmp/tmp.WwYYEqDtPh is 6KB 2024-03-26T00:36:54.224 DEBUG:teuthology.orchestra.run.smithi060:> rm -fr /tmp/tmp.WwYYEqDtPh 2024-03-26T00:36:54.239 DEBUG:teuthology.orchestra.run.smithi060:> sudo /bin/ls /boot/loader/entries || true 2024-03-26T00:36:54.309 INFO:teuthology.orchestra.run.smithi060.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-26T00:36:54.310 INFO:teuthology.orchestra.run.smithi060.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-26T00:36:54.310 INFO:teuthology.orchestra.run.smithi060.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-26T00:36:54.310 INFO:teuthology.orchestra.run.smithi060.stdout:15949e3c88704300882482eddfd7baae-5.14.0-432.el9.x86_64.conf 2024-03-26T00:36:54.311 DEBUG:teuthology.orchestra.run.smithi060:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-432.el9.x86_64 2024-03-26T00:36:54.473 DEBUG:teuthology.orchestra.run.smithi060:> sudo shutdown -r now 2024-03-26T00:37:10.303 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-26T00:37:10.303 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-03-26T00:37:10.304 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:37:24.476 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-26T00:37:24.477 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-03-26T00:37:24.478 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:37:56.966 INFO:teuthology.orchestra.run.smithi105.stdout:Extra Packages for Enterprise Linux 141 kB/s | 21 MB 02:30 2024-03-26T00:38:01.957 INFO:teuthology.orchestra.run.smithi105.stdout:lab-extras 8.2 kB/s | 1.7 kB 00:00 2024-03-26T00:38:04.189 INFO:teuthology.orchestra.run.smithi105.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-26T00:38:04.189 INFO:teuthology.orchestra.run.smithi105.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-26T00:38:04.285 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-03-26T00:38:04.296 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:38:04.296 INFO:teuthology.orchestra.run.smithi105.stdout: Package Architecture Version Repository Size 2024-03-26T00:38:04.296 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:38:04.296 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-03-26T00:38:04.296 INFO:teuthology.orchestra.run.smithi105.stdout: kernel x86_64 5.14.0-432.el9 baseos 66 k 2024-03-26T00:38:04.296 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-03-26T00:38:04.296 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-core x86_64 5.14.0-432.el9 baseos 15 M 2024-03-26T00:38:04.296 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules x86_64 5.14.0-432.el9 baseos 33 M 2024-03-26T00:38:04.296 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules-core x86_64 5.14.0-432.el9 baseos 27 M 2024-03-26T00:38:04.296 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:38:04.296 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-03-26T00:38:04.297 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:38:04.297 INFO:teuthology.orchestra.run.smithi105.stdout:Install 4 Packages 2024-03-26T00:38:04.297 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:38:04.297 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 76 M 2024-03-26T00:38:04.297 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 123 M 2024-03-26T00:38:04.297 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-03-26T00:38:04.708 INFO:teuthology.orchestra.run.smithi105.stdout:(1/4): kernel-5.14.0-432.el9.x86_64.rpm 188 kB/s | 66 kB 00:00 2024-03-26T00:38:10.306 DEBUG:teuthology.orchestra.remote:timed out 2024-03-26T00:38:11.333 INFO:teuthology.orchestra.run.smithi105.stdout:(2/4): kernel-core-5.14.0-432.el9.x86_64.rpm 2.1 MB/s | 15 MB 00:06 2024-03-26T00:38:19.307 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-03-26T00:38:19.308 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:38:22.069 DEBUG:teuthology.orchestra.run.smithi079:> true 2024-03-26T00:38:22.531 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-03-26T00:38:22.531 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-432.el9.x86_64"... 2024-03-26T00:38:22.532 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2024-03-26T00:38:22.546 INFO:teuthology.orchestra.run.smithi079.stdout:5.14.0-432.el9.x86_64 2024-03-26T00:38:22.546 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-432.el9.x86_64 vs 5.14.0-432.el9.x86_64 2024-03-26T00:38:22.546 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-26T00:38:22.546 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-26T00:38:22.949 INFO:teuthology.orchestra.run.smithi105.stdout:(3/4): kernel-modules-core-5.14.0-432.el9.x86_6 1.5 MB/s | 27 MB 00:18 2024-03-26T00:38:23.547 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-26T00:38:23.548 DEBUG:teuthology.orchestra.run.smithi079:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-26T00:38:23.654 INFO:teuthology.orchestra.run.smithi079.stdout:ttyS1 2024-03-26T00:38:23.681 DEBUG:teuthology.parallel:result is None 2024-03-26T00:38:24.480 DEBUG:teuthology.orchestra.remote:timed out 2024-03-26T00:38:33.481 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-03-26T00:38:33.482 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:38:33.919 DEBUG:teuthology.orchestra.run.smithi060:> true 2024-03-26T00:38:34.335 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-03-26T00:38:34.335 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-432.el9.x86_64"... 2024-03-26T00:38:34.335 DEBUG:teuthology.orchestra.run.smithi060:> uname -r 2024-03-26T00:38:34.349 INFO:teuthology.orchestra.run.smithi060.stdout:5.14.0-432.el9.x86_64 2024-03-26T00:38:34.349 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-432.el9.x86_64 vs 5.14.0-432.el9.x86_64 2024-03-26T00:38:34.349 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-26T00:38:34.349 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-26T00:38:35.350 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-26T00:38:35.351 DEBUG:teuthology.orchestra.run.smithi060:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-26T00:38:35.432 INFO:teuthology.orchestra.run.smithi060.stdout:ttyS1 2024-03-26T00:38:35.476 DEBUG:teuthology.parallel:result is None 2024-03-26T00:38:43.439 INFO:teuthology.orchestra.run.smithi105.stdout:(4/4): kernel-modules-5.14.0-432.el9.x86_64.rpm 877 kB/s | 33 MB 00:39 2024-03-26T00:38:43.439 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:38:43.439 INFO:teuthology.orchestra.run.smithi105.stdout:Total 1.9 MB/s | 76 MB 00:39 2024-03-26T00:38:44.104 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-03-26T00:38:44.473 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-03-26T00:38:44.473 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-03-26T00:38:45.456 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-03-26T00:38:45.456 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-03-26T00:38:47.905 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-03-26T00:38:48.504 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-modules-core-5.14.0-432.el9.x86_64 1/4 2024-03-26T00:38:48.589 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-core-5.14.0-432.el9.x86_64 2/4 2024-03-26T00:38:51.347 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-core-5.14.0-432.el9.x86_64 2/4 2024-03-26T00:38:51.475 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-03-26T00:38:56.171 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-03-26T00:38:56.209 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-5.14.0-432.el9.x86_64 4/4 2024-03-26T00:39:00.911 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-core-5.14.0-432.el9.x86_64 4/4 2024-03-26T00:39:30.412 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-core-5.14.0-432.el9.x86_64 4/4 2024-03-26T00:39:30.413 INFO:teuthology.orchestra.run.smithi105.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-26T00:39:30.413 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:39:30.456 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-5.14.0-432.el9.x86_64 4/4 2024-03-26T00:39:30.794 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-5.14.0-432.el9.x86_64 4/4 2024-03-26T00:39:30.795 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-5.14.0-432.el9.x86_64 1/4 2024-03-26T00:39:30.795 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-core-5.14.0-432.el9.x86_64 2/4 2024-03-26T00:39:30.795 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-03-26T00:39:31.218 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-modules-core-5.14.0-432.el9.x86_64 4/4 2024-03-26T00:39:31.218 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:39:31.218 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-03-26T00:39:31.218 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-5.14.0-432.el9.x86_64 2024-03-26T00:39:31.218 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-core-5.14.0-432.el9.x86_64 2024-03-26T00:39:31.218 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules-5.14.0-432.el9.x86_64 2024-03-26T00:39:31.218 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules-core-5.14.0-432.el9.x86_64 2024-03-26T00:39:31.218 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:39:31.219 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-03-26T00:39:31.541 DEBUG:teuthology.orchestra.run.smithi105:> rpm -q kernel | sort -rV | head -n 1 2024-03-26T00:39:31.689 INFO:teuthology.orchestra.run.smithi105.stdout:kernel-5.14.0-432.el9.x86_64 2024-03-26T00:39:31.689 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-432.el9.x86_64 2024-03-26T00:39:31.689 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-432.el9.x86_64 2024-03-26T00:39:31.689 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-26T00:39:31.689 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-26T00:39:31.690 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-03-26T00:39:31.690 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi105.front.sepia.ceph.com, path=None, version=distro) 2024-03-26T00:39:31.690 DEBUG:teuthology.orchestra.run.smithi105:> rpm -q kernel | sort -rV | head -n 1 2024-03-26T00:39:31.770 INFO:teuthology.orchestra.run.smithi105.stdout:kernel-5.14.0-432.el9.x86_64 2024-03-26T00:39:31.770 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-432.el9.x86_64 2024-03-26T00:39:31.770 DEBUG:teuthology.orchestra.run.smithi105:> sudo rpm -qi grub2-tools 2024-03-26T00:39:31.806 INFO:teuthology.orchestra.run.smithi105.stdout:Name : grub2-tools 2024-03-26T00:39:31.806 INFO:teuthology.orchestra.run.smithi105.stdout:Epoch : 1 2024-03-26T00:39:31.806 INFO:teuthology.orchestra.run.smithi105.stdout:Version : 2.06 2024-03-26T00:39:31.806 INFO:teuthology.orchestra.run.smithi105.stdout:Release : 68.el9 2024-03-26T00:39:31.806 INFO:teuthology.orchestra.run.smithi105.stdout:Architecture: x86_64 2024-03-26T00:39:31.806 INFO:teuthology.orchestra.run.smithi105.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-26T00:39:31.807 INFO:teuthology.orchestra.run.smithi105.stdout:Group : Unspecified 2024-03-26T00:39:31.807 INFO:teuthology.orchestra.run.smithi105.stdout:Size : 8264254 2024-03-26T00:39:31.807 INFO:teuthology.orchestra.run.smithi105.stdout:License : GPLv3+ 2024-03-26T00:39:31.807 INFO:teuthology.orchestra.run.smithi105.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-26T00:39:31.807 INFO:teuthology.orchestra.run.smithi105.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-26T00:39:31.807 INFO:teuthology.orchestra.run.smithi105.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-26T00:39:31.807 INFO:teuthology.orchestra.run.smithi105.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-26T00:39:31.807 INFO:teuthology.orchestra.run.smithi105.stdout:Packager : builder@centos.org 2024-03-26T00:39:31.807 INFO:teuthology.orchestra.run.smithi105.stdout:Vendor : CentOS 2024-03-26T00:39:31.807 INFO:teuthology.orchestra.run.smithi105.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-26T00:39:31.807 INFO:teuthology.orchestra.run.smithi105.stdout:Summary : Support tools for GRUB. 2024-03-26T00:39:31.807 INFO:teuthology.orchestra.run.smithi105.stdout:Description : 2024-03-26T00:39:31.807 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:39:31.807 INFO:teuthology.orchestra.run.smithi105.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-26T00:39:31.808 INFO:teuthology.orchestra.run.smithi105.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-26T00:39:31.808 INFO:teuthology.orchestra.run.smithi105.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-26T00:39:31.808 INFO:teuthology.orchestra.run.smithi105.stdout:hardware devices. 2024-03-26T00:39:31.808 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:39:31.808 INFO:teuthology.orchestra.run.smithi105.stdout:This subpackage provides tools for support of all platforms. 2024-03-26T00:39:31.809 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-26T00:39:31.809 INFO:teuthology.task.kernel:Updating grub on smithi105 to boot 5.14.0-432.el9.x86_64 2024-03-26T00:39:31.809 DEBUG:teuthology.orchestra.run.smithi105:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-26T00:39:32.406 INFO:teuthology.orchestra.run.smithi105.stderr:Generating grub configuration file ... 2024-03-26T00:39:33.776 INFO:teuthology.orchestra.run.smithi105.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-26T00:39:33.806 INFO:teuthology.orchestra.run.smithi105.stderr:done 2024-03-26T00:39:33.807 DEBUG:teuthology.orchestra.run.smithi105:> mktemp 2024-03-26T00:39:33.823 INFO:teuthology.orchestra.run.smithi105.stdout:/tmp/tmp.vHXx80sZg5 2024-03-26T00:39:33.824 DEBUG:teuthology.orchestra.run.smithi105:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.vHXx80sZg5 2024-03-26T00:39:33.907 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 0666 /tmp/tmp.vHXx80sZg5 2024-03-26T00:39:34.051 DEBUG:teuthology.orchestra.remote:smithi105:/tmp/tmp.vHXx80sZg5 is 6KB 2024-03-26T00:39:34.101 DEBUG:teuthology.orchestra.run.smithi105:> rm -fr /tmp/tmp.vHXx80sZg5 2024-03-26T00:39:34.117 DEBUG:teuthology.orchestra.run.smithi105:> sudo /bin/ls /boot/loader/entries || true 2024-03-26T00:39:34.181 INFO:teuthology.orchestra.run.smithi105.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-26T00:39:34.182 INFO:teuthology.orchestra.run.smithi105.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-26T00:39:34.182 INFO:teuthology.orchestra.run.smithi105.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-26T00:39:34.182 INFO:teuthology.orchestra.run.smithi105.stdout:15949e3c88704300882482eddfd7baae-5.14.0-432.el9.x86_64.conf 2024-03-26T00:39:34.184 DEBUG:teuthology.orchestra.run.smithi105:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-432.el9.x86_64 2024-03-26T00:39:34.315 DEBUG:teuthology.orchestra.run.smithi105:> sudo shutdown -r now 2024-03-26T00:40:04.318 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-03-26T00:40:04.319 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-03-26T00:40:04.320 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:41:04.322 DEBUG:teuthology.orchestra.remote:timed out 2024-03-26T00:41:13.324 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-03-26T00:41:13.325 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:41:14.893 DEBUG:teuthology.orchestra.run.smithi105:> true 2024-03-26T00:41:15.357 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-03-26T00:41:15.358 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-432.el9.x86_64"... 2024-03-26T00:41:15.358 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-03-26T00:41:15.372 INFO:teuthology.orchestra.run.smithi105.stdout:5.14.0-432.el9.x86_64 2024-03-26T00:41:15.372 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-432.el9.x86_64 vs 5.14.0-432.el9.x86_64 2024-03-26T00:41:15.372 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-26T00:41:15.373 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-26T00:41:16.373 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-03-26T00:41:16.373 DEBUG:teuthology.orchestra.run.smithi105:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-26T00:41:16.481 INFO:teuthology.orchestra.run.smithi105.stdout:ttyS1 2024-03-26T00:41:16.518 DEBUG:teuthology.parallel:result is None 2024-03-26T00:41:16.518 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-26T00:41:16.526 INFO:teuthology.task.internal:Creating test directory... 2024-03-26T00:41:16.526 DEBUG:teuthology.orchestra.run.smithi060:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-26T00:41:16.529 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-26T00:41:16.532 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-26T00:41:16.548 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-26T00:41:16.559 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-26T00:41:16.566 INFO:teuthology.task.internal:Creating archive directory... 2024-03-26T00:41:16.566 DEBUG:teuthology.orchestra.run.smithi060:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-26T00:41:16.587 DEBUG:teuthology.orchestra.run.smithi079:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-26T00:41:16.591 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-26T00:41:16.673 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-26T00:41:16.681 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-26T00:41:16.681 DEBUG:teuthology.orchestra.run.smithi060:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-26T00:41:16.683 DEBUG:teuthology.orchestra.run.smithi079:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-26T00:41:16.686 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-26T00:41:16.720 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T00:41:16.720 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T00:41:16.722 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T00:41:16.733 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T00:41:16.735 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T00:41:16.737 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T00:41:16.739 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-26T00:41:16.747 INFO:teuthology.task.internal:Configuring sudo... 2024-03-26T00:41:16.747 DEBUG:teuthology.orchestra.run.smithi060:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-26T00:41:16.781 DEBUG:teuthology.orchestra.run.smithi079:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-26T00:41:16.783 DEBUG:teuthology.orchestra.run.smithi105:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-26T00:41:16.811 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-26T00:41:16.821 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-26T00:41:16.821 DEBUG:teuthology.orchestra.run.smithi060:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-26T00:41:16.849 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-26T00:41:16.854 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-26T00:41:16.869 DEBUG:teuthology.orchestra.run.smithi060:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-26T00:41:16.948 DEBUG:teuthology.orchestra.run.smithi060:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-26T00:41:16.994 DEBUG:teuthology.orchestra.run.smithi060:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-26T00:41:17.076 DEBUG:teuthology.orchestra.run.smithi060:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-26T00:41:17.118 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-26T00:41:17.118 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-26T00:41:17.185 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-26T00:41:17.229 DEBUG:teuthology.orchestra.run.smithi079:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-26T00:41:17.282 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-26T00:41:17.367 DEBUG:teuthology.orchestra.run.smithi079:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-26T00:41:17.413 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-03-26T00:41:17.413 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-26T00:41:17.482 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-26T00:41:17.524 DEBUG:teuthology.orchestra.run.smithi105:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-26T00:41:17.578 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-26T00:41:17.660 DEBUG:teuthology.orchestra.run.smithi105:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-26T00:41:17.702 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-03-26T00:41:17.702 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-26T00:41:17.770 DEBUG:teuthology.orchestra.run.smithi060:> sudo service rsyslog restart 2024-03-26T00:41:17.772 DEBUG:teuthology.orchestra.run.smithi079:> sudo service rsyslog restart 2024-03-26T00:41:17.775 DEBUG:teuthology.orchestra.run.smithi105:> sudo service rsyslog restart 2024-03-26T00:41:17.824 INFO:teuthology.orchestra.run.smithi060.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-26T00:41:17.827 INFO:teuthology.orchestra.run.smithi079.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-26T00:41:17.868 INFO:teuthology.orchestra.run.smithi105.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-26T00:41:18.227 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-26T00:41:18.236 INFO:teuthology.task.internal:Starting timer... 2024-03-26T00:41:18.236 INFO:teuthology.run_tasks:Running task pcp... 2024-03-26T00:41:18.247 INFO:teuthology.run_tasks:Running task selinux... 2024-03-26T00:41:18.256 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-03-26T00:41:18.257 DEBUG:teuthology.orchestra.run.smithi060:> sudo service auditd rotate 2024-03-26T00:41:18.310 INFO:teuthology.orchestra.run.smithi060.stdout:Rotating logs: 2024-03-26T00:41:18.313 DEBUG:teuthology.orchestra.run.smithi079:> sudo service auditd rotate 2024-03-26T00:41:18.379 INFO:teuthology.orchestra.run.smithi079.stdout:Rotating logs: 2024-03-26T00:41:18.382 DEBUG:teuthology.orchestra.run.smithi105:> sudo service auditd rotate 2024-03-26T00:41:18.439 INFO:teuthology.orchestra.run.smithi105.stdout:Rotating logs: 2024-03-26T00:41:18.440 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-26T00:41:18.441 DEBUG:teuthology.orchestra.run.smithi060:> /usr/sbin/getenforce 2024-03-26T00:41:18.462 INFO:teuthology.orchestra.run.smithi060.stdout:Permissive 2024-03-26T00:41:18.463 DEBUG:teuthology.orchestra.run.smithi079:> /usr/sbin/getenforce 2024-03-26T00:41:18.490 INFO:teuthology.orchestra.run.smithi079.stdout:Permissive 2024-03-26T00:41:18.491 DEBUG:teuthology.orchestra.run.smithi105:> /usr/sbin/getenforce 2024-03-26T00:41:18.513 INFO:teuthology.orchestra.run.smithi105.stdout:Permissive 2024-03-26T00:41:18.513 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi060.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi079.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi105.front.sepia.ceph.com': 'permissive'} 2024-03-26T00:41:18.514 DEBUG:teuthology.orchestra.run.smithi060:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-26T00:41:18.542 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T00:41:18.542 DEBUG:teuthology.orchestra.run.smithi079:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-26T00:41:18.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T00:41:18.573 DEBUG:teuthology.orchestra.run.smithi105:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-26T00:41:18.602 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T00:41:18.603 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-26T00:41:18.603 DEBUG:teuthology.orchestra.run.smithi060:> sudo /usr/sbin/setenforce permissive 2024-03-26T00:41:18.639 DEBUG:teuthology.orchestra.run.smithi079:> sudo /usr/sbin/setenforce permissive 2024-03-26T00:41:18.675 DEBUG:teuthology.orchestra.run.smithi105:> sudo /usr/sbin/setenforce permissive 2024-03-26T00:41:18.707 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-26T00:41:18.717 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-03-26T00:41:18.723 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-03-26T00:41:18.891 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-26T00:41:18.914 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-03-26T00:41:18.916 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi060.front.sepia.ceph.com,smithi079.front.sepia.ceph.com,smithi105.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-26T00:45:47.253 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi060.front.sepia.ceph.com'), Remote(name='ubuntu@smithi079.front.sepia.ceph.com'), Remote(name='ubuntu@smithi105.front.sepia.ceph.com')] 2024-03-26T00:45:47.255 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-03-26T00:45:47.256 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:45:47.389 DEBUG:teuthology.orchestra.run.smithi060:> true 2024-03-26T00:45:47.438 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-03-26T00:45:47.439 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-03-26T00:45:47.439 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:45:47.527 DEBUG:teuthology.orchestra.run.smithi079:> true 2024-03-26T00:45:47.600 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-03-26T00:45:47.601 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-03-26T00:45:47.601 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T00:45:47.688 DEBUG:teuthology.orchestra.run.smithi105:> true 2024-03-26T00:45:47.766 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-03-26T00:45:47.766 INFO:teuthology.run_tasks:Running task clock... 2024-03-26T00:45:47.778 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-26T00:45:47.779 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-26T00:45:47.779 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T00:45:47.782 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-26T00:45:47.782 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T00:45:47.784 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-26T00:45:47.784 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T00:45:47.812 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-26T00:45:47.814 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-26T00:45:47.829 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-26T00:45:47.832 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-26T00:45:47.839 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-26T00:45:47.856 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-26T00:45:47.858 INFO:teuthology.orchestra.run.smithi079.stderr:sudo: ntpd: command not found 2024-03-26T00:45:47.863 INFO:teuthology.orchestra.run.smithi060.stderr:sudo: ntpd: command not found 2024-03-26T00:45:47.871 INFO:teuthology.orchestra.run.smithi079.stdout:506 Cannot talk to daemon 2024-03-26T00:45:47.878 INFO:teuthology.orchestra.run.smithi060.stdout:506 Cannot talk to daemon 2024-03-26T00:45:47.886 INFO:teuthology.orchestra.run.smithi105.stderr:sudo: ntpd: command not found 2024-03-26T00:45:47.888 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-26T00:45:47.895 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-26T00:45:47.900 INFO:teuthology.orchestra.run.smithi105.stdout:506 Cannot talk to daemon 2024-03-26T00:45:47.904 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-26T00:45:47.912 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-26T00:45:47.916 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-26T00:45:47.932 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-26T00:45:47.953 INFO:teuthology.orchestra.run.smithi079.stderr:bash: line 1: ntpq: command not found 2024-03-26T00:45:47.956 INFO:teuthology.orchestra.run.smithi079.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-26T00:45:47.956 INFO:teuthology.orchestra.run.smithi079.stdout:=============================================================================== 2024-03-26T00:45:47.956 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-26T00:45:47.957 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-26T00:45:47.957 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-26T00:45:47.957 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-26T00:45:47.968 INFO:teuthology.orchestra.run.smithi060.stderr:bash: line 1: ntpq: command not found 2024-03-26T00:45:47.971 INFO:teuthology.orchestra.run.smithi060.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-26T00:45:47.971 INFO:teuthology.orchestra.run.smithi060.stdout:=============================================================================== 2024-03-26T00:45:47.971 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-26T00:45:47.971 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-26T00:45:47.971 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-26T00:45:47.971 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-26T00:45:47.985 INFO:teuthology.orchestra.run.smithi105.stderr:bash: line 1: ntpq: command not found 2024-03-26T00:45:47.988 INFO:teuthology.orchestra.run.smithi105.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-26T00:45:47.988 INFO:teuthology.orchestra.run.smithi105.stdout:=============================================================================== 2024-03-26T00:45:47.988 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-26T00:45:47.988 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-26T00:45:47.988 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-26T00:45:47.988 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-26T00:45:47.989 INFO:teuthology.run_tasks:Running task install... 2024-03-26T00:45:48.003 DEBUG:teuthology.task.install:project ceph 2024-03-26T00:45:48.004 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '4354a20109fd25703f6611a1a8f196608a256149'}} 2024-03-26T00:45:48.004 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '4354a20109fd25703f6611a1a8f196608a256149'} 2024-03-26T00:45:48.004 INFO:teuthology.task.install:Using flavor: default 2024-03-26T00:45:48.009 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-03-26T00:45:48.009 INFO:teuthology.task.install:extra packages: [] 2024-03-26T00:45:48.010 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': '4354a20109fd25703f6611a1a8f196608a256149', 'tag': None, 'wait_for_package': False} 2024-03-26T00:45:48.010 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=4354a20109fd25703f6611a1a8f196608a256149 2024-03-26T00:45:48.013 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': '4354a20109fd25703f6611a1a8f196608a256149', 'tag': None, 'wait_for_package': False} 2024-03-26T00:45:48.013 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=4354a20109fd25703f6611a1a8f196608a256149 2024-03-26T00:45:48.014 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': '4354a20109fd25703f6611a1a8f196608a256149', 'tag': None, 'wait_for_package': False} 2024-03-26T00:45:48.014 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=4354a20109fd25703f6611a1a8f196608a256149 2024-03-26T00:45:48.163 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/centos/9/flavors/default/ 2024-03-26T00:45:48.163 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2416.g4354a201 2024-03-26T00:45:48.166 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/centos/9/flavors/default/ 2024-03-26T00:45:48.167 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2416.g4354a201 2024-03-26T00:45:48.265 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/centos/9/flavors/default/ 2024-03-26T00:45:48.265 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2416.g4354a201 2024-03-26T00:45:48.275 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-26T00:45:48.275 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-26T00:45:48.275 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-26T00:45:48.304 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-03-26T00:45:48.304 DEBUG:teuthology.orchestra.run.smithi060:> 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/4354a20109fd25703f6611a1a8f196608a256149/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-26T00:45:48.373 DEBUG:teuthology.orchestra.run.smithi060:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-03-26T00:45:48.374 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-26T00:45:48.374 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-03-26T00:45:48.374 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-26T00:45:48.403 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-03-26T00:45:48.403 DEBUG:teuthology.orchestra.run.smithi105:> 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/4354a20109fd25703f6611a1a8f196608a256149/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-26T00:45:48.454 DEBUG:teuthology.orchestra.run.smithi060:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-03-26T00:45:48.458 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-26T00:45:48.458 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-03-26T00:45:48.458 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-26T00:45:48.471 DEBUG:teuthology.orchestra.run.smithi105:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-03-26T00:45:48.487 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-03-26T00:45:48.487 DEBUG:teuthology.orchestra.run.smithi079:> 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/4354a20109fd25703f6611a1a8f196608a256149/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-26T00:45:48.521 INFO:teuthology.orchestra.run.smithi060.stdout:check_obsoletes = 1 2024-03-26T00:45:48.523 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum clean all 2024-03-26T00:45:48.550 DEBUG:teuthology.orchestra.run.smithi105:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-03-26T00:45:48.556 DEBUG:teuthology.orchestra.run.smithi079:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-03-26T00:45:48.617 INFO:teuthology.orchestra.run.smithi105.stdout:check_obsoletes = 1 2024-03-26T00:45:48.619 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum clean all 2024-03-26T00:45:48.636 DEBUG:teuthology.orchestra.run.smithi079:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-03-26T00:45:48.703 INFO:teuthology.orchestra.run.smithi079.stdout:check_obsoletes = 1 2024-03-26T00:45:48.705 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum clean all 2024-03-26T00:45:48.768 INFO:teuthology.orchestra.run.smithi060.stdout:74 files removed 2024-03-26T00:45:48.795 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-radosgw 2024-03-26T00:45:48.862 INFO:teuthology.orchestra.run.smithi105.stdout:74 files removed 2024-03-26T00:45:48.891 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-radosgw 2024-03-26T00:45:48.947 INFO:teuthology.orchestra.run.smithi079.stdout:74 files removed 2024-03-26T00:45:48.974 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-radosgw 2024-03-26T00:45:49.534 INFO:teuthology.orchestra.run.smithi060.stdout:ceph packages for x86_64 191 kB/s | 83 kB 00:00 2024-03-26T00:45:49.598 INFO:teuthology.orchestra.run.smithi079.stdout:ceph packages for x86_64 257 kB/s | 83 kB 00:00 2024-03-26T00:45:49.724 INFO:teuthology.orchestra.run.smithi105.stdout:ceph packages for x86_64 156 kB/s | 83 kB 00:00 2024-03-26T00:45:49.918 INFO:teuthology.orchestra.run.smithi060.stdout:ceph noarch packages 35 kB/s | 11 kB 00:00 2024-03-26T00:45:49.999 INFO:teuthology.orchestra.run.smithi079.stdout:ceph noarch packages 33 kB/s | 11 kB 00:00 2024-03-26T00:45:50.200 INFO:teuthology.orchestra.run.smithi105.stdout:ceph noarch packages 27 kB/s | 11 kB 00:00 2024-03-26T00:45:50.344 INFO:teuthology.orchestra.run.smithi060.stdout:ceph source packages 4.9 kB/s | 1.9 kB 00:00 2024-03-26T00:45:50.508 INFO:teuthology.orchestra.run.smithi079.stdout:ceph source packages 4.0 kB/s | 1.9 kB 00:00 2024-03-26T00:45:50.608 INFO:teuthology.orchestra.run.smithi105.stdout:ceph source packages 5.1 kB/s | 1.9 kB 00:00 2024-03-26T00:45:50.963 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS-9 - AppStream 12 MB/s | 6.7 MB 00:00 2024-03-26T00:45:51.103 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS-9 - AppStream 15 MB/s | 6.7 MB 00:00 2024-03-26T00:45:51.127 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS-9 - AppStream 12 MB/s | 6.7 MB 00:00 2024-03-26T00:45:52.471 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS-9 - BaseOS 5.8 MB/s | 2.0 MB 00:00 2024-03-26T00:45:52.511 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS-9 - BaseOS 6.5 MB/s | 2.0 MB 00:00 2024-03-26T00:45:52.544 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS-9 - BaseOS 6.7 MB/s | 2.0 MB 00:00 2024-03-26T00:45:53.252 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - BaseOS 20 MB/s | 8.0 MB 00:00 2024-03-26T00:45:53.376 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - BaseOS 17 MB/s | 8.0 MB 00:00 2024-03-26T00:45:53.512 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.0 MB 00:00 2024-03-26T00:45:55.222 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - AppStream 31 MB/s | 19 MB 00:00 2024-03-26T00:45:58.126 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - AppStream 5.1 MB/s | 19 MB 00:03 2024-03-26T00:45:58.586 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - AppStream 4.4 MB/s | 19 MB 00:04 2024-03-26T00:46:02.102 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.1 MB 00:00 2024-03-26T00:46:02.908 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - CRB 1.5 MB/s | 6.1 MB 00:04 2024-03-26T00:46:03.670 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - Extras packages 67 kB/s | 16 kB 00:00 2024-03-26T00:46:04.266 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - Extras packages 101 kB/s | 16 kB 00:00 2024-03-26T00:46:04.345 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - CRB 2.6 MB/s | 6.1 MB 00:02 2024-03-26T00:46:04.796 INFO:teuthology.orchestra.run.smithi079.stdout:Extra Packages for Enterprise Linux 20 MB/s | 21 MB 00:01 2024-03-26T00:46:05.796 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - Extras packages 55 kB/s | 16 kB 00:00 2024-03-26T00:46:06.873 INFO:teuthology.orchestra.run.smithi105.stdout:Extra Packages for Enterprise Linux 21 MB/s | 21 MB 00:00 2024-03-26T00:46:09.167 INFO:teuthology.orchestra.run.smithi060.stdout:Extra Packages for Enterprise Linux 4.3 MB/s | 21 MB 00:04 2024-03-26T00:46:09.913 INFO:teuthology.orchestra.run.smithi079.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-03-26T00:46:11.739 INFO:teuthology.orchestra.run.smithi105.stdout:lab-extras 46 kB/s | 1.7 kB 00:00 2024-03-26T00:46:12.358 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-03-26T00:46:12.372 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:46:12.372 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-03-26T00:46:12.372 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:46:12.373 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-03-26T00:46:12.373 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-radosgw x86_64 2:19.0.0-2416.g4354a201.el9 ceph 9.8 M 2024-03-26T00:46:12.373 INFO:teuthology.orchestra.run.smithi079.stdout:Upgrading: 2024-03-26T00:46:12.373 INFO:teuthology.orchestra.run.smithi079.stdout: librados2 x86_64 2:19.0.0-2416.g4354a201.el9 ceph 3.4 M 2024-03-26T00:46:12.373 INFO:teuthology.orchestra.run.smithi079.stdout: librbd1 x86_64 2:19.0.0-2416.g4354a201.el9 ceph 3.1 M 2024-03-26T00:46:12.373 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-03-26T00:46:12.373 INFO:teuthology.orchestra.run.smithi079.stdout: boost-program-options 2024-03-26T00:46:12.373 INFO:teuthology.orchestra.run.smithi079.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-26T00:46:12.373 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-base x86_64 2:19.0.0-2416.g4354a201.el9 ceph 5.4 M 2024-03-26T00:46:12.373 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-common x86_64 2:19.0.0-2416.g4354a201.el9 ceph 21 M 2024-03-26T00:46:12.373 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-selinux x86_64 2:19.0.0-2416.g4354a201.el9 ceph 25 k 2024-03-26T00:46:12.373 INFO:teuthology.orchestra.run.smithi079.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-26T00:46:12.373 INFO:teuthology.orchestra.run.smithi079.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-26T00:46:12.374 INFO:teuthology.orchestra.run.smithi079.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-26T00:46:12.374 INFO:teuthology.orchestra.run.smithi079.stdout: libcephfs2 x86_64 2:19.0.0-2416.g4354a201.el9 ceph 746 k 2024-03-26T00:46:12.374 INFO:teuthology.orchestra.run.smithi079.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-26T00:46:12.374 INFO:teuthology.orchestra.run.smithi079.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-26T00:46:12.374 INFO:teuthology.orchestra.run.smithi079.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-26T00:46:12.374 INFO:teuthology.orchestra.run.smithi079.stdout: libradosstriper1 x86_64 2:19.0.0-2416.g4354a201.el9 ceph 501 k 2024-03-26T00:46:12.374 INFO:teuthology.orchestra.run.smithi079.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-26T00:46:12.374 INFO:teuthology.orchestra.run.smithi079.stdout: librgw2 x86_64 2:19.0.0-2416.g4354a201.el9 ceph 5.1 M 2024-03-26T00:46:12.374 INFO:teuthology.orchestra.run.smithi079.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-26T00:46:12.374 INFO:teuthology.orchestra.run.smithi079.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-26T00:46:12.374 INFO:teuthology.orchestra.run.smithi079.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-26T00:46:12.374 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ceph-argparse 2024-03-26T00:46:12.375 INFO:teuthology.orchestra.run.smithi079.stdout: x86_64 2:19.0.0-2416.g4354a201.el9 ceph 45 k 2024-03-26T00:46:12.375 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ceph-common x86_64 2:19.0.0-2416.g4354a201.el9 ceph 133 k 2024-03-26T00:46:12.375 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cephfs x86_64 2:19.0.0-2416.g4354a201.el9 ceph 162 k 2024-03-26T00:46:12.375 INFO:teuthology.orchestra.run.smithi079.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-26T00:46:12.375 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rados x86_64 2:19.0.0-2416.g4354a201.el9 ceph 320 k 2024-03-26T00:46:12.375 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rbd x86_64 2:19.0.0-2416.g4354a201.el9 ceph 298 k 2024-03-26T00:46:12.375 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rgw x86_64 2:19.0.0-2416.g4354a201.el9 ceph 99 k 2024-03-26T00:46:12.375 INFO:teuthology.orchestra.run.smithi079.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-03-26T00:46:12.375 INFO:teuthology.orchestra.run.smithi079.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-03-26T00:46:12.375 INFO:teuthology.orchestra.run.smithi079.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-26T00:46:12.375 INFO:teuthology.orchestra.run.smithi079.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-26T00:46:12.375 INFO:teuthology.orchestra.run.smithi079.stdout:Installing weak dependencies: 2024-03-26T00:46:12.375 INFO:teuthology.orchestra.run.smithi079.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-03-26T00:46:12.376 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:46:12.376 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-03-26T00:46:12.376 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:46:12.376 INFO:teuthology.orchestra.run.smithi079.stdout:Install 30 Packages 2024-03-26T00:46:12.376 INFO:teuthology.orchestra.run.smithi079.stdout:Upgrade 2 Packages 2024-03-26T00:46:12.376 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:46:12.376 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 59 M 2024-03-26T00:46:12.376 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-03-26T00:46:14.038 INFO:teuthology.orchestra.run.smithi079.stdout:(1/32): ceph-common-19.0.0-2416.g4354a201.el9.x 15 MB/s | 21 MB 00:01 2024-03-26T00:46:14.089 INFO:teuthology.orchestra.run.smithi079.stdout:(2/32): ceph-selinux-19.0.0-2416.g4354a201.el9. 507 kB/s | 25 kB 00:00 2024-03-26T00:46:14.176 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-03-26T00:46:14.180 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:46:14.180 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2024-03-26T00:46:14.180 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:46:14.180 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-03-26T00:46:14.180 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-radosgw x86_64 2:19.0.0-2416.g4354a201.el9 ceph 9.8 M 2024-03-26T00:46:14.180 INFO:teuthology.orchestra.run.smithi105.stdout:Upgrading: 2024-03-26T00:46:14.181 INFO:teuthology.orchestra.run.smithi105.stdout: librados2 x86_64 2:19.0.0-2416.g4354a201.el9 ceph 3.4 M 2024-03-26T00:46:14.181 INFO:teuthology.orchestra.run.smithi105.stdout: librbd1 x86_64 2:19.0.0-2416.g4354a201.el9 ceph 3.1 M 2024-03-26T00:46:14.181 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-03-26T00:46:14.181 INFO:teuthology.orchestra.run.smithi105.stdout: boost-program-options 2024-03-26T00:46:14.181 INFO:teuthology.orchestra.run.smithi105.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-26T00:46:14.181 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-base x86_64 2:19.0.0-2416.g4354a201.el9 ceph 5.4 M 2024-03-26T00:46:14.181 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-common x86_64 2:19.0.0-2416.g4354a201.el9 ceph 21 M 2024-03-26T00:46:14.181 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-selinux x86_64 2:19.0.0-2416.g4354a201.el9 ceph 25 k 2024-03-26T00:46:14.181 INFO:teuthology.orchestra.run.smithi105.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-26T00:46:14.181 INFO:teuthology.orchestra.run.smithi105.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-26T00:46:14.181 INFO:teuthology.orchestra.run.smithi105.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-26T00:46:14.181 INFO:teuthology.orchestra.run.smithi105.stdout: libcephfs2 x86_64 2:19.0.0-2416.g4354a201.el9 ceph 746 k 2024-03-26T00:46:14.181 INFO:teuthology.orchestra.run.smithi105.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-26T00:46:14.182 INFO:teuthology.orchestra.run.smithi105.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-26T00:46:14.182 INFO:teuthology.orchestra.run.smithi105.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-26T00:46:14.182 INFO:teuthology.orchestra.run.smithi105.stdout: libradosstriper1 x86_64 2:19.0.0-2416.g4354a201.el9 ceph 501 k 2024-03-26T00:46:14.182 INFO:teuthology.orchestra.run.smithi105.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-26T00:46:14.182 INFO:teuthology.orchestra.run.smithi105.stdout: librgw2 x86_64 2:19.0.0-2416.g4354a201.el9 ceph 5.1 M 2024-03-26T00:46:14.182 INFO:teuthology.orchestra.run.smithi105.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-26T00:46:14.182 INFO:teuthology.orchestra.run.smithi105.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-26T00:46:14.182 INFO:teuthology.orchestra.run.smithi105.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-26T00:46:14.182 INFO:teuthology.orchestra.run.smithi105.stdout: python3-ceph-argparse 2024-03-26T00:46:14.182 INFO:teuthology.orchestra.run.smithi105.stdout: x86_64 2:19.0.0-2416.g4354a201.el9 ceph 45 k 2024-03-26T00:46:14.182 INFO:teuthology.orchestra.run.smithi105.stdout: python3-ceph-common x86_64 2:19.0.0-2416.g4354a201.el9 ceph 133 k 2024-03-26T00:46:14.182 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cephfs x86_64 2:19.0.0-2416.g4354a201.el9 ceph 162 k 2024-03-26T00:46:14.182 INFO:teuthology.orchestra.run.smithi105.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-26T00:46:14.183 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rados x86_64 2:19.0.0-2416.g4354a201.el9 ceph 320 k 2024-03-26T00:46:14.183 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rbd x86_64 2:19.0.0-2416.g4354a201.el9 ceph 298 k 2024-03-26T00:46:14.183 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rgw x86_64 2:19.0.0-2416.g4354a201.el9 ceph 99 k 2024-03-26T00:46:14.183 INFO:teuthology.orchestra.run.smithi105.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-03-26T00:46:14.183 INFO:teuthology.orchestra.run.smithi105.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-03-26T00:46:14.183 INFO:teuthology.orchestra.run.smithi105.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-26T00:46:14.183 INFO:teuthology.orchestra.run.smithi105.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-26T00:46:14.183 INFO:teuthology.orchestra.run.smithi105.stdout:Installing weak dependencies: 2024-03-26T00:46:14.183 INFO:teuthology.orchestra.run.smithi105.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-03-26T00:46:14.183 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:46:14.183 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-03-26T00:46:14.183 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:46:14.184 INFO:teuthology.orchestra.run.smithi105.stdout:Install 30 Packages 2024-03-26T00:46:14.184 INFO:teuthology.orchestra.run.smithi105.stdout:Upgrade 2 Packages 2024-03-26T00:46:14.184 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:46:14.184 INFO:teuthology.orchestra.run.smithi079.stdout:(3/32): libcephfs2-19.0.0-2416.g4354a201.el9.x8 8.0 MB/s | 746 kB 00:00 2024-03-26T00:46:14.185 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 59 M 2024-03-26T00:46:14.185 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-03-26T00:46:14.239 INFO:teuthology.orchestra.run.smithi079.stdout:(4/32): libradosstriper1-19.0.0-2416.g4354a201. 8.4 MB/s | 501 kB 00:00 2024-03-26T00:46:14.310 INFO:teuthology.orchestra.run.smithi060.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-03-26T00:46:14.348 INFO:teuthology.orchestra.run.smithi079.stdout:(5/32): ceph-base-19.0.0-2416.g4354a201.el9.x86 3.2 MB/s | 5.4 MB 00:01 2024-03-26T00:46:14.440 INFO:teuthology.orchestra.run.smithi079.stdout:(6/32): python3-ceph-argparse-19.0.0-2416.g4354 492 kB/s | 45 kB 00:00 2024-03-26T00:46:14.532 INFO:teuthology.orchestra.run.smithi079.stdout:(7/32): librgw2-19.0.0-2416.g4354a201.el9.x86_6 18 MB/s | 5.1 MB 00:00 2024-03-26T00:46:14.557 INFO:teuthology.orchestra.run.smithi079.stdout:(8/32): python3-ceph-common-19.0.0-2416.g4354a2 1.1 MB/s | 133 kB 00:00 2024-03-26T00:46:14.582 INFO:teuthology.orchestra.run.smithi079.stdout:(9/32): python3-cephfs-19.0.0-2416.g4354a201.el 3.2 MB/s | 162 kB 00:00 2024-03-26T00:46:14.624 INFO:teuthology.orchestra.run.smithi079.stdout:(10/32): python3-rados-19.0.0-2416.g4354a201.el 4.7 MB/s | 320 kB 00:00 2024-03-26T00:46:14.658 INFO:teuthology.orchestra.run.smithi079.stdout:(11/32): python3-rbd-19.0.0-2416.g4354a201.el9. 3.8 MB/s | 298 kB 00:00 2024-03-26T00:46:14.683 INFO:teuthology.orchestra.run.smithi079.stdout:(12/32): python3-rgw-19.0.0-2416.g4354a201.el9. 1.6 MB/s | 99 kB 00:00 2024-03-26T00:46:14.800 INFO:teuthology.orchestra.run.smithi079.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 746 kB/s | 106 kB 00:00 2024-03-26T00:46:14.834 INFO:teuthology.orchestra.run.smithi079.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.2 MB/s | 159 kB 00:00 2024-03-26T00:46:14.851 INFO:teuthology.orchestra.run.smithi079.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 881 kB/s | 44 kB 00:00 2024-03-26T00:46:14.901 INFO:teuthology.orchestra.run.smithi079.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 9.7 MB/s | 661 kB 00:00 2024-03-26T00:46:14.926 INFO:teuthology.orchestra.run.smithi079.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.7 MB/s | 282 kB 00:00 2024-03-26T00:46:14.943 INFO:teuthology.orchestra.run.smithi079.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 990 kB/s | 41 kB 00:00 2024-03-26T00:46:15.252 INFO:teuthology.orchestra.run.smithi079.stdout:(19/32): ceph-radosgw-19.0.0-2416.g4354a201.el9 3.8 MB/s | 9.8 MB 00:02 2024-03-26T00:46:15.269 INFO:teuthology.orchestra.run.smithi079.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 110 kB/s | 36 kB 00:00 2024-03-26T00:46:15.427 INFO:teuthology.orchestra.run.smithi079.stdout:(21/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.9 MB/s | 309 kB 00:00 2024-03-26T00:46:15.494 INFO:teuthology.orchestra.run.smithi079.stdout:(22/32): qatlib-24.02.0-1.el9.x86_64.rpm 389 kB/s | 221 kB 00:00 2024-03-26T00:46:15.595 INFO:teuthology.orchestra.run.smithi079.stdout:(23/32): libarrow-9.0.0-10.el9.x86_64.rpm 27 MB/s | 4.4 MB 00:00 2024-03-26T00:46:15.615 INFO:teuthology.orchestra.run.smithi105.stdout:(1/32): ceph-base-19.0.0-2416.g4354a201.el9.x86 5.2 MB/s | 5.4 MB 00:01 2024-03-26T00:46:15.620 INFO:teuthology.orchestra.run.smithi079.stdout:(24/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 129 kB/s | 47 kB 00:00 2024-03-26T00:46:15.645 INFO:teuthology.orchestra.run.smithi079.stdout:(25/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 173 kB/s | 26 kB 00:00 2024-03-26T00:46:15.648 INFO:teuthology.orchestra.run.smithi105.stdout:(2/32): ceph-selinux-19.0.0-2416.g4354a201.el9. 757 kB/s | 25 kB 00:00 2024-03-26T00:46:15.670 INFO:teuthology.orchestra.run.smithi079.stdout:(26/32): liboath-2.6.7-2.el9.x86_64.rpm 644 kB/s | 49 kB 00:00 2024-03-26T00:46:15.712 INFO:teuthology.orchestra.run.smithi079.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 4.5 MB/s | 192 kB 00:00 2024-03-26T00:46:15.737 INFO:teuthology.orchestra.run.smithi079.stdout:(28/32): libunwind-1.6.2-1.el9.x86_64.rpm 731 kB/s | 67 kB 00:00 2024-03-26T00:46:15.757 INFO:teuthology.orchestra.run.smithi105.stdout:(3/32): libcephfs2-19.0.0-2416.g4354a201.el9.x8 6.7 MB/s | 746 kB 00:00 2024-03-26T00:46:15.780 INFO:teuthology.orchestra.run.smithi079.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 24 MB/s | 1.6 MB 00:00 2024-03-26T00:46:15.866 INFO:teuthology.orchestra.run.smithi105.stdout:(4/32): libradosstriper1-19.0.0-2416.g4354a201. 4.5 MB/s | 501 kB 00:00 2024-03-26T00:46:15.871 INFO:teuthology.orchestra.run.smithi079.stdout:(30/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.6 MB/s | 838 kB 00:00 2024-03-26T00:46:16.108 INFO:teuthology.orchestra.run.smithi105.stdout:(5/32): ceph-radosgw-19.0.0-2416.g4354a201.el9. 6.4 MB/s | 9.8 MB 00:01 2024-03-26T00:46:16.205 INFO:teuthology.orchestra.run.smithi079.stdout:(31/32): librbd1-19.0.0-2416.g4354a201.el9.x86_ 7.4 MB/s | 3.1 MB 00:00 2024-03-26T00:46:16.216 INFO:teuthology.orchestra.run.smithi105.stdout:(6/32): python3-ceph-argparse-19.0.0-2416.g4354 416 kB/s | 45 kB 00:00 2024-03-26T00:46:16.275 INFO:teuthology.orchestra.run.smithi105.stdout:(7/32): python3-ceph-common-19.0.0-2416.g4354a2 2.2 MB/s | 133 kB 00:00 2024-03-26T00:46:16.342 INFO:teuthology.orchestra.run.smithi105.stdout:(8/32): python3-cephfs-19.0.0-2416.g4354a201.el 2.4 MB/s | 162 kB 00:00 2024-03-26T00:46:16.425 INFO:teuthology.orchestra.run.smithi105.stdout:(9/32): python3-rados-19.0.0-2416.g4354a201.el9 3.8 MB/s | 320 kB 00:00 2024-03-26T00:46:16.501 INFO:teuthology.orchestra.run.smithi105.stdout:(10/32): librgw2-19.0.0-2416.g4354a201.el9.x86_ 8.1 MB/s | 5.1 MB 00:00 2024-03-26T00:46:16.526 INFO:teuthology.orchestra.run.smithi105.stdout:(11/32): python3-rbd-19.0.0-2416.g4354a201.el9. 2.9 MB/s | 298 kB 00:00 2024-03-26T00:46:16.530 INFO:teuthology.orchestra.run.smithi079.stdout:(32/32): librados2-19.0.0-2416.g4354a201.el9.x8 4.3 MB/s | 3.4 MB 00:00 2024-03-26T00:46:16.533 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:46:16.533 INFO:teuthology.orchestra.run.smithi079.stdout:Total 14 MB/s | 59 MB 00:04 2024-03-26T00:46:16.552 INFO:teuthology.orchestra.run.smithi105.stdout:(12/32): python3-rgw-19.0.0-2416.g4354a201.el9. 1.9 MB/s | 99 kB 00:00 2024-03-26T00:46:16.567 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-03-26T00:46:16.604 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-03-26T00:46:16.605 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-03-26T00:46:16.677 INFO:teuthology.orchestra.run.smithi105.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.2 MB/s | 159 kB 00:00 2024-03-26T00:46:16.705 INFO:teuthology.orchestra.run.smithi105.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 602 kB/s | 106 kB 00:00 2024-03-26T00:46:16.727 INFO:teuthology.orchestra.run.smithi105.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 884 kB/s | 44 kB 00:00 2024-03-26T00:46:16.778 INFO:teuthology.orchestra.run.smithi105.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 8.6 MB/s | 661 kB 00:00 2024-03-26T00:46:16.803 INFO:teuthology.orchestra.run.smithi105.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.7 MB/s | 282 kB 00:00 2024-03-26T00:46:16.828 INFO:teuthology.orchestra.run.smithi105.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 827 kB/s | 41 kB 00:00 2024-03-26T00:46:16.857 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-26T00:46:16.874 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:46:16.874 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-03-26T00:46:16.874 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:46:16.874 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-26T00:46:16.874 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-radosgw x86_64 2:19.0.0-2416.g4354a201.el9 ceph 9.8 M 2024-03-26T00:46:16.874 INFO:teuthology.orchestra.run.smithi060.stdout:Upgrading: 2024-03-26T00:46:16.874 INFO:teuthology.orchestra.run.smithi060.stdout: librados2 x86_64 2:19.0.0-2416.g4354a201.el9 ceph 3.4 M 2024-03-26T00:46:16.875 INFO:teuthology.orchestra.run.smithi060.stdout: librbd1 x86_64 2:19.0.0-2416.g4354a201.el9 ceph 3.1 M 2024-03-26T00:46:16.875 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-03-26T00:46:16.875 INFO:teuthology.orchestra.run.smithi060.stdout: boost-program-options 2024-03-26T00:46:16.875 INFO:teuthology.orchestra.run.smithi060.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-26T00:46:16.875 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-base x86_64 2:19.0.0-2416.g4354a201.el9 ceph 5.4 M 2024-03-26T00:46:16.875 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-common x86_64 2:19.0.0-2416.g4354a201.el9 ceph 21 M 2024-03-26T00:46:16.875 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-selinux x86_64 2:19.0.0-2416.g4354a201.el9 ceph 25 k 2024-03-26T00:46:16.875 INFO:teuthology.orchestra.run.smithi060.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-26T00:46:16.875 INFO:teuthology.orchestra.run.smithi060.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-26T00:46:16.875 INFO:teuthology.orchestra.run.smithi060.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-26T00:46:16.876 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs2 x86_64 2:19.0.0-2416.g4354a201.el9 ceph 746 k 2024-03-26T00:46:16.876 INFO:teuthology.orchestra.run.smithi060.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-26T00:46:16.876 INFO:teuthology.orchestra.run.smithi060.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-26T00:46:16.876 INFO:teuthology.orchestra.run.smithi060.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-26T00:46:16.876 INFO:teuthology.orchestra.run.smithi060.stdout: libradosstriper1 x86_64 2:19.0.0-2416.g4354a201.el9 ceph 501 k 2024-03-26T00:46:16.876 INFO:teuthology.orchestra.run.smithi060.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-26T00:46:16.876 INFO:teuthology.orchestra.run.smithi060.stdout: librgw2 x86_64 2:19.0.0-2416.g4354a201.el9 ceph 5.1 M 2024-03-26T00:46:16.876 INFO:teuthology.orchestra.run.smithi060.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-26T00:46:16.876 INFO:teuthology.orchestra.run.smithi060.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-26T00:46:16.876 INFO:teuthology.orchestra.run.smithi060.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-26T00:46:16.876 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-argparse 2024-03-26T00:46:16.876 INFO:teuthology.orchestra.run.smithi060.stdout: x86_64 2:19.0.0-2416.g4354a201.el9 ceph 45 k 2024-03-26T00:46:16.877 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-common x86_64 2:19.0.0-2416.g4354a201.el9 ceph 133 k 2024-03-26T00:46:16.877 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cephfs x86_64 2:19.0.0-2416.g4354a201.el9 ceph 162 k 2024-03-26T00:46:16.877 INFO:teuthology.orchestra.run.smithi060.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-26T00:46:16.877 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rados x86_64 2:19.0.0-2416.g4354a201.el9 ceph 320 k 2024-03-26T00:46:16.877 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rbd x86_64 2:19.0.0-2416.g4354a201.el9 ceph 298 k 2024-03-26T00:46:16.877 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rgw x86_64 2:19.0.0-2416.g4354a201.el9 ceph 99 k 2024-03-26T00:46:16.877 INFO:teuthology.orchestra.run.smithi060.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-03-26T00:46:16.877 INFO:teuthology.orchestra.run.smithi060.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-03-26T00:46:16.877 INFO:teuthology.orchestra.run.smithi060.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-26T00:46:16.877 INFO:teuthology.orchestra.run.smithi060.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-26T00:46:16.877 INFO:teuthology.orchestra.run.smithi060.stdout:Installing weak dependencies: 2024-03-26T00:46:16.878 INFO:teuthology.orchestra.run.smithi060.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-03-26T00:46:16.878 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:46:16.878 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-26T00:46:16.878 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:46:16.878 INFO:teuthology.orchestra.run.smithi060.stdout:Install 30 Packages 2024-03-26T00:46:16.878 INFO:teuthology.orchestra.run.smithi060.stdout:Upgrade 2 Packages 2024-03-26T00:46:16.878 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:46:16.879 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 59 M 2024-03-26T00:46:16.879 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-26T00:46:17.087 INFO:teuthology.orchestra.run.smithi105.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 139 kB/s | 36 kB 00:00 2024-03-26T00:46:17.106 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-03-26T00:46:17.106 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-03-26T00:46:17.270 INFO:teuthology.orchestra.run.smithi105.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 258 kB/s | 47 kB 00:00 2024-03-26T00:46:17.354 INFO:teuthology.orchestra.run.smithi105.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 401 kB/s | 221 kB 00:00 2024-03-26T00:46:17.998 INFO:teuthology.orchestra.run.smithi105.stdout:(22/32): ceph-common-19.0.0-2416.g4354a201.el9. 6.0 MB/s | 21 MB 00:03 2024-03-26T00:46:18.021 INFO:teuthology.orchestra.run.smithi105.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 411 kB/s | 309 kB 00:00 2024-03-26T00:46:18.063 INFO:teuthology.orchestra.run.smithi105.stdout:(24/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 392 kB/s | 26 kB 00:00 2024-03-26T00:46:18.088 INFO:teuthology.orchestra.run.smithi105.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 725 kB/s | 49 kB 00:00 2024-03-26T00:46:18.139 INFO:teuthology.orchestra.run.smithi105.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 896 kB/s | 67 kB 00:00 2024-03-26T00:46:18.264 INFO:teuthology.orchestra.run.smithi105.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 4.7 MB/s | 838 kB 00:00 2024-03-26T00:46:18.289 INFO:teuthology.orchestra.run.smithi105.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.2 MB/s | 192 kB 00:00 2024-03-26T00:46:18.364 INFO:teuthology.orchestra.run.smithi105.stdout:(29/32): libarrow-9.0.0-10.el9.x86_64.rpm 4.5 MB/s | 4.4 MB 00:00 2024-03-26T00:46:18.423 INFO:teuthology.orchestra.run.smithi105.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 10 MB/s | 1.6 MB 00:00 2024-03-26T00:46:18.575 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-03-26T00:46:18.670 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-26T00:46:18.701 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-26T00:46:18.727 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-26T00:46:18.758 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-03-26T00:46:18.774 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-03-26T00:46:18.933 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-03-26T00:46:18.989 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-03-26T00:46:18.993 INFO:teuthology.orchestra.run.smithi060.stdout:(1/32): ceph-base-19.0.0-2416.g4354a201.el9.x86 2.7 MB/s | 5.4 MB 00:02 2024-03-26T00:46:19.093 INFO:teuthology.orchestra.run.smithi060.stdout:(2/32): ceph-selinux-19.0.0-2416.g4354a201.el9. 252 kB/s | 25 kB 00:00 2024-03-26T00:46:19.257 INFO:teuthology.orchestra.run.smithi105.stdout:(31/32): librbd1-19.0.0-2416.g4354a201.el9.x86_ 3.5 MB/s | 3.1 MB 00:00 2024-03-26T00:46:19.376 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-26T00:46:19.402 INFO:teuthology.orchestra.run.smithi060.stdout:(3/32): ceph-common-19.0.0-2416.g4354a201.el9.x 8.6 MB/s | 21 MB 00:02 2024-03-26T00:46:19.415 INFO:teuthology.orchestra.run.smithi105.stdout:(32/32): librados2-19.0.0-2416.g4354a201.el9.x8 3.0 MB/s | 3.4 MB 00:01 2024-03-26T00:46:19.420 INFO:teuthology.orchestra.run.smithi079.stdout: Upgrading : librados2-2:19.0.0-2416.g4354a201.el9.x86_64 7/34 2024-03-26T00:46:19.420 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:46:19.420 INFO:teuthology.orchestra.run.smithi105.stdout:Total 11 MB/s | 59 MB 00:05 2024-03-26T00:46:19.454 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-03-26T00:46:19.477 INFO:teuthology.orchestra.run.smithi060.stdout:(4/32): libcephfs2-19.0.0-2416.g4354a201.el9.x8 1.9 MB/s | 746 kB 00:00 2024-03-26T00:46:19.492 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-03-26T00:46:19.493 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-03-26T00:46:19.495 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librados2-2:19.0.0-2416.g4354a201.el9.x86_64 7/34 2024-03-26T00:46:19.584 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-rados-2:19.0.0-2416.g4354a201.el9.x86_64 8/34 2024-03-26T00:46:19.586 INFO:teuthology.orchestra.run.smithi060.stdout:(5/32): ceph-radosgw-19.0.0-2416.g4354a201.el9. 3.8 MB/s | 9.8 MB 00:02 2024-03-26T00:46:19.611 INFO:teuthology.orchestra.run.smithi060.stdout:(6/32): libradosstriper1-19.0.0-2416.g4354a201. 2.3 MB/s | 501 kB 00:00 2024-03-26T00:46:19.622 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libcephfs2-2:19.0.0-2416.g4354a201.el9.x86_64 9/34 2024-03-26T00:46:19.636 INFO:teuthology.orchestra.run.smithi060.stdout:(7/32): python3-ceph-argparse-19.0.0-2416.g4354 904 kB/s | 45 kB 00:00 2024-03-26T00:46:19.678 INFO:teuthology.orchestra.run.smithi060.stdout:(8/32): python3-ceph-common-19.0.0-2416.g4354a2 1.9 MB/s | 133 kB 00:00 2024-03-26T00:46:19.684 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: libcephfs2-2:19.0.0-2416.g4354a201.el9.x86_64 9/34 2024-03-26T00:46:19.703 INFO:teuthology.orchestra.run.smithi060.stdout:(9/32): python3-cephfs-19.0.0-2416.g4354a201.el 2.4 MB/s | 162 kB 00:00 2024-03-26T00:46:19.713 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-26T00:46:19.745 INFO:teuthology.orchestra.run.smithi060.stdout:(10/32): python3-rados-19.0.0-2416.g4354a201.el 4.7 MB/s | 320 kB 00:00 2024-03-26T00:46:19.757 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-ceph-argparse-2:19.0.0-2416.g4354a201.el9. 11/34 2024-03-26T00:46:19.787 INFO:teuthology.orchestra.run.smithi060.stdout:(11/32): python3-rbd-19.0.0-2416.g4354a201.el9. 3.5 MB/s | 298 kB 00:00 2024-03-26T00:46:19.813 INFO:teuthology.orchestra.run.smithi060.stdout:(12/32): python3-rgw-19.0.0-2416.g4354a201.el9. 1.4 MB/s | 99 kB 00:00 2024-03-26T00:46:19.827 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cephfs-2:19.0.0-2416.g4354a201.el9.x86_64 12/34 2024-03-26T00:46:19.849 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libradosstriper1-2:19.0.0-2416.g4354a201.el9.x86_6 13/34 2024-03-26T00:46:19.896 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2416.g4354a201.el9.x86_6 13/34 2024-03-26T00:46:19.931 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-03-26T00:46:19.938 INFO:teuthology.orchestra.run.smithi060.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 704 kB/s | 106 kB 00:00 2024-03-26T00:46:19.972 INFO:teuthology.orchestra.run.smithi060.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.3 MB/s | 44 kB 00:00 2024-03-26T00:46:19.980 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-03-26T00:46:19.980 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-03-26T00:46:19.997 INFO:teuthology.orchestra.run.smithi060.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 159 kB 00:00 2024-03-26T00:46:20.042 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-26T00:46:20.047 INFO:teuthology.orchestra.run.smithi060.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 8.6 MB/s | 661 kB 00:00 2024-03-26T00:46:20.073 INFO:teuthology.orchestra.run.smithi060.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.7 MB/s | 282 kB 00:00 2024-03-26T00:46:20.082 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-26T00:46:20.098 INFO:teuthology.orchestra.run.smithi060.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 826 kB/s | 41 kB 00:00 2024-03-26T00:46:20.131 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-26T00:46:20.162 INFO:teuthology.orchestra.run.smithi060.stdout:[MIRROR] qatlib-service-24.02.0-1.el9.x86_64.rpm: Status code: 404 for http://ftpmirror.your.org/pub/CentOS-Stream-All/9-stream/AppStream/x86_64/os/Packages/qatlib-service-24.02.0-1.el9.x86_64.rpm (IP: 163.237.219.7) 2024-03-26T00:46:20.162 INFO:teuthology.orchestra.run.smithi060.stdout:[MIRROR] qatlib-24.02.0-1.el9.x86_64.rpm: Status code: 404 for http://ftpmirror.your.org/pub/CentOS-Stream-All/9-stream/AppStream/x86_64/os/Packages/qatlib-24.02.0-1.el9.x86_64.rpm (IP: 163.237.219.7) 2024-03-26T00:46:20.180 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-26T00:46:20.209 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-26T00:46:20.242 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-26T00:46:20.371 INFO:teuthology.orchestra.run.smithi060.stdout:[MIRROR] qatlib-service-24.02.0-1.el9.x86_64.rpm: Status code: 404 for https://ftpmirror.your.org/pub/CentOS-Stream-All/9-stream/AppStream/x86_64/os/Packages/qatlib-service-24.02.0-1.el9.x86_64.rpm (IP: 163.237.219.7) 2024-03-26T00:46:20.374 INFO:teuthology.orchestra.run.smithi060.stdout:[MIRROR] qatlib-24.02.0-1.el9.x86_64.rpm: Status code: 404 for https://ftpmirror.your.org/pub/CentOS-Stream-All/9-stream/AppStream/x86_64/os/Packages/qatlib-24.02.0-1.el9.x86_64.rpm (IP: 163.237.219.7) 2024-03-26T00:46:20.503 INFO:teuthology.orchestra.run.smithi060.stdout:[MIRROR] qatlib-service-24.02.0-1.el9.x86_64.rpm: Status code: 404 for http://mirror.team-cymru.com/centos-stream/9-stream/AppStream/x86_64/os/Packages/qatlib-service-24.02.0-1.el9.x86_64.rpm (IP: 216.31.0.2) 2024-03-26T00:46:20.503 INFO:teuthology.orchestra.run.smithi060.stdout:[MIRROR] qatlib-24.02.0-1.el9.x86_64.rpm: Status code: 404 for http://mirror.team-cymru.com/centos-stream/9-stream/AppStream/x86_64/os/Packages/qatlib-24.02.0-1.el9.x86_64.rpm (IP: 216.31.0.2) 2024-03-26T00:46:20.561 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-26T00:46:20.597 INFO:teuthology.orchestra.run.smithi079.stdout: Upgrading : librbd1-2:19.0.0-2416.g4354a201.el9.x86_64 22/34 2024-03-26T00:46:20.686 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librbd1-2:19.0.0-2416.g4354a201.el9.x86_64 22/34 2024-03-26T00:46:20.718 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-rbd-2:19.0.0-2416.g4354a201.el9.x86_64 23/34 2024-03-26T00:46:20.733 INFO:teuthology.orchestra.run.smithi060.stdout:[MIRROR] qatlib-24.02.0-1.el9.x86_64.rpm: Status code: 404 for https://mirror.team-cymru.com/centos-stream/9-stream/AppStream/x86_64/os/Packages/qatlib-24.02.0-1.el9.x86_64.rpm (IP: 216.31.0.2) 2024-03-26T00:46:20.759 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-26T00:46:20.761 INFO:teuthology.orchestra.run.smithi060.stdout:[MIRROR] qatlib-service-24.02.0-1.el9.x86_64.rpm: Status code: 404 for https://mirror.team-cymru.com/centos-stream/9-stream/AppStream/x86_64/os/Packages/qatlib-service-24.02.0-1.el9.x86_64.rpm (IP: 216.31.0.2) 2024-03-26T00:46:20.848 INFO:teuthology.orchestra.run.smithi060.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 48 kB/s | 36 kB 00:00 2024-03-26T00:46:20.873 INFO:teuthology.orchestra.run.smithi060.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 276 kB/s | 221 kB 00:00 2024-03-26T00:46:20.882 INFO:teuthology.orchestra.run.smithi060.stdout:[MIRROR] qatzip-libs-1.2.0-1.el9.x86_64.rpm: Status code: 404 for http://ftpmirror.your.org/pub/CentOS-Stream-All/9-stream/AppStream/x86_64/os/Packages/qatzip-libs-1.2.0-1.el9.x86_64.rpm (IP: 163.237.219.7) 2024-03-26T00:46:20.914 INFO:teuthology.orchestra.run.smithi060.stdout:[MIRROR] qatzip-libs-1.2.0-1.el9.x86_64.rpm: Status code: 404 for https://ftpmirror.your.org/pub/CentOS-Stream-All/9-stream/AppStream/x86_64/os/Packages/qatzip-libs-1.2.0-1.el9.x86_64.rpm (IP: 163.237.219.7) 2024-03-26T00:46:20.950 INFO:teuthology.orchestra.run.smithi060.stdout:[MIRROR] qatzip-libs-1.2.0-1.el9.x86_64.rpm: Status code: 404 for http://mirror.team-cymru.com/centos-stream/9-stream/AppStream/x86_64/os/Packages/qatzip-libs-1.2.0-1.el9.x86_64.rpm (IP: 216.31.0.2) 2024-03-26T00:46:20.984 INFO:teuthology.orchestra.run.smithi060.stdout:[MIRROR] qatzip-libs-1.2.0-1.el9.x86_64.rpm: Status code: 404 for https://mirror.team-cymru.com/centos-stream/9-stream/AppStream/x86_64/os/Packages/qatzip-libs-1.2.0-1.el9.x86_64.rpm (IP: 216.31.0.2) 2024-03-26T00:46:21.023 INFO:teuthology.orchestra.run.smithi060.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 271 kB/s | 47 kB 00:00 2024-03-26T00:46:21.132 INFO:teuthology.orchestra.run.smithi060.stdout:(22/32): librgw2-19.0.0-2416.g4354a201.el9.x86_ 3.1 MB/s | 5.1 MB 00:01 2024-03-26T00:46:21.221 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-26T00:46:21.249 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : librgw2-2:19.0.0-2416.g4354a201.el9.x86_64 26/34 2024-03-26T00:46:21.312 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librgw2-2:19.0.0-2416.g4354a201.el9.x86_64 26/34 2024-03-26T00:46:21.316 INFO:teuthology.orchestra.run.smithi060.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 698 kB/s | 309 kB 00:00 2024-03-26T00:46:21.380 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-rgw-2:19.0.0-2416.g4354a201.el9.x86_64 27/34 2024-03-26T00:46:21.416 INFO:teuthology.orchestra.run.smithi060.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 487 kB/s | 49 kB 00:00 2024-03-26T00:46:21.418 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-ceph-common-2:19.0.0-2416.g4354a201.el9.x8 28/34 2024-03-26T00:46:21.441 INFO:teuthology.orchestra.run.smithi060.stdout:(25/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 92 kB/s | 26 kB 00:00 2024-03-26T00:46:21.468 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-03-26T00:46:21.500 INFO:teuthology.orchestra.run.smithi060.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 806 kB/s | 67 kB 00:00 2024-03-26T00:46:21.547 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-26T00:46:21.578 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-26T00:46:21.600 INFO:teuthology.orchestra.run.smithi060.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 1.9 MB/s | 192 kB 00:00 2024-03-26T00:46:21.610 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-26T00:46:21.775 INFO:teuthology.orchestra.run.smithi060.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.5 MB/s | 838 kB 00:00 2024-03-26T00:46:21.834 INFO:teuthology.orchestra.run.smithi060.stdout:(29/32): libarrow-9.0.0-10.el9.x86_64.rpm 5.5 MB/s | 4.4 MB 00:00 2024-03-26T00:46:21.835 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-03-26T00:46:21.851 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-03-26T00:46:21.876 INFO:teuthology.orchestra.run.smithi060.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 5.7 MB/s | 1.6 MB 00:00 2024-03-26T00:46:22.026 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-03-26T00:46:22.086 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-03-26T00:46:22.418 INFO:teuthology.orchestra.run.smithi060.stdout:(31/32): librbd1-19.0.0-2416.g4354a201.el9.x86_ 5.4 MB/s | 3.1 MB 00:00 2024-03-26T00:46:22.425 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-26T00:46:22.488 INFO:teuthology.orchestra.run.smithi105.stdout: Upgrading : librados2-2:19.0.0-2416.g4354a201.el9.x86_64 7/34 2024-03-26T00:46:22.580 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: librados2-2:19.0.0-2416.g4354a201.el9.x86_64 7/34 2024-03-26T00:46:22.643 INFO:teuthology.orchestra.run.smithi060.stdout:(32/32): librados2-19.0.0-2416.g4354a201.el9.x8 3.9 MB/s | 3.4 MB 00:00 2024-03-26T00:46:22.651 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:46:22.651 INFO:teuthology.orchestra.run.smithi060.stdout:Total 10 MB/s | 59 MB 00:05 2024-03-26T00:46:22.670 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-rados-2:19.0.0-2416.g4354a201.el9.x86_64 8/34 2024-03-26T00:46:22.685 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-26T00:46:22.702 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libcephfs2-2:19.0.0-2416.g4354a201.el9.x86_64 9/34 2024-03-26T00:46:22.727 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-26T00:46:22.728 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-26T00:46:22.744 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: libcephfs2-2:19.0.0-2416.g4354a201.el9.x86_64 9/34 2024-03-26T00:46:22.773 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-26T00:46:22.816 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-ceph-argparse-2:19.0.0-2416.g4354a201.el9. 11/34 2024-03-26T00:46:22.886 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-cephfs-2:19.0.0-2416.g4354a201.el9.x86_64 12/34 2024-03-26T00:46:22.910 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libradosstriper1-2:19.0.0-2416.g4354a201.el9.x86_6 13/34 2024-03-26T00:46:22.956 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2416.g4354a201.el9.x86_6 13/34 2024-03-26T00:46:22.990 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-03-26T00:46:23.101 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-26T00:46:23.142 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-26T00:46:23.182 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-26T00:46:23.207 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-26T00:46:23.230 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-26T00:46:23.231 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-26T00:46:23.236 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-26T00:46:23.268 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-26T00:46:23.567 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-common-2:19.0.0-2416.g4354a201.el9.x86_64 29/34 2024-03-26T00:46:23.579 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-26T00:46:23.606 INFO:teuthology.orchestra.run.smithi105.stdout: Upgrading : librbd1-2:19.0.0-2416.g4354a201.el9.x86_64 22/34 2024-03-26T00:46:23.606 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-common-2:19.0.0-2416.g4354a201.el9.x86_64 29/34 2024-03-26T00:46:23.697 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: librbd1-2:19.0.0-2416.g4354a201.el9.x86_64 22/34 2024-03-26T00:46:23.727 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-rbd-2:19.0.0-2416.g4354a201.el9.x86_64 23/34 2024-03-26T00:46:23.771 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-26T00:46:24.182 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-common-2:19.0.0-2416.g4354a201.el9.x86_64 29/34 2024-03-26T00:46:24.226 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-base-2:19.0.0-2416.g4354a201.el9.x86_64 30/34 2024-03-26T00:46:24.236 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-26T00:46:24.267 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : librgw2-2:19.0.0-2416.g4354a201.el9.x86_64 26/34 2024-03-26T00:46:24.311 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-base-2:19.0.0-2416.g4354a201.el9.x86_64 30/34 2024-03-26T00:46:24.311 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-26T00:46:24.311 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-26T00:46:24.312 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:46:24.321 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: librgw2-2:19.0.0-2416.g4354a201.el9.x86_64 26/34 2024-03-26T00:46:24.361 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-selinux-2:19.0.0-2416.g4354a201.el9.x86_64 31/34 2024-03-26T00:46:24.381 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-rgw-2:19.0.0-2416.g4354a201.el9.x86_64 27/34 2024-03-26T00:46:24.419 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-ceph-common-2:19.0.0-2416.g4354a201.el9.x8 28/34 2024-03-26T00:46:24.837 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-26T00:46:24.923 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-26T00:46:24.974 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-26T00:46:25.113 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-26T00:46:25.146 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-03-26T00:46:25.163 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-03-26T00:46:25.355 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-03-26T00:46:25.414 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-03-26T00:46:25.774 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-26T00:46:25.950 INFO:teuthology.orchestra.run.smithi060.stdout: Upgrading : librados2-2:19.0.0-2416.g4354a201.el9.x86_64 7/34 2024-03-26T00:46:26.034 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librados2-2:19.0.0-2416.g4354a201.el9.x86_64 7/34 2024-03-26T00:46:26.124 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-rados-2:19.0.0-2416.g4354a201.el9.x86_64 8/34 2024-03-26T00:46:26.152 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libcephfs2-2:19.0.0-2416.g4354a201.el9.x86_64 9/34 2024-03-26T00:46:26.198 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libcephfs2-2:19.0.0-2416.g4354a201.el9.x86_64 9/34 2024-03-26T00:46:26.227 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-26T00:46:26.270 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-ceph-argparse-2:19.0.0-2416.g4354a201.el9. 11/34 2024-03-26T00:46:26.341 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cephfs-2:19.0.0-2416.g4354a201.el9.x86_64 12/34 2024-03-26T00:46:26.362 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libradosstriper1-2:19.0.0-2416.g4354a201.el9.x86_6 13/34 2024-03-26T00:46:26.435 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2416.g4354a201.el9.x86_6 13/34 2024-03-26T00:46:26.469 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-03-26T00:46:26.581 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-26T00:46:26.611 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-common-2:19.0.0-2416.g4354a201.el9.x86_64 29/34 2024-03-26T00:46:26.612 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-26T00:46:26.641 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-common-2:19.0.0-2416.g4354a201.el9.x86_64 29/34 2024-03-26T00:46:26.644 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-26T00:46:26.669 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-26T00:46:26.698 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-26T00:46:26.731 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-26T00:46:27.059 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-26T00:46:27.085 INFO:teuthology.orchestra.run.smithi060.stdout: Upgrading : librbd1-2:19.0.0-2416.g4354a201.el9.x86_64 22/34 2024-03-26T00:46:27.168 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librbd1-2:19.0.0-2416.g4354a201.el9.x86_64 22/34 2024-03-26T00:46:27.189 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-common-2:19.0.0-2416.g4354a201.el9.x86_64 29/34 2024-03-26T00:46:27.198 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-rbd-2:19.0.0-2416.g4354a201.el9.x86_64 23/34 2024-03-26T00:46:27.227 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-base-2:19.0.0-2416.g4354a201.el9.x86_64 30/34 2024-03-26T00:46:27.243 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-26T00:46:27.335 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-base-2:19.0.0-2416.g4354a201.el9.x86_64 30/34 2024-03-26T00:46:27.335 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-26T00:46:27.335 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-26T00:46:27.335 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:46:27.379 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-selinux-2:19.0.0-2416.g4354a201.el9.x86_64 31/34 2024-03-26T00:46:27.745 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-26T00:46:27.771 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : librgw2-2:19.0.0-2416.g4354a201.el9.x86_64 26/34 2024-03-26T00:46:27.842 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librgw2-2:19.0.0-2416.g4354a201.el9.x86_64 26/34 2024-03-26T00:46:27.914 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-rgw-2:19.0.0-2416.g4354a201.el9.x86_64 27/34 2024-03-26T00:46:27.940 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-ceph-common-2:19.0.0-2416.g4354a201.el9.x8 28/34 2024-03-26T00:46:30.201 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-common-2:19.0.0-2416.g4354a201.el9.x86_64 29/34 2024-03-26T00:46:30.237 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-common-2:19.0.0-2416.g4354a201.el9.x86_64 29/34 2024-03-26T00:46:30.850 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-common-2:19.0.0-2416.g4354a201.el9.x86_64 29/34 2024-03-26T00:46:30.891 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-base-2:19.0.0-2416.g4354a201.el9.x86_64 30/34 2024-03-26T00:46:30.974 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-base-2:19.0.0-2416.g4354a201.el9.x86_64 30/34 2024-03-26T00:46:30.975 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-26T00:46:30.975 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-26T00:46:30.975 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:46:31.008 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-selinux-2:19.0.0-2416.g4354a201.el9.x86_64 31/34 2024-03-26T00:46:34.190 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2416.g4354a201.el9.x86_64 31/34 2024-03-26T00:46:34.190 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /sys 2024-03-26T00:46:34.190 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /proc 2024-03-26T00:46:34.190 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /mnt 2024-03-26T00:46:34.190 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /var/tmp 2024-03-26T00:46:34.191 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /home 2024-03-26T00:46:34.191 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /root 2024-03-26T00:46:34.191 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /tmp 2024-03-26T00:46:34.191 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:46:35.134 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-radosgw-2:19.0.0-2416.g4354a201.el9.x86_64 32/34 2024-03-26T00:46:35.158 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2416.g4354a201.el9.x86_64 32/34 2024-03-26T00:46:35.158 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-26T00:46:35.158 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-26T00:46:35.159 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-26T00:46:35.159 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-26T00:46:35.159 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:46:35.160 INFO:teuthology.orchestra.run.smithi079.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-26T00:46:35.245 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-26T00:46:35.245 INFO:teuthology.orchestra.run.smithi079.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-26T00:46:36.363 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-26T00:46:36.363 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-base-2:19.0.0-2416.g4354a201.el9.x86_64 1/34 2024-03-26T00:46:36.363 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-common-2:19.0.0-2416.g4354a201.el9.x86_64 2/34 2024-03-26T00:46:36.363 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-radosgw-2:19.0.0-2416.g4354a201.el9.x86_64 3/34 2024-03-26T00:46:36.363 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-selinux-2:19.0.0-2416.g4354a201.el9.x86_64 4/34 2024-03-26T00:46:36.363 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libcephfs2-2:19.0.0-2416.g4354a201.el9.x86_64 5/34 2024-03-26T00:46:36.364 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libradosstriper1-2:19.0.0-2416.g4354a201.el9.x86_6 6/34 2024-03-26T00:46:36.364 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librgw2-2:19.0.0-2416.g4354a201.el9.x86_64 7/34 2024-03-26T00:46:36.364 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2416.g4354a201.el9. 8/34 2024-03-26T00:46:36.364 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-ceph-common-2:19.0.0-2416.g4354a201.el9.x8 9/34 2024-03-26T00:46:36.364 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cephfs-2:19.0.0-2416.g4354a201.el9.x86_64 10/34 2024-03-26T00:46:36.364 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-rados-2:19.0.0-2416.g4354a201.el9.x86_64 11/34 2024-03-26T00:46:36.364 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-rbd-2:19.0.0-2416.g4354a201.el9.x86_64 12/34 2024-03-26T00:46:36.364 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-rgw-2:19.0.0-2416.g4354a201.el9.x86_64 13/34 2024-03-26T00:46:36.364 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-26T00:46:36.364 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-26T00:46:36.364 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-26T00:46:36.364 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-26T00:46:36.364 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-26T00:46:36.365 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-26T00:46:36.365 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-03-26T00:46:36.365 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-03-26T00:46:36.365 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-03-26T00:46:36.365 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-26T00:46:36.365 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-26T00:46:36.365 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-26T00:46:36.365 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-26T00:46:36.365 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-26T00:46:36.365 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-26T00:46:36.365 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-26T00:46:36.365 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-26T00:46:36.365 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librados2-2:19.0.0-2416.g4354a201.el9.x86_64 31/34 2024-03-26T00:46:36.366 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-26T00:46:36.366 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librbd1-2:19.0.0-2416.g4354a201.el9.x86_64 33/34 2024-03-26T00:46:37.017 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2416.g4354a201.el9.x86_64 31/34 2024-03-26T00:46:37.017 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /sys 2024-03-26T00:46:37.017 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /proc 2024-03-26T00:46:37.017 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /mnt 2024-03-26T00:46:37.017 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /var/tmp 2024-03-26T00:46:37.017 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /home 2024-03-26T00:46:37.017 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /root 2024-03-26T00:46:37.017 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /tmp 2024-03-26T00:46:37.017 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:46:37.504 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-26T00:46:37.505 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:46:37.505 INFO:teuthology.orchestra.run.smithi079.stdout:Upgraded: 2024-03-26T00:46:37.505 INFO:teuthology.orchestra.run.smithi079.stdout: librados2-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:37.505 INFO:teuthology.orchestra.run.smithi079.stdout: librbd1-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:37.505 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-03-26T00:46:37.505 INFO:teuthology.orchestra.run.smithi079.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-26T00:46:37.505 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-base-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:37.505 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-common-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:37.505 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-radosgw-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:37.505 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-selinux-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:37.505 INFO:teuthology.orchestra.run.smithi079.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-26T00:46:37.506 INFO:teuthology.orchestra.run.smithi079.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-26T00:46:37.506 INFO:teuthology.orchestra.run.smithi079.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-26T00:46:37.506 INFO:teuthology.orchestra.run.smithi079.stdout: libcephfs2-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:37.506 INFO:teuthology.orchestra.run.smithi079.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-26T00:46:37.506 INFO:teuthology.orchestra.run.smithi079.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-26T00:46:37.506 INFO:teuthology.orchestra.run.smithi079.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-26T00:46:37.506 INFO:teuthology.orchestra.run.smithi079.stdout: libradosstriper1-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:37.506 INFO:teuthology.orchestra.run.smithi079.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-26T00:46:37.506 INFO:teuthology.orchestra.run.smithi079.stdout: librgw2-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:37.506 INFO:teuthology.orchestra.run.smithi079.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-26T00:46:37.506 INFO:teuthology.orchestra.run.smithi079.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-26T00:46:37.506 INFO:teuthology.orchestra.run.smithi079.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-26T00:46:37.506 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ceph-argparse-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:37.507 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ceph-common-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:37.507 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cephfs-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:37.507 INFO:teuthology.orchestra.run.smithi079.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-26T00:46:37.507 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rados-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:37.507 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rbd-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:37.507 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rgw-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:37.507 INFO:teuthology.orchestra.run.smithi079.stdout: qatlib-24.02.0-1.el9.x86_64 2024-03-26T00:46:37.507 INFO:teuthology.orchestra.run.smithi079.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-03-26T00:46:37.507 INFO:teuthology.orchestra.run.smithi079.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-03-26T00:46:37.507 INFO:teuthology.orchestra.run.smithi079.stdout: re2-1:20211101-3.el9.x86_64 2024-03-26T00:46:37.507 INFO:teuthology.orchestra.run.smithi079.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-26T00:46:37.507 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:46:37.507 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-03-26T00:46:37.838 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-test 2024-03-26T00:46:37.899 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-radosgw-2:19.0.0-2416.g4354a201.el9.x86_64 32/34 2024-03-26T00:46:37.923 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2416.g4354a201.el9.x86_64 32/34 2024-03-26T00:46:37.923 INFO:teuthology.orchestra.run.smithi105.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-26T00:46:37.923 INFO:teuthology.orchestra.run.smithi105.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-26T00:46:37.923 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-26T00:46:37.924 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-26T00:46:37.924 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:46:37.925 INFO:teuthology.orchestra.run.smithi105.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-26T00:46:38.009 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-26T00:46:38.009 INFO:teuthology.orchestra.run.smithi105.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-26T00:46:38.397 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:00:29 ago on Tue 26 Mar 2024 12:46:09 AM UTC. 2024-03-26T00:46:38.554 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-03-26T00:46:38.555 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:46:38.555 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-03-26T00:46:38.555 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:46:38.555 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-03-26T00:46:38.555 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-test x86_64 2:19.0.0-2416.g4354a201.el9 ceph 48 M 2024-03-26T00:46:38.555 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-03-26T00:46:38.555 INFO:teuthology.orchestra.run.smithi079.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-26T00:46:38.555 INFO:teuthology.orchestra.run.smithi079.stdout: libcephsqlite x86_64 2:19.0.0-2416.g4354a201.el9 ceph 164 k 2024-03-26T00:46:38.555 INFO:teuthology.orchestra.run.smithi079.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-26T00:46:38.556 INFO:teuthology.orchestra.run.smithi079.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-26T00:46:38.556 INFO:teuthology.orchestra.run.smithi079.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-26T00:46:38.556 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:46:38.556 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-03-26T00:46:38.556 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:46:38.556 INFO:teuthology.orchestra.run.smithi079.stdout:Install 6 Packages 2024-03-26T00:46:38.556 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:46:38.556 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 49 M 2024-03-26T00:46:38.557 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 206 M 2024-03-26T00:46:38.557 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-03-26T00:46:39.002 INFO:teuthology.orchestra.run.smithi079.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.2 MB/s | 217 kB 00:00 2024-03-26T00:46:39.044 INFO:teuthology.orchestra.run.smithi079.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 7.0 MB/s | 300 kB 00:00 2024-03-26T00:46:39.078 INFO:teuthology.orchestra.run.smithi079.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-03-26T00:46:39.217 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-26T00:46:39.217 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-base-2:19.0.0-2416.g4354a201.el9.x86_64 1/34 2024-03-26T00:46:39.217 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-common-2:19.0.0-2416.g4354a201.el9.x86_64 2/34 2024-03-26T00:46:39.218 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-radosgw-2:19.0.0-2416.g4354a201.el9.x86_64 3/34 2024-03-26T00:46:39.218 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-selinux-2:19.0.0-2416.g4354a201.el9.x86_64 4/34 2024-03-26T00:46:39.218 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libcephfs2-2:19.0.0-2416.g4354a201.el9.x86_64 5/34 2024-03-26T00:46:39.218 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libradosstriper1-2:19.0.0-2416.g4354a201.el9.x86_6 6/34 2024-03-26T00:46:39.218 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librgw2-2:19.0.0-2416.g4354a201.el9.x86_64 7/34 2024-03-26T00:46:39.218 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2416.g4354a201.el9. 8/34 2024-03-26T00:46:39.219 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-ceph-common-2:19.0.0-2416.g4354a201.el9.x8 9/34 2024-03-26T00:46:39.219 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-cephfs-2:19.0.0-2416.g4354a201.el9.x86_64 10/34 2024-03-26T00:46:39.219 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-rados-2:19.0.0-2416.g4354a201.el9.x86_64 11/34 2024-03-26T00:46:39.219 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-rbd-2:19.0.0-2416.g4354a201.el9.x86_64 12/34 2024-03-26T00:46:39.219 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-rgw-2:19.0.0-2416.g4354a201.el9.x86_64 13/34 2024-03-26T00:46:39.220 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-26T00:46:39.220 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-26T00:46:39.220 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-26T00:46:39.220 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-26T00:46:39.220 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-26T00:46:39.220 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-26T00:46:39.221 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-03-26T00:46:39.221 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-03-26T00:46:39.221 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-03-26T00:46:39.221 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-26T00:46:39.221 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-26T00:46:39.221 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-26T00:46:39.222 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-26T00:46:39.222 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-26T00:46:39.222 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-26T00:46:39.222 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-26T00:46:39.222 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-26T00:46:39.223 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librados2-2:19.0.0-2416.g4354a201.el9.x86_64 31/34 2024-03-26T00:46:39.223 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-26T00:46:39.223 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librbd1-2:19.0.0-2416.g4354a201.el9.x86_64 33/34 2024-03-26T00:46:39.224 INFO:teuthology.orchestra.run.smithi079.stdout:(4/6): libcephsqlite-19.0.0-2416.g4354a201.el9. 419 kB/s | 164 kB 00:00 2024-03-26T00:46:39.795 INFO:teuthology.orchestra.run.smithi079.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 261 kB/s | 187 kB 00:00 2024-03-26T00:46:40.202 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-26T00:46:40.203 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:46:40.203 INFO:teuthology.orchestra.run.smithi105.stdout:Upgraded: 2024-03-26T00:46:40.203 INFO:teuthology.orchestra.run.smithi105.stdout: librados2-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:40.203 INFO:teuthology.orchestra.run.smithi105.stdout: librbd1-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:40.203 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-03-26T00:46:40.203 INFO:teuthology.orchestra.run.smithi105.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-26T00:46:40.203 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-base-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:40.203 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-common-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:40.203 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-radosgw-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:40.204 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-selinux-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:40.204 INFO:teuthology.orchestra.run.smithi105.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-26T00:46:40.204 INFO:teuthology.orchestra.run.smithi105.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-26T00:46:40.204 INFO:teuthology.orchestra.run.smithi105.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-26T00:46:40.204 INFO:teuthology.orchestra.run.smithi105.stdout: libcephfs2-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:40.204 INFO:teuthology.orchestra.run.smithi105.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-26T00:46:40.204 INFO:teuthology.orchestra.run.smithi105.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-26T00:46:40.204 INFO:teuthology.orchestra.run.smithi105.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-26T00:46:40.204 INFO:teuthology.orchestra.run.smithi105.stdout: libradosstriper1-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:40.204 INFO:teuthology.orchestra.run.smithi105.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-26T00:46:40.205 INFO:teuthology.orchestra.run.smithi105.stdout: librgw2-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:40.205 INFO:teuthology.orchestra.run.smithi105.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-26T00:46:40.205 INFO:teuthology.orchestra.run.smithi105.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-26T00:46:40.205 INFO:teuthology.orchestra.run.smithi105.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-26T00:46:40.205 INFO:teuthology.orchestra.run.smithi105.stdout: python3-ceph-argparse-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:40.205 INFO:teuthology.orchestra.run.smithi105.stdout: python3-ceph-common-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:40.205 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cephfs-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:40.205 INFO:teuthology.orchestra.run.smithi105.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-26T00:46:40.206 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rados-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:40.206 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rbd-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:40.206 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rgw-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:40.206 INFO:teuthology.orchestra.run.smithi105.stdout: qatlib-24.02.0-1.el9.x86_64 2024-03-26T00:46:40.206 INFO:teuthology.orchestra.run.smithi105.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-03-26T00:46:40.206 INFO:teuthology.orchestra.run.smithi105.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-03-26T00:46:40.206 INFO:teuthology.orchestra.run.smithi105.stdout: re2-1:20211101-3.el9.x86_64 2024-03-26T00:46:40.206 INFO:teuthology.orchestra.run.smithi105.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-26T00:46:40.206 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:46:40.207 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-03-26T00:46:40.529 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-test 2024-03-26T00:46:41.019 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2416.g4354a201.el9.x86_64 31/34 2024-03-26T00:46:41.020 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /sys 2024-03-26T00:46:41.020 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /proc 2024-03-26T00:46:41.020 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /mnt 2024-03-26T00:46:41.020 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /var/tmp 2024-03-26T00:46:41.020 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /home 2024-03-26T00:46:41.020 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /root 2024-03-26T00:46:41.020 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /tmp 2024-03-26T00:46:41.020 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:46:41.092 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:00:30 ago on Tue 26 Mar 2024 12:46:11 AM UTC. 2024-03-26T00:46:41.212 INFO:teuthology.orchestra.run.smithi079.stdout:(6/6): ceph-test-19.0.0-2416.g4354a201.el9.x86_ 20 MB/s | 48 MB 00:02 2024-03-26T00:46:41.215 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:46:41.215 INFO:teuthology.orchestra.run.smithi079.stdout:Total 18 MB/s | 49 MB 00:02 2024-03-26T00:46:41.229 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-03-26T00:46:41.240 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-03-26T00:46:41.241 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:46:41.241 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2024-03-26T00:46:41.241 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:46:41.241 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-03-26T00:46:41.241 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-test x86_64 2:19.0.0-2416.g4354a201.el9 ceph 48 M 2024-03-26T00:46:41.241 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-03-26T00:46:41.241 INFO:teuthology.orchestra.run.smithi105.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-26T00:46:41.241 INFO:teuthology.orchestra.run.smithi105.stdout: libcephsqlite x86_64 2:19.0.0-2416.g4354a201.el9 ceph 164 k 2024-03-26T00:46:41.241 INFO:teuthology.orchestra.run.smithi105.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-26T00:46:41.241 INFO:teuthology.orchestra.run.smithi105.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-26T00:46:41.241 INFO:teuthology.orchestra.run.smithi105.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-26T00:46:41.241 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:46:41.242 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-03-26T00:46:41.242 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:46:41.242 INFO:teuthology.orchestra.run.smithi105.stdout:Install 6 Packages 2024-03-26T00:46:41.242 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:46:41.242 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 49 M 2024-03-26T00:46:41.242 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 206 M 2024-03-26T00:46:41.243 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-03-26T00:46:41.251 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-03-26T00:46:41.251 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-03-26T00:46:41.637 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-03-26T00:46:41.637 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-03-26T00:46:41.649 INFO:teuthology.orchestra.run.smithi105.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.4 MB/s | 217 kB 00:00 2024-03-26T00:46:41.700 INFO:teuthology.orchestra.run.smithi105.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 5.9 MB/s | 300 kB 00:00 2024-03-26T00:46:41.733 INFO:teuthology.orchestra.run.smithi105.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-03-26T00:46:41.775 INFO:teuthology.orchestra.run.smithi105.stdout:(4/6): libcephsqlite-19.0.0-2416.g4354a201.el9. 593 kB/s | 164 kB 00:00 2024-03-26T00:46:41.959 INFO:teuthology.orchestra.run.smithi105.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 831 kB/s | 187 kB 00:00 2024-03-26T00:46:41.975 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-radosgw-2:19.0.0-2416.g4354a201.el9.x86_64 32/34 2024-03-26T00:46:41.999 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2416.g4354a201.el9.x86_64 32/34 2024-03-26T00:46:41.999 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-26T00:46:41.999 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-26T00:46:41.999 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-26T00:46:41.999 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-26T00:46:41.999 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:46:42.001 INFO:teuthology.orchestra.run.smithi060.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-26T00:46:42.089 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-26T00:46:42.089 INFO:teuthology.orchestra.run.smithi060.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-26T00:46:42.204 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-03-26T00:46:42.279 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-26T00:46:42.321 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-26T00:46:42.353 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-26T00:46:42.404 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-26T00:46:42.432 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libcephsqlite-2:19.0.0-2416.g4354a201.el9.x86_64 5/6 2024-03-26T00:46:43.158 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-26T00:46:43.159 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-base-2:19.0.0-2416.g4354a201.el9.x86_64 1/34 2024-03-26T00:46:43.159 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-common-2:19.0.0-2416.g4354a201.el9.x86_64 2/34 2024-03-26T00:46:43.159 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-radosgw-2:19.0.0-2416.g4354a201.el9.x86_64 3/34 2024-03-26T00:46:43.159 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-selinux-2:19.0.0-2416.g4354a201.el9.x86_64 4/34 2024-03-26T00:46:43.159 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libcephfs2-2:19.0.0-2416.g4354a201.el9.x86_64 5/34 2024-03-26T00:46:43.159 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libradosstriper1-2:19.0.0-2416.g4354a201.el9.x86_6 6/34 2024-03-26T00:46:43.159 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librgw2-2:19.0.0-2416.g4354a201.el9.x86_64 7/34 2024-03-26T00:46:43.159 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2416.g4354a201.el9. 8/34 2024-03-26T00:46:43.159 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-ceph-common-2:19.0.0-2416.g4354a201.el9.x8 9/34 2024-03-26T00:46:43.159 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cephfs-2:19.0.0-2416.g4354a201.el9.x86_64 10/34 2024-03-26T00:46:43.159 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-rados-2:19.0.0-2416.g4354a201.el9.x86_64 11/34 2024-03-26T00:46:43.160 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-rbd-2:19.0.0-2416.g4354a201.el9.x86_64 12/34 2024-03-26T00:46:43.160 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-rgw-2:19.0.0-2416.g4354a201.el9.x86_64 13/34 2024-03-26T00:46:43.160 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-26T00:46:43.160 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-26T00:46:43.160 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-26T00:46:43.160 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-26T00:46:43.160 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-26T00:46:43.160 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-26T00:46:43.160 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-03-26T00:46:43.160 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-03-26T00:46:43.160 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-03-26T00:46:43.160 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-26T00:46:43.160 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-26T00:46:43.161 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-26T00:46:43.161 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-26T00:46:43.161 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-26T00:46:43.161 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-26T00:46:43.161 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-26T00:46:43.161 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-26T00:46:43.161 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librados2-2:19.0.0-2416.g4354a201.el9.x86_64 31/34 2024-03-26T00:46:43.161 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-26T00:46:43.161 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librbd1-2:19.0.0-2416.g4354a201.el9.x86_64 33/34 2024-03-26T00:46:43.834 INFO:teuthology.orchestra.run.smithi105.stdout:(6/6): ceph-test-19.0.0-2416.g4354a201.el9.x86_ 20 MB/s | 48 MB 00:02 2024-03-26T00:46:43.837 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:46:43.837 INFO:teuthology.orchestra.run.smithi105.stdout:Total 19 MB/s | 49 MB 00:02 2024-03-26T00:46:43.851 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-03-26T00:46:43.872 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-03-26T00:46:43.872 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-03-26T00:46:44.258 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-03-26T00:46:44.259 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-03-26T00:46:44.289 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-26T00:46:44.289 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:46:44.289 INFO:teuthology.orchestra.run.smithi060.stdout:Upgraded: 2024-03-26T00:46:44.289 INFO:teuthology.orchestra.run.smithi060.stdout: librados2-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:44.289 INFO:teuthology.orchestra.run.smithi060.stdout: librbd1-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:44.290 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-26T00:46:44.290 INFO:teuthology.orchestra.run.smithi060.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-26T00:46:44.290 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-base-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:44.290 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-common-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:44.290 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-radosgw-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:44.290 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-selinux-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:44.290 INFO:teuthology.orchestra.run.smithi060.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-26T00:46:44.290 INFO:teuthology.orchestra.run.smithi060.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-26T00:46:44.290 INFO:teuthology.orchestra.run.smithi060.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-26T00:46:44.290 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs2-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:44.290 INFO:teuthology.orchestra.run.smithi060.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-26T00:46:44.291 INFO:teuthology.orchestra.run.smithi060.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-26T00:46:44.291 INFO:teuthology.orchestra.run.smithi060.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-26T00:46:44.291 INFO:teuthology.orchestra.run.smithi060.stdout: libradosstriper1-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:44.291 INFO:teuthology.orchestra.run.smithi060.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-26T00:46:44.291 INFO:teuthology.orchestra.run.smithi060.stdout: librgw2-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:44.291 INFO:teuthology.orchestra.run.smithi060.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-26T00:46:44.291 INFO:teuthology.orchestra.run.smithi060.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-26T00:46:44.291 INFO:teuthology.orchestra.run.smithi060.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-26T00:46:44.291 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-argparse-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:44.291 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-common-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:44.291 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cephfs-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:44.291 INFO:teuthology.orchestra.run.smithi060.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-26T00:46:44.292 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rados-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:44.292 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rbd-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:44.292 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rgw-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:44.292 INFO:teuthology.orchestra.run.smithi060.stdout: qatlib-24.02.0-1.el9.x86_64 2024-03-26T00:46:44.292 INFO:teuthology.orchestra.run.smithi060.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-03-26T00:46:44.292 INFO:teuthology.orchestra.run.smithi060.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-03-26T00:46:44.292 INFO:teuthology.orchestra.run.smithi060.stdout: re2-1:20211101-3.el9.x86_64 2024-03-26T00:46:44.292 INFO:teuthology.orchestra.run.smithi060.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-26T00:46:44.292 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:46:44.292 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-26T00:46:44.635 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-test 2024-03-26T00:46:44.854 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-03-26T00:46:44.934 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-26T00:46:44.968 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-26T00:46:44.999 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-26T00:46:45.045 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-26T00:46:45.070 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libcephsqlite-2:19.0.0-2416.g4354a201.el9.x86_64 5/6 2024-03-26T00:46:45.205 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:00:31 ago on Tue 26 Mar 2024 12:46:14 AM UTC. 2024-03-26T00:46:45.363 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-26T00:46:45.364 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:46:45.364 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-03-26T00:46:45.364 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:46:45.364 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-26T00:46:45.364 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-test x86_64 2:19.0.0-2416.g4354a201.el9 ceph 48 M 2024-03-26T00:46:45.364 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-03-26T00:46:45.364 INFO:teuthology.orchestra.run.smithi060.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-26T00:46:45.365 INFO:teuthology.orchestra.run.smithi060.stdout: libcephsqlite x86_64 2:19.0.0-2416.g4354a201.el9 ceph 164 k 2024-03-26T00:46:45.365 INFO:teuthology.orchestra.run.smithi060.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-26T00:46:45.365 INFO:teuthology.orchestra.run.smithi060.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-26T00:46:45.365 INFO:teuthology.orchestra.run.smithi060.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-26T00:46:45.365 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:46:45.365 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-26T00:46:45.365 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:46:45.365 INFO:teuthology.orchestra.run.smithi060.stdout:Install 6 Packages 2024-03-26T00:46:45.365 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:46:45.366 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 49 M 2024-03-26T00:46:45.366 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 206 M 2024-03-26T00:46:45.366 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-26T00:46:45.801 INFO:teuthology.orchestra.run.smithi060.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.3 MB/s | 217 kB 00:00 2024-03-26T00:46:45.851 INFO:teuthology.orchestra.run.smithi060.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 5.9 MB/s | 300 kB 00:00 2024-03-26T00:46:45.876 INFO:teuthology.orchestra.run.smithi060.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 2.4 MB/s | 63 kB 00:00 2024-03-26T00:46:46.002 INFO:teuthology.orchestra.run.smithi060.stdout:(4/6): libcephsqlite-19.0.0-2416.g4354a201.el9. 444 kB/s | 164 kB 00:00 2024-03-26T00:46:46.060 INFO:teuthology.orchestra.run.smithi060.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 1.0 MB/s | 187 kB 00:00 2024-03-26T00:46:46.935 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2416.g4354a201.el9.x86_64 5/6 2024-03-26T00:46:47.015 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-test-2:19.0.0-2416.g4354a201.el9.x86_64 6/6 2024-03-26T00:46:48.244 INFO:teuthology.orchestra.run.smithi060.stdout:(6/6): ceph-test-19.0.0-2416.g4354a201.el9.x86_ 18 MB/s | 48 MB 00:02 2024-03-26T00:46:48.247 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:46:48.247 INFO:teuthology.orchestra.run.smithi060.stdout:Total 17 MB/s | 49 MB 00:02 2024-03-26T00:46:48.262 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-26T00:46:48.284 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-26T00:46:48.284 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-26T00:46:48.678 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-26T00:46:48.678 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-26T00:46:49.267 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-26T00:46:49.345 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-26T00:46:49.387 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-26T00:46:49.418 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-26T00:46:49.478 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-26T00:46:49.505 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libcephsqlite-2:19.0.0-2416.g4354a201.el9.x86_64 5/6 2024-03-26T00:46:49.513 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-test-2:19.0.0-2416.g4354a201.el9.x86_64 6/6 2024-03-26T00:46:49.513 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-test-2:19.0.0-2416.g4354a201.el9.x86_64 1/6 2024-03-26T00:46:49.513 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libcephsqlite-2:19.0.0-2416.g4354a201.el9.x86_64 2/6 2024-03-26T00:46:49.513 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-26T00:46:49.514 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-26T00:46:49.514 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-26T00:46:49.597 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2416.g4354a201.el9.x86_64 5/6 2024-03-26T00:46:49.671 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-test-2:19.0.0-2416.g4354a201.el9.x86_64 6/6 2024-03-26T00:46:49.868 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-26T00:46:49.868 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:46:49.869 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-03-26T00:46:49.869 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-test-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:49.869 INFO:teuthology.orchestra.run.smithi079.stdout: jq-1.6-16.el9.x86_64 2024-03-26T00:46:49.869 INFO:teuthology.orchestra.run.smithi079.stdout: libcephsqlite-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:49.869 INFO:teuthology.orchestra.run.smithi079.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-26T00:46:49.869 INFO:teuthology.orchestra.run.smithi079.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-26T00:46:49.869 INFO:teuthology.orchestra.run.smithi079.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-26T00:46:49.869 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:46:49.869 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-03-26T00:46:50.174 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph 2024-03-26T00:46:50.755 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:00:41 ago on Tue 26 Mar 2024 12:46:09 AM UTC. 2024-03-26T00:46:50.918 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-03-26T00:46:50.921 INFO:teuthology.orchestra.run.smithi079.stdout:========================================================================================= 2024-03-26T00:46:50.921 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-03-26T00:46:50.921 INFO:teuthology.orchestra.run.smithi079.stdout:========================================================================================= 2024-03-26T00:46:50.921 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-03-26T00:46:50.921 INFO:teuthology.orchestra.run.smithi079.stdout: ceph x86_64 2:19.0.0-2416.g4354a201.el9 ceph 6.6 k 2024-03-26T00:46:50.921 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-03-26T00:46:50.922 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mds x86_64 2:19.0.0-2416.g4354a201.el9 ceph 2.4 M 2024-03-26T00:46:50.922 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr x86_64 2:19.0.0-2416.g4354a201.el9 ceph 1.5 M 2024-03-26T00:46:50.922 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 248 k 2024-03-26T00:46:50.922 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mon x86_64 2:19.0.0-2416.g4354a201.el9 ceph 4.7 M 2024-03-26T00:46:50.922 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-osd x86_64 2:19.0.0-2416.g4354a201.el9 ceph 17 M 2024-03-26T00:46:50.922 INFO:teuthology.orchestra.run.smithi079.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-26T00:46:50.922 INFO:teuthology.orchestra.run.smithi079.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-26T00:46:50.922 INFO:teuthology.orchestra.run.smithi079.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-26T00:46:50.922 INFO:teuthology.orchestra.run.smithi079.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-26T00:46:50.922 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-26T00:46:50.922 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-26T00:46:50.922 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-26T00:46:50.923 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-26T00:46:50.923 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-26T00:46:50.923 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-26T00:46:50.923 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-26T00:46:50.923 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-26T00:46:50.923 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-26T00:46:50.923 INFO:teuthology.orchestra.run.smithi079.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-26T00:46:50.923 INFO:teuthology.orchestra.run.smithi079.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-26T00:46:50.923 INFO:teuthology.orchestra.run.smithi079.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-26T00:46:50.923 INFO:teuthology.orchestra.run.smithi079.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-26T00:46:50.923 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-26T00:46:50.923 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-26T00:46:50.923 INFO:teuthology.orchestra.run.smithi079.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-26T00:46:50.924 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-26T00:46:50.924 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-26T00:46:50.924 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-26T00:46:50.924 INFO:teuthology.orchestra.run.smithi079.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-26T00:46:50.924 INFO:teuthology.orchestra.run.smithi079.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-26T00:46:50.924 INFO:teuthology.orchestra.run.smithi079.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-26T00:46:50.924 INFO:teuthology.orchestra.run.smithi079.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-26T00:46:50.924 INFO:teuthology.orchestra.run.smithi079.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-26T00:46:50.924 INFO:teuthology.orchestra.run.smithi079.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-26T00:46:50.924 INFO:teuthology.orchestra.run.smithi079.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-26T00:46:50.924 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:46:50.924 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-03-26T00:46:50.924 INFO:teuthology.orchestra.run.smithi079.stdout:========================================================================================= 2024-03-26T00:46:50.925 INFO:teuthology.orchestra.run.smithi079.stdout:Install 36 Packages 2024-03-26T00:46:50.925 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:46:50.925 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 30 M 2024-03-26T00:46:50.925 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 108 M 2024-03-26T00:46:50.925 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-03-26T00:46:51.476 INFO:teuthology.orchestra.run.smithi079.stdout:(1/36): ceph-19.0.0-2416.g4354a201.el9.x86_64.r 38 kB/s | 6.6 kB 00:00 2024-03-26T00:46:51.660 INFO:teuthology.orchestra.run.smithi079.stdout:(2/36): ceph-mgr-19.0.0-2416.g4354a201.el9.x86_ 4.2 MB/s | 1.5 MB 00:00 2024-03-26T00:46:52.052 INFO:teuthology.orchestra.run.smithi079.stdout:(3/36): ceph-mon-19.0.0-2416.g4354a201.el9.x86_ 8.2 MB/s | 4.7 MB 00:00 2024-03-26T00:46:52.135 INFO:teuthology.orchestra.run.smithi079.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2416.g4354 2.9 MB/s | 248 kB 00:00 2024-03-26T00:46:52.171 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-test-2:19.0.0-2416.g4354a201.el9.x86_64 6/6 2024-03-26T00:46:52.171 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-test-2:19.0.0-2416.g4354a201.el9.x86_64 1/6 2024-03-26T00:46:52.171 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libcephsqlite-2:19.0.0-2416.g4354a201.el9.x86_64 2/6 2024-03-26T00:46:52.171 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-26T00:46:52.171 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-26T00:46:52.171 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-26T00:46:52.219 INFO:teuthology.orchestra.run.smithi079.stdout:(5/36): ceph-mds-19.0.0-2416.g4354a201.el9.x86_ 2.6 MB/s | 2.4 MB 00:00 2024-03-26T00:46:52.336 INFO:teuthology.orchestra.run.smithi079.stdout:(6/36): lua-5.4.4-4.el9.x86_64.rpm 933 kB/s | 187 kB 00:00 2024-03-26T00:46:52.361 INFO:teuthology.orchestra.run.smithi079.stdout:(7/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.0 MB/s | 144 kB 00:00 2024-03-26T00:46:52.378 INFO:teuthology.orchestra.run.smithi079.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 758 kB/s | 32 kB 00:00 2024-03-26T00:46:52.395 INFO:teuthology.orchestra.run.smithi079.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.4 MB/s | 47 kB 00:00 2024-03-26T00:46:52.412 INFO:teuthology.orchestra.run.smithi079.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.1 MB/s | 39 kB 00:00 2024-03-26T00:46:52.454 INFO:teuthology.orchestra.run.smithi079.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.0 MB/s | 241 kB 00:00 2024-03-26T00:46:52.563 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-26T00:46:52.563 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:46:52.563 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-03-26T00:46:52.563 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-test-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:52.563 INFO:teuthology.orchestra.run.smithi105.stdout: jq-1.6-16.el9.x86_64 2024-03-26T00:46:52.563 INFO:teuthology.orchestra.run.smithi105.stdout: libcephsqlite-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:52.563 INFO:teuthology.orchestra.run.smithi105.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-26T00:46:52.563 INFO:teuthology.orchestra.run.smithi105.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-26T00:46:52.563 INFO:teuthology.orchestra.run.smithi105.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-26T00:46:52.563 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:46:52.563 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-03-26T00:46:52.629 INFO:teuthology.orchestra.run.smithi079.stdout:(12/36): ceph-osd-19.0.0-2416.g4354a201.el9.x86 17 MB/s | 17 MB 00:00 2024-03-26T00:46:52.671 INFO:teuthology.orchestra.run.smithi079.stdout:(13/36): python3-cryptography-36.0.1-4.el9.x86_ 4.4 MB/s | 1.1 MB 00:00 2024-03-26T00:46:52.697 INFO:teuthology.orchestra.run.smithi079.stdout:(14/36): python3-ply-3.11-14.el9.noarch.rpm 426 kB/s | 103 kB 00:00 2024-03-26T00:46:52.722 INFO:teuthology.orchestra.run.smithi079.stdout:(15/36): python3-pycparser-2.20-6.el9.noarch.rp 1.3 MB/s | 124 kB 00:00 2024-03-26T00:46:52.747 INFO:teuthology.orchestra.run.smithi079.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.7 MB/s | 187 kB 00:00 2024-03-26T00:46:52.789 INFO:teuthology.orchestra.run.smithi079.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 335 kB/s | 22 kB 00:00 2024-03-26T00:46:52.815 INFO:teuthology.orchestra.run.smithi079.stdout:(18/36): python3-requests-2.25.1-8.el9.noarch.r 1.0 MB/s | 125 kB 00:00 2024-03-26T00:46:52.865 INFO:teuthology.orchestra.run.smithi079.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 1.3 MB/s | 151 kB 00:00 2024-03-26T00:46:52.890 INFO:teuthology.orchestra.run.smithi079.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 431 kB/s | 43 kB 00:00 2024-03-26T00:46:52.901 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph 2024-03-26T00:46:52.924 INFO:teuthology.orchestra.run.smithi079.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 320 kB/s | 11 kB 00:00 2024-03-26T00:46:52.949 INFO:teuthology.orchestra.run.smithi079.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 4.2 MB/s | 358 kB 00:00 2024-03-26T00:46:52.975 INFO:teuthology.orchestra.run.smithi079.stdout:(23/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-03-26T00:46:52.991 INFO:teuthology.orchestra.run.smithi079.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 263 kB/s | 18 kB 00:00 2024-03-26T00:46:53.008 INFO:teuthology.orchestra.run.smithi079.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 394 kB/s | 23 kB 00:00 2024-03-26T00:46:53.025 INFO:teuthology.orchestra.run.smithi079.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 582 kB/s | 19 kB 00:00 2024-03-26T00:46:53.042 INFO:teuthology.orchestra.run.smithi079.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 391 kB/s | 20 kB 00:00 2024-03-26T00:46:53.068 INFO:teuthology.orchestra.run.smithi079.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 786 kB/s | 46 kB 00:00 2024-03-26T00:46:53.093 INFO:teuthology.orchestra.run.smithi079.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-03-26T00:46:53.118 INFO:teuthology.orchestra.run.smithi079.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 324 kB/s | 16 kB 00:00 2024-03-26T00:46:53.144 INFO:teuthology.orchestra.run.smithi079.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-03-26T00:46:53.169 INFO:teuthology.orchestra.run.smithi079.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 714 kB/s | 36 kB 00:00 2024-03-26T00:46:53.194 INFO:teuthology.orchestra.run.smithi079.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-03-26T00:46:53.220 INFO:teuthology.orchestra.run.smithi079.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-03-26T00:46:53.245 INFO:teuthology.orchestra.run.smithi079.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 398 kB/s | 20 kB 00:00 2024-03-26T00:46:53.270 INFO:teuthology.orchestra.run.smithi079.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.1 MB/s | 427 kB 00:00 2024-03-26T00:46:53.273 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:46:53.273 INFO:teuthology.orchestra.run.smithi079.stdout:Total 13 MB/s | 30 MB 00:02 2024-03-26T00:46:53.297 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-03-26T00:46:53.337 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-03-26T00:46:53.337 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-03-26T00:46:53.491 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:00:42 ago on Tue 26 Mar 2024 12:46:11 AM UTC. 2024-03-26T00:46:53.657 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-03-26T00:46:53.660 INFO:teuthology.orchestra.run.smithi105.stdout:========================================================================================= 2024-03-26T00:46:53.660 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2024-03-26T00:46:53.660 INFO:teuthology.orchestra.run.smithi105.stdout:========================================================================================= 2024-03-26T00:46:53.660 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-03-26T00:46:53.660 INFO:teuthology.orchestra.run.smithi105.stdout: ceph x86_64 2:19.0.0-2416.g4354a201.el9 ceph 6.6 k 2024-03-26T00:46:53.660 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-03-26T00:46:53.660 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mds x86_64 2:19.0.0-2416.g4354a201.el9 ceph 2.4 M 2024-03-26T00:46:53.660 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr x86_64 2:19.0.0-2416.g4354a201.el9 ceph 1.5 M 2024-03-26T00:46:53.661 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 248 k 2024-03-26T00:46:53.661 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mon x86_64 2:19.0.0-2416.g4354a201.el9 ceph 4.7 M 2024-03-26T00:46:53.661 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-osd x86_64 2:19.0.0-2416.g4354a201.el9 ceph 17 M 2024-03-26T00:46:53.661 INFO:teuthology.orchestra.run.smithi105.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-26T00:46:53.661 INFO:teuthology.orchestra.run.smithi105.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-26T00:46:53.661 INFO:teuthology.orchestra.run.smithi105.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-26T00:46:53.661 INFO:teuthology.orchestra.run.smithi105.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-26T00:46:53.661 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-26T00:46:53.661 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-26T00:46:53.661 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-26T00:46:53.661 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-26T00:46:53.661 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-26T00:46:53.662 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-26T00:46:53.662 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-26T00:46:53.662 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-26T00:46:53.662 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-26T00:46:53.662 INFO:teuthology.orchestra.run.smithi105.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-26T00:46:53.662 INFO:teuthology.orchestra.run.smithi105.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-26T00:46:53.662 INFO:teuthology.orchestra.run.smithi105.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-26T00:46:53.662 INFO:teuthology.orchestra.run.smithi105.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-26T00:46:53.662 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-26T00:46:53.662 INFO:teuthology.orchestra.run.smithi105.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-26T00:46:53.662 INFO:teuthology.orchestra.run.smithi105.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-26T00:46:53.662 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-26T00:46:53.663 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-26T00:46:53.663 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-26T00:46:53.663 INFO:teuthology.orchestra.run.smithi105.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-26T00:46:53.663 INFO:teuthology.orchestra.run.smithi105.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-26T00:46:53.663 INFO:teuthology.orchestra.run.smithi105.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-26T00:46:53.663 INFO:teuthology.orchestra.run.smithi105.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-26T00:46:53.663 INFO:teuthology.orchestra.run.smithi105.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-26T00:46:53.663 INFO:teuthology.orchestra.run.smithi105.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-26T00:46:53.663 INFO:teuthology.orchestra.run.smithi105.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-26T00:46:53.663 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:46:53.663 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-03-26T00:46:53.663 INFO:teuthology.orchestra.run.smithi105.stdout:========================================================================================= 2024-03-26T00:46:53.663 INFO:teuthology.orchestra.run.smithi105.stdout:Install 36 Packages 2024-03-26T00:46:53.664 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:46:53.664 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 30 M 2024-03-26T00:46:53.664 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 108 M 2024-03-26T00:46:53.664 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-03-26T00:46:53.748 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-03-26T00:46:53.748 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-03-26T00:46:54.260 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2416.g4354a201.el9.x86_64 5/6 2024-03-26T00:46:54.264 INFO:teuthology.orchestra.run.smithi105.stdout:(1/36): ceph-19.0.0-2416.g4354a201.el9.x86_64.r 40 kB/s | 6.6 kB 00:00 2024-03-26T00:46:54.351 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-test-2:19.0.0-2416.g4354a201.el9.x86_64 6/6 2024-03-26T00:46:54.490 INFO:teuthology.orchestra.run.smithi105.stdout:(2/36): ceph-mds-19.0.0-2416.g4354a201.el9.x86_ 6.1 MB/s | 2.4 MB 00:00 2024-03-26T00:46:54.815 INFO:teuthology.orchestra.run.smithi105.stdout:(3/36): ceph-mon-19.0.0-2416.g4354a201.el9.x86_ 8.5 MB/s | 4.7 MB 00:00 2024-03-26T00:46:54.899 INFO:teuthology.orchestra.run.smithi105.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2416.g4354 2.9 MB/s | 248 kB 00:00 2024-03-26T00:46:55.009 INFO:teuthology.orchestra.run.smithi105.stdout:(5/36): ceph-mgr-19.0.0-2416.g4354a201.el9.x86_ 1.6 MB/s | 1.5 MB 00:00 2024-03-26T00:46:55.066 INFO:teuthology.orchestra.run.smithi105.stdout:(6/36): lua-5.4.4-4.el9.x86_64.rpm 1.1 MB/s | 187 kB 00:00 2024-03-26T00:46:55.091 INFO:teuthology.orchestra.run.smithi105.stdout:(7/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.7 MB/s | 144 kB 00:00 2024-03-26T00:46:55.106 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-03-26T00:46:55.116 INFO:teuthology.orchestra.run.smithi105.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 631 kB/s | 32 kB 00:00 2024-03-26T00:46:55.150 INFO:teuthology.orchestra.run.smithi105.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 807 kB/s | 47 kB 00:00 2024-03-26T00:46:55.164 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-26T00:46:55.175 INFO:teuthology.orchestra.run.smithi105.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 659 kB/s | 39 kB 00:00 2024-03-26T00:46:55.204 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-26T00:46:55.233 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-26T00:46:55.304 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-26T00:46:55.349 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-26T00:46:55.383 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-26T00:46:55.392 INFO:teuthology.orchestra.run.smithi105.stdout:(11/36): ceph-osd-19.0.0-2416.g4354a201.el9.x86 19 MB/s | 17 MB 00:00 2024-03-26T00:46:55.417 INFO:teuthology.orchestra.run.smithi105.stdout:(12/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 902 kB/s | 241 kB 00:00 2024-03-26T00:46:55.459 INFO:teuthology.orchestra.run.smithi105.stdout:(13/36): python3-cryptography-36.0.1-4.el9.x86_ 4.0 MB/s | 1.1 MB 00:00 2024-03-26T00:46:55.474 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-26T00:46:55.476 INFO:teuthology.orchestra.run.smithi105.stdout:(14/36): python3-ply-3.11-14.el9.noarch.rpm 1.2 MB/s | 103 kB 00:00 2024-03-26T00:46:55.501 INFO:teuthology.orchestra.run.smithi105.stdout:(15/36): python3-pycparser-2.20-6.el9.noarch.rp 1.5 MB/s | 124 kB 00:00 2024-03-26T00:46:55.526 INFO:teuthology.orchestra.run.smithi105.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.7 MB/s | 187 kB 00:00 2024-03-26T00:46:55.544 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-26T00:46:55.586 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-26T00:46:55.657 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-26T00:46:55.660 INFO:teuthology.orchestra.run.smithi105.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 141 kB/s | 22 kB 00:00 2024-03-26T00:46:55.711 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-26T00:46:55.750 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-26T00:46:55.799 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-26T00:46:55.835 INFO:teuthology.orchestra.run.smithi105.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 489 kB/s | 151 kB 00:00 2024-03-26T00:46:55.854 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-26T00:46:55.877 INFO:teuthology.orchestra.run.smithi105.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 200 kB/s | 43 kB 00:00 2024-03-26T00:46:55.978 INFO:teuthology.orchestra.run.smithi105.stdout:(20/36): python3-requests-2.25.1-8.el9.noarch.r 262 kB/s | 125 kB 00:00 2024-03-26T00:46:55.995 INFO:teuthology.orchestra.run.smithi105.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-03-26T00:46:56.037 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-26T00:46:56.053 INFO:teuthology.orchestra.run.smithi105.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 142 kB/s | 11 kB 00:00 2024-03-26T00:46:56.078 INFO:teuthology.orchestra.run.smithi105.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.7 MB/s | 358 kB 00:00 2024-03-26T00:46:56.088 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-26T00:46:56.127 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-26T00:46:56.137 INFO:teuthology.orchestra.run.smithi105.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 277 kB/s | 23 kB 00:00 2024-03-26T00:46:56.161 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-26T00:46:56.162 INFO:teuthology.orchestra.run.smithi105.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 232 kB/s | 19 kB 00:00 2024-03-26T00:46:56.188 INFO:teuthology.orchestra.run.smithi105.stdout:(26/36): python3-jaraco-classes-3.2.1-5.el9.noa 92 kB/s | 18 kB 00:00 2024-03-26T00:46:56.192 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-26T00:46:56.205 INFO:teuthology.orchestra.run.smithi105.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 293 kB/s | 20 kB 00:00 2024-03-26T00:46:56.246 INFO:teuthology.orchestra.run.smithi105.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 553 kB/s | 46 kB 00:00 2024-03-26T00:46:56.267 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-26T00:46:56.302 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-26T00:46:56.313 INFO:teuthology.orchestra.run.smithi105.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.5 MB/s | 272 kB 00:00 2024-03-26T00:46:56.336 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-26T00:46:56.339 INFO:teuthology.orchestra.run.smithi105.stdout:(30/36): python3-more-itertools-8.12.0-2.el9.no 523 kB/s | 79 kB 00:00 2024-03-26T00:46:56.364 INFO:teuthology.orchestra.run.smithi105.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 140 kB/s | 16 kB 00:00 2024-03-26T00:46:56.376 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-26T00:46:56.397 INFO:teuthology.orchestra.run.smithi105.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.0 MB/s | 90 kB 00:00 2024-03-26T00:46:56.419 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-26T00:46:56.423 INFO:teuthology.orchestra.run.smithi105.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 425 kB/s | 36 kB 00:00 2024-03-26T00:46:56.454 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-26T00:46:56.456 INFO:teuthology.orchestra.run.smithi105.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-03-26T00:46:56.507 INFO:teuthology.orchestra.run.smithi105.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 239 kB/s | 20 kB 00:00 2024-03-26T00:46:56.532 INFO:teuthology.orchestra.run.smithi105.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.1 MB/s | 427 kB 00:00 2024-03-26T00:46:56.534 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:46:56.535 INFO:teuthology.orchestra.run.smithi105.stdout:Total 10 MB/s | 30 MB 00:02 2024-03-26T00:46:56.544 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-26T00:46:56.558 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-03-26T00:46:56.586 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-26T00:46:56.601 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-03-26T00:46:56.601 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-03-26T00:46:56.658 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-26T00:46:56.803 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-26T00:46:56.838 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-test-2:19.0.0-2416.g4354a201.el9.x86_64 6/6 2024-03-26T00:46:56.838 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-test-2:19.0.0-2416.g4354a201.el9.x86_64 1/6 2024-03-26T00:46:56.838 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libcephsqlite-2:19.0.0-2416.g4354a201.el9.x86_64 2/6 2024-03-26T00:46:56.838 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-26T00:46:56.838 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-26T00:46:56.838 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-26T00:46:56.920 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-26T00:46:57.001 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-03-26T00:46:57.002 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-03-26T00:46:57.087 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2416.g4354a201.el9. 31/36 2024-03-26T00:46:57.138 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-2:19.0.0-2416.g4354a201.el9.x86_64 32/36 2024-03-26T00:46:57.164 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2416.g4354a201.el9.x86_64 32/36 2024-03-26T00:46:57.164 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-26T00:46:57.164 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-26T00:46:57.164 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-26T00:46:57.164 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-26T00:46:57.164 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:46:57.227 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-26T00:46:57.227 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:46:57.227 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-26T00:46:57.227 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-test-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:57.227 INFO:teuthology.orchestra.run.smithi060.stdout: jq-1.6-16.el9.x86_64 2024-03-26T00:46:57.228 INFO:teuthology.orchestra.run.smithi060.stdout: libcephsqlite-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:46:57.228 INFO:teuthology.orchestra.run.smithi060.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-26T00:46:57.228 INFO:teuthology.orchestra.run.smithi060.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-26T00:46:57.228 INFO:teuthology.orchestra.run.smithi060.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-26T00:46:57.228 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:46:57.228 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-26T00:46:57.504 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph 2024-03-26T00:46:58.076 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:00:44 ago on Tue 26 Mar 2024 12:46:14 AM UTC. 2024-03-26T00:46:58.235 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-26T00:46:58.237 INFO:teuthology.orchestra.run.smithi060.stdout:========================================================================================= 2024-03-26T00:46:58.238 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-03-26T00:46:58.238 INFO:teuthology.orchestra.run.smithi060.stdout:========================================================================================= 2024-03-26T00:46:58.238 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-26T00:46:58.238 INFO:teuthology.orchestra.run.smithi060.stdout: ceph x86_64 2:19.0.0-2416.g4354a201.el9 ceph 6.6 k 2024-03-26T00:46:58.238 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-03-26T00:46:58.238 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mds x86_64 2:19.0.0-2416.g4354a201.el9 ceph 2.4 M 2024-03-26T00:46:58.238 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr x86_64 2:19.0.0-2416.g4354a201.el9 ceph 1.5 M 2024-03-26T00:46:58.238 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 248 k 2024-03-26T00:46:58.238 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mon x86_64 2:19.0.0-2416.g4354a201.el9 ceph 4.7 M 2024-03-26T00:46:58.238 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-osd x86_64 2:19.0.0-2416.g4354a201.el9 ceph 17 M 2024-03-26T00:46:58.238 INFO:teuthology.orchestra.run.smithi060.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-26T00:46:58.238 INFO:teuthology.orchestra.run.smithi060.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-26T00:46:58.239 INFO:teuthology.orchestra.run.smithi060.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-26T00:46:58.239 INFO:teuthology.orchestra.run.smithi060.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-26T00:46:58.239 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-26T00:46:58.239 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-26T00:46:58.239 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-26T00:46:58.239 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-26T00:46:58.239 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-26T00:46:58.239 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-26T00:46:58.239 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-26T00:46:58.239 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-26T00:46:58.239 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-26T00:46:58.239 INFO:teuthology.orchestra.run.smithi060.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-26T00:46:58.239 INFO:teuthology.orchestra.run.smithi060.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-26T00:46:58.239 INFO:teuthology.orchestra.run.smithi060.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-26T00:46:58.240 INFO:teuthology.orchestra.run.smithi060.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-26T00:46:58.240 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-26T00:46:58.240 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-26T00:46:58.240 INFO:teuthology.orchestra.run.smithi060.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-26T00:46:58.240 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-26T00:46:58.240 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-26T00:46:58.240 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-26T00:46:58.240 INFO:teuthology.orchestra.run.smithi060.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-26T00:46:58.240 INFO:teuthology.orchestra.run.smithi060.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-26T00:46:58.240 INFO:teuthology.orchestra.run.smithi060.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-26T00:46:58.240 INFO:teuthology.orchestra.run.smithi060.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-26T00:46:58.240 INFO:teuthology.orchestra.run.smithi060.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-26T00:46:58.240 INFO:teuthology.orchestra.run.smithi060.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-26T00:46:58.240 INFO:teuthology.orchestra.run.smithi060.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-26T00:46:58.241 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:46:58.241 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-26T00:46:58.241 INFO:teuthology.orchestra.run.smithi060.stdout:========================================================================================= 2024-03-26T00:46:58.241 INFO:teuthology.orchestra.run.smithi060.stdout:Install 36 Packages 2024-03-26T00:46:58.241 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:46:58.241 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 30 M 2024-03-26T00:46:58.241 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 108 M 2024-03-26T00:46:58.242 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-26T00:46:58.372 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-03-26T00:46:58.443 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-26T00:46:58.475 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-26T00:46:58.512 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-26T00:46:58.581 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-26T00:46:58.601 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-osd-2:19.0.0-2416.g4354a201.el9.x86_64 33/36 2024-03-26T00:46:58.619 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-26T00:46:58.627 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-osd-2:19.0.0-2416.g4354a201.el9.x86_64 33/36 2024-03-26T00:46:58.627 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-26T00:46:58.627 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-26T00:46:58.627 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-26T00:46:58.627 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-26T00:46:58.627 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:46:58.652 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-26T00:46:58.744 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-26T00:46:58.821 INFO:teuthology.orchestra.run.smithi060.stdout:(1/36): ceph-19.0.0-2416.g4354a201.el9.x86_64.r 31 kB/s | 6.6 kB 00:00 2024-03-26T00:46:58.822 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-26T00:46:58.863 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-26T00:46:58.934 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-26T00:46:58.947 INFO:teuthology.orchestra.run.smithi060.stdout:(2/36): ceph-mgr-19.0.0-2416.g4354a201.el9.x86_ 4.4 MB/s | 1.5 MB 00:00 2024-03-26T00:46:58.988 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-26T00:46:59.027 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-26T00:46:59.068 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mon-2:19.0.0-2416.g4354a201.el9.x86_64 34/36 2024-03-26T00:46:59.076 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-26T00:46:59.092 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mon-2:19.0.0-2416.g4354a201.el9.x86_64 34/36 2024-03-26T00:46:59.092 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-26T00:46:59.092 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-26T00:46:59.092 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-26T00:46:59.092 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-26T00:46:59.092 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:46:59.132 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-26T00:46:59.319 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mds-2:19.0.0-2416.g4354a201.el9.x86_64 35/36 2024-03-26T00:46:59.326 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-26T00:46:59.342 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mds-2:19.0.0-2416.g4354a201.el9.x86_64 35/36 2024-03-26T00:46:59.342 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-26T00:46:59.342 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-26T00:46:59.343 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-26T00:46:59.343 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-26T00:46:59.343 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:46:59.381 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-26T00:46:59.408 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-2:19.0.0-2416.g4354a201.el9.x86_64 36/36 2024-03-26T00:46:59.428 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-26T00:46:59.463 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-26T00:46:59.493 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-26T00:46:59.570 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-26T00:46:59.603 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-26T00:46:59.637 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-26T00:46:59.677 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-26T00:46:59.712 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-26T00:46:59.747 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-26T00:46:59.789 INFO:teuthology.orchestra.run.smithi060.stdout:(3/36): ceph-osd-19.0.0-2416.g4354a201.el9.x86_ 20 MB/s | 17 MB 00:00 2024-03-26T00:46:59.831 INFO:teuthology.orchestra.run.smithi060.stdout:(4/36): ceph-mds-19.0.0-2416.g4354a201.el9.x86_ 1.9 MB/s | 2.4 MB 00:01 2024-03-26T00:46:59.836 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-26T00:46:59.856 INFO:teuthology.orchestra.run.smithi060.stdout:(5/36): ceph-mgr-modules-core-19.0.0-2416.g4354 3.6 MB/s | 248 kB 00:00 2024-03-26T00:46:59.878 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-26T00:46:59.949 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-26T00:46:59.981 INFO:teuthology.orchestra.run.smithi060.stdout:(6/36): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2024-03-26T00:47:00.006 INFO:teuthology.orchestra.run.smithi060.stdout:(7/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.1 MB/s | 144 kB 00:00 2024-03-26T00:47:00.032 INFO:teuthology.orchestra.run.smithi060.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 628 kB/s | 32 kB 00:00 2024-03-26T00:47:00.057 INFO:teuthology.orchestra.run.smithi060.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 943 kB/s | 47 kB 00:00 2024-03-26T00:47:00.086 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-26T00:47:00.090 INFO:teuthology.orchestra.run.smithi060.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 661 kB/s | 39 kB 00:00 2024-03-26T00:47:00.116 INFO:teuthology.orchestra.run.smithi060.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.0 MB/s | 241 kB 00:00 2024-03-26T00:47:00.183 INFO:teuthology.orchestra.run.smithi060.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 13 MB/s | 1.1 MB 00:00 2024-03-26T00:47:00.208 INFO:teuthology.orchestra.run.smithi060.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.1 MB/s | 103 kB 00:00 2024-03-26T00:47:00.222 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-26T00:47:00.233 INFO:teuthology.orchestra.run.smithi060.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-03-26T00:47:00.275 INFO:teuthology.orchestra.run.smithi060.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.7 MB/s | 187 kB 00:00 2024-03-26T00:47:00.389 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2416.g4354a201.el9. 31/36 2024-03-26T00:47:00.409 INFO:teuthology.orchestra.run.smithi060.stdout:(16/36): ceph-mon-19.0.0-2416.g4354a201.el9.x86 3.0 MB/s | 4.7 MB 00:01 2024-03-26T00:47:00.424 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-mgr-2:19.0.0-2416.g4354a201.el9.x86_64 32/36 2024-03-26T00:47:00.434 INFO:teuthology.orchestra.run.smithi060.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 140 kB/s | 22 kB 00:00 2024-03-26T00:47:00.449 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2416.g4354a201.el9.x86_64 32/36 2024-03-26T00:47:00.449 INFO:teuthology.orchestra.run.smithi105.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-26T00:47:00.450 INFO:teuthology.orchestra.run.smithi105.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-26T00:47:00.450 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-26T00:47:00.450 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-26T00:47:00.450 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:00.460 INFO:teuthology.orchestra.run.smithi060.stdout:(18/36): python3-requests-2.25.1-8.el9.noarch.r 553 kB/s | 125 kB 00:00 2024-03-26T00:47:00.827 INFO:teuthology.orchestra.run.smithi060.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 111 kB/s | 43 kB 00:00 2024-03-26T00:47:00.918 INFO:teuthology.orchestra.run.smithi060.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 297 kB/s | 151 kB 00:00 2024-03-26T00:47:00.969 INFO:teuthology.orchestra.run.smithi060.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 338 kB/s | 172 kB 00:00 2024-03-26T00:47:01.011 INFO:teuthology.orchestra.run.smithi060.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 116 kB/s | 11 kB 00:00 2024-03-26T00:47:01.061 INFO:teuthology.orchestra.run.smithi060.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 192 kB/s | 18 kB 00:00 2024-03-26T00:47:01.095 INFO:teuthology.orchestra.run.smithi060.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 277 kB/s | 23 kB 00:00 2024-03-26T00:47:01.145 INFO:teuthology.orchestra.run.smithi060.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.1 MB/s | 358 kB 00:00 2024-03-26T00:47:01.161 INFO:teuthology.orchestra.run.smithi060.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 194 kB/s | 19 kB 00:00 2024-03-26T00:47:01.169 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-2:19.0.0-2416.g4354a201.el9.x86_64 36/36 2024-03-26T00:47:01.169 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-2:19.0.0-2416.g4354a201.el9.x86_64 1/36 2024-03-26T00:47:01.169 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mds-2:19.0.0-2416.g4354a201.el9.x86_64 2/36 2024-03-26T00:47:01.169 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-2:19.0.0-2416.g4354a201.el9.x86_64 3/36 2024-03-26T00:47:01.169 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mon-2:19.0.0-2416.g4354a201.el9.x86_64 4/36 2024-03-26T00:47:01.169 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-osd-2:19.0.0-2416.g4354a201.el9.x86_64 5/36 2024-03-26T00:47:01.169 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2416.g4354a201.el9. 6/36 2024-03-26T00:47:01.169 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-26T00:47:01.169 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-26T00:47:01.170 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-26T00:47:01.170 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-26T00:47:01.170 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-26T00:47:01.170 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-26T00:47:01.170 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-26T00:47:01.170 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-26T00:47:01.170 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-26T00:47:01.170 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-26T00:47:01.170 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-26T00:47:01.170 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-26T00:47:01.170 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-26T00:47:01.170 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-26T00:47:01.171 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-26T00:47:01.171 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-26T00:47:01.171 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-26T00:47:01.171 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-26T00:47:01.171 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-26T00:47:01.171 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-26T00:47:01.171 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-26T00:47:01.171 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-26T00:47:01.171 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-26T00:47:01.171 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-26T00:47:01.171 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-26T00:47:01.171 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-26T00:47:01.171 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-26T00:47:01.172 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-26T00:47:01.172 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-26T00:47:01.178 INFO:teuthology.orchestra.run.smithi060.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 235 kB/s | 20 kB 00:00 2024-03-26T00:47:01.229 INFO:teuthology.orchestra.run.smithi060.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 553 kB/s | 46 kB 00:00 2024-03-26T00:47:01.271 INFO:teuthology.orchestra.run.smithi060.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 725 kB/s | 79 kB 00:00 2024-03-26T00:47:01.313 INFO:teuthology.orchestra.run.smithi060.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 196 kB/s | 16 kB 00:00 2024-03-26T00:47:01.371 INFO:teuthology.orchestra.run.smithi060.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.4 MB/s | 272 kB 00:00 2024-03-26T00:47:01.397 INFO:teuthology.orchestra.run.smithi060.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 716 kB/s | 90 kB 00:00 2024-03-26T00:47:01.413 INFO:teuthology.orchestra.run.smithi060.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 356 kB/s | 36 kB 00:00 2024-03-26T00:47:01.489 INFO:teuthology.orchestra.run.smithi060.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.9 MB/s | 230 kB 00:00 2024-03-26T00:47:01.506 INFO:teuthology.orchestra.run.smithi060.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 217 kB/s | 20 kB 00:00 2024-03-26T00:47:01.614 INFO:teuthology.orchestra.run.smithi060.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.9 MB/s | 427 kB 00:00 2024-03-26T00:47:01.621 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:01.621 INFO:teuthology.orchestra.run.smithi060.stdout:Total 8.9 MB/s | 30 MB 00:03 2024-03-26T00:47:01.646 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-26T00:47:01.692 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-26T00:47:01.692 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-26T00:47:01.892 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-osd-2:19.0.0-2416.g4354a201.el9.x86_64 33/36 2024-03-26T00:47:01.918 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-osd-2:19.0.0-2416.g4354a201.el9.x86_64 33/36 2024-03-26T00:47:01.918 INFO:teuthology.orchestra.run.smithi105.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-26T00:47:01.918 INFO:teuthology.orchestra.run.smithi105.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-26T00:47:01.918 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-26T00:47:01.918 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-26T00:47:01.918 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:01.931 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-26T00:47:01.931 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:01.931 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-03-26T00:47:01.931 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:47:01.931 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mds-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:47:01.931 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:47:01.931 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-modules-core-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:01.931 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mon-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:47:01.931 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-osd-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:47:01.931 INFO:teuthology.orchestra.run.smithi079.stdout: lua-5.4.4-4.el9.x86_64 2024-03-26T00:47:01.931 INFO:teuthology.orchestra.run.smithi079.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-26T00:47:01.931 INFO:teuthology.orchestra.run.smithi079.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-26T00:47:01.932 INFO:teuthology.orchestra.run.smithi079.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-26T00:47:01.932 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-26T00:47:01.932 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-26T00:47:01.932 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-26T00:47:01.932 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-26T00:47:01.932 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-26T00:47:01.932 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-26T00:47:01.932 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-26T00:47:01.932 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-26T00:47:01.932 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-26T00:47:01.932 INFO:teuthology.orchestra.run.smithi079.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-26T00:47:01.932 INFO:teuthology.orchestra.run.smithi079.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-26T00:47:01.932 INFO:teuthology.orchestra.run.smithi079.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-26T00:47:01.933 INFO:teuthology.orchestra.run.smithi079.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-26T00:47:01.933 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-26T00:47:01.933 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ply-3.11-14.el9.noarch 2024-03-26T00:47:01.933 INFO:teuthology.orchestra.run.smithi079.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-26T00:47:01.933 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-26T00:47:01.933 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-26T00:47:01.933 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-26T00:47:01.933 INFO:teuthology.orchestra.run.smithi079.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-26T00:47:01.933 INFO:teuthology.orchestra.run.smithi079.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-26T00:47:01.933 INFO:teuthology.orchestra.run.smithi079.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-26T00:47:01.933 INFO:teuthology.orchestra.run.smithi079.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-26T00:47:01.933 INFO:teuthology.orchestra.run.smithi079.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-26T00:47:01.933 INFO:teuthology.orchestra.run.smithi079.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-26T00:47:01.934 INFO:teuthology.orchestra.run.smithi079.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-26T00:47:01.934 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:01.934 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-03-26T00:47:02.158 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-26T00:47:02.158 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-26T00:47:02.297 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-base 2024-03-26T00:47:02.359 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-mon-2:19.0.0-2416.g4354a201.el9.x86_64 34/36 2024-03-26T00:47:02.382 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-mon-2:19.0.0-2416.g4354a201.el9.x86_64 34/36 2024-03-26T00:47:02.382 INFO:teuthology.orchestra.run.smithi105.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-26T00:47:02.383 INFO:teuthology.orchestra.run.smithi105.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-26T00:47:02.383 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-26T00:47:02.383 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-26T00:47:02.383 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:02.610 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-mds-2:19.0.0-2416.g4354a201.el9.x86_64 35/36 2024-03-26T00:47:02.633 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-mds-2:19.0.0-2416.g4354a201.el9.x86_64 35/36 2024-03-26T00:47:02.633 INFO:teuthology.orchestra.run.smithi105.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-26T00:47:02.633 INFO:teuthology.orchestra.run.smithi105.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-26T00:47:02.633 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-26T00:47:02.633 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-26T00:47:02.633 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:02.690 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-2:19.0.0-2416.g4354a201.el9.x86_64 36/36 2024-03-26T00:47:02.874 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:00:53 ago on Tue 26 Mar 2024 12:46:09 AM UTC. 2024-03-26T00:47:02.971 INFO:teuthology.orchestra.run.smithi079.stdout:Package ceph-base-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:47:03.022 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-03-26T00:47:03.023 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-03-26T00:47:03.023 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-03-26T00:47:03.099 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install cephadm 2024-03-26T00:47:03.506 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-26T00:47:03.567 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-26T00:47:03.605 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-26T00:47:03.628 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-26T00:47:03.652 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:00:54 ago on Tue 26 Mar 2024 12:46:09 AM UTC. 2024-03-26T00:47:03.700 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-26T00:47:03.752 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-26T00:47:03.784 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-26T00:47:03.801 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-03-26T00:47:03.802 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:47:03.802 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-03-26T00:47:03.802 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:47:03.802 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-03-26T00:47:03.802 INFO:teuthology.orchestra.run.smithi079.stdout: cephadm noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 750 k 2024-03-26T00:47:03.802 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:03.802 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-03-26T00:47:03.802 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:47:03.802 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-03-26T00:47:03.802 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:03.803 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 750 k 2024-03-26T00:47:03.803 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 757 k 2024-03-26T00:47:03.803 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-03-26T00:47:03.879 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-26T00:47:03.957 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-26T00:47:04.004 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-26T00:47:04.073 INFO:teuthology.orchestra.run.smithi079.stdout:cephadm-19.0.0-2416.g4354a201.el9.noarch.rpm 2.7 MB/s | 750 kB 00:00 2024-03-26T00:47:04.074 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:04.074 INFO:teuthology.orchestra.run.smithi079.stdout:Total 2.7 MB/s | 750 kB 00:00 2024-03-26T00:47:04.074 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-03-26T00:47:04.077 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-26T00:47:04.079 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-03-26T00:47:04.080 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-03-26T00:47:04.085 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-03-26T00:47:04.085 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-03-26T00:47:04.131 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-26T00:47:04.158 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-03-26T00:47:04.168 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-26T00:47:04.226 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-26T00:47:04.291 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-26T00:47:04.405 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-2:19.0.0-2416.g4354a201.el9.x86_64 36/36 2024-03-26T00:47:04.405 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-2:19.0.0-2416.g4354a201.el9.x86_64 1/36 2024-03-26T00:47:04.405 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-mds-2:19.0.0-2416.g4354a201.el9.x86_64 2/36 2024-03-26T00:47:04.405 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-mgr-2:19.0.0-2416.g4354a201.el9.x86_64 3/36 2024-03-26T00:47:04.405 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-mon-2:19.0.0-2416.g4354a201.el9.x86_64 4/36 2024-03-26T00:47:04.405 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-osd-2:19.0.0-2416.g4354a201.el9.x86_64 5/36 2024-03-26T00:47:04.405 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2416.g4354a201.el9. 6/36 2024-03-26T00:47:04.406 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-26T00:47:04.406 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-26T00:47:04.406 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-26T00:47:04.406 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-26T00:47:04.406 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-26T00:47:04.406 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-26T00:47:04.406 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-26T00:47:04.406 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-26T00:47:04.406 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-26T00:47:04.406 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-26T00:47:04.406 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-26T00:47:04.406 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-26T00:47:04.406 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-26T00:47:04.407 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-26T00:47:04.407 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-26T00:47:04.407 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-26T00:47:04.407 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-26T00:47:04.407 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-26T00:47:04.407 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-26T00:47:04.407 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-26T00:47:04.407 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-26T00:47:04.408 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-26T00:47:04.408 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-26T00:47:04.408 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-26T00:47:04.408 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-26T00:47:04.408 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-26T00:47:04.408 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-26T00:47:04.409 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-26T00:47:04.409 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-26T00:47:04.485 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-26T00:47:04.531 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-26T00:47:04.578 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-26T00:47:04.612 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-26T00:47:04.631 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: cephadm-2:19.0.0-2416.g4354a201.el9.noarch 1/1 2024-03-26T00:47:04.642 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-26T00:47:04.712 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : cephadm-2:19.0.0-2416.g4354a201.el9.noarch 1/1 2024-03-26T00:47:04.722 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-26T00:47:04.752 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-26T00:47:04.785 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-26T00:47:04.826 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-26T00:47:04.862 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-26T00:47:04.895 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-26T00:47:04.988 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-26T00:47:05.027 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-26T00:47:05.068 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: cephadm-2:19.0.0-2416.g4354a201.el9.noarch 1/1 2024-03-26T00:47:05.103 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-26T00:47:05.251 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-26T00:47:05.304 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-26T00:47:05.304 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:05.304 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-03-26T00:47:05.304 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:47:05.304 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mds-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:47:05.304 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:47:05.304 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-modules-core-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:05.304 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mon-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:47:05.304 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-osd-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:47:05.304 INFO:teuthology.orchestra.run.smithi105.stdout: lua-5.4.4-4.el9.x86_64 2024-03-26T00:47:05.305 INFO:teuthology.orchestra.run.smithi105.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-26T00:47:05.305 INFO:teuthology.orchestra.run.smithi105.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-26T00:47:05.305 INFO:teuthology.orchestra.run.smithi105.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-26T00:47:05.305 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-26T00:47:05.305 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-26T00:47:05.305 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-26T00:47:05.305 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-26T00:47:05.305 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-26T00:47:05.305 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-26T00:47:05.305 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-26T00:47:05.305 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-26T00:47:05.305 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-26T00:47:05.305 INFO:teuthology.orchestra.run.smithi105.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-26T00:47:05.306 INFO:teuthology.orchestra.run.smithi105.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-26T00:47:05.306 INFO:teuthology.orchestra.run.smithi105.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-26T00:47:05.306 INFO:teuthology.orchestra.run.smithi105.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-26T00:47:05.306 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-26T00:47:05.306 INFO:teuthology.orchestra.run.smithi105.stdout: python3-ply-3.11-14.el9.noarch 2024-03-26T00:47:05.306 INFO:teuthology.orchestra.run.smithi105.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-26T00:47:05.306 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-26T00:47:05.306 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-26T00:47:05.306 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-26T00:47:05.306 INFO:teuthology.orchestra.run.smithi105.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-26T00:47:05.306 INFO:teuthology.orchestra.run.smithi105.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-26T00:47:05.306 INFO:teuthology.orchestra.run.smithi105.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-26T00:47:05.307 INFO:teuthology.orchestra.run.smithi105.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-26T00:47:05.307 INFO:teuthology.orchestra.run.smithi105.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-26T00:47:05.307 INFO:teuthology.orchestra.run.smithi105.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-26T00:47:05.307 INFO:teuthology.orchestra.run.smithi105.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-26T00:47:05.307 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:05.307 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-03-26T00:47:05.335 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : cephadm-2:19.0.0-2416.g4354a201.el9.noarch 1/1 2024-03-26T00:47:05.335 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:05.335 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-03-26T00:47:05.335 INFO:teuthology.orchestra.run.smithi079.stdout: cephadm-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:05.335 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:05.335 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-03-26T00:47:05.390 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-26T00:47:05.558 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-immutable-object-cache 2024-03-26T00:47:05.559 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2416.g4354a201.el9. 31/36 2024-03-26T00:47:05.589 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-2:19.0.0-2416.g4354a201.el9.x86_64 32/36 2024-03-26T00:47:05.615 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2416.g4354a201.el9.x86_64 32/36 2024-03-26T00:47:05.615 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-26T00:47:05.615 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-26T00:47:05.615 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-26T00:47:05.615 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-26T00:47:05.615 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:05.665 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-base 2024-03-26T00:47:06.118 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:00:57 ago on Tue 26 Mar 2024 12:46:09 AM UTC. 2024-03-26T00:47:06.234 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:00:55 ago on Tue 26 Mar 2024 12:46:11 AM UTC. 2024-03-26T00:47:06.269 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-03-26T00:47:06.270 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:47:06.270 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repo Size 2024-03-26T00:47:06.270 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:47:06.270 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-03-26T00:47:06.271 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2416.g4354a201.el9 ceph 145 k 2024-03-26T00:47:06.271 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:06.271 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-03-26T00:47:06.271 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:47:06.271 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-03-26T00:47:06.271 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:06.271 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 145 k 2024-03-26T00:47:06.271 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 435 k 2024-03-26T00:47:06.271 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-03-26T00:47:06.330 INFO:teuthology.orchestra.run.smithi105.stdout:Package ceph-base-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:47:06.382 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-03-26T00:47:06.383 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2024-03-26T00:47:06.383 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-03-26T00:47:06.456 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install cephadm 2024-03-26T00:47:06.615 INFO:teuthology.orchestra.run.smithi079.stdout:ceph-immutable-object-cache-19.0.0-2416.g4354a2 422 kB/s | 145 kB 00:00 2024-03-26T00:47:06.616 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:06.616 INFO:teuthology.orchestra.run.smithi079.stdout:Total 420 kB/s | 145 kB 00:00 2024-03-26T00:47:06.616 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-03-26T00:47:06.623 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-03-26T00:47:06.624 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-03-26T00:47:06.675 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-03-26T00:47:06.675 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-03-26T00:47:06.830 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-03-26T00:47:06.917 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2416.g4354a201. 1/1 2024-03-26T00:47:06.940 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2416.g4354a201. 1/1 2024-03-26T00:47:06.941 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-26T00:47:06.941 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-26T00:47:06.941 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:07.008 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:00:56 ago on Tue 26 Mar 2024 12:46:11 AM UTC. 2024-03-26T00:47:07.131 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-osd-2:19.0.0-2416.g4354a201.el9.x86_64 33/36 2024-03-26T00:47:07.156 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-03-26T00:47:07.156 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:47:07.156 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2024-03-26T00:47:07.157 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:47:07.157 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-03-26T00:47:07.157 INFO:teuthology.orchestra.run.smithi105.stdout: cephadm noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 750 k 2024-03-26T00:47:07.157 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:07.157 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-03-26T00:47:07.157 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:47:07.157 INFO:teuthology.orchestra.run.smithi105.stdout:Install 1 Package 2024-03-26T00:47:07.157 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:07.157 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 750 k 2024-03-26T00:47:07.157 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 757 k 2024-03-26T00:47:07.157 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-03-26T00:47:07.158 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-osd-2:19.0.0-2416.g4354a201.el9.x86_64 33/36 2024-03-26T00:47:07.158 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-26T00:47:07.158 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-26T00:47:07.158 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-26T00:47:07.158 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-26T00:47:07.158 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:07.445 INFO:teuthology.orchestra.run.smithi105.stdout:cephadm-19.0.0-2416.g4354a201.el9.noarch.rpm 2.6 MB/s | 750 kB 00:00 2024-03-26T00:47:07.445 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:07.445 INFO:teuthology.orchestra.run.smithi105.stdout:Total 2.5 MB/s | 750 kB 00:00 2024-03-26T00:47:07.446 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-03-26T00:47:07.450 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-03-26T00:47:07.451 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-03-26T00:47:07.456 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-03-26T00:47:07.456 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-03-26T00:47:07.529 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-03-26T00:47:07.641 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mon-2:19.0.0-2416.g4354a201.el9.x86_64 34/36 2024-03-26T00:47:07.663 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mon-2:19.0.0-2416.g4354a201.el9.x86_64 34/36 2024-03-26T00:47:07.663 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-26T00:47:07.663 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-26T00:47:07.663 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-26T00:47:07.663 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-26T00:47:07.664 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:07.891 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2416.g4354a201. 1/1 2024-03-26T00:47:07.891 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:07.891 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-03-26T00:47:07.891 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-immutable-object-cache-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:47:07.891 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:07.891 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-03-26T00:47:07.900 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mds-2:19.0.0-2416.g4354a201.el9.x86_64 35/36 2024-03-26T00:47:07.922 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mds-2:19.0.0-2416.g4354a201.el9.x86_64 35/36 2024-03-26T00:47:07.922 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-26T00:47:07.922 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-26T00:47:07.923 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-26T00:47:07.923 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-26T00:47:07.923 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:07.985 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: cephadm-2:19.0.0-2416.g4354a201.el9.noarch 1/1 2024-03-26T00:47:07.990 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-2:19.0.0-2416.g4354a201.el9.x86_64 36/36 2024-03-26T00:47:08.073 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : cephadm-2:19.0.0-2416.g4354a201.el9.noarch 1/1 2024-03-26T00:47:08.151 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-mgr 2024-03-26T00:47:08.474 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: cephadm-2:19.0.0-2416.g4354a201.el9.noarch 1/1 2024-03-26T00:47:08.721 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:00:59 ago on Tue 26 Mar 2024 12:46:09 AM UTC. 2024-03-26T00:47:08.743 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : cephadm-2:19.0.0-2416.g4354a201.el9.noarch 1/1 2024-03-26T00:47:08.743 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:08.743 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-03-26T00:47:08.743 INFO:teuthology.orchestra.run.smithi105.stdout: cephadm-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:08.743 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:08.743 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-03-26T00:47:08.819 INFO:teuthology.orchestra.run.smithi079.stdout:Package ceph-mgr-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:47:08.871 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-03-26T00:47:08.872 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-03-26T00:47:08.872 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-03-26T00:47:08.956 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-mgr-dashboard 2024-03-26T00:47:08.957 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-immutable-object-cache 2024-03-26T00:47:09.510 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:00 ago on Tue 26 Mar 2024 12:46:09 AM UTC. 2024-03-26T00:47:09.523 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:00:58 ago on Tue 26 Mar 2024 12:46:11 AM UTC. 2024-03-26T00:47:09.661 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-03-26T00:47:09.662 INFO:teuthology.orchestra.run.smithi079.stdout:====================================================================================== 2024-03-26T00:47:09.662 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-03-26T00:47:09.662 INFO:teuthology.orchestra.run.smithi079.stdout:====================================================================================== 2024-03-26T00:47:09.662 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-03-26T00:47:09.662 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 3.5 M 2024-03-26T00:47:09.663 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-03-26T00:47:09.663 INFO:teuthology.orchestra.run.smithi079.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-26T00:47:09.663 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 34 k 2024-03-26T00:47:09.663 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 16 k 2024-03-26T00:47:09.663 INFO:teuthology.orchestra.run.smithi079.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-26T00:47:09.663 INFO:teuthology.orchestra.run.smithi079.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-26T00:47:09.663 INFO:teuthology.orchestra.run.smithi079.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-26T00:47:09.663 INFO:teuthology.orchestra.run.smithi079.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-26T00:47:09.663 INFO:teuthology.orchestra.run.smithi079.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-26T00:47:09.663 INFO:teuthology.orchestra.run.smithi079.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-26T00:47:09.663 INFO:teuthology.orchestra.run.smithi079.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-26T00:47:09.663 INFO:teuthology.orchestra.run.smithi079.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-26T00:47:09.663 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:09.664 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-03-26T00:47:09.664 INFO:teuthology.orchestra.run.smithi079.stdout:====================================================================================== 2024-03-26T00:47:09.664 INFO:teuthology.orchestra.run.smithi079.stdout:Install 12 Packages 2024-03-26T00:47:09.664 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:09.664 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 8.6 M 2024-03-26T00:47:09.664 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 104 M 2024-03-26T00:47:09.664 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-03-26T00:47:09.679 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-03-26T00:47:09.680 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:47:09.680 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repo Size 2024-03-26T00:47:09.680 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:47:09.680 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-03-26T00:47:09.680 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2416.g4354a201.el9 ceph 145 k 2024-03-26T00:47:09.680 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:09.680 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-03-26T00:47:09.680 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:47:09.680 INFO:teuthology.orchestra.run.smithi105.stdout:Install 1 Package 2024-03-26T00:47:09.680 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:09.681 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 145 k 2024-03-26T00:47:09.681 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 435 k 2024-03-26T00:47:09.681 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-03-26T00:47:09.791 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-2:19.0.0-2416.g4354a201.el9.x86_64 36/36 2024-03-26T00:47:09.791 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-2:19.0.0-2416.g4354a201.el9.x86_64 1/36 2024-03-26T00:47:09.791 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mds-2:19.0.0-2416.g4354a201.el9.x86_64 2/36 2024-03-26T00:47:09.791 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-2:19.0.0-2416.g4354a201.el9.x86_64 3/36 2024-03-26T00:47:09.792 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mon-2:19.0.0-2416.g4354a201.el9.x86_64 4/36 2024-03-26T00:47:09.792 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-osd-2:19.0.0-2416.g4354a201.el9.x86_64 5/36 2024-03-26T00:47:09.792 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2416.g4354a201.el9. 6/36 2024-03-26T00:47:09.792 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-26T00:47:09.792 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-26T00:47:09.792 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-26T00:47:09.792 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-26T00:47:09.792 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-26T00:47:09.792 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-26T00:47:09.792 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-26T00:47:09.792 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-26T00:47:09.792 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-26T00:47:09.792 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-26T00:47:09.793 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-26T00:47:09.793 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-26T00:47:09.793 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-26T00:47:09.793 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-26T00:47:09.793 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-26T00:47:09.793 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-26T00:47:09.793 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-26T00:47:09.793 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-26T00:47:09.793 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-26T00:47:09.793 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-26T00:47:09.793 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-26T00:47:09.794 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-26T00:47:09.794 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-26T00:47:09.795 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-26T00:47:09.795 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-26T00:47:09.795 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-26T00:47:09.795 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-26T00:47:09.795 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-26T00:47:09.795 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-26T00:47:10.026 INFO:teuthology.orchestra.run.smithi105.stdout:ceph-immutable-object-cache-19.0.0-2416.g4354a2 421 kB/s | 145 kB 00:00 2024-03-26T00:47:10.027 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:10.027 INFO:teuthology.orchestra.run.smithi105.stdout:Total 419 kB/s | 145 kB 00:00 2024-03-26T00:47:10.027 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-03-26T00:47:10.034 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-03-26T00:47:10.034 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-03-26T00:47:10.087 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-03-26T00:47:10.087 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-03-26T00:47:10.172 INFO:teuthology.orchestra.run.smithi079.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2416.g43 176 kB/s | 34 kB 00:00 2024-03-26T00:47:10.232 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-03-26T00:47:10.272 INFO:teuthology.orchestra.run.smithi079.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2416.g435 56 kB/s | 16 kB 00:00 2024-03-26T00:47:10.285 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2416.g4354a201. 1/1 2024-03-26T00:47:10.310 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2416.g4354a201. 1/1 2024-03-26T00:47:10.310 INFO:teuthology.orchestra.run.smithi105.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-26T00:47:10.310 INFO:teuthology.orchestra.run.smithi105.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-26T00:47:10.310 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:10.330 INFO:teuthology.orchestra.run.smithi079.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 6.4 MB/s | 1.0 MB 00:00 2024-03-26T00:47:10.356 INFO:teuthology.orchestra.run.smithi079.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.8 MB/s | 238 kB 00:00 2024-03-26T00:47:10.423 INFO:teuthology.orchestra.run.smithi079.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2416.g4354a20 8.0 MB/s | 3.5 MB 00:00 2024-03-26T00:47:10.765 INFO:teuthology.orchestra.run.smithi079.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 1.9 MB/s | 863 kB 00:00 2024-03-26T00:47:10.839 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-26T00:47:10.839 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:10.839 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-26T00:47:10.839 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:47:10.839 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mds-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:47:10.839 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:47:10.839 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-modules-core-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:10.839 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mon-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:47:10.840 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-osd-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:47:10.840 INFO:teuthology.orchestra.run.smithi060.stdout: lua-5.4.4-4.el9.x86_64 2024-03-26T00:47:10.840 INFO:teuthology.orchestra.run.smithi060.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-26T00:47:10.840 INFO:teuthology.orchestra.run.smithi060.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-26T00:47:10.840 INFO:teuthology.orchestra.run.smithi060.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-26T00:47:10.840 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-26T00:47:10.840 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-26T00:47:10.840 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-26T00:47:10.840 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-26T00:47:10.840 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-26T00:47:10.840 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-26T00:47:10.840 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-26T00:47:10.841 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-26T00:47:10.841 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-26T00:47:10.841 INFO:teuthology.orchestra.run.smithi060.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-26T00:47:10.841 INFO:teuthology.orchestra.run.smithi060.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-26T00:47:10.841 INFO:teuthology.orchestra.run.smithi060.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-26T00:47:10.841 INFO:teuthology.orchestra.run.smithi060.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-26T00:47:10.841 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-26T00:47:10.841 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ply-3.11-14.el9.noarch 2024-03-26T00:47:10.841 INFO:teuthology.orchestra.run.smithi060.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-26T00:47:10.841 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-26T00:47:10.841 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-26T00:47:10.841 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-26T00:47:10.841 INFO:teuthology.orchestra.run.smithi060.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-26T00:47:10.841 INFO:teuthology.orchestra.run.smithi060.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-26T00:47:10.842 INFO:teuthology.orchestra.run.smithi060.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-26T00:47:10.842 INFO:teuthology.orchestra.run.smithi060.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-26T00:47:10.842 INFO:teuthology.orchestra.run.smithi060.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-26T00:47:10.842 INFO:teuthology.orchestra.run.smithi060.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-26T00:47:10.842 INFO:teuthology.orchestra.run.smithi060.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-26T00:47:10.842 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:10.842 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-26T00:47:10.898 INFO:teuthology.orchestra.run.smithi079.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 41 kB/s | 19 kB 00:00 2024-03-26T00:47:11.166 INFO:teuthology.orchestra.run.smithi079.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 542 kB/s | 144 kB 00:00 2024-03-26T00:47:11.222 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-base 2024-03-26T00:47:11.296 INFO:teuthology.orchestra.run.smithi079.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 237 kB/s | 31 kB 00:00 2024-03-26T00:47:11.314 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2416.g4354a201. 1/1 2024-03-26T00:47:11.315 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:11.315 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-03-26T00:47:11.315 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-immutable-object-cache-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:47:11.315 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:11.315 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-03-26T00:47:11.550 INFO:teuthology.orchestra.run.smithi079.stdout:(10/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 459 kB/s | 548 kB 00:01 2024-03-26T00:47:11.577 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-mgr 2024-03-26T00:47:11.583 INFO:teuthology.orchestra.run.smithi079.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 656 kB/s | 188 kB 00:00 2024-03-26T00:47:11.794 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:00:57 ago on Tue 26 Mar 2024 12:46:14 AM UTC. 2024-03-26T00:47:11.894 INFO:teuthology.orchestra.run.smithi060.stdout:Package ceph-base-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:47:11.948 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-26T00:47:11.950 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-03-26T00:47:11.950 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-26T00:47:12.011 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install cephadm 2024-03-26T00:47:12.141 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:01 ago on Tue 26 Mar 2024 12:46:11 AM UTC. 2024-03-26T00:47:12.240 INFO:teuthology.orchestra.run.smithi105.stdout:Package ceph-mgr-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:47:12.292 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-03-26T00:47:12.293 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2024-03-26T00:47:12.293 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-03-26T00:47:12.364 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-mgr-dashboard 2024-03-26T00:47:12.577 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:00:58 ago on Tue 26 Mar 2024 12:46:14 AM UTC. 2024-03-26T00:47:12.733 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-26T00:47:12.734 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:47:12.734 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-03-26T00:47:12.734 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:47:12.734 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-26T00:47:12.734 INFO:teuthology.orchestra.run.smithi060.stdout: cephadm noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 750 k 2024-03-26T00:47:12.734 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:12.734 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-26T00:47:12.734 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:47:12.735 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-03-26T00:47:12.735 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:12.735 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 750 k 2024-03-26T00:47:12.735 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 757 k 2024-03-26T00:47:12.735 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-26T00:47:12.915 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:01 ago on Tue 26 Mar 2024 12:46:11 AM UTC. 2024-03-26T00:47:13.065 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-03-26T00:47:13.066 INFO:teuthology.orchestra.run.smithi105.stdout:====================================================================================== 2024-03-26T00:47:13.066 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2024-03-26T00:47:13.066 INFO:teuthology.orchestra.run.smithi105.stdout:====================================================================================== 2024-03-26T00:47:13.067 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-03-26T00:47:13.067 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 3.5 M 2024-03-26T00:47:13.067 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-03-26T00:47:13.067 INFO:teuthology.orchestra.run.smithi105.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-26T00:47:13.067 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 34 k 2024-03-26T00:47:13.067 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 16 k 2024-03-26T00:47:13.067 INFO:teuthology.orchestra.run.smithi105.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-26T00:47:13.067 INFO:teuthology.orchestra.run.smithi105.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-26T00:47:13.067 INFO:teuthology.orchestra.run.smithi105.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-26T00:47:13.067 INFO:teuthology.orchestra.run.smithi105.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-26T00:47:13.067 INFO:teuthology.orchestra.run.smithi105.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-26T00:47:13.068 INFO:teuthology.orchestra.run.smithi105.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-26T00:47:13.068 INFO:teuthology.orchestra.run.smithi105.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-26T00:47:13.068 INFO:teuthology.orchestra.run.smithi105.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-26T00:47:13.068 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:13.068 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-03-26T00:47:13.068 INFO:teuthology.orchestra.run.smithi105.stdout:====================================================================================== 2024-03-26T00:47:13.068 INFO:teuthology.orchestra.run.smithi105.stdout:Install 12 Packages 2024-03-26T00:47:13.068 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:13.069 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 8.6 M 2024-03-26T00:47:13.069 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 104 M 2024-03-26T00:47:13.069 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-03-26T00:47:13.158 INFO:teuthology.orchestra.run.smithi060.stdout:cephadm-19.0.0-2416.g4354a201.el9.noarch.rpm 1.7 MB/s | 750 kB 00:00 2024-03-26T00:47:13.158 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:13.158 INFO:teuthology.orchestra.run.smithi060.stdout:Total 1.7 MB/s | 750 kB 00:00 2024-03-26T00:47:13.158 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-26T00:47:13.163 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-26T00:47:13.164 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-26T00:47:13.169 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-26T00:47:13.170 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-26T00:47:13.248 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-26T00:47:13.514 INFO:teuthology.orchestra.run.smithi105.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2416.g43 129 kB/s | 34 kB 00:00 2024-03-26T00:47:13.539 INFO:teuthology.orchestra.run.smithi105.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2416.g435 57 kB/s | 16 kB 00:00 2024-03-26T00:47:13.665 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: cephadm-2:19.0.0-2416.g4354a201.el9.noarch 1/1 2024-03-26T00:47:13.673 INFO:teuthology.orchestra.run.smithi105.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.7 MB/s | 238 kB 00:00 2024-03-26T00:47:13.740 INFO:teuthology.orchestra.run.smithi105.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.5 MB/s | 1.0 MB 00:00 2024-03-26T00:47:13.756 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : cephadm-2:19.0.0-2416.g4354a201.el9.noarch 1/1 2024-03-26T00:47:13.833 INFO:teuthology.orchestra.run.smithi079.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 680 kB/s | 2.0 MB 00:03 2024-03-26T00:47:13.839 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:13.839 INFO:teuthology.orchestra.run.smithi079.stdout:Total 2.1 MB/s | 8.6 MB 00:04 2024-03-26T00:47:13.859 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-03-26T00:47:13.878 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-03-26T00:47:13.878 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-03-26T00:47:13.882 INFO:teuthology.orchestra.run.smithi105.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2416.g4354a20 5.6 MB/s | 3.5 MB 00:00 2024-03-26T00:47:13.923 INFO:teuthology.orchestra.run.smithi105.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.4 MB/s | 863 kB 00:00 2024-03-26T00:47:14.058 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-03-26T00:47:14.058 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-03-26T00:47:14.099 INFO:teuthology.orchestra.run.smithi105.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 90 kB/s | 19 kB 00:00 2024-03-26T00:47:14.158 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: cephadm-2:19.0.0-2416.g4354a201.el9.noarch 1/1 2024-03-26T00:47:14.274 INFO:teuthology.orchestra.run.smithi105.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 825 kB/s | 144 kB 00:00 2024-03-26T00:47:14.308 INFO:teuthology.orchestra.run.smithi105.stdout:(9/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 965 kB/s | 548 kB 00:00 2024-03-26T00:47:14.350 INFO:teuthology.orchestra.run.smithi105.stdout:(10/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 4.8 MB/s | 2.0 MB 00:00 2024-03-26T00:47:14.375 INFO:teuthology.orchestra.run.smithi105.stdout:(11/12): python3-repoze-lru-0.7-16.el9.noarch.r 307 kB/s | 31 kB 00:00 2024-03-26T00:47:14.416 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : cephadm-2:19.0.0-2416.g4354a201.el9.noarch 1/1 2024-03-26T00:47:14.416 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:14.416 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-26T00:47:14.416 INFO:teuthology.orchestra.run.smithi060.stdout: cephadm-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:14.416 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:14.416 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-26T00:47:14.417 INFO:teuthology.orchestra.run.smithi105.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.8 MB/s | 188 kB 00:00 2024-03-26T00:47:14.421 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:14.421 INFO:teuthology.orchestra.run.smithi105.stdout:Total 6.4 MB/s | 8.6 MB 00:01 2024-03-26T00:47:14.439 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-03-26T00:47:14.455 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-03-26T00:47:14.455 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-03-26T00:47:14.573 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-03-26T00:47:14.595 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-immutable-object-cache 2024-03-26T00:47:14.638 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-03-26T00:47:14.638 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-03-26T00:47:14.650 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-26T00:47:14.685 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-26T00:47:14.732 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-26T00:47:14.763 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-26T00:47:14.881 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-26T00:47:15.006 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-26T00:47:15.099 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-26T00:47:15.143 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-26T00:47:15.162 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-03-26T00:47:15.170 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:01 ago on Tue 26 Mar 2024 12:46:14 AM UTC. 2024-03-26T00:47:15.172 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-26T00:47:15.205 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2416.g4354a201.el9 10/12 2024-03-26T00:47:15.234 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-26T00:47:15.277 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-26T00:47:15.323 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-26T00:47:15.326 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-26T00:47:15.327 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:47:15.327 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repo Size 2024-03-26T00:47:15.327 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:47:15.327 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-26T00:47:15.327 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2416.g4354a201.el9 ceph 145 k 2024-03-26T00:47:15.327 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:15.327 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-26T00:47:15.327 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:47:15.327 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-03-26T00:47:15.327 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:15.328 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 145 k 2024-03-26T00:47:15.328 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 435 k 2024-03-26T00:47:15.328 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-26T00:47:15.355 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-26T00:47:15.454 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-26T00:47:15.546 INFO:teuthology.orchestra.run.smithi060.stdout:ceph-immutable-object-cache-19.0.0-2416.g4354a2 665 kB/s | 145 kB 00:00 2024-03-26T00:47:15.547 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:15.547 INFO:teuthology.orchestra.run.smithi060.stdout:Total 661 kB/s | 145 kB 00:00 2024-03-26T00:47:15.547 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-26T00:47:15.555 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-26T00:47:15.555 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-26T00:47:15.578 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-26T00:47:15.610 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-26T00:47:15.610 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-26T00:47:15.673 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-26T00:47:15.725 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-26T00:47:15.754 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-26T00:47:15.764 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-26T00:47:15.787 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2416.g4354a201.el9 10/12 2024-03-26T00:47:15.822 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2416.g4354a201. 1/1 2024-03-26T00:47:15.846 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2416.g4354a201. 1/1 2024-03-26T00:47:15.846 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-26T00:47:15.846 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-26T00:47:15.846 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:16.254 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2416.g4354a201.el 11/12 2024-03-26T00:47:16.296 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2416.g4354a201.el9.noa 12/12 2024-03-26T00:47:16.775 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2416.g4354a201. 1/1 2024-03-26T00:47:16.775 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:16.775 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-26T00:47:16.775 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-immutable-object-cache-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:47:16.775 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:16.775 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-26T00:47:16.832 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2416.g4354a201.el 11/12 2024-03-26T00:47:16.862 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2416.g4354a201.el9.noa 12/12 2024-03-26T00:47:17.017 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr 2024-03-26T00:47:17.590 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:03 ago on Tue 26 Mar 2024 12:46:14 AM UTC. 2024-03-26T00:47:17.627 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2416.g4354a201.el9.noa 12/12 2024-03-26T00:47:17.628 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2416.g4354a201.el 1/12 2024-03-26T00:47:17.628 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2416.g4354a201.el9.noa 2/12 2024-03-26T00:47:17.628 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2416.g4354a201.el9 3/12 2024-03-26T00:47:17.628 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-26T00:47:17.628 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-26T00:47:17.628 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-26T00:47:17.628 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-26T00:47:17.628 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-26T00:47:17.628 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-26T00:47:17.628 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-26T00:47:17.628 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-26T00:47:17.689 INFO:teuthology.orchestra.run.smithi060.stdout:Package ceph-mgr-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:47:17.744 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-26T00:47:17.744 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-03-26T00:47:17.745 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-26T00:47:17.806 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr-dashboard 2024-03-26T00:47:17.991 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-26T00:47:17.991 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:17.991 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-03-26T00:47:17.991 INFO:teuthology.orchestra.run.smithi079.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-26T00:47:17.991 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-grafana-dashboards-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:17.991 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-dashboard-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:17.991 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-prometheus-alerts-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:17.991 INFO:teuthology.orchestra.run.smithi079.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-26T00:47:17.991 INFO:teuthology.orchestra.run.smithi079.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-26T00:47:17.991 INFO:teuthology.orchestra.run.smithi079.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-26T00:47:17.992 INFO:teuthology.orchestra.run.smithi079.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-26T00:47:17.992 INFO:teuthology.orchestra.run.smithi079.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-26T00:47:17.992 INFO:teuthology.orchestra.run.smithi079.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-26T00:47:17.992 INFO:teuthology.orchestra.run.smithi079.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-26T00:47:17.992 INFO:teuthology.orchestra.run.smithi079.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-26T00:47:17.992 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:17.992 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-03-26T00:47:18.125 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2416.g4354a201.el9.noa 12/12 2024-03-26T00:47:18.126 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2416.g4354a201.el 1/12 2024-03-26T00:47:18.126 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2416.g4354a201.el9.noa 2/12 2024-03-26T00:47:18.126 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2416.g4354a201.el9 3/12 2024-03-26T00:47:18.126 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-26T00:47:18.126 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-26T00:47:18.126 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-26T00:47:18.126 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-26T00:47:18.126 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-26T00:47:18.126 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-26T00:47:18.126 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-26T00:47:18.126 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-26T00:47:18.256 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-26T00:47:18.377 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:04 ago on Tue 26 Mar 2024 12:46:14 AM UTC. 2024-03-26T00:47:18.476 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-26T00:47:18.477 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:18.477 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-03-26T00:47:18.477 INFO:teuthology.orchestra.run.smithi105.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-26T00:47:18.477 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-grafana-dashboards-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:18.477 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-dashboard-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:18.477 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-prometheus-alerts-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:18.477 INFO:teuthology.orchestra.run.smithi105.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-26T00:47:18.477 INFO:teuthology.orchestra.run.smithi105.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-26T00:47:18.477 INFO:teuthology.orchestra.run.smithi105.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-26T00:47:18.478 INFO:teuthology.orchestra.run.smithi105.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-26T00:47:18.478 INFO:teuthology.orchestra.run.smithi105.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-26T00:47:18.478 INFO:teuthology.orchestra.run.smithi105.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-26T00:47:18.478 INFO:teuthology.orchestra.run.smithi105.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-26T00:47:18.478 INFO:teuthology.orchestra.run.smithi105.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-26T00:47:18.478 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:18.478 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-03-26T00:47:18.534 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-26T00:47:18.535 INFO:teuthology.orchestra.run.smithi060.stdout:====================================================================================== 2024-03-26T00:47:18.535 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-03-26T00:47:18.536 INFO:teuthology.orchestra.run.smithi060.stdout:====================================================================================== 2024-03-26T00:47:18.536 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-26T00:47:18.536 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 3.5 M 2024-03-26T00:47:18.536 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-03-26T00:47:18.536 INFO:teuthology.orchestra.run.smithi060.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-26T00:47:18.536 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 34 k 2024-03-26T00:47:18.536 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 16 k 2024-03-26T00:47:18.536 INFO:teuthology.orchestra.run.smithi060.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-26T00:47:18.536 INFO:teuthology.orchestra.run.smithi060.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-26T00:47:18.536 INFO:teuthology.orchestra.run.smithi060.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-26T00:47:18.536 INFO:teuthology.orchestra.run.smithi060.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-26T00:47:18.537 INFO:teuthology.orchestra.run.smithi060.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-26T00:47:18.537 INFO:teuthology.orchestra.run.smithi060.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-26T00:47:18.537 INFO:teuthology.orchestra.run.smithi060.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-26T00:47:18.537 INFO:teuthology.orchestra.run.smithi060.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-26T00:47:18.537 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:18.537 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-26T00:47:18.537 INFO:teuthology.orchestra.run.smithi060.stdout:====================================================================================== 2024-03-26T00:47:18.537 INFO:teuthology.orchestra.run.smithi060.stdout:Install 12 Packages 2024-03-26T00:47:18.537 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:18.538 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 8.6 M 2024-03-26T00:47:18.539 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 104 M 2024-03-26T00:47:18.539 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-26T00:47:18.702 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-26T00:47:18.815 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:09 ago on Tue 26 Mar 2024 12:46:09 AM UTC. 2024-03-26T00:47:18.833 INFO:teuthology.orchestra.run.smithi060.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2416.g435 79 kB/s | 16 kB 00:00 2024-03-26T00:47:18.933 INFO:teuthology.orchestra.run.smithi060.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2416.g43 110 kB/s | 34 kB 00:00 2024-03-26T00:47:18.966 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-03-26T00:47:18.967 INFO:teuthology.orchestra.run.smithi079.stdout:============================================================================================ 2024-03-26T00:47:18.967 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-03-26T00:47:18.967 INFO:teuthology.orchestra.run.smithi079.stdout:============================================================================================ 2024-03-26T00:47:18.967 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-03-26T00:47:18.967 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 7.4 M 2024-03-26T00:47:18.967 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-03-26T00:47:18.967 INFO:teuthology.orchestra.run.smithi079.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-26T00:47:18.968 INFO:teuthology.orchestra.run.smithi079.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-26T00:47:18.968 INFO:teuthology.orchestra.run.smithi079.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-26T00:47:18.968 INFO:teuthology.orchestra.run.smithi079.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-26T00:47:18.968 INFO:teuthology.orchestra.run.smithi079.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-26T00:47:18.968 INFO:teuthology.orchestra.run.smithi079.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-26T00:47:18.968 INFO:teuthology.orchestra.run.smithi079.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-26T00:47:18.968 INFO:teuthology.orchestra.run.smithi079.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-26T00:47:18.968 INFO:teuthology.orchestra.run.smithi079.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-26T00:47:18.968 INFO:teuthology.orchestra.run.smithi079.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-26T00:47:18.968 INFO:teuthology.orchestra.run.smithi079.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-26T00:47:18.968 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:18.968 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-03-26T00:47:18.968 INFO:teuthology.orchestra.run.smithi079.stdout:============================================================================================ 2024-03-26T00:47:18.969 INFO:teuthology.orchestra.run.smithi079.stdout:Install 12 Packages 2024-03-26T00:47:18.969 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:18.969 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 37 M 2024-03-26T00:47:18.969 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 209 M 2024-03-26T00:47:18.969 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-03-26T00:47:18.984 INFO:teuthology.orchestra.run.smithi060.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 6.7 MB/s | 1.0 MB 00:00 2024-03-26T00:47:19.009 INFO:teuthology.orchestra.run.smithi060.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 3.1 MB/s | 238 kB 00:00 2024-03-26T00:47:19.068 INFO:teuthology.orchestra.run.smithi060.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2416.g4354a20 8.0 MB/s | 3.5 MB 00:00 2024-03-26T00:47:19.185 INFO:teuthology.orchestra.run.smithi060.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.2 MB/s | 863 kB 00:00 2024-03-26T00:47:19.210 INFO:teuthology.orchestra.run.smithi060.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 137 kB/s | 19 kB 00:00 2024-03-26T00:47:19.260 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:08 ago on Tue 26 Mar 2024 12:46:11 AM UTC. 2024-03-26T00:47:19.293 INFO:teuthology.orchestra.run.smithi079.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 247 kB/s | 32 kB 00:00 2024-03-26T00:47:19.310 INFO:teuthology.orchestra.run.smithi060.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.8 MB/s | 548 kB 00:00 2024-03-26T00:47:19.328 INFO:teuthology.orchestra.run.smithi079.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 521 kB/s | 17 kB 00:00 2024-03-26T00:47:19.403 INFO:teuthology.orchestra.run.smithi060.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 752 kB/s | 144 kB 00:00 2024-03-26T00:47:19.403 INFO:teuthology.orchestra.run.smithi079.stdout:(3/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 13 MB/s | 3.0 MB 00:00 2024-03-26T00:47:19.409 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-03-26T00:47:19.410 INFO:teuthology.orchestra.run.smithi105.stdout:============================================================================================ 2024-03-26T00:47:19.411 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2024-03-26T00:47:19.411 INFO:teuthology.orchestra.run.smithi105.stdout:============================================================================================ 2024-03-26T00:47:19.411 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-03-26T00:47:19.411 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 7.4 M 2024-03-26T00:47:19.411 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-03-26T00:47:19.411 INFO:teuthology.orchestra.run.smithi105.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-26T00:47:19.412 INFO:teuthology.orchestra.run.smithi105.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-26T00:47:19.412 INFO:teuthology.orchestra.run.smithi105.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-26T00:47:19.412 INFO:teuthology.orchestra.run.smithi105.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-26T00:47:19.412 INFO:teuthology.orchestra.run.smithi105.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-26T00:47:19.412 INFO:teuthology.orchestra.run.smithi105.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-26T00:47:19.412 INFO:teuthology.orchestra.run.smithi105.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-26T00:47:19.413 INFO:teuthology.orchestra.run.smithi105.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-26T00:47:19.413 INFO:teuthology.orchestra.run.smithi105.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-26T00:47:19.413 INFO:teuthology.orchestra.run.smithi105.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-26T00:47:19.413 INFO:teuthology.orchestra.run.smithi105.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-26T00:47:19.413 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:19.414 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-03-26T00:47:19.414 INFO:teuthology.orchestra.run.smithi105.stdout:============================================================================================ 2024-03-26T00:47:19.414 INFO:teuthology.orchestra.run.smithi105.stdout:Install 12 Packages 2024-03-26T00:47:19.414 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:19.415 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 37 M 2024-03-26T00:47:19.415 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 209 M 2024-03-26T00:47:19.415 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-03-26T00:47:19.427 INFO:teuthology.orchestra.run.smithi060.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 262 kB/s | 31 kB 00:00 2024-03-26T00:47:19.428 INFO:teuthology.orchestra.run.smithi079.stdout:(4/12): openblas-0.3.21-2.el9.x86_64.rpm 347 kB/s | 34 kB 00:00 2024-03-26T00:47:19.503 INFO:teuthology.orchestra.run.smithi060.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 6.4 MB/s | 2.0 MB 00:00 2024-03-26T00:47:19.528 INFO:teuthology.orchestra.run.smithi060.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.5 MB/s | 188 kB 00:00 2024-03-26T00:47:19.531 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:19.531 INFO:teuthology.orchestra.run.smithi060.stdout:Total 8.7 MB/s | 8.6 MB 00:00 2024-03-26T00:47:19.549 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-26T00:47:19.568 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-26T00:47:19.568 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-26T00:47:19.595 INFO:teuthology.orchestra.run.smithi079.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 25 MB/s | 4.7 MB 00:00 2024-03-26T00:47:19.662 INFO:teuthology.orchestra.run.smithi079.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 20 MB/s | 4.8 MB 00:00 2024-03-26T00:47:19.687 INFO:teuthology.orchestra.run.smithi079.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.4 MB/s | 217 kB 00:00 2024-03-26T00:47:19.770 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-26T00:47:19.770 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-26T00:47:19.862 INFO:teuthology.orchestra.run.smithi079.stdout:(8/12): ceph-mgr-diskprediction-local-19.0.0-24 11 MB/s | 7.4 MB 00:00 2024-03-26T00:47:19.950 INFO:teuthology.orchestra.run.smithi105.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 224 kB/s | 32 kB 00:00 2024-03-26T00:47:19.984 INFO:teuthology.orchestra.run.smithi105.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 520 kB/s | 17 kB 00:00 2024-03-26T00:47:20.017 INFO:teuthology.orchestra.run.smithi105.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 1.0 MB/s | 34 kB 00:00 2024-03-26T00:47:20.076 INFO:teuthology.orchestra.run.smithi105.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 11 MB/s | 3.0 MB 00:00 2024-03-26T00:47:20.087 INFO:teuthology.orchestra.run.smithi079.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 37 MB/s | 16 MB 00:00 2024-03-26T00:47:20.138 INFO:teuthology.orchestra.run.smithi079.stdout:(10/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.7 MB/s | 803 kB 00:00 2024-03-26T00:47:20.238 INFO:teuthology.orchestra.run.smithi079.stdout:(11/12): libquadmath-11.4.1-3.el9.x86_64.rpm 523 kB/s | 195 kB 00:00 2024-03-26T00:47:20.263 INFO:teuthology.orchestra.run.smithi079.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 1.4 MB/s | 245 kB 00:00 2024-03-26T00:47:20.265 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:20.266 INFO:teuthology.orchestra.run.smithi079.stdout:Total 29 MB/s | 37 MB 00:01 2024-03-26T00:47:20.268 INFO:teuthology.orchestra.run.smithi105.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 19 MB/s | 4.7 MB 00:00 2024-03-26T00:47:20.307 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-03-26T00:47:20.314 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-26T00:47:20.331 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-03-26T00:47:20.331 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-03-26T00:47:20.343 INFO:teuthology.orchestra.run.smithi105.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 18 MB/s | 4.8 MB 00:00 2024-03-26T00:47:20.368 INFO:teuthology.orchestra.run.smithi105.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.1 MB/s | 217 kB 00:00 2024-03-26T00:47:20.387 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-26T00:47:20.423 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-26T00:47:20.470 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-26T00:47:20.477 INFO:teuthology.orchestra.run.smithi105.stdout:(8/12): ceph-mgr-diskprediction-local-19.0.0-24 11 MB/s | 7.4 MB 00:00 2024-03-26T00:47:20.499 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-26T00:47:20.594 INFO:teuthology.orchestra.run.smithi105.stdout:(9/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.5 MB/s | 803 kB 00:00 2024-03-26T00:47:20.615 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-26T00:47:20.690 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-03-26T00:47:20.691 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-03-26T00:47:20.746 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-26T00:47:20.753 INFO:teuthology.orchestra.run.smithi105.stdout:(10/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 38 MB/s | 16 MB 00:00 2024-03-26T00:47:20.769 INFO:teuthology.orchestra.run.smithi105.stdout:(11/12): libquadmath-11.4.1-3.el9.x86_64.rpm 674 kB/s | 195 kB 00:00 2024-03-26T00:47:20.847 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-26T00:47:20.896 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-26T00:47:20.924 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-26T00:47:20.928 INFO:teuthology.orchestra.run.smithi105.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 740 kB/s | 245 kB 00:00 2024-03-26T00:47:20.930 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:20.931 INFO:teuthology.orchestra.run.smithi105.stdout:Total 24 MB/s | 37 MB 00:01 2024-03-26T00:47:20.956 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2416.g4354a201.el9 10/12 2024-03-26T00:47:20.972 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-03-26T00:47:20.995 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-03-26T00:47:20.996 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-03-26T00:47:21.348 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-03-26T00:47:21.348 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-03-26T00:47:21.390 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-03-26T00:47:21.461 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-26T00:47:21.492 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-26T00:47:21.585 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-26T00:47:21.629 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-26T00:47:21.809 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-26T00:47:21.853 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-26T00:47:21.922 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-26T00:47:22.046 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-03-26T00:47:22.064 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2416.g4354a201.el 11/12 2024-03-26T00:47:22.098 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2416.g4354a201.el9.noa 12/12 2024-03-26T00:47:22.117 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-26T00:47:22.149 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-26T00:47:22.236 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-26T00:47:22.277 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-26T00:47:22.454 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-26T00:47:22.484 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-26T00:47:22.558 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-26T00:47:22.570 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-26T00:47:22.682 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-26T00:47:23.209 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-26T00:47:23.321 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-26T00:47:23.491 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2416.g4354a201.el9.noa 12/12 2024-03-26T00:47:23.492 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2416.g4354a201.el 1/12 2024-03-26T00:47:23.492 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2416.g4354a201.el9.noa 2/12 2024-03-26T00:47:23.492 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2416.g4354a201.el9 3/12 2024-03-26T00:47:23.492 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-26T00:47:23.492 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-26T00:47:23.492 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-26T00:47:23.492 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-26T00:47:23.492 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-26T00:47:23.492 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-26T00:47:23.492 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-26T00:47:23.492 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-26T00:47:23.842 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-26T00:47:23.842 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:23.843 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-26T00:47:23.843 INFO:teuthology.orchestra.run.smithi060.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-26T00:47:23.843 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-grafana-dashboards-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:23.843 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-dashboard-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:23.843 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-prometheus-alerts-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:23.843 INFO:teuthology.orchestra.run.smithi060.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-26T00:47:23.843 INFO:teuthology.orchestra.run.smithi060.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-26T00:47:23.843 INFO:teuthology.orchestra.run.smithi060.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-26T00:47:23.843 INFO:teuthology.orchestra.run.smithi060.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-26T00:47:23.843 INFO:teuthology.orchestra.run.smithi060.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-26T00:47:23.843 INFO:teuthology.orchestra.run.smithi060.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-26T00:47:23.843 INFO:teuthology.orchestra.run.smithi060.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-26T00:47:23.843 INFO:teuthology.orchestra.run.smithi060.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-26T00:47:23.844 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:23.844 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-26T00:47:23.932 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-26T00:47:24.066 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-26T00:47:24.535 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-26T00:47:24.637 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:10 ago on Tue 26 Mar 2024 12:46:14 AM UTC. 2024-03-26T00:47:24.796 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-26T00:47:24.797 INFO:teuthology.orchestra.run.smithi060.stdout:============================================================================================ 2024-03-26T00:47:24.797 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-03-26T00:47:24.797 INFO:teuthology.orchestra.run.smithi060.stdout:============================================================================================ 2024-03-26T00:47:24.797 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-26T00:47:24.797 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 7.4 M 2024-03-26T00:47:24.797 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-03-26T00:47:24.797 INFO:teuthology.orchestra.run.smithi060.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-26T00:47:24.798 INFO:teuthology.orchestra.run.smithi060.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-26T00:47:24.798 INFO:teuthology.orchestra.run.smithi060.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-26T00:47:24.798 INFO:teuthology.orchestra.run.smithi060.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-26T00:47:24.798 INFO:teuthology.orchestra.run.smithi060.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-26T00:47:24.798 INFO:teuthology.orchestra.run.smithi060.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-26T00:47:24.798 INFO:teuthology.orchestra.run.smithi060.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-26T00:47:24.798 INFO:teuthology.orchestra.run.smithi060.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-26T00:47:24.798 INFO:teuthology.orchestra.run.smithi060.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-26T00:47:24.798 INFO:teuthology.orchestra.run.smithi060.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-26T00:47:24.798 INFO:teuthology.orchestra.run.smithi060.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-26T00:47:24.798 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:24.799 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-26T00:47:24.799 INFO:teuthology.orchestra.run.smithi060.stdout:============================================================================================ 2024-03-26T00:47:24.799 INFO:teuthology.orchestra.run.smithi060.stdout:Install 12 Packages 2024-03-26T00:47:24.799 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:24.799 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 37 M 2024-03-26T00:47:24.800 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 209 M 2024-03-26T00:47:24.800 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-26T00:47:24.945 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-26T00:47:24.975 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2416.g4354a 12/12 2024-03-26T00:47:25.019 INFO:teuthology.orchestra.run.smithi060.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 268 kB/s | 32 kB 00:00 2024-03-26T00:47:25.052 INFO:teuthology.orchestra.run.smithi060.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 516 kB/s | 17 kB 00:00 2024-03-26T00:47:25.094 INFO:teuthology.orchestra.run.smithi060.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 823 kB/s | 34 kB 00:00 2024-03-26T00:47:25.303 INFO:teuthology.orchestra.run.smithi060.stdout:(4/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 23 MB/s | 4.7 MB 00:00 2024-03-26T00:47:25.545 INFO:teuthology.orchestra.run.smithi060.stdout:(5/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 20 MB/s | 4.8 MB 00:00 2024-03-26T00:47:25.562 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-26T00:47:25.592 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2416.g4354a 12/12 2024-03-26T00:47:25.595 INFO:teuthology.orchestra.run.smithi060.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 4.3 MB/s | 3.0 MB 00:00 2024-03-26T00:47:25.620 INFO:teuthology.orchestra.run.smithi060.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.9 MB/s | 217 kB 00:00 2024-03-26T00:47:25.771 INFO:teuthology.orchestra.run.smithi060.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 5.2 MB/s | 803 kB 00:00 2024-03-26T00:47:25.921 INFO:teuthology.orchestra.run.smithi060.stdout:(9/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.3 MB/s | 195 kB 00:00 2024-03-26T00:47:26.179 INFO:teuthology.orchestra.run.smithi060.stdout:(10/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 27 MB/s | 16 MB 00:00 2024-03-26T00:47:26.330 INFO:teuthology.orchestra.run.smithi060.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 604 kB/s | 245 kB 00:00 2024-03-26T00:47:27.546 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2416.g4354a 12/12 2024-03-26T00:47:27.546 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2416.g4354a 1/12 2024-03-26T00:47:27.546 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-26T00:47:27.546 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-26T00:47:27.546 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-26T00:47:27.546 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-26T00:47:27.546 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-26T00:47:27.546 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-26T00:47:27.546 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-26T00:47:27.547 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-26T00:47:27.547 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-26T00:47:27.547 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-26T00:47:27.913 INFO:teuthology.orchestra.run.smithi060.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-2 2.5 MB/s | 7.4 MB 00:03 2024-03-26T00:47:27.916 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:27.916 INFO:teuthology.orchestra.run.smithi060.stdout:Total 12 MB/s | 37 MB 00:03 2024-03-26T00:47:27.960 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-26T00:47:27.986 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-26T00:47:27.987 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-26T00:47:27.993 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-26T00:47:27.993 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:27.993 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-03-26T00:47:27.993 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:27.994 INFO:teuthology.orchestra.run.smithi079.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-26T00:47:27.994 INFO:teuthology.orchestra.run.smithi079.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-26T00:47:27.994 INFO:teuthology.orchestra.run.smithi079.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-26T00:47:27.994 INFO:teuthology.orchestra.run.smithi079.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-26T00:47:27.994 INFO:teuthology.orchestra.run.smithi079.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-26T00:47:27.994 INFO:teuthology.orchestra.run.smithi079.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-26T00:47:27.994 INFO:teuthology.orchestra.run.smithi079.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-26T00:47:27.994 INFO:teuthology.orchestra.run.smithi079.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-26T00:47:27.994 INFO:teuthology.orchestra.run.smithi079.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-26T00:47:27.994 INFO:teuthology.orchestra.run.smithi079.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-26T00:47:27.994 INFO:teuthology.orchestra.run.smithi079.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-26T00:47:27.994 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:27.994 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-03-26T00:47:28.033 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2416.g4354a 12/12 2024-03-26T00:47:28.034 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2416.g4354a 1/12 2024-03-26T00:47:28.034 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-26T00:47:28.034 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-26T00:47:28.034 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-26T00:47:28.034 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-26T00:47:28.034 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-26T00:47:28.034 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-26T00:47:28.034 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-26T00:47:28.034 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-26T00:47:28.034 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-26T00:47:28.034 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-26T00:47:28.362 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-26T00:47:28.363 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-26T00:47:28.406 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-mgr-rook 2024-03-26T00:47:28.469 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-26T00:47:28.469 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:28.469 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-03-26T00:47:28.469 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:28.469 INFO:teuthology.orchestra.run.smithi105.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-26T00:47:28.470 INFO:teuthology.orchestra.run.smithi105.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-26T00:47:28.470 INFO:teuthology.orchestra.run.smithi105.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-26T00:47:28.470 INFO:teuthology.orchestra.run.smithi105.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-26T00:47:28.470 INFO:teuthology.orchestra.run.smithi105.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-26T00:47:28.470 INFO:teuthology.orchestra.run.smithi105.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-26T00:47:28.470 INFO:teuthology.orchestra.run.smithi105.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-26T00:47:28.470 INFO:teuthology.orchestra.run.smithi105.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-26T00:47:28.470 INFO:teuthology.orchestra.run.smithi105.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-26T00:47:28.470 INFO:teuthology.orchestra.run.smithi105.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-26T00:47:28.470 INFO:teuthology.orchestra.run.smithi105.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-26T00:47:28.470 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:28.470 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-03-26T00:47:28.876 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-mgr-rook 2024-03-26T00:47:28.969 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:19 ago on Tue 26 Mar 2024 12:46:09 AM UTC. 2024-03-26T00:47:29.091 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-26T00:47:29.119 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-03-26T00:47:29.120 INFO:teuthology.orchestra.run.smithi079.stdout:======================================================================================== 2024-03-26T00:47:29.120 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-03-26T00:47:29.120 INFO:teuthology.orchestra.run.smithi079.stdout:======================================================================================== 2024-03-26T00:47:29.120 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-03-26T00:47:29.120 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-rook noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 49 k 2024-03-26T00:47:29.121 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-03-26T00:47:29.121 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-26T00:47:29.121 INFO:teuthology.orchestra.run.smithi079.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-26T00:47:29.121 INFO:teuthology.orchestra.run.smithi079.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-03-26T00:47:29.121 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-26T00:47:29.121 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-26T00:47:29.121 INFO:teuthology.orchestra.run.smithi079.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-26T00:47:29.121 INFO:teuthology.orchestra.run.smithi079.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-26T00:47:29.121 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-26T00:47:29.121 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-26T00:47:29.121 INFO:teuthology.orchestra.run.smithi079.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-26T00:47:29.121 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-26T00:47:29.121 INFO:teuthology.orchestra.run.smithi079.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-26T00:47:29.121 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:29.122 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-03-26T00:47:29.122 INFO:teuthology.orchestra.run.smithi079.stdout:======================================================================================== 2024-03-26T00:47:29.122 INFO:teuthology.orchestra.run.smithi079.stdout:Install 13 Packages 2024-03-26T00:47:29.122 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:29.122 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 2.0 M 2024-03-26T00:47:29.123 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 26 M 2024-03-26T00:47:29.123 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-03-26T00:47:29.153 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-26T00:47:29.184 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-26T00:47:29.290 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-26T00:47:29.329 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-26T00:47:29.371 INFO:teuthology.orchestra.run.smithi079.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 252 kB/s | 24 kB 00:00 2024-03-26T00:47:29.421 INFO:teuthology.orchestra.run.smithi079.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 123 kB/s | 18 kB 00:00 2024-03-26T00:47:29.439 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:18 ago on Tue 26 Mar 2024 12:46:11 AM UTC. 2024-03-26T00:47:29.471 INFO:teuthology.orchestra.run.smithi079.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.2 MB/s | 174 kB 00:00 2024-03-26T00:47:29.496 INFO:teuthology.orchestra.run.smithi079.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-03-26T00:47:29.514 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-26T00:47:29.530 INFO:teuthology.orchestra.run.smithi079.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 3.5 MB/s | 211 kB 00:00 2024-03-26T00:47:29.544 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-26T00:47:29.555 INFO:teuthology.orchestra.run.smithi079.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 739 kB/s | 43 kB 00:00 2024-03-26T00:47:29.590 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-03-26T00:47:29.591 INFO:teuthology.orchestra.run.smithi105.stdout:======================================================================================== 2024-03-26T00:47:29.591 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2024-03-26T00:47:29.591 INFO:teuthology.orchestra.run.smithi105.stdout:======================================================================================== 2024-03-26T00:47:29.591 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-03-26T00:47:29.591 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-rook noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 49 k 2024-03-26T00:47:29.591 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-03-26T00:47:29.591 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-26T00:47:29.591 INFO:teuthology.orchestra.run.smithi105.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-26T00:47:29.591 INFO:teuthology.orchestra.run.smithi105.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-03-26T00:47:29.592 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-26T00:47:29.592 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-26T00:47:29.592 INFO:teuthology.orchestra.run.smithi105.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-26T00:47:29.592 INFO:teuthology.orchestra.run.smithi105.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-26T00:47:29.592 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-26T00:47:29.592 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-26T00:47:29.592 INFO:teuthology.orchestra.run.smithi105.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-26T00:47:29.592 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-26T00:47:29.592 INFO:teuthology.orchestra.run.smithi105.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-26T00:47:29.592 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:29.593 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-03-26T00:47:29.593 INFO:teuthology.orchestra.run.smithi105.stdout:======================================================================================== 2024-03-26T00:47:29.593 INFO:teuthology.orchestra.run.smithi105.stdout:Install 13 Packages 2024-03-26T00:47:29.593 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:29.593 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 2.0 M 2024-03-26T00:47:29.593 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 26 M 2024-03-26T00:47:29.593 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-03-26T00:47:29.621 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-26T00:47:29.760 INFO:teuthology.orchestra.run.smithi105.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 249 kB/s | 24 kB 00:00 2024-03-26T00:47:29.810 INFO:teuthology.orchestra.run.smithi105.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 122 kB/s | 18 kB 00:00 2024-03-26T00:47:29.831 INFO:teuthology.orchestra.run.smithi079.stdout:(7/13): python3-certifi-2021.10.8-2.el9.noarch. 54 kB/s | 15 kB 00:00 2024-03-26T00:47:29.857 INFO:teuthology.orchestra.run.smithi079.stdout:(8/13): ceph-mgr-rook-19.0.0-2416.g4354a201.el9 85 kB/s | 49 kB 00:00 2024-03-26T00:47:29.860 INFO:teuthology.orchestra.run.smithi105.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.2 MB/s | 174 kB 00:00 2024-03-26T00:47:29.881 INFO:teuthology.orchestra.run.smithi079.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 92 kB/s | 32 kB 00:00 2024-03-26T00:47:29.886 INFO:teuthology.orchestra.run.smithi105.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-03-26T00:47:29.911 INFO:teuthology.orchestra.run.smithi105.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-03-26T00:47:29.928 INFO:teuthology.orchestra.run.smithi105.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 43 kB 00:00 2024-03-26T00:47:30.153 INFO:teuthology.orchestra.run.smithi105.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 133 kB/s | 32 kB 00:00 2024-03-26T00:47:30.170 INFO:teuthology.orchestra.run.smithi105.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 62 kB/s | 15 kB 00:00 2024-03-26T00:47:30.231 INFO:teuthology.orchestra.run.smithi079.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 169 kB/s | 59 kB 00:00 2024-03-26T00:47:30.254 INFO:teuthology.orchestra.run.smithi105.stdout:(9/13): ceph-mgr-rook-19.0.0-2416.g4354a201.el9 83 kB/s | 49 kB 00:00 2024-03-26T00:47:30.330 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-26T00:47:30.340 INFO:teuthology.orchestra.run.smithi079.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 398 kB/s | 203 kB 00:00 2024-03-26T00:47:30.354 INFO:teuthology.orchestra.run.smithi105.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 1.0 MB/s | 203 kB 00:00 2024-03-26T00:47:30.429 INFO:teuthology.orchestra.run.smithi105.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 337 kB/s | 59 kB 00:00 2024-03-26T00:47:30.447 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-26T00:47:30.513 INFO:teuthology.orchestra.run.smithi105.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 3.0 MB/s | 1.0 MB 00:00 2024-03-26T00:47:30.538 INFO:teuthology.orchestra.run.smithi105.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 489 kB/s | 90 kB 00:00 2024-03-26T00:47:30.541 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:30.541 INFO:teuthology.orchestra.run.smithi105.stdout:Total 2.2 MB/s | 2.0 MB 00:00 2024-03-26T00:47:30.542 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-03-26T00:47:30.554 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-03-26T00:47:30.555 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-03-26T00:47:30.557 INFO:teuthology.orchestra.run.smithi079.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 1.5 MB/s | 1.0 MB 00:00 2024-03-26T00:47:30.607 INFO:teuthology.orchestra.run.smithi079.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 239 kB/s | 90 kB 00:00 2024-03-26T00:47:30.609 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:30.610 INFO:teuthology.orchestra.run.smithi079.stdout:Total 1.4 MB/s | 2.0 MB 00:01 2024-03-26T00:47:30.610 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-03-26T00:47:30.625 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-03-26T00:47:30.625 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-03-26T00:47:30.643 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-03-26T00:47:30.644 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-03-26T00:47:30.719 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-03-26T00:47:30.719 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-03-26T00:47:31.159 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-03-26T00:47:31.235 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-03-26T00:47:31.317 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-26T00:47:31.371 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-26T00:47:31.396 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-26T00:47:31.427 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-26T00:47:31.457 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-26T00:47:31.459 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-26T00:47:31.498 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-26T00:47:31.514 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-26T00:47:31.560 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-26T00:47:31.590 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-26T00:47:31.602 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-26T00:47:31.692 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-03-26T00:47:31.695 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-26T00:47:31.741 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-26T00:47:31.804 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-03-26T00:47:31.818 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-26T00:47:31.861 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-26T00:47:32.450 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-26T00:47:32.496 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-26T00:47:32.530 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-26T00:47:32.579 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-26T00:47:32.588 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-26T00:47:32.601 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-mgr-rook-2:19.0.0-2416.g4354a201.el9.noarch 13/13 2024-03-26T00:47:32.643 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-26T00:47:32.677 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-26T00:47:32.725 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-26T00:47:32.747 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-rook-2:19.0.0-2416.g4354a201.el9.noarch 13/13 2024-03-26T00:47:32.901 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-26T00:47:32.927 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2416.g4354a 12/12 2024-03-26T00:47:33.373 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2416.g4354a201.el9.noarch 13/13 2024-03-26T00:47:33.373 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2416.g4354a201.el9.noarch 1/13 2024-03-26T00:47:33.373 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-26T00:47:33.373 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-26T00:47:33.373 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-26T00:47:33.373 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-26T00:47:33.374 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-26T00:47:33.374 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-26T00:47:33.374 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-26T00:47:33.374 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-26T00:47:33.374 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-03-26T00:47:33.374 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-26T00:47:33.374 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-26T00:47:33.561 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2416.g4354a201.el9.noarch 13/13 2024-03-26T00:47:33.561 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2416.g4354a201.el9.noarch 1/13 2024-03-26T00:47:33.561 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-26T00:47:33.561 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-26T00:47:33.561 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-26T00:47:33.561 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-26T00:47:33.561 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-26T00:47:33.561 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-26T00:47:33.561 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-26T00:47:33.562 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-26T00:47:33.562 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-03-26T00:47:33.562 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-26T00:47:33.562 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-26T00:47:33.724 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-26T00:47:33.724 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:33.724 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-03-26T00:47:33.724 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-rook-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:33.724 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-26T00:47:33.725 INFO:teuthology.orchestra.run.smithi105.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-26T00:47:33.725 INFO:teuthology.orchestra.run.smithi105.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-03-26T00:47:33.725 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-26T00:47:33.725 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-26T00:47:33.725 INFO:teuthology.orchestra.run.smithi105.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-26T00:47:33.725 INFO:teuthology.orchestra.run.smithi105.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-26T00:47:33.725 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-26T00:47:33.725 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-26T00:47:33.725 INFO:teuthology.orchestra.run.smithi105.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-26T00:47:33.725 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-26T00:47:33.725 INFO:teuthology.orchestra.run.smithi105.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-26T00:47:33.725 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:33.725 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-03-26T00:47:33.921 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-26T00:47:33.921 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:33.921 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-03-26T00:47:33.922 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-rook-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:33.922 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-26T00:47:33.922 INFO:teuthology.orchestra.run.smithi079.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-26T00:47:33.922 INFO:teuthology.orchestra.run.smithi079.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-03-26T00:47:33.922 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-26T00:47:33.922 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-26T00:47:33.922 INFO:teuthology.orchestra.run.smithi079.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-26T00:47:33.922 INFO:teuthology.orchestra.run.smithi079.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-26T00:47:33.922 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-26T00:47:33.923 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-26T00:47:33.923 INFO:teuthology.orchestra.run.smithi079.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-26T00:47:33.923 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-26T00:47:33.923 INFO:teuthology.orchestra.run.smithi079.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-26T00:47:33.923 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:33.923 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-03-26T00:47:33.960 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-mgr-cephadm 2024-03-26T00:47:34.211 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-mgr-cephadm 2024-03-26T00:47:34.521 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:23 ago on Tue 26 Mar 2024 12:46:11 AM UTC. 2024-03-26T00:47:34.671 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-03-26T00:47:34.672 INFO:teuthology.orchestra.run.smithi105.stdout:======================================================================================== 2024-03-26T00:47:34.672 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2024-03-26T00:47:34.673 INFO:teuthology.orchestra.run.smithi105.stdout:======================================================================================== 2024-03-26T00:47:34.673 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-03-26T00:47:34.673 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 140 k 2024-03-26T00:47:34.673 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-03-26T00:47:34.673 INFO:teuthology.orchestra.run.smithi105.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-03-26T00:47:34.673 INFO:teuthology.orchestra.run.smithi105.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-26T00:47:34.673 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-26T00:47:34.674 INFO:teuthology.orchestra.run.smithi105.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-26T00:47:34.674 INFO:teuthology.orchestra.run.smithi105.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-26T00:47:34.674 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:34.674 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-03-26T00:47:34.674 INFO:teuthology.orchestra.run.smithi105.stdout:======================================================================================== 2024-03-26T00:47:34.674 INFO:teuthology.orchestra.run.smithi105.stdout:Install 6 Packages 2024-03-26T00:47:34.674 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:34.675 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 6.8 M 2024-03-26T00:47:34.675 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 33 M 2024-03-26T00:47:34.675 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-03-26T00:47:34.773 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:25 ago on Tue 26 Mar 2024 12:46:09 AM UTC. 2024-03-26T00:47:34.921 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-03-26T00:47:34.922 INFO:teuthology.orchestra.run.smithi079.stdout:======================================================================================== 2024-03-26T00:47:34.922 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-03-26T00:47:34.922 INFO:teuthology.orchestra.run.smithi079.stdout:======================================================================================== 2024-03-26T00:47:34.922 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-03-26T00:47:34.923 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 140 k 2024-03-26T00:47:34.923 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-03-26T00:47:34.923 INFO:teuthology.orchestra.run.smithi079.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-03-26T00:47:34.923 INFO:teuthology.orchestra.run.smithi079.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-26T00:47:34.923 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-26T00:47:34.923 INFO:teuthology.orchestra.run.smithi079.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-26T00:47:34.923 INFO:teuthology.orchestra.run.smithi079.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-26T00:47:34.923 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:34.923 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-03-26T00:47:34.923 INFO:teuthology.orchestra.run.smithi079.stdout:======================================================================================== 2024-03-26T00:47:34.923 INFO:teuthology.orchestra.run.smithi079.stdout:Install 6 Packages 2024-03-26T00:47:34.923 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:34.924 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 6.8 M 2024-03-26T00:47:34.924 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 33 M 2024-03-26T00:47:34.924 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-03-26T00:47:35.373 INFO:teuthology.orchestra.run.smithi105.stdout:(1/6): python3-babel-2.9.1-2.el9.noarch.rpm 17 MB/s | 5.8 MB 00:00 2024-03-26T00:47:35.387 INFO:teuthology.orchestra.run.smithi079.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2416.g4354a201.e 556 kB/s | 140 kB 00:00 2024-03-26T00:47:35.398 INFO:teuthology.orchestra.run.smithi105.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 669 kB/s | 248 kB 00:00 2024-03-26T00:47:35.440 INFO:teuthology.orchestra.run.smithi105.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2416.g4354a201.e 340 kB/s | 140 kB 00:00 2024-03-26T00:47:35.460 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2416.g4354a 12/12 2024-03-26T00:47:35.460 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2416.g4354a 1/12 2024-03-26T00:47:35.460 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-26T00:47:35.460 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-26T00:47:35.460 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-26T00:47:35.460 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-26T00:47:35.460 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-26T00:47:35.460 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-26T00:47:35.460 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-26T00:47:35.460 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-26T00:47:35.460 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-26T00:47:35.460 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-26T00:47:35.466 INFO:teuthology.orchestra.run.smithi105.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 865 kB/s | 58 kB 00:00 2024-03-26T00:47:35.533 INFO:teuthology.orchestra.run.smithi105.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 553 kB/s | 51 kB 00:00 2024-03-26T00:47:35.558 INFO:teuthology.orchestra.run.smithi105.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.9 MB/s | 548 kB 00:00 2024-03-26T00:47:35.560 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:35.560 INFO:teuthology.orchestra.run.smithi105.stdout:Total 7.7 MB/s | 6.8 MB 00:00 2024-03-26T00:47:35.572 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-03-26T00:47:35.579 INFO:teuthology.orchestra.run.smithi079.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 13 MB/s | 5.8 MB 00:00 2024-03-26T00:47:35.582 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-03-26T00:47:35.582 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-03-26T00:47:35.671 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-03-26T00:47:35.671 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-03-26T00:47:35.738 INFO:teuthology.orchestra.run.smithi079.stdout:(3/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 411 kB/s | 248 kB 00:00 2024-03-26T00:47:35.871 INFO:teuthology.orchestra.run.smithi079.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 198 kB/s | 58 kB 00:00 2024-03-26T00:47:35.884 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-26T00:47:35.884 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:35.884 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-26T00:47:35.884 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:35.884 INFO:teuthology.orchestra.run.smithi060.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-26T00:47:35.885 INFO:teuthology.orchestra.run.smithi060.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-26T00:47:35.885 INFO:teuthology.orchestra.run.smithi060.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-26T00:47:35.885 INFO:teuthology.orchestra.run.smithi060.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-26T00:47:35.885 INFO:teuthology.orchestra.run.smithi060.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-26T00:47:35.885 INFO:teuthology.orchestra.run.smithi060.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-26T00:47:35.885 INFO:teuthology.orchestra.run.smithi060.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-26T00:47:35.885 INFO:teuthology.orchestra.run.smithi060.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-26T00:47:35.885 INFO:teuthology.orchestra.run.smithi060.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-26T00:47:35.885 INFO:teuthology.orchestra.run.smithi060.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-26T00:47:35.885 INFO:teuthology.orchestra.run.smithi060.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-26T00:47:35.885 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:35.885 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-26T00:47:35.946 INFO:teuthology.orchestra.run.smithi079.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 981 kB/s | 548 kB 00:00 2024-03-26T00:47:35.969 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-03-26T00:47:36.046 INFO:teuthology.orchestra.run.smithi079.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 165 kB/s | 51 kB 00:00 2024-03-26T00:47:36.050 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:36.050 INFO:teuthology.orchestra.run.smithi079.stdout:Total 6.0 MB/s | 6.8 MB 00:01 2024-03-26T00:47:36.062 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-03-26T00:47:36.072 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-03-26T00:47:36.072 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-03-26T00:47:36.130 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-26T00:47:36.161 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-03-26T00:47:36.161 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-03-26T00:47:36.176 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-03-26T00:47:36.278 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr-rook 2024-03-26T00:47:36.469 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-03-26T00:47:36.627 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-26T00:47:36.679 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-26T00:47:36.681 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-03-26T00:47:36.770 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-26T00:47:36.832 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-26T00:47:36.849 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:22 ago on Tue 26 Mar 2024 12:46:14 AM UTC. 2024-03-26T00:47:36.855 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2416.g4354a201.el9.noarch 6/6 2024-03-26T00:47:37.010 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-26T00:47:37.010 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================== 2024-03-26T00:47:37.011 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-03-26T00:47:37.011 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================== 2024-03-26T00:47:37.011 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-26T00:47:37.011 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-rook noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 49 k 2024-03-26T00:47:37.011 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-03-26T00:47:37.011 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-26T00:47:37.011 INFO:teuthology.orchestra.run.smithi060.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-26T00:47:37.011 INFO:teuthology.orchestra.run.smithi060.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-03-26T00:47:37.011 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-26T00:47:37.011 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-26T00:47:37.011 INFO:teuthology.orchestra.run.smithi060.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-26T00:47:37.012 INFO:teuthology.orchestra.run.smithi060.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-26T00:47:37.012 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-26T00:47:37.012 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-26T00:47:37.012 INFO:teuthology.orchestra.run.smithi060.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-26T00:47:37.012 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-26T00:47:37.012 INFO:teuthology.orchestra.run.smithi060.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-26T00:47:37.013 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:37.013 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-26T00:47:37.013 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================== 2024-03-26T00:47:37.013 INFO:teuthology.orchestra.run.smithi060.stdout:Install 13 Packages 2024-03-26T00:47:37.013 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:37.013 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 2.0 M 2024-03-26T00:47:37.013 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 26 M 2024-03-26T00:47:37.014 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-26T00:47:37.194 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-26T00:47:37.195 INFO:teuthology.orchestra.run.smithi060.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 180 kB/s | 24 kB 00:00 2024-03-26T00:47:37.220 INFO:teuthology.orchestra.run.smithi060.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 112 kB/s | 18 kB 00:00 2024-03-26T00:47:37.271 INFO:teuthology.orchestra.run.smithi060.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-03-26T00:47:37.275 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-26T00:47:37.295 INFO:teuthology.orchestra.run.smithi060.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-03-26T00:47:37.321 INFO:teuthology.orchestra.run.smithi060.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-03-26T00:47:37.338 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-26T00:47:37.346 INFO:teuthology.orchestra.run.smithi060.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 854 kB/s | 43 kB 00:00 2024-03-26T00:47:37.361 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2416.g4354a201.el9.noarch 6/6 2024-03-26T00:47:37.371 INFO:teuthology.orchestra.run.smithi060.stdout:(7/13): ceph-mgr-rook-19.0.0-2416.g4354a201.el9 158 kB/s | 49 kB 00:00 2024-03-26T00:47:37.463 INFO:teuthology.orchestra.run.smithi060.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 128 kB/s | 15 kB 00:00 2024-03-26T00:47:37.489 INFO:teuthology.orchestra.run.smithi060.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 192 kB/s | 32 kB 00:00 2024-03-26T00:47:37.597 INFO:teuthology.orchestra.run.smithi060.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 546 kB/s | 59 kB 00:00 2024-03-26T00:47:37.622 INFO:teuthology.orchestra.run.smithi060.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 808 kB/s | 203 kB 00:00 2024-03-26T00:47:37.660 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2416.g4354a201.el9.noarch 6/6 2024-03-26T00:47:37.660 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2416.g4354a201.el9.noarch 1/6 2024-03-26T00:47:37.660 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-26T00:47:37.661 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-26T00:47:37.661 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-03-26T00:47:37.661 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-26T00:47:37.689 INFO:teuthology.orchestra.run.smithi060.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 979 kB/s | 90 kB 00:00 2024-03-26T00:47:37.731 INFO:teuthology.orchestra.run.smithi060.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.8 MB/s | 1.0 MB 00:00 2024-03-26T00:47:37.733 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:37.733 INFO:teuthology.orchestra.run.smithi060.stdout:Total 2.8 MB/s | 2.0 MB 00:00 2024-03-26T00:47:37.734 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-26T00:47:37.747 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-26T00:47:37.748 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-26T00:47:37.841 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-26T00:47:37.842 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-26T00:47:37.991 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-26T00:47:37.991 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:37.991 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-03-26T00:47:37.991 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-mgr-cephadm-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:37.991 INFO:teuthology.orchestra.run.smithi105.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-03-26T00:47:37.992 INFO:teuthology.orchestra.run.smithi105.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-26T00:47:37.992 INFO:teuthology.orchestra.run.smithi105.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-26T00:47:37.992 INFO:teuthology.orchestra.run.smithi105.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-26T00:47:37.992 INFO:teuthology.orchestra.run.smithi105.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-26T00:47:37.992 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:37.992 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-03-26T00:47:38.171 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2416.g4354a201.el9.noarch 6/6 2024-03-26T00:47:38.171 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2416.g4354a201.el9.noarch 1/6 2024-03-26T00:47:38.171 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-26T00:47:38.171 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-26T00:47:38.171 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-03-26T00:47:38.171 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-26T00:47:38.246 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-fuse 2024-03-26T00:47:38.368 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-26T00:47:38.476 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-26T00:47:38.477 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:38.477 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-03-26T00:47:38.477 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-cephadm-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:38.477 INFO:teuthology.orchestra.run.smithi079.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-03-26T00:47:38.477 INFO:teuthology.orchestra.run.smithi079.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-26T00:47:38.477 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-26T00:47:38.477 INFO:teuthology.orchestra.run.smithi079.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-26T00:47:38.477 INFO:teuthology.orchestra.run.smithi079.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-26T00:47:38.477 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:38.477 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-03-26T00:47:38.552 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-26T00:47:38.617 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-26T00:47:38.681 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-26T00:47:38.717 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-26T00:47:38.760 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-26T00:47:38.769 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-fuse 2024-03-26T00:47:38.804 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:27 ago on Tue 26 Mar 2024 12:46:11 AM UTC. 2024-03-26T00:47:38.866 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-26T00:47:38.953 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-03-26T00:47:38.953 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:47:38.954 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2024-03-26T00:47:38.954 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:47:38.954 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-03-26T00:47:38.954 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-fuse x86_64 2:19.0.0-2416.g4354a201.el9 ceph 890 k 2024-03-26T00:47:38.954 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-03-26T00:47:38.954 INFO:teuthology.orchestra.run.smithi105.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-26T00:47:38.954 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:38.954 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-03-26T00:47:38.954 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:47:38.954 INFO:teuthology.orchestra.run.smithi105.stdout:Install 2 Packages 2024-03-26T00:47:38.954 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:38.955 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 969 k 2024-03-26T00:47:38.955 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 2.8 M 2024-03-26T00:47:38.955 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-03-26T00:47:38.983 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-03-26T00:47:39.045 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-26T00:47:39.136 INFO:teuthology.orchestra.run.smithi105.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 433 kB/s | 79 kB 00:00 2024-03-26T00:47:39.324 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:30 ago on Tue 26 Mar 2024 12:46:09 AM UTC. 2024-03-26T00:47:39.473 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-03-26T00:47:39.473 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:47:39.473 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-03-26T00:47:39.474 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:47:39.474 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-03-26T00:47:39.474 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-fuse x86_64 2:19.0.0-2416.g4354a201.el9 ceph 890 k 2024-03-26T00:47:39.474 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-03-26T00:47:39.474 INFO:teuthology.orchestra.run.smithi079.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-26T00:47:39.474 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:39.474 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-03-26T00:47:39.474 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:47:39.474 INFO:teuthology.orchestra.run.smithi079.stdout:Install 2 Packages 2024-03-26T00:47:39.474 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:39.475 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 969 k 2024-03-26T00:47:39.475 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 2.8 M 2024-03-26T00:47:39.475 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-03-26T00:47:39.591 INFO:teuthology.orchestra.run.smithi079.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 677 kB/s | 79 kB 00:00 2024-03-26T00:47:39.762 INFO:teuthology.orchestra.run.smithi105.stdout:(2/2): ceph-fuse-19.0.0-2416.g4354a201.el9.x86_ 1.1 MB/s | 890 kB 00:00 2024-03-26T00:47:39.763 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:39.763 INFO:teuthology.orchestra.run.smithi105.stdout:Total 1.2 MB/s | 969 kB 00:00 2024-03-26T00:47:39.763 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-03-26T00:47:39.784 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-03-26T00:47:39.784 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-03-26T00:47:39.809 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-26T00:47:39.857 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-26T00:47:39.857 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-03-26T00:47:39.857 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-03-26T00:47:39.890 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-26T00:47:39.940 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-26T00:47:39.969 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-rook-2:19.0.0-2416.g4354a201.el9.noarch 13/13 2024-03-26T00:47:40.054 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-03-26T00:47:40.197 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-26T00:47:40.216 INFO:teuthology.orchestra.run.smithi079.stdout:(2/2): ceph-fuse-19.0.0-2416.g4354a201.el9.x86_ 1.2 MB/s | 890 kB 00:00 2024-03-26T00:47:40.217 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:40.218 INFO:teuthology.orchestra.run.smithi079.stdout:Total 1.3 MB/s | 969 kB 00:00 2024-03-26T00:47:40.218 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-03-26T00:47:40.238 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-03-26T00:47:40.238 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-03-26T00:47:40.261 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-fuse-2:19.0.0-2416.g4354a201.el9.x86_64 2/2 2024-03-26T00:47:40.310 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-03-26T00:47:40.311 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-03-26T00:47:40.499 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-03-26T00:47:40.634 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-26T00:47:40.700 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-fuse-2:19.0.0-2416.g4354a201.el9.x86_64 2/2 2024-03-26T00:47:40.798 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2416.g4354a201.el9.noarch 13/13 2024-03-26T00:47:40.798 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2416.g4354a201.el9.noarch 1/13 2024-03-26T00:47:40.798 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-26T00:47:40.798 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-26T00:47:40.798 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-26T00:47:40.798 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-26T00:47:40.798 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-26T00:47:40.798 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-26T00:47:40.798 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-26T00:47:40.798 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-26T00:47:40.799 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-03-26T00:47:40.799 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-26T00:47:40.799 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-26T00:47:40.974 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2416.g4354a201.el9.x86_64 2/2 2024-03-26T00:47:40.974 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-fuse-2:19.0.0-2416.g4354a201.el9.x86_64 1/2 2024-03-26T00:47:41.148 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-26T00:47:41.148 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:41.148 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-26T00:47:41.149 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-rook-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:41.149 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-26T00:47:41.149 INFO:teuthology.orchestra.run.smithi060.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-26T00:47:41.149 INFO:teuthology.orchestra.run.smithi060.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-03-26T00:47:41.149 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-26T00:47:41.149 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-26T00:47:41.149 INFO:teuthology.orchestra.run.smithi060.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-26T00:47:41.149 INFO:teuthology.orchestra.run.smithi060.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-26T00:47:41.149 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-26T00:47:41.149 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-26T00:47:41.149 INFO:teuthology.orchestra.run.smithi060.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-26T00:47:41.149 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-26T00:47:41.150 INFO:teuthology.orchestra.run.smithi060.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-26T00:47:41.150 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:41.150 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-26T00:47:41.268 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-26T00:47:41.268 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:41.268 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-03-26T00:47:41.268 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-fuse-2:19.0.0-2416.g4354a201.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-26T00:47:41.268 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:41.269 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-03-26T00:47:41.378 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr-cephadm 2024-03-26T00:47:41.379 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2416.g4354a201.el9.x86_64 2/2 2024-03-26T00:47:41.379 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-fuse-2:19.0.0-2416.g4354a201.el9.x86_64 1/2 2024-03-26T00:47:41.576 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-volume 2024-03-26T00:47:41.696 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-26T00:47:41.696 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:41.696 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-03-26T00:47:41.696 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-fuse-2:19.0.0-2416.g4354a201.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-26T00:47:41.696 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:41.696 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-03-26T00:47:41.950 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:27 ago on Tue 26 Mar 2024 12:46:14 AM UTC. 2024-03-26T00:47:41.963 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-volume 2024-03-26T00:47:42.107 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-26T00:47:42.108 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================== 2024-03-26T00:47:42.108 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-03-26T00:47:42.108 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================== 2024-03-26T00:47:42.108 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-26T00:47:42.108 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 140 k 2024-03-26T00:47:42.108 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-03-26T00:47:42.109 INFO:teuthology.orchestra.run.smithi060.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-03-26T00:47:42.109 INFO:teuthology.orchestra.run.smithi060.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-26T00:47:42.109 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-26T00:47:42.109 INFO:teuthology.orchestra.run.smithi060.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-26T00:47:42.109 INFO:teuthology.orchestra.run.smithi060.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-26T00:47:42.109 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:42.109 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-26T00:47:42.109 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================== 2024-03-26T00:47:42.109 INFO:teuthology.orchestra.run.smithi060.stdout:Install 6 Packages 2024-03-26T00:47:42.109 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:42.110 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 6.8 M 2024-03-26T00:47:42.110 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 33 M 2024-03-26T00:47:42.110 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-26T00:47:42.150 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:31 ago on Tue 26 Mar 2024 12:46:11 AM UTC. 2024-03-26T00:47:42.300 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-03-26T00:47:42.301 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:47:42.301 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2024-03-26T00:47:42.301 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:47:42.301 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-03-26T00:47:42.301 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-volume noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 264 k 2024-03-26T00:47:42.301 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-03-26T00:47:42.301 INFO:teuthology.orchestra.run.smithi105.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-26T00:47:42.301 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:42.302 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-03-26T00:47:42.302 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:47:42.302 INFO:teuthology.orchestra.run.smithi105.stdout:Install 2 Packages 2024-03-26T00:47:42.302 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:42.302 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 332 k 2024-03-26T00:47:42.302 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 1.5 M 2024-03-26T00:47:42.303 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-03-26T00:47:42.433 INFO:teuthology.orchestra.run.smithi105.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 527 kB/s | 69 kB 00:00 2024-03-26T00:47:42.530 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:33 ago on Tue 26 Mar 2024 12:46:09 AM UTC. 2024-03-26T00:47:42.574 INFO:teuthology.orchestra.run.smithi060.stdout:(1/6): python3-babel-2.9.1-2.el9.noarch.rpm 21 MB/s | 5.8 MB 00:00 2024-03-26T00:47:42.583 INFO:teuthology.orchestra.run.smithi105.stdout:(2/2): ceph-volume-19.0.0-2416.g4354a201.el9.no 940 kB/s | 264 kB 00:00 2024-03-26T00:47:42.584 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:42.584 INFO:teuthology.orchestra.run.smithi105.stdout:Total 1.1 MB/s | 332 kB 00:00 2024-03-26T00:47:42.585 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-03-26T00:47:42.593 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-03-26T00:47:42.593 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-03-26T00:47:42.600 INFO:teuthology.orchestra.run.smithi060.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 807 kB/s | 248 kB 00:00 2024-03-26T00:47:42.628 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-03-26T00:47:42.628 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-03-26T00:47:42.667 INFO:teuthology.orchestra.run.smithi060.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2416.g4354a201.e 375 kB/s | 140 kB 00:00 2024-03-26T00:47:42.684 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-03-26T00:47:42.685 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:47:42.685 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-03-26T00:47:42.685 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:47:42.685 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-03-26T00:47:42.685 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-volume noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 264 k 2024-03-26T00:47:42.685 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-03-26T00:47:42.685 INFO:teuthology.orchestra.run.smithi079.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-26T00:47:42.685 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:42.685 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-03-26T00:47:42.685 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:47:42.685 INFO:teuthology.orchestra.run.smithi079.stdout:Install 2 Packages 2024-03-26T00:47:42.685 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:42.686 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 332 k 2024-03-26T00:47:42.686 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 1.5 M 2024-03-26T00:47:42.686 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-03-26T00:47:42.775 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-03-26T00:47:42.798 INFO:teuthology.orchestra.run.smithi079.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 617 kB/s | 69 kB 00:00 2024-03-26T00:47:42.958 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-26T00:47:42.965 INFO:teuthology.orchestra.run.smithi079.stdout:(2/2): ceph-volume-19.0.0-2416.g4354a201.el9.no 948 kB/s | 264 kB 00:00 2024-03-26T00:47:42.966 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:42.966 INFO:teuthology.orchestra.run.smithi079.stdout:Total 1.2 MB/s | 332 kB 00:00 2024-03-26T00:47:42.966 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-03-26T00:47:42.967 INFO:teuthology.orchestra.run.smithi060.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 157 kB/s | 58 kB 00:00 2024-03-26T00:47:42.974 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-03-26T00:47:42.975 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-03-26T00:47:42.986 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-volume-2:19.0.0-2416.g4354a201.el9.noarch 2/2 2024-03-26T00:47:43.002 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-volume-2:19.0.0-2416.g4354a201.el9.noarch 2/2 2024-03-26T00:47:43.002 INFO:teuthology.orchestra.run.smithi105.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-26T00:47:43.002 INFO:teuthology.orchestra.run.smithi105.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-26T00:47:43.002 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:43.009 INFO:teuthology.orchestra.run.smithi060.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 174 kB/s | 51 kB 00:00 2024-03-26T00:47:43.011 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-03-26T00:47:43.012 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-03-26T00:47:43.084 INFO:teuthology.orchestra.run.smithi060.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.1 MB/s | 548 kB 00:00 2024-03-26T00:47:43.087 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:43.087 INFO:teuthology.orchestra.run.smithi060.stdout:Total 7.0 MB/s | 6.8 MB 00:00 2024-03-26T00:47:43.100 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-26T00:47:43.110 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-26T00:47:43.110 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-26T00:47:43.177 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-03-26T00:47:43.203 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-26T00:47:43.203 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-26T00:47:43.354 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-26T00:47:43.394 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-volume-2:19.0.0-2416.g4354a201.el9.noarch 2/2 2024-03-26T00:47:43.408 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-volume-2:19.0.0-2416.g4354a201.el9.noarch 2/2 2024-03-26T00:47:43.408 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-26T00:47:43.408 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-26T00:47:43.408 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:43.506 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-26T00:47:43.683 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-26T00:47:43.745 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-03-26T00:47:43.759 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-volume-2:19.0.0-2416.g4354a201.el9.noarch 1/2 2024-03-26T00:47:44.122 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-26T00:47:44.122 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:44.122 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-03-26T00:47:44.122 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-volume-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:44.122 INFO:teuthology.orchestra.run.smithi105.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-26T00:47:44.122 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:44.122 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-03-26T00:47:44.202 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-volume-2:19.0.0-2416.g4354a201.el9.noarch 1/2 2024-03-26T00:47:44.302 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-26T00:47:44.391 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-26T00:47:44.461 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-26T00:47:44.472 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install librados-devel 2024-03-26T00:47:44.489 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2416.g4354a201.el9.noarch 6/6 2024-03-26T00:47:44.527 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-26T00:47:44.527 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:44.527 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-03-26T00:47:44.527 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-volume-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:44.527 INFO:teuthology.orchestra.run.smithi079.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-26T00:47:44.527 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:44.527 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-03-26T00:47:44.863 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install librados-devel 2024-03-26T00:47:45.041 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:34 ago on Tue 26 Mar 2024 12:46:11 AM UTC. 2024-03-26T00:47:45.190 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-03-26T00:47:45.190 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:47:45.190 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repo Size 2024-03-26T00:47:45.190 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:47:45.190 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-03-26T00:47:45.190 INFO:teuthology.orchestra.run.smithi105.stdout: librados-devel x86_64 2:19.0.0-2416.g4354a201.el9 ceph 127 k 2024-03-26T00:47:45.190 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:45.190 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-03-26T00:47:45.190 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:47:45.191 INFO:teuthology.orchestra.run.smithi105.stdout:Install 1 Package 2024-03-26T00:47:45.191 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:45.191 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 127 k 2024-03-26T00:47:45.192 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 456 k 2024-03-26T00:47:45.192 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-03-26T00:47:45.317 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2416.g4354a201.el9.noarch 6/6 2024-03-26T00:47:45.318 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2416.g4354a201.el9.noarch 1/6 2024-03-26T00:47:45.318 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-26T00:47:45.318 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-26T00:47:45.318 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-03-26T00:47:45.318 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-26T00:47:45.444 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:36 ago on Tue 26 Mar 2024 12:46:09 AM UTC. 2024-03-26T00:47:45.594 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-03-26T00:47:45.598 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:47:45.598 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repo Size 2024-03-26T00:47:45.598 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:47:45.598 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-03-26T00:47:45.598 INFO:teuthology.orchestra.run.smithi079.stdout: librados-devel x86_64 2:19.0.0-2416.g4354a201.el9 ceph 127 k 2024-03-26T00:47:45.598 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:45.598 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-03-26T00:47:45.598 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:47:45.599 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-03-26T00:47:45.599 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:45.599 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 127 k 2024-03-26T00:47:45.599 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 456 k 2024-03-26T00:47:45.599 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-03-26T00:47:45.613 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-26T00:47:45.614 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:45.614 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-26T00:47:45.614 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-cephadm-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:45.614 INFO:teuthology.orchestra.run.smithi060.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-03-26T00:47:45.614 INFO:teuthology.orchestra.run.smithi060.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-26T00:47:45.614 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-26T00:47:45.614 INFO:teuthology.orchestra.run.smithi060.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-26T00:47:45.614 INFO:teuthology.orchestra.run.smithi060.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-26T00:47:45.614 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:45.614 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-26T00:47:45.689 INFO:teuthology.orchestra.run.smithi105.stdout:librados-devel-19.0.0-2416.g4354a201.el9.x86_64 254 kB/s | 127 kB 00:00 2024-03-26T00:47:45.690 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:45.690 INFO:teuthology.orchestra.run.smithi105.stdout:Total 254 kB/s | 127 kB 00:00 2024-03-26T00:47:45.690 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-03-26T00:47:45.696 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-03-26T00:47:45.696 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-03-26T00:47:45.752 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-03-26T00:47:45.752 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-03-26T00:47:45.854 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-fuse 2024-03-26T00:47:45.898 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-03-26T00:47:46.005 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : librados-devel-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:46.181 INFO:teuthology.orchestra.run.smithi079.stdout:librados-devel-19.0.0-2416.g4354a201.el9.x86_64 216 kB/s | 127 kB 00:00 2024-03-26T00:47:46.182 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:46.182 INFO:teuthology.orchestra.run.smithi079.stdout:Total 216 kB/s | 127 kB 00:00 2024-03-26T00:47:46.182 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-03-26T00:47:46.188 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-03-26T00:47:46.188 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-03-26T00:47:46.245 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-03-26T00:47:46.245 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-03-26T00:47:46.391 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-03-26T00:47:46.426 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:32 ago on Tue 26 Mar 2024 12:46:14 AM UTC. 2024-03-26T00:47:46.477 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: librados-devel-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:46.514 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : librados-devel-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:46.583 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-26T00:47:46.583 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:47:46.583 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-03-26T00:47:46.583 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:47:46.583 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-26T00:47:46.584 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-fuse x86_64 2:19.0.0-2416.g4354a201.el9 ceph 890 k 2024-03-26T00:47:46.584 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-03-26T00:47:46.584 INFO:teuthology.orchestra.run.smithi060.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-26T00:47:46.584 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:46.584 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-26T00:47:46.584 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:47:46.584 INFO:teuthology.orchestra.run.smithi060.stdout:Install 2 Packages 2024-03-26T00:47:46.584 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:46.585 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 969 k 2024-03-26T00:47:46.585 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 2.8 M 2024-03-26T00:47:46.585 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-26T00:47:46.713 INFO:teuthology.orchestra.run.smithi060.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 615 kB/s | 79 kB 00:00 2024-03-26T00:47:46.762 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librados-devel-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:46.763 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:46.763 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-03-26T00:47:46.763 INFO:teuthology.orchestra.run.smithi105.stdout: librados-devel-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:47:46.763 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:46.763 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-03-26T00:47:46.969 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librados-devel-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:47.034 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install libcephfs2 2024-03-26T00:47:47.241 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librados-devel-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:47.242 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:47.242 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-03-26T00:47:47.242 INFO:teuthology.orchestra.run.smithi079.stdout: librados-devel-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:47:47.242 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:47.242 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-03-26T00:47:47.304 INFO:teuthology.orchestra.run.smithi060.stdout:(2/2): ceph-fuse-19.0.0-2416.g4354a201.el9.x86_ 1.2 MB/s | 890 kB 00:00 2024-03-26T00:47:47.306 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:47.306 INFO:teuthology.orchestra.run.smithi060.stdout:Total 1.3 MB/s | 969 kB 00:00 2024-03-26T00:47:47.306 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-26T00:47:47.333 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-26T00:47:47.333 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-26T00:47:47.409 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-26T00:47:47.410 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-26T00:47:47.492 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install libcephfs2 2024-03-26T00:47:47.603 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:36 ago on Tue 26 Mar 2024 12:46:11 AM UTC. 2024-03-26T00:47:47.620 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-26T00:47:47.702 INFO:teuthology.orchestra.run.smithi105.stdout:Package libcephfs2-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:47:47.758 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-03-26T00:47:47.759 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2024-03-26T00:47:47.759 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-03-26T00:47:47.777 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-26T00:47:47.831 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install libcephfs-devel 2024-03-26T00:47:47.849 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-fuse-2:19.0.0-2416.g4354a201.el9.x86_64 2/2 2024-03-26T00:47:48.066 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:39 ago on Tue 26 Mar 2024 12:46:09 AM UTC. 2024-03-26T00:47:48.166 INFO:teuthology.orchestra.run.smithi079.stdout:Package libcephfs2-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:47:48.219 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-03-26T00:47:48.220 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-03-26T00:47:48.220 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-03-26T00:47:48.306 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install libcephfs-devel 2024-03-26T00:47:48.387 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:37 ago on Tue 26 Mar 2024 12:46:11 AM UTC. 2024-03-26T00:47:48.491 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2416.g4354a201.el9.x86_64 2/2 2024-03-26T00:47:48.491 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-fuse-2:19.0.0-2416.g4354a201.el9.x86_64 1/2 2024-03-26T00:47:48.537 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-03-26T00:47:48.537 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:47:48.537 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repo Size 2024-03-26T00:47:48.538 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:47:48.538 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-03-26T00:47:48.538 INFO:teuthology.orchestra.run.smithi105.stdout: libcephfs-devel x86_64 2:19.0.0-2416.g4354a201.el9 ceph 32 k 2024-03-26T00:47:48.538 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:48.538 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-03-26T00:47:48.538 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:47:48.538 INFO:teuthology.orchestra.run.smithi105.stdout:Install 1 Package 2024-03-26T00:47:48.538 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:48.538 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 32 k 2024-03-26T00:47:48.538 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 142 k 2024-03-26T00:47:48.538 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-03-26T00:47:48.792 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-26T00:47:48.792 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:48.792 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-26T00:47:48.793 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-fuse-2:19.0.0-2416.g4354a201.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-26T00:47:48.793 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:48.793 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-26T00:47:48.862 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:39 ago on Tue 26 Mar 2024 12:46:09 AM UTC. 2024-03-26T00:47:48.977 INFO:teuthology.orchestra.run.smithi105.stdout:libcephfs-devel-19.0.0-2416.g4354a201.el9.x86_6 72 kB/s | 32 kB 00:00 2024-03-26T00:47:48.977 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:48.977 INFO:teuthology.orchestra.run.smithi105.stdout:Total 72 kB/s | 32 kB 00:00 2024-03-26T00:47:48.978 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-03-26T00:47:48.981 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-03-26T00:47:48.981 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-03-26T00:47:49.010 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-03-26T00:47:49.010 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-03-26T00:47:49.010 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-03-26T00:47:49.011 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:47:49.011 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repo Size 2024-03-26T00:47:49.011 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:47:49.011 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-03-26T00:47:49.011 INFO:teuthology.orchestra.run.smithi079.stdout: libcephfs-devel x86_64 2:19.0.0-2416.g4354a201.el9 ceph 32 k 2024-03-26T00:47:49.011 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:49.011 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-03-26T00:47:49.012 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:47:49.012 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-03-26T00:47:49.012 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:49.012 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 32 k 2024-03-26T00:47:49.012 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 142 k 2024-03-26T00:47:49.012 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-03-26T00:47:49.065 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-volume 2024-03-26T00:47:49.140 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-03-26T00:47:49.258 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libcephfs-devel-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:49.436 INFO:teuthology.orchestra.run.smithi079.stdout:libcephfs-devel-19.0.0-2416.g4354a201.el9.x86_6 75 kB/s | 32 kB 00:00 2024-03-26T00:47:49.437 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:49.437 INFO:teuthology.orchestra.run.smithi079.stdout:Total 74 kB/s | 32 kB 00:00 2024-03-26T00:47:49.437 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-03-26T00:47:49.442 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-03-26T00:47:49.442 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-03-26T00:47:49.463 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-03-26T00:47:49.463 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-03-26T00:47:49.599 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-03-26T00:47:49.642 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:35 ago on Tue 26 Mar 2024 12:46:14 AM UTC. 2024-03-26T00:47:49.642 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:49.717 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libcephfs-devel-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:49.798 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-26T00:47:49.799 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:47:49.799 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-03-26T00:47:49.799 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:47:49.799 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-26T00:47:49.799 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-volume noarch 2:19.0.0-2416.g4354a201.el9 ceph-noarch 264 k 2024-03-26T00:47:49.799 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-03-26T00:47:49.799 INFO:teuthology.orchestra.run.smithi060.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-26T00:47:49.799 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:49.799 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-26T00:47:49.799 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:47:49.800 INFO:teuthology.orchestra.run.smithi060.stdout:Install 2 Packages 2024-03-26T00:47:49.800 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:49.800 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 332 k 2024-03-26T00:47:49.800 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 1.5 M 2024-03-26T00:47:49.800 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-26T00:47:49.903 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libcephfs-devel-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:49.904 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:49.904 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-03-26T00:47:49.904 INFO:teuthology.orchestra.run.smithi105.stdout: libcephfs-devel-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:47:49.904 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:49.904 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-03-26T00:47:49.926 INFO:teuthology.orchestra.run.smithi060.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 548 kB/s | 69 kB 00:00 2024-03-26T00:47:50.066 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install librados2 2024-03-26T00:47:50.078 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:50.348 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libcephfs-devel-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:50.435 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:50.436 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-03-26T00:47:50.436 INFO:teuthology.orchestra.run.smithi079.stdout: libcephfs-devel-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:47:50.436 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:50.436 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-03-26T00:47:50.437 INFO:teuthology.orchestra.run.smithi060.stdout:(2/2): ceph-volume-19.0.0-2416.g4354a201.el9.no 458 kB/s | 264 kB 00:00 2024-03-26T00:47:50.437 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:50.437 INFO:teuthology.orchestra.run.smithi060.stdout:Total 575 kB/s | 332 kB 00:00 2024-03-26T00:47:50.437 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-26T00:47:50.437 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-26T00:47:50.437 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-26T00:47:50.439 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-26T00:47:50.440 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-26T00:47:50.509 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install librados2 2024-03-26T00:47:50.589 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-26T00:47:50.624 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:39 ago on Tue 26 Mar 2024 12:46:11 AM UTC. 2024-03-26T00:47:50.720 INFO:teuthology.orchestra.run.smithi105.stdout:Package librados2-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:47:50.771 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-03-26T00:47:50.772 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-26T00:47:50.772 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2024-03-26T00:47:50.773 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-03-26T00:47:50.811 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-volume-2:19.0.0-2416.g4354a201.el9.noarch 2/2 2024-03-26T00:47:50.825 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install librbd1 2024-03-26T00:47:50.827 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-volume-2:19.0.0-2416.g4354a201.el9.noarch 2/2 2024-03-26T00:47:50.827 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-26T00:47:50.827 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-26T00:47:50.827 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:51.065 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:42 ago on Tue 26 Mar 2024 12:46:09 AM UTC. 2024-03-26T00:47:51.161 INFO:teuthology.orchestra.run.smithi079.stdout:Package librados2-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:47:51.213 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-03-26T00:47:51.214 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-03-26T00:47:51.214 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-03-26T00:47:51.259 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install librbd1 2024-03-26T00:47:51.382 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:40 ago on Tue 26 Mar 2024 12:46:11 AM UTC. 2024-03-26T00:47:51.479 INFO:teuthology.orchestra.run.smithi105.stdout:Package librbd1-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:47:51.531 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-03-26T00:47:51.532 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2024-03-26T00:47:51.532 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-03-26T00:47:51.555 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-volume-2:19.0.0-2416.g4354a201.el9.noarch 1/2 2024-03-26T00:47:51.584 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install python3-rados 2024-03-26T00:47:51.815 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:42 ago on Tue 26 Mar 2024 12:46:09 AM UTC. 2024-03-26T00:47:51.888 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-26T00:47:51.888 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:51.889 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-26T00:47:51.889 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-volume-2:19.0.0-2416.g4354a201.el9.noarch 2024-03-26T00:47:51.889 INFO:teuthology.orchestra.run.smithi060.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-26T00:47:51.889 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:51.889 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-26T00:47:51.911 INFO:teuthology.orchestra.run.smithi079.stdout:Package librbd1-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:47:51.962 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-03-26T00:47:51.963 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-03-26T00:47:51.963 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-03-26T00:47:52.005 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install python3-rados 2024-03-26T00:47:52.146 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:41 ago on Tue 26 Mar 2024 12:46:11 AM UTC. 2024-03-26T00:47:52.182 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install librados-devel 2024-03-26T00:47:52.243 INFO:teuthology.orchestra.run.smithi105.stdout:Package python3-rados-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:47:52.294 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-03-26T00:47:52.295 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2024-03-26T00:47:52.295 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-03-26T00:47:52.349 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install python3-rgw 2024-03-26T00:47:52.563 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:43 ago on Tue 26 Mar 2024 12:46:09 AM UTC. 2024-03-26T00:47:52.660 INFO:teuthology.orchestra.run.smithi079.stdout:Package python3-rados-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:47:52.712 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-03-26T00:47:52.713 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-03-26T00:47:52.713 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-03-26T00:47:52.759 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:38 ago on Tue 26 Mar 2024 12:46:14 AM UTC. 2024-03-26T00:47:52.764 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install python3-rgw 2024-03-26T00:47:52.912 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:41 ago on Tue 26 Mar 2024 12:46:11 AM UTC. 2024-03-26T00:47:52.915 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-26T00:47:52.916 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:47:52.916 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repo Size 2024-03-26T00:47:52.916 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:47:52.916 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-26T00:47:52.916 INFO:teuthology.orchestra.run.smithi060.stdout: librados-devel x86_64 2:19.0.0-2416.g4354a201.el9 ceph 127 k 2024-03-26T00:47:52.916 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:52.916 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-26T00:47:52.916 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:47:52.916 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-03-26T00:47:52.916 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:52.917 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 127 k 2024-03-26T00:47:52.917 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 456 k 2024-03-26T00:47:52.917 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-26T00:47:53.009 INFO:teuthology.orchestra.run.smithi105.stdout:Package python3-rgw-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:47:53.060 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-03-26T00:47:53.061 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2024-03-26T00:47:53.061 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-03-26T00:47:53.116 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install python3-cephfs 2024-03-26T00:47:53.320 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:44 ago on Tue 26 Mar 2024 12:46:09 AM UTC. 2024-03-26T00:47:53.406 INFO:teuthology.orchestra.run.smithi060.stdout:librados-devel-19.0.0-2416.g4354a201.el9.x86_64 259 kB/s | 127 kB 00:00 2024-03-26T00:47:53.407 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:53.407 INFO:teuthology.orchestra.run.smithi060.stdout:Total 258 kB/s | 127 kB 00:00 2024-03-26T00:47:53.407 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-26T00:47:53.414 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-26T00:47:53.414 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-26T00:47:53.416 INFO:teuthology.orchestra.run.smithi079.stdout:Package python3-rgw-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:47:53.469 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-03-26T00:47:53.470 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-03-26T00:47:53.470 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-03-26T00:47:53.473 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-26T00:47:53.473 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-26T00:47:53.522 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install python3-cephfs 2024-03-26T00:47:53.618 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-26T00:47:53.675 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:42 ago on Tue 26 Mar 2024 12:46:11 AM UTC. 2024-03-26T00:47:53.732 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : librados-devel-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:53.772 INFO:teuthology.orchestra.run.smithi105.stdout:Package python3-cephfs-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:47:53.823 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-03-26T00:47:53.824 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2024-03-26T00:47:53.824 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-03-26T00:47:53.875 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install python3-rbd 2024-03-26T00:47:54.082 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:45 ago on Tue 26 Mar 2024 12:46:09 AM UTC. 2024-03-26T00:47:54.145 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librados-devel-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:54.179 INFO:teuthology.orchestra.run.smithi079.stdout:Package python3-cephfs-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:47:54.230 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-03-26T00:47:54.231 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-03-26T00:47:54.231 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-03-26T00:47:54.282 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install python3-rbd 2024-03-26T00:47:54.435 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:43 ago on Tue 26 Mar 2024 12:46:11 AM UTC. 2024-03-26T00:47:54.446 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librados-devel-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:54.446 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:54.446 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-26T00:47:54.446 INFO:teuthology.orchestra.run.smithi060.stdout: librados-devel-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:47:54.446 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:54.446 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-26T00:47:54.533 INFO:teuthology.orchestra.run.smithi105.stdout:Package python3-rbd-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:47:54.584 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-03-26T00:47:54.585 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2024-03-26T00:47:54.585 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-03-26T00:47:54.642 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install rbd-fuse 2024-03-26T00:47:54.690 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install libcephfs2 2024-03-26T00:47:54.851 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:45 ago on Tue 26 Mar 2024 12:46:09 AM UTC. 2024-03-26T00:47:54.953 INFO:teuthology.orchestra.run.smithi079.stdout:Package python3-rbd-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:47:55.008 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-03-26T00:47:55.009 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-03-26T00:47:55.009 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-03-26T00:47:55.060 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install rbd-fuse 2024-03-26T00:47:55.202 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:44 ago on Tue 26 Mar 2024 12:46:11 AM UTC. 2024-03-26T00:47:55.266 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:41 ago on Tue 26 Mar 2024 12:46:14 AM UTC. 2024-03-26T00:47:55.350 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-03-26T00:47:55.351 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:47:55.351 INFO:teuthology.orchestra.run.smithi105.stdout: Package Architecture Version Repository Size 2024-03-26T00:47:55.351 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:47:55.351 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-03-26T00:47:55.351 INFO:teuthology.orchestra.run.smithi105.stdout: rbd-fuse x86_64 2:19.0.0-2416.g4354a201.el9 ceph 85 k 2024-03-26T00:47:55.351 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:55.352 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-03-26T00:47:55.352 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:47:55.352 INFO:teuthology.orchestra.run.smithi105.stdout:Install 1 Package 2024-03-26T00:47:55.352 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:55.352 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 85 k 2024-03-26T00:47:55.352 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 231 k 2024-03-26T00:47:55.352 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-03-26T00:47:55.370 INFO:teuthology.orchestra.run.smithi060.stdout:Package libcephfs2-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:47:55.431 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-26T00:47:55.431 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-03-26T00:47:55.431 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-26T00:47:55.498 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install libcephfs-devel 2024-03-26T00:47:55.551 INFO:teuthology.orchestra.run.smithi105.stdout:rbd-fuse-19.0.0-2416.g4354a201.el9.x86_64.rpm 439 kB/s | 85 kB 00:00 2024-03-26T00:47:55.551 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:55.552 INFO:teuthology.orchestra.run.smithi105.stdout:Total 436 kB/s | 85 kB 00:00 2024-03-26T00:47:55.552 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-03-26T00:47:55.554 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-03-26T00:47:55.554 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-03-26T00:47:55.609 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-03-26T00:47:55.614 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-03-26T00:47:55.648 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:46 ago on Tue 26 Mar 2024 12:46:09 AM UTC. 2024-03-26T00:47:55.744 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-03-26T00:47:55.803 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-03-26T00:47:55.804 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:47:55.804 INFO:teuthology.orchestra.run.smithi079.stdout: Package Architecture Version Repository Size 2024-03-26T00:47:55.804 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:47:55.804 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-03-26T00:47:55.804 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-fuse x86_64 2:19.0.0-2416.g4354a201.el9 ceph 85 k 2024-03-26T00:47:55.804 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:55.804 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-03-26T00:47:55.804 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:47:55.804 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-03-26T00:47:55.804 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:55.804 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 85 k 2024-03-26T00:47:55.804 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 231 k 2024-03-26T00:47:55.805 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-03-26T00:47:55.836 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : rbd-fuse-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:56.015 INFO:teuthology.orchestra.run.smithi079.stdout:rbd-fuse-19.0.0-2416.g4354a201.el9.x86_64.rpm 407 kB/s | 85 kB 00:00 2024-03-26T00:47:56.015 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:56.016 INFO:teuthology.orchestra.run.smithi079.stdout:Total 403 kB/s | 85 kB 00:00 2024-03-26T00:47:56.016 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-03-26T00:47:56.023 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-03-26T00:47:56.023 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-03-26T00:47:56.076 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:42 ago on Tue 26 Mar 2024 12:46:14 AM UTC. 2024-03-26T00:47:56.077 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-03-26T00:47:56.077 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-03-26T00:47:56.220 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:56.223 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-03-26T00:47:56.232 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-26T00:47:56.233 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:47:56.233 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repo Size 2024-03-26T00:47:56.233 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:47:56.233 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-26T00:47:56.233 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs-devel x86_64 2:19.0.0-2416.g4354a201.el9 ceph 32 k 2024-03-26T00:47:56.233 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:56.233 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-26T00:47:56.234 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:47:56.234 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-03-26T00:47:56.234 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:56.234 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 32 k 2024-03-26T00:47:56.234 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 142 k 2024-03-26T00:47:56.234 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-26T00:47:56.329 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : rbd-fuse-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:56.515 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : rbd-fuse-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:56.515 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:56.515 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-03-26T00:47:56.515 INFO:teuthology.orchestra.run.smithi105.stdout: rbd-fuse-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:47:56.515 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:56.515 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-03-26T00:47:56.551 INFO:teuthology.orchestra.run.smithi060.stdout:libcephfs-devel-19.0.0-2416.g4354a201.el9.x86_6 100 kB/s | 32 kB 00:00 2024-03-26T00:47:56.551 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:56.551 INFO:teuthology.orchestra.run.smithi060.stdout:Total 99 kB/s | 32 kB 00:00 2024-03-26T00:47:56.552 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-26T00:47:56.555 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-26T00:47:56.555 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-26T00:47:56.588 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-26T00:47:56.588 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-26T00:47:56.717 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-26T00:47:56.757 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install rbd-mirror 2024-03-26T00:47:56.773 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:56.810 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libcephfs-devel-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:57.048 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : rbd-fuse-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:57.048 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:57.048 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-03-26T00:47:57.048 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-fuse-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:47:57.048 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:57.048 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-03-26T00:47:57.221 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:57.275 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install rbd-mirror 2024-03-26T00:47:57.350 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:46 ago on Tue 26 Mar 2024 12:46:11 AM UTC. 2024-03-26T00:47:57.492 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libcephfs-devel-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:57.492 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:57.492 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-26T00:47:57.493 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs-devel-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:47:57.493 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:47:57.493 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-26T00:47:57.508 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-03-26T00:47:57.509 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:47:57.509 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repo Size 2024-03-26T00:47:57.509 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:47:57.509 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-03-26T00:47:57.509 INFO:teuthology.orchestra.run.smithi105.stdout: rbd-mirror x86_64 2:19.0.0-2416.g4354a201.el9 ceph 3.1 M 2024-03-26T00:47:57.510 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:57.510 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-03-26T00:47:57.510 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:47:57.510 INFO:teuthology.orchestra.run.smithi105.stdout:Install 1 Package 2024-03-26T00:47:57.510 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:57.510 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 3.1 M 2024-03-26T00:47:57.511 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 13 M 2024-03-26T00:47:57.511 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-03-26T00:47:57.650 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install librados2 2024-03-26T00:47:57.840 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:48 ago on Tue 26 Mar 2024 12:46:09 AM UTC. 2024-03-26T00:47:57.995 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-03-26T00:47:57.995 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:47:57.996 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repo Size 2024-03-26T00:47:57.996 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:47:57.996 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-03-26T00:47:57.996 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-mirror x86_64 2:19.0.0-2416.g4354a201.el9 ceph 3.1 M 2024-03-26T00:47:57.996 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:57.996 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-03-26T00:47:57.996 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:47:57.996 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-03-26T00:47:57.996 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:57.996 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 3.1 M 2024-03-26T00:47:57.996 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 13 M 2024-03-26T00:47:57.996 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-03-26T00:47:58.219 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:44 ago on Tue 26 Mar 2024 12:46:14 AM UTC. 2024-03-26T00:47:58.321 INFO:teuthology.orchestra.run.smithi060.stdout:Package librados2-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:47:58.376 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-26T00:47:58.377 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-03-26T00:47:58.377 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-26T00:47:58.441 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install librbd1 2024-03-26T00:47:58.694 INFO:teuthology.orchestra.run.smithi079.stdout:rbd-mirror-19.0.0-2416.g4354a201.el9.x86_64.rpm 4.4 MB/s | 3.1 MB 00:00 2024-03-26T00:47:58.698 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:58.698 INFO:teuthology.orchestra.run.smithi079.stdout:Total 4.4 MB/s | 3.1 MB 00:00 2024-03-26T00:47:58.698 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-03-26T00:47:58.704 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-03-26T00:47:58.705 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-03-26T00:47:58.780 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-03-26T00:47:58.780 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-03-26T00:47:59.012 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:45 ago on Tue 26 Mar 2024 12:46:14 AM UTC. 2024-03-26T00:47:59.026 INFO:teuthology.orchestra.run.smithi105.stdout:rbd-mirror-19.0.0-2416.g4354a201.el9.x86_64.rpm 2.0 MB/s | 3.1 MB 00:01 2024-03-26T00:47:59.026 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:47:59.027 INFO:teuthology.orchestra.run.smithi105.stdout:Total 2.0 MB/s | 3.1 MB 00:01 2024-03-26T00:47:59.027 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-03-26T00:47:59.036 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-03-26T00:47:59.036 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-03-26T00:47:59.109 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-03-26T00:47:59.109 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-03-26T00:47:59.112 INFO:teuthology.orchestra.run.smithi060.stdout:Package librbd1-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:47:59.167 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-26T00:47:59.168 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-03-26T00:47:59.168 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-26T00:47:59.205 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-03-26T00:47:59.216 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install python3-rados 2024-03-26T00:47:59.287 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : rbd-mirror-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:59.312 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:59.312 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-26T00:47:59.312 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-26T00:47:59.312 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-26T00:47:59.312 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-26T00:47:59.313 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:47:59.534 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-03-26T00:47:59.610 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : rbd-mirror-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:59.635 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:47:59.635 INFO:teuthology.orchestra.run.smithi105.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-26T00:47:59.635 INFO:teuthology.orchestra.run.smithi105.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-26T00:47:59.635 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-26T00:47:59.635 INFO:teuthology.orchestra.run.smithi105.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-26T00:47:59.635 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:47:59.789 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:45 ago on Tue 26 Mar 2024 12:46:14 AM UTC. 2024-03-26T00:47:59.890 INFO:teuthology.orchestra.run.smithi060.stdout:Package python3-rados-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:47:59.944 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-26T00:47:59.945 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-03-26T00:47:59.945 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-26T00:48:00.004 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install python3-rgw 2024-03-26T00:48:00.455 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : rbd-mirror-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:48:00.455 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:48:00.455 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-03-26T00:48:00.455 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-mirror-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:48:00.455 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:48:00.455 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-03-26T00:48:00.576 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:46 ago on Tue 26 Mar 2024 12:46:14 AM UTC. 2024-03-26T00:48:00.677 INFO:teuthology.orchestra.run.smithi060.stdout:Package python3-rgw-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:48:00.727 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : rbd-mirror-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:48:00.727 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:48:00.727 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-03-26T00:48:00.727 INFO:teuthology.orchestra.run.smithi105.stdout: rbd-mirror-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:48:00.727 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:48:00.727 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-03-26T00:48:00.733 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-26T00:48:00.734 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-03-26T00:48:00.734 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-26T00:48:00.748 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install rbd-nbd 2024-03-26T00:48:00.787 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install python3-cephfs 2024-03-26T00:48:00.973 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install rbd-nbd 2024-03-26T00:48:01.323 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:52 ago on Tue 26 Mar 2024 12:46:09 AM UTC. 2024-03-26T00:48:01.356 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:47 ago on Tue 26 Mar 2024 12:46:14 AM UTC. 2024-03-26T00:48:01.456 INFO:teuthology.orchestra.run.smithi060.stdout:Package python3-cephfs-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:48:01.471 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-03-26T00:48:01.472 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:48:01.472 INFO:teuthology.orchestra.run.smithi079.stdout: Package Architecture Version Repository Size 2024-03-26T00:48:01.472 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:48:01.472 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-03-26T00:48:01.472 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-nbd x86_64 2:19.0.0-2416.g4354a201.el9 ceph 171 k 2024-03-26T00:48:01.472 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:48:01.472 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-03-26T00:48:01.473 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-03-26T00:48:01.473 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-03-26T00:48:01.473 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:48:01.473 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 171 k 2024-03-26T00:48:01.473 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 494 k 2024-03-26T00:48:01.473 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-03-26T00:48:01.510 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-26T00:48:01.511 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-03-26T00:48:01.511 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-26T00:48:01.544 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:50 ago on Tue 26 Mar 2024 12:46:11 AM UTC. 2024-03-26T00:48:01.567 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install python3-rbd 2024-03-26T00:48:01.692 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-03-26T00:48:01.693 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:48:01.693 INFO:teuthology.orchestra.run.smithi105.stdout: Package Architecture Version Repository Size 2024-03-26T00:48:01.693 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:48:01.693 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-03-26T00:48:01.693 INFO:teuthology.orchestra.run.smithi105.stdout: rbd-nbd x86_64 2:19.0.0-2416.g4354a201.el9 ceph 171 k 2024-03-26T00:48:01.693 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:48:01.694 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-03-26T00:48:01.694 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-03-26T00:48:01.694 INFO:teuthology.orchestra.run.smithi105.stdout:Install 1 Package 2024-03-26T00:48:01.694 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:48:01.694 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 171 k 2024-03-26T00:48:01.694 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 494 k 2024-03-26T00:48:01.694 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-03-26T00:48:01.825 INFO:teuthology.orchestra.run.smithi079.stdout:rbd-nbd-19.0.0-2416.g4354a201.el9.x86_64.rpm 485 kB/s | 171 kB 00:00 2024-03-26T00:48:01.826 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:48:01.826 INFO:teuthology.orchestra.run.smithi079.stdout:Total 483 kB/s | 171 kB 00:00 2024-03-26T00:48:01.826 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-03-26T00:48:01.834 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-03-26T00:48:01.834 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-03-26T00:48:01.890 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-03-26T00:48:01.890 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-03-26T00:48:01.912 INFO:teuthology.orchestra.run.smithi105.stdout:rbd-nbd-19.0.0-2416.g4354a201.el9.x86_64.rpm 782 kB/s | 171 kB 00:00 2024-03-26T00:48:01.913 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:48:01.913 INFO:teuthology.orchestra.run.smithi105.stdout:Total 776 kB/s | 171 kB 00:00 2024-03-26T00:48:01.914 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-03-26T00:48:01.922 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-03-26T00:48:01.922 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-03-26T00:48:01.978 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-03-26T00:48:01.978 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-03-26T00:48:02.041 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-03-26T00:48:02.128 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-03-26T00:48:02.139 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:48 ago on Tue 26 Mar 2024 12:46:14 AM UTC. 2024-03-26T00:48:02.140 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : rbd-nbd-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:48:02.236 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : rbd-nbd-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:48:02.241 INFO:teuthology.orchestra.run.smithi060.stdout:Package python3-rbd-2:19.0.0-2416.g4354a201.el9.x86_64 is already installed. 2024-03-26T00:48:02.298 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-26T00:48:02.299 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-03-26T00:48:02.299 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-26T00:48:02.349 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install rbd-fuse 2024-03-26T00:48:02.551 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:48:02.691 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:48:02.865 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : rbd-nbd-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:48:02.865 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:48:02.865 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-03-26T00:48:02.865 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-nbd-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:48:02.865 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-03-26T00:48:02.865 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-03-26T00:48:02.919 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:48 ago on Tue 26 Mar 2024 12:46:14 AM UTC. 2024-03-26T00:48:02.979 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : rbd-nbd-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:48:02.979 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:48:02.979 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-03-26T00:48:02.980 INFO:teuthology.orchestra.run.smithi105.stdout: rbd-nbd-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:48:02.980 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:48:02.980 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-03-26T00:48:03.074 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-26T00:48:03.075 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:48:03.075 INFO:teuthology.orchestra.run.smithi060.stdout: Package Architecture Version Repository Size 2024-03-26T00:48:03.075 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:48:03.075 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-26T00:48:03.075 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-fuse x86_64 2:19.0.0-2416.g4354a201.el9 ceph 85 k 2024-03-26T00:48:03.075 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:48:03.075 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-26T00:48:03.075 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:48:03.075 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-03-26T00:48:03.076 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:48:03.076 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 85 k 2024-03-26T00:48:03.076 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 231 k 2024-03-26T00:48:03.076 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-26T00:48:03.104 DEBUG:teuthology.parallel:result is None 2024-03-26T00:48:03.215 DEBUG:teuthology.parallel:result is None 2024-03-26T00:48:03.262 INFO:teuthology.orchestra.run.smithi060.stdout:rbd-fuse-19.0.0-2416.g4354a201.el9.x86_64.rpm 457 kB/s | 85 kB 00:00 2024-03-26T00:48:03.263 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:48:03.263 INFO:teuthology.orchestra.run.smithi060.stdout:Total 454 kB/s | 85 kB 00:00 2024-03-26T00:48:03.263 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-26T00:48:03.271 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-26T00:48:03.271 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-26T00:48:03.329 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-26T00:48:03.330 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-26T00:48:03.476 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-26T00:48:03.572 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : rbd-fuse-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:48:03.971 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:48:04.270 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : rbd-fuse-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:48:04.271 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:48:04.271 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-26T00:48:04.271 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-fuse-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:48:04.271 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:48:04.271 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-26T00:48:04.561 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install rbd-mirror 2024-03-26T00:48:05.143 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:51 ago on Tue 26 Mar 2024 12:46:14 AM UTC. 2024-03-26T00:48:05.300 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-26T00:48:05.301 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:48:05.301 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repo Size 2024-03-26T00:48:05.301 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:48:05.301 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-26T00:48:05.301 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-mirror x86_64 2:19.0.0-2416.g4354a201.el9 ceph 3.1 M 2024-03-26T00:48:05.301 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:48:05.301 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-26T00:48:05.301 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:48:05.301 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-03-26T00:48:05.301 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:48:05.302 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 3.1 M 2024-03-26T00:48:05.302 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 13 M 2024-03-26T00:48:05.302 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-26T00:48:06.091 INFO:teuthology.orchestra.run.smithi060.stdout:rbd-mirror-19.0.0-2416.g4354a201.el9.x86_64.rpm 3.9 MB/s | 3.1 MB 00:00 2024-03-26T00:48:06.091 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:48:06.092 INFO:teuthology.orchestra.run.smithi060.stdout:Total 3.9 MB/s | 3.1 MB 00:00 2024-03-26T00:48:06.092 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-26T00:48:06.102 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-26T00:48:06.102 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-26T00:48:06.179 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-26T00:48:06.179 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-26T00:48:06.621 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-26T00:48:06.666 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : rbd-mirror-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:48:06.691 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:48:06.691 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-26T00:48:06.691 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-26T00:48:06.691 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-26T00:48:06.691 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-26T00:48:06.692 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:48:07.837 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : rbd-mirror-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:48:07.837 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:48:07.837 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-26T00:48:07.837 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-mirror-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:48:07.837 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:48:07.837 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-26T00:48:08.102 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install rbd-nbd 2024-03-26T00:48:08.679 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:54 ago on Tue 26 Mar 2024 12:46:14 AM UTC. 2024-03-26T00:48:08.841 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-26T00:48:08.842 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:48:08.842 INFO:teuthology.orchestra.run.smithi060.stdout: Package Architecture Version Repository Size 2024-03-26T00:48:08.842 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:48:08.842 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-26T00:48:08.842 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-nbd x86_64 2:19.0.0-2416.g4354a201.el9 ceph 171 k 2024-03-26T00:48:08.842 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:48:08.842 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-26T00:48:08.842 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-26T00:48:08.842 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-03-26T00:48:08.843 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:48:08.843 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 171 k 2024-03-26T00:48:08.843 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 494 k 2024-03-26T00:48:08.843 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-26T00:48:09.402 INFO:teuthology.orchestra.run.smithi060.stdout:rbd-nbd-19.0.0-2416.g4354a201.el9.x86_64.rpm 305 kB/s | 171 kB 00:00 2024-03-26T00:48:09.403 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:48:09.403 INFO:teuthology.orchestra.run.smithi060.stdout:Total 304 kB/s | 171 kB 00:00 2024-03-26T00:48:09.403 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-26T00:48:09.411 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-26T00:48:09.411 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-26T00:48:09.470 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-26T00:48:09.470 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-26T00:48:09.734 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-26T00:48:09.845 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : rbd-nbd-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:48:10.302 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:48:10.570 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : rbd-nbd-2:19.0.0-2416.g4354a201.el9.x86_64 1/1 2024-03-26T00:48:10.570 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:48:10.570 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-26T00:48:10.570 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-nbd-2:19.0.0-2416.g4354a201.el9.x86_64 2024-03-26T00:48:10.570 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:48:10.570 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-26T00:48:10.827 DEBUG:teuthology.parallel:result is None 2024-03-26T00:48:10.828 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=4354a20109fd25703f6611a1a8f196608a256149 2024-03-26T00:48:10.972 DEBUG:teuthology.orchestra.run.smithi060:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-26T00:48:10.992 INFO:teuthology.orchestra.run.smithi060.stdout:19.0.0-2416.g4354a201.el9 2024-03-26T00:48:10.993 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2416.g4354a201.el9 2024-03-26T00:48:10.993 INFO:teuthology.task.install:The correct ceph version 19.0.0-2416.g4354a201 is installed. 2024-03-26T00:48:10.995 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=4354a20109fd25703f6611a1a8f196608a256149 2024-03-26T00:48:11.216 DEBUG:teuthology.orchestra.run.smithi079:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-26T00:48:11.241 INFO:teuthology.orchestra.run.smithi079.stdout:19.0.0-2416.g4354a201.el9 2024-03-26T00:48:11.241 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2416.g4354a201.el9 2024-03-26T00:48:11.241 INFO:teuthology.task.install:The correct ceph version 19.0.0-2416.g4354a201 is installed. 2024-03-26T00:48:11.243 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=4354a20109fd25703f6611a1a8f196608a256149 2024-03-26T00:48:11.384 DEBUG:teuthology.orchestra.run.smithi105:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-26T00:48:11.409 INFO:teuthology.orchestra.run.smithi105.stdout:19.0.0-2416.g4354a201.el9 2024-03-26T00:48:11.409 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2416.g4354a201.el9 2024-03-26T00:48:11.409 INFO:teuthology.task.install:The correct ceph version 19.0.0-2416.g4354a201 is installed. 2024-03-26T00:48:11.411 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-26T00:48:11.412 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-26T00:48:11.412 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-26T00:48:11.447 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-03-26T00:48:11.447 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-26T00:48:11.479 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-03-26T00:48:11.479 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-26T00:48:11.510 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-26T00:48:11.510 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-26T00:48:11.510 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/daemon-helper 2024-03-26T00:48:11.538 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-26T00:48:11.605 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-03-26T00:48:11.605 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/usr/bin/daemon-helper 2024-03-26T00:48:11.636 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-26T00:48:11.707 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-03-26T00:48:11.707 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/usr/bin/daemon-helper 2024-03-26T00:48:11.738 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-26T00:48:11.809 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-26T00:48:11.810 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-26T00:48:11.810 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-26T00:48:11.837 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-26T00:48:11.905 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-03-26T00:48:11.905 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-26T00:48:11.937 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-26T00:48:12.008 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-03-26T00:48:12.008 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-26T00:48:12.039 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-26T00:48:12.109 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-26T00:48:12.109 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-26T00:48:12.109 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/stdin-killer 2024-03-26T00:48:12.137 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-26T00:48:12.204 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-03-26T00:48:12.204 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/usr/bin/stdin-killer 2024-03-26T00:48:12.234 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-26T00:48:12.303 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-03-26T00:48:12.303 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/usr/bin/stdin-killer 2024-03-26T00:48:12.335 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-26T00:48:12.406 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-26T00:48:12.507 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN'], 'sha1': '4354a20109fd25703f6611a1a8f196608a256149'} 2024-03-26T00:48:12.507 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 2024-03-26T00:48:12.508 INFO:tasks.cephadm:Cluster fsid is 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:48:12.508 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-26T00:48:12.508 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.60', 'mon.b': '172.21.15.79', 'mon.c': '172.21.15.105'} 2024-03-26T00:48:12.508 INFO:tasks.cephadm:First mon is mon.a on smithi060 2024-03-26T00:48:12.508 INFO:tasks.cephadm:First mgr is a 2024-03-26T00:48:12.508 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-26T00:48:12.508 DEBUG:teuthology.orchestra.run.smithi060:> sudo hostname $(hostname -s) 2024-03-26T00:48:12.538 DEBUG:teuthology.orchestra.run.smithi079:> sudo hostname $(hostname -s) 2024-03-26T00:48:12.568 DEBUG:teuthology.orchestra.run.smithi105:> sudo hostname $(hostname -s) 2024-03-26T00:48:12.599 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-26T00:48:12.600 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=4354a20109fd25703f6611a1a8f196608a256149 2024-03-26T00:48:12.746 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '4354a20109fd25703f6611a1a8f196608a256149', '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/77950/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2416-g4354a201', 'node_name': '172.21.5.35+adami05', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2416.g4354a201'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-03-25 18:58:08.100705', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri3-testing-2024-03-25-0744', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-03-26T00:48:12.965 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-yuri3-testing-2024-03-25-0744, sha1 4354a20109fd25703f6611a1a8f196608a256149 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=4354a20109fd25703f6611a1a8f196608a256149 2024-03-26T00:48:12.967 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/centos/9/x86_64/flavors/default/cephadm 2024-03-26T00:48:12.967 DEBUG:teuthology.orchestra.run.smithi060:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-26T00:48:13.754 INFO:teuthology.orchestra.run.smithi060.stdout:-rw-r--r--. 1 ubuntu ubuntu 769281 Mar 26 00:48 /home/ubuntu/cephtest/cephadm 2024-03-26T00:48:13.754 DEBUG:teuthology.orchestra.run.smithi079:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-26T00:48:14.457 INFO:teuthology.orchestra.run.smithi079.stdout:-rw-r--r--. 1 ubuntu ubuntu 769281 Mar 26 00:48 /home/ubuntu/cephtest/cephadm 2024-03-26T00:48:14.458 DEBUG:teuthology.orchestra.run.smithi105:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuri3-testing-2024-03-25-0744/4354a20109fd25703f6611a1a8f196608a256149/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-26T00:48:14.931 INFO:teuthology.orchestra.run.smithi105.stdout:-rw-r--r--. 1 ubuntu ubuntu 769281 Mar 26 00:48 /home/ubuntu/cephtest/cephadm 2024-03-26T00:48:14.932 DEBUG:teuthology.orchestra.run.smithi060:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-26T00:48:14.951 DEBUG:teuthology.orchestra.run.smithi079:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-26T00:48:14.969 DEBUG:teuthology.orchestra.run.smithi105:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-26T00:48:14.999 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 on all hosts... 2024-03-26T00:48:14.999 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 pull 2024-03-26T00:48:15.002 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 pull 2024-03-26T00:48:15.012 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 pull 2024-03-26T00:48:15.903 INFO:teuthology.orchestra.run.smithi060.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149... 2024-03-26T00:48:15.953 INFO:teuthology.orchestra.run.smithi079.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149... 2024-03-26T00:48:15.956 INFO:teuthology.orchestra.run.smithi105.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149... 2024-03-26T00:48:44.360 INFO:teuthology.orchestra.run.smithi079.stdout:{ 2024-03-26T00:48:44.360 INFO:teuthology.orchestra.run.smithi079.stdout: "ceph_version": "ceph version 19.0.0-2416-g4354a201 (4354a20109fd25703f6611a1a8f196608a256149) squid (dev)", 2024-03-26T00:48:44.360 INFO:teuthology.orchestra.run.smithi079.stdout: "image_id": "c79b7d22eba0ca0551a7519c85059a84a32ed4aad341124efdd3f51ddf6fb6cd", 2024-03-26T00:48:44.360 INFO:teuthology.orchestra.run.smithi079.stdout: "repo_digests": [ 2024-03-26T00:48:44.360 INFO:teuthology.orchestra.run.smithi079.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1" 2024-03-26T00:48:44.360 INFO:teuthology.orchestra.run.smithi079.stdout: ] 2024-03-26T00:48:44.360 INFO:teuthology.orchestra.run.smithi079.stdout:} 2024-03-26T00:48:59.741 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2024-03-26T00:48:59.742 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph_version": "ceph version 19.0.0-2416-g4354a201 (4354a20109fd25703f6611a1a8f196608a256149) squid (dev)", 2024-03-26T00:48:59.742 INFO:teuthology.orchestra.run.smithi060.stdout: "image_id": "c79b7d22eba0ca0551a7519c85059a84a32ed4aad341124efdd3f51ddf6fb6cd", 2024-03-26T00:48:59.742 INFO:teuthology.orchestra.run.smithi060.stdout: "repo_digests": [ 2024-03-26T00:48:59.742 INFO:teuthology.orchestra.run.smithi060.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1" 2024-03-26T00:48:59.742 INFO:teuthology.orchestra.run.smithi060.stdout: ] 2024-03-26T00:48:59.743 INFO:teuthology.orchestra.run.smithi060.stdout:} 2024-03-26T00:49:01.441 INFO:teuthology.orchestra.run.smithi105.stdout:{ 2024-03-26T00:49:01.441 INFO:teuthology.orchestra.run.smithi105.stdout: "ceph_version": "ceph version 19.0.0-2416-g4354a201 (4354a20109fd25703f6611a1a8f196608a256149) squid (dev)", 2024-03-26T00:49:01.441 INFO:teuthology.orchestra.run.smithi105.stdout: "image_id": "c79b7d22eba0ca0551a7519c85059a84a32ed4aad341124efdd3f51ddf6fb6cd", 2024-03-26T00:49:01.441 INFO:teuthology.orchestra.run.smithi105.stdout: "repo_digests": [ 2024-03-26T00:49:01.441 INFO:teuthology.orchestra.run.smithi105.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1" 2024-03-26T00:49:01.442 INFO:teuthology.orchestra.run.smithi105.stdout: ] 2024-03-26T00:49:01.442 INFO:teuthology.orchestra.run.smithi105.stdout:} 2024-03-26T00:49:01.465 DEBUG:teuthology.orchestra.run.smithi060:> sudo mkdir -p /etc/ceph 2024-03-26T00:49:01.502 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /etc/ceph 2024-03-26T00:49:01.538 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /etc/ceph 2024-03-26T00:49:01.567 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 777 /etc/ceph 2024-03-26T00:49:01.598 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 777 /etc/ceph 2024-03-26T00:49:01.629 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 777 /etc/ceph 2024-03-26T00:49:01.655 INFO:tasks.cephadm:Writing seed config... 2024-03-26T00:49:01.656 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-03-26T00:49:01.657 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-26T00:49:01.657 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-26T00:49:01.657 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-03-26T00:49:01.657 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-26T00:49:01.657 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-26T00:49:01.657 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-26T00:49:01.657 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-26T00:49:01.657 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-26T00:49:01.658 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-26T00:49:01.658 DEBUG:teuthology.orchestra.run.smithi060:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-26T00:49:01.675 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 85faf3d2-eb0a-11ee-95d0-87774f69a715 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-03-26T00:49:01.675 DEBUG:teuthology.orchestra.run.smithi060:mon.a> sudo journalctl -f -n 0 -u ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@mon.a.service 2024-03-26T00:49:01.718 DEBUG:teuthology.orchestra.run.smithi060:mgr.a> sudo journalctl -f -n 0 -u ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@mgr.a.service 2024-03-26T00:49:01.761 INFO:tasks.cephadm:Bootstrapping... 2024-03-26T00:49:01.761 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 -v bootstrap --fsid 85faf3d2-eb0a-11ee-95d0-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.60 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-26T00:49:01.962 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-26T00:49:01.962 INFO:teuthology.orchestra.run.smithi060.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149', '-v', 'bootstrap', '--fsid', '85faf3d2-eb0a-11ee-95d0-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.60', '--skip-admin-label'] 2024-03-26T00:49:01.962 INFO:teuthology.orchestra.run.smithi060.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-26T00:49:01.963 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying podman|docker is present... 2024-03-26T00:49:01.987 INFO:teuthology.orchestra.run.smithi060.stdout:/bin/podman: stdout 4.9.4-dev 2024-03-26T00:49:01.987 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying lvm2 is present... 2024-03-26T00:49:01.988 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying time synchronization is in place... 2024-03-26T00:49:01.995 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-26T00:49:01.995 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-26T00:49:02.001 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-26T00:49:02.001 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-03-26T00:49:02.007 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout enabled 2024-03-26T00:49:02.013 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout active 2024-03-26T00:49:02.013 INFO:teuthology.orchestra.run.smithi060.stdout:Unit chronyd.service is enabled and running 2024-03-26T00:49:02.013 INFO:teuthology.orchestra.run.smithi060.stdout:Repeating the final host check... 2024-03-26T00:49:02.036 INFO:teuthology.orchestra.run.smithi060.stdout:/bin/podman: stdout 4.9.4-dev 2024-03-26T00:49:02.036 INFO:teuthology.orchestra.run.smithi060.stdout:podman (/bin/podman) version 4.9.4 is present 2024-03-26T00:49:02.036 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl is present 2024-03-26T00:49:02.037 INFO:teuthology.orchestra.run.smithi060.stdout:lvcreate is present 2024-03-26T00:49:02.042 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-26T00:49:02.043 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-26T00:49:02.048 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-26T00:49:02.048 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-03-26T00:49:02.054 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout enabled 2024-03-26T00:49:02.060 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout active 2024-03-26T00:49:02.060 INFO:teuthology.orchestra.run.smithi060.stdout:Unit chronyd.service is enabled and running 2024-03-26T00:49:02.060 INFO:teuthology.orchestra.run.smithi060.stdout:Host looks OK 2024-03-26T00:49:02.061 INFO:teuthology.orchestra.run.smithi060.stdout:Cluster fsid: 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:49:02.061 INFO:teuthology.orchestra.run.smithi060.stdout:Acquiring lock 140477513978832 on /run/cephadm/85faf3d2-eb0a-11ee-95d0-87774f69a715.lock 2024-03-26T00:49:02.061 INFO:teuthology.orchestra.run.smithi060.stdout:Lock 140477513978832 acquired on /run/cephadm/85faf3d2-eb0a-11ee-95d0-87774f69a715.lock 2024-03-26T00:49:02.061 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying IP 172.21.15.60 port 3300 ... 2024-03-26T00:49:02.062 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying IP 172.21.15.60 port 6789 ... 2024-03-26T00:49:02.062 INFO:teuthology.orchestra.run.smithi060.stdout:Base mon IP(s) is [172.21.15.60:3300, 172.21.15.60:6789], mon addrv is [v2:172.21.15.60:3300,v1:172.21.15.60:6789] 2024-03-26T00:49:02.064 INFO:teuthology.orchestra.run.smithi060.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.60 metric 100 2024-03-26T00:49:02.064 INFO:teuthology.orchestra.run.smithi060.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.60 metric 100 2024-03-26T00:49:02.067 INFO:teuthology.orchestra.run.smithi060.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-26T00:49:02.067 INFO:teuthology.orchestra.run.smithi060.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-03-26T00:49:02.067 INFO:teuthology.orchestra.run.smithi060.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-03-26T00:49:02.069 INFO:teuthology.orchestra.run.smithi060.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-26T00:49:02.069 INFO:teuthology.orchestra.run.smithi060.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-26T00:49:02.069 INFO:teuthology.orchestra.run.smithi060.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-26T00:49:02.070 INFO:teuthology.orchestra.run.smithi060.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-03-26T00:49:02.070 INFO:teuthology.orchestra.run.smithi060.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1560/64 scope link noprefixroute 2024-03-26T00:49:02.070 INFO:teuthology.orchestra.run.smithi060.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-26T00:49:02.071 INFO:teuthology.orchestra.run.smithi060.stdout:Mon IP `172.21.15.60` is in CIDR network `172.21.0.0/20` 2024-03-26T00:49:02.071 INFO:teuthology.orchestra.run.smithi060.stdout:Mon IP `172.21.15.60` is in CIDR network `172.21.0.0/20` 2024-03-26T00:49:02.071 INFO:teuthology.orchestra.run.smithi060.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-03-26T00:49:02.071 INFO:teuthology.orchestra.run.smithi060.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-26T00:49:02.071 INFO:teuthology.orchestra.run.smithi060.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149... 2024-03-26T00:49:02.543 INFO:teuthology.orchestra.run.smithi060.stdout:/bin/podman: stdout c79b7d22eba0ca0551a7519c85059a84a32ed4aad341124efdd3f51ddf6fb6cd 2024-03-26T00:49:02.544 INFO:teuthology.orchestra.run.smithi060.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149... 2024-03-26T00:49:02.544 INFO:teuthology.orchestra.run.smithi060.stdout:/bin/podman: stderr Getting image source signatures 2024-03-26T00:49:02.544 INFO:teuthology.orchestra.run.smithi060.stdout:/bin/podman: stderr Copying blob sha256:61908216eadddd87033364845248b5e3bcfafcad329e0cd3b74dd206a36dfb31 2024-03-26T00:49:02.544 INFO:teuthology.orchestra.run.smithi060.stdout:/bin/podman: stderr Copying blob sha256:9516588f908cdb14b5e4062a6063db2d9291b355c3f32e2a99864608a4a7b649 2024-03-26T00:49:02.544 INFO:teuthology.orchestra.run.smithi060.stdout:/bin/podman: stderr Copying config sha256:c79b7d22eba0ca0551a7519c85059a84a32ed4aad341124efdd3f51ddf6fb6cd 2024-03-26T00:49:02.544 INFO:teuthology.orchestra.run.smithi060.stdout:/bin/podman: stderr Writing manifest to image destination 2024-03-26T00:49:03.415 INFO:teuthology.orchestra.run.smithi060.stdout:ceph: stdout ceph version 19.0.0-2416-g4354a201 (4354a20109fd25703f6611a1a8f196608a256149) squid (dev) 2024-03-26T00:49:03.415 INFO:teuthology.orchestra.run.smithi060.stdout:Ceph version: ceph version 19.0.0-2416-g4354a201 (4354a20109fd25703f6611a1a8f196608a256149) squid (dev) 2024-03-26T00:49:03.415 INFO:teuthology.orchestra.run.smithi060.stdout:Extracting ceph user uid/gid from container image... 2024-03-26T00:49:04.262 INFO:teuthology.orchestra.run.smithi060.stdout:stat: stdout 167 167 2024-03-26T00:49:04.262 INFO:teuthology.orchestra.run.smithi060.stdout:Creating initial keys... 2024-03-26T00:49:05.134 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-authtool: stdout AQCAGwJmW5ORIRAAI17seibewQ0MadgrE8nwZg== 2024-03-26T00:49:06.042 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-authtool: stdout AQCBGwJmSW3mGRAARFCTo4swvv96bRGRTaLHkQ== 2024-03-26T00:49:07.054 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-authtool: stdout AQCCGwJmfZncFRAAeE9R84mil0CI3pZEgoBO5Q== 2024-03-26T00:49:07.055 INFO:teuthology.orchestra.run.smithi060.stdout:Creating initial monmap... 2024-03-26T00:49:08.112 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-26T00:49:08.112 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-26T00:49:08.112 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:49:08.112 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-26T00:49:08.112 INFO:teuthology.orchestra.run.smithi060.stdout:monmaptool for a [v2:172.21.15.60:3300,v1:172.21.15.60:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-26T00:49:08.112 INFO:teuthology.orchestra.run.smithi060.stdout:setting min_mon_release = quincy 2024-03-26T00:49:08.112 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/monmaptool: set fsid to 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:49:08.113 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-26T00:49:08.113 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:49:08.113 INFO:teuthology.orchestra.run.smithi060.stdout:Creating mon... 2024-03-26T00:49:09.034 INFO:teuthology.orchestra.run.smithi060.stdout:create mon.a on 2024-03-26T00:49:09.231 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-03-26T00:49:09.371 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-03-26T00:49:09.555 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715.target → /etc/systemd/system/ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715.target. 2024-03-26T00:49:09.555 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715.target → /etc/systemd/system/ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715.target. 2024-03-26T00:49:09.786 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@mon.a 2024-03-26T00:49:09.787 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Failed to reset failed state of unit ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@mon.a.service: Unit ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@mon.a.service not loaded. 2024-03-26T00:49:09.945 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715.target.wants/ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@mon.a.service → /etc/systemd/system/ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@.service. 2024-03-26T00:49:10.458 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-26T00:49:10.458 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout disabled 2024-03-26T00:49:10.465 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-26T00:49:10.466 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-03-26T00:49:10.466 INFO:teuthology.orchestra.run.smithi060.stdout:firewalld.service is not enabled 2024-03-26T00:49:10.466 INFO:teuthology.orchestra.run.smithi060.stdout:Not possible to enable service . firewalld.service is not available 2024-03-26T00:49:10.466 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for mon to start... 2024-03-26T00:49:10.466 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for mon... 2024-03-26T00:49:10.591 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:10 smithi060 systemd[1]: Started Ceph mon.a for 85faf3d2-eb0a-11ee-95d0-87774f69a715. 2024-03-26T00:49:11.542 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:11 smithi060 ceph-mon[29068]: mon.a is new leader, mons a in quorum (ranks 0) 2024-03-26T00:49:11.543 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:11 smithi060 ceph-mon[29068]: monmap epoch 1 2024-03-26T00:49:11.543 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:11 smithi060 ceph-mon[29068]: fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:49:11.543 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:11 smithi060 ceph-mon[29068]: last_changed 2024-03-26T00:49:07.445584+0000 2024-03-26T00:49:11.543 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:11 smithi060 ceph-mon[29068]: created 2024-03-26T00:49:07.445584+0000 2024-03-26T00:49:11.543 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:11 smithi060 ceph-mon[29068]: min_mon_release 19 (squid) 2024-03-26T00:49:11.543 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:11 smithi060 ceph-mon[29068]: election_strategy: 1 2024-03-26T00:49:11.543 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:11 smithi060 ceph-mon[29068]: 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-03-26T00:49:11.543 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:11 smithi060 ceph-mon[29068]: fsmap 2024-03-26T00:49:11.543 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:11 smithi060 ceph-mon[29068]: osdmap e1: 0 total, 0 up, 0 in 2024-03-26T00:49:11.543 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:11 smithi060 ceph-mon[29068]: mgrmap e1: no daemons active 2024-03-26T00:49:11.543 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:11 smithi060 ceph-mon[29068]: from='client.? 172.21.15.60:0/793712404' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-26T00:49:11.546 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout cluster: 2024-03-26T00:49:11.547 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout id: 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:49:11.547 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-26T00:49:11.547 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-03-26T00:49:11.547 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout services: 2024-03-26T00:49:11.547 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.562313s) 2024-03-26T00:49:11.547 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-26T00:49:11.547 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-26T00:49:11.547 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-03-26T00:49:11.547 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout data: 2024-03-26T00:49:11.547 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-26T00:49:11.547 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-26T00:49:11.547 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-26T00:49:11.547 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout pgs: 2024-03-26T00:49:11.547 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-03-26T00:49:11.547 INFO:teuthology.orchestra.run.smithi060.stdout:mon is available 2024-03-26T00:49:11.548 INFO:teuthology.orchestra.run.smithi060.stdout:Assimilating anything we can from ceph.conf... 2024-03-26T00:49:12.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:12 smithi060 ceph-mon[29068]: from='client.? 172.21.15.60:0/1043115631' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-26T00:49:12.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:12 smithi060 ceph-mon[29068]: from='client.? 172.21.15.60:0/1043115631' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-26T00:49:12.620 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-03-26T00:49:12.620 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout [global] 2024-03-26T00:49:12.620 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout fsid = 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:49:12.621 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.60:3300,v1:172.21.15.60:6789] 2024-03-26T00:49:12.621 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-26T00:49:12.621 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-26T00:49:12.621 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-26T00:49:12.621 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-26T00:49:12.621 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-03-26T00:49:12.621 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-26T00:49:12.621 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-03-26T00:49:12.621 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-26T00:49:12.621 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-03-26T00:49:12.621 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout [osd] 2024-03-26T00:49:12.621 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-26T00:49:12.621 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-26T00:49:12.622 INFO:teuthology.orchestra.run.smithi060.stdout:Generating new minimal ceph.conf... 2024-03-26T00:49:13.625 INFO:teuthology.orchestra.run.smithi060.stdout:Restarting the monitor... 2024-03-26T00:49:13.640 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:13 smithi060 ceph-mon[29068]: from='client.? 172.21.15.60:0/2641631329' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:49:14.017 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:13 smithi060 systemd[1]: Stopping Ceph mon.a for 85faf3d2-eb0a-11ee-95d0-87774f69a715... 2024-03-26T00:49:14.017 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:13 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-a[29064]: 2024-03-26T00:49:13.882+0000 7f652d7f1700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-03-26T00:49:14.017 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:13 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-a[29064]: 2024-03-26T00:49:13.882+0000 7f652d7f1700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-26T00:49:14.017 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:14 smithi060 podman[29315]: 2024-03-26 00:49:14.016484864 +0000 UTC m=+0.230327284 container died d3890409488535e8b6ac8e2a95646bf023988c6670e93319016c1432ef5dd05f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-a, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, org.label-schema.build-date=20240319, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True) 2024-03-26T00:49:14.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:14 smithi060 podman[29315]: 2024-03-26 00:49:14.341234542 +0000 UTC m=+0.555076976 container cleanup d3890409488535e8b6ac8e2a95646bf023988c6670e93319016c1432ef5dd05f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-a, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.build-date=20240319, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-26T00:49:14.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:14 smithi060 bash[29315]: ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-a 2024-03-26T00:49:14.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:14 smithi060 podman[29327]: 2024-03-26 00:49:14.500293369 +0000 UTC m=+0.476024127 container remove d3890409488535e8b6ac8e2a95646bf023988c6670e93319016c1432ef5dd05f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-a, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240319, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-03-26T00:49:15.040 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:14 smithi060 systemd[1]: ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-26T00:49:15.040 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:14 smithi060 systemd[1]: Stopped Ceph mon.a for 85faf3d2-eb0a-11ee-95d0-87774f69a715. 2024-03-26T00:49:15.040 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:14 smithi060 systemd[1]: Starting Ceph mon.a for 85faf3d2-eb0a-11ee-95d0-87774f69a715... 2024-03-26T00:49:15.041 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:14 smithi060 podman[29422]: 2024-03-26 00:49:14.825068894 +0000 UTC m=+0.017500512 image pull c79b7d22eba0ca0551a7519c85059a84a32ed4aad341124efdd3f51ddf6fb6cd quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 2024-03-26T00:49:15.041 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:14 smithi060 podman[29422]: 2024-03-26 00:49:14.93455656 +0000 UTC m=+0.126988157 container create 2699fe58956b87a687108a7046381f2e7362c8c561049101c2e7f21ea328982b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-a, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, org.label-schema.build-date=20240319, io.buildah.version=1.33.5, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-03-26T00:49:15.218 INFO:teuthology.orchestra.run.smithi060.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-03-26T00:49:15.431 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 podman[29422]: 2024-03-26 00:49:15.12013572 +0000 UTC m=+0.312567318 container init 2699fe58956b87a687108a7046381f2e7362c8c561049101c2e7f21ea328982b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-a, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.build-date=20240319, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-03-26T00:49:15.431 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 podman[29422]: 2024-03-26 00:49:15.123004217 +0000 UTC m=+0.315435817 container start 2699fe58956b87a687108a7046381f2e7362c8c561049101c2e7f21ea328982b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-a, io.buildah.version=1.33.5, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240319) 2024-03-26T00:49:15.431 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: set uid:gid to 167:167 (ceph:ceph) 2024-03-26T00:49:15.431 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: ceph version 19.0.0-2416-g4354a201 (4354a20109fd25703f6611a1a8f196608a256149) squid (dev), process ceph-mon, pid 2 2024-03-26T00:49:15.431 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: pidfile_write: ignore empty --pid-file 2024-03-26T00:49:15.431 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: load: jerasure load: lrc 2024-03-26T00:49:15.431 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: RocksDB version: 7.9.2 2024-03-26T00:49:15.431 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Git sha 0 2024-03-26T00:49:15.431 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Compile date 2024-03-25 18:29:28 2024-03-26T00:49:15.432 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: DB SUMMARY 2024-03-26T00:49:15.432 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: DB Session ID: KA3F67IYFMULJXR7DNLG 2024-03-26T00:49:15.432 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: CURRENT file: CURRENT 2024-03-26T00:49:15.432 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: IDENTITY file: IDENTITY 2024-03-26T00:49:15.432 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-26T00:49:15.432 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-26T00:49:15.432 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 89103 ; 2024-03-26T00:49:15.432 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.error_if_exists: 0 2024-03-26T00:49:15.432 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.create_if_missing: 0 2024-03-26T00:49:15.432 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.paranoid_checks: 1 2024-03-26T00:49:15.432 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.flush_verify_memtable_count: 1 2024-03-26T00:49:15.432 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-26T00:49:15.432 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-26T00:49:15.432 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.env: 0x5569071edc60 2024-03-26T00:49:15.433 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.fs: PosixFileSystem 2024-03-26T00:49:15.433 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.info_log: 0x55690801bae0 2024-03-26T00:49:15.433 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.max_file_opening_threads: 16 2024-03-26T00:49:15.434 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.statistics: (nil) 2024-03-26T00:49:15.434 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.use_fsync: 0 2024-03-26T00:49:15.434 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.max_log_file_size: 0 2024-03-26T00:49:15.434 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-26T00:49:15.434 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.log_file_time_to_roll: 0 2024-03-26T00:49:15.434 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.keep_log_file_num: 1000 2024-03-26T00:49:15.434 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.recycle_log_file_num: 0 2024-03-26T00:49:15.434 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.allow_fallocate: 1 2024-03-26T00:49:15.434 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.allow_mmap_reads: 0 2024-03-26T00:49:15.434 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.allow_mmap_writes: 0 2024-03-26T00:49:15.434 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.use_direct_reads: 0 2024-03-26T00:49:15.435 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-26T00:49:15.435 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.create_missing_column_families: 0 2024-03-26T00:49:15.435 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.db_log_dir: 2024-03-26T00:49:15.435 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.wal_dir: 2024-03-26T00:49:15.435 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.table_cache_numshardbits: 6 2024-03-26T00:49:15.435 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.WAL_ttl_seconds: 0 2024-03-26T00:49:15.435 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.WAL_size_limit_MB: 0 2024-03-26T00:49:15.435 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-26T00:49:15.435 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-26T00:49:15.435 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.is_fd_close_on_exec: 1 2024-03-26T00:49:15.435 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.advise_random_on_open: 1 2024-03-26T00:49:15.435 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.db_write_buffer_size: 0 2024-03-26T00:49:15.435 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.write_buffer_manager: 0x556907fec1e0 2024-03-26T00:49:15.436 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-26T00:49:15.436 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-26T00:49:15.436 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.use_adaptive_mutex: 0 2024-03-26T00:49:15.436 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.rate_limiter: (nil) 2024-03-26T00:49:15.436 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-26T00:49:15.436 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.wal_recovery_mode: 2 2024-03-26T00:49:15.436 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.enable_thread_tracking: 0 2024-03-26T00:49:15.436 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.enable_pipelined_write: 0 2024-03-26T00:49:15.436 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.unordered_write: 0 2024-03-26T00:49:15.436 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-26T00:49:15.436 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-26T00:49:15.436 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-26T00:49:15.436 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-26T00:49:15.437 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.row_cache: None 2024-03-26T00:49:15.437 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.wal_filter: None 2024-03-26T00:49:15.437 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-26T00:49:15.437 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.allow_ingest_behind: 0 2024-03-26T00:49:15.437 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.two_write_queues: 0 2024-03-26T00:49:15.437 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.manual_wal_flush: 0 2024-03-26T00:49:15.437 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.wal_compression: 0 2024-03-26T00:49:15.437 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.atomic_flush: 0 2024-03-26T00:49:15.437 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-26T00:49:15.437 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.persist_stats_to_disk: 0 2024-03-26T00:49:15.437 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.write_dbid_to_manifest: 0 2024-03-26T00:49:15.437 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.log_readahead_size: 0 2024-03-26T00:49:15.437 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-26T00:49:15.438 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.best_efforts_recovery: 0 2024-03-26T00:49:15.438 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-26T00:49:15.438 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-26T00:49:15.438 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.allow_data_in_errors: 0 2024-03-26T00:49:15.438 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.db_host_id: __hostname__ 2024-03-26T00:49:15.438 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.enforce_single_del_contracts: true 2024-03-26T00:49:15.438 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.max_background_jobs: 2 2024-03-26T00:49:15.438 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.max_background_compactions: -1 2024-03-26T00:49:15.438 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.max_subcompactions: 1 2024-03-26T00:49:15.438 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-26T00:49:15.438 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-26T00:49:15.438 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.delayed_write_rate : 16777216 2024-03-26T00:49:15.439 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.max_total_wal_size: 0 2024-03-26T00:49:15.439 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-26T00:49:15.439 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.stats_dump_period_sec: 600 2024-03-26T00:49:15.439 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.stats_persist_period_sec: 600 2024-03-26T00:49:15.439 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-26T00:49:15.439 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.max_open_files: -1 2024-03-26T00:49:15.439 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.bytes_per_sync: 0 2024-03-26T00:49:15.439 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.wal_bytes_per_sync: 0 2024-03-26T00:49:15.439 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.strict_bytes_per_sync: 0 2024-03-26T00:49:15.439 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.compaction_readahead_size: 0 2024-03-26T00:49:15.439 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.max_background_flushes: -1 2024-03-26T00:49:15.439 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Compression algorithms supported: 2024-03-26T00:49:15.439 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-26T00:49:15.439 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: kZSTD supported: 0 2024-03-26T00:49:15.439 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: kXpressCompression supported: 0 2024-03-26T00:49:15.439 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: kLZ4HCCompression supported: 1 2024-03-26T00:49:15.440 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: kZlibCompression supported: 1 2024-03-26T00:49:15.440 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: kSnappyCompression supported: 1 2024-03-26T00:49:15.440 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: kLZ4Compression supported: 1 2024-03-26T00:49:15.440 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: kBZip2Compression supported: 0 2024-03-26T00:49:15.440 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Fast CRC32 supported: Supported on x86 2024-03-26T00:49:15.440 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: DMutex implementation: pthread_mutex_t 2024-03-26T00:49:15.440 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-03-26T00:49:15.440 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-26T00:49:15.440 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-26T00:49:15.440 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.merge_operator: 2024-03-26T00:49:15.440 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.compaction_filter: None 2024-03-26T00:49:15.440 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.compaction_filter_factory: None 2024-03-26T00:49:15.440 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.sst_partitioner_factory: None 2024-03-26T00:49:15.440 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.memtable_factory: SkipListFactory 2024-03-26T00:49:15.441 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.table_factory: BlockBasedTable 2024-03-26T00:49:15.441 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55690801bbe0) 2024-03-26T00:49:15.441 INFO:journalctl@ceph.mon.a.smithi060.stdout: cache_index_and_filter_blocks: 1 2024-03-26T00:49:15.441 INFO:journalctl@ceph.mon.a.smithi060.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-26T00:49:15.441 INFO:journalctl@ceph.mon.a.smithi060.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-26T00:49:15.441 INFO:journalctl@ceph.mon.a.smithi060.stdout: pin_top_level_index_and_filter: 1 2024-03-26T00:49:15.441 INFO:journalctl@ceph.mon.a.smithi060.stdout: index_type: 0 2024-03-26T00:49:15.441 INFO:journalctl@ceph.mon.a.smithi060.stdout: data_block_index_type: 0 2024-03-26T00:49:15.441 INFO:journalctl@ceph.mon.a.smithi060.stdout: index_shortening: 1 2024-03-26T00:49:15.441 INFO:journalctl@ceph.mon.a.smithi060.stdout: data_block_hash_table_util_ratio: 0.750000 2024-03-26T00:49:15.441 INFO:journalctl@ceph.mon.a.smithi060.stdout: checksum: 4 2024-03-26T00:49:15.441 INFO:journalctl@ceph.mon.a.smithi060.stdout: no_block_cache: 0 2024-03-26T00:49:15.441 INFO:journalctl@ceph.mon.a.smithi060.stdout: block_cache: 0x55690801f090 2024-03-26T00:49:15.441 INFO:journalctl@ceph.mon.a.smithi060.stdout: block_cache_name: BinnedLRUCache 2024-03-26T00:49:15.442 INFO:journalctl@ceph.mon.a.smithi060.stdout: block_cache_options: 2024-03-26T00:49:15.442 INFO:journalctl@ceph.mon.a.smithi060.stdout: capacity : 536870912 2024-03-26T00:49:15.442 INFO:journalctl@ceph.mon.a.smithi060.stdout: num_shard_bits : 4 2024-03-26T00:49:15.442 INFO:journalctl@ceph.mon.a.smithi060.stdout: strict_capacity_limit : 0 2024-03-26T00:49:15.442 INFO:journalctl@ceph.mon.a.smithi060.stdout: high_pri_pool_ratio: 0.000 2024-03-26T00:49:15.442 INFO:journalctl@ceph.mon.a.smithi060.stdout: block_cache_compressed: (nil) 2024-03-26T00:49:15.442 INFO:journalctl@ceph.mon.a.smithi060.stdout: persistent_cache: (nil) 2024-03-26T00:49:15.442 INFO:journalctl@ceph.mon.a.smithi060.stdout: block_size: 4096 2024-03-26T00:49:15.442 INFO:journalctl@ceph.mon.a.smithi060.stdout: block_size_deviation: 10 2024-03-26T00:49:15.442 INFO:journalctl@ceph.mon.a.smithi060.stdout: block_restart_interval: 16 2024-03-26T00:49:15.442 INFO:journalctl@ceph.mon.a.smithi060.stdout: index_block_restart_interval: 1 2024-03-26T00:49:15.442 INFO:journalctl@ceph.mon.a.smithi060.stdout: metadata_block_size: 4096 2024-03-26T00:49:15.442 INFO:journalctl@ceph.mon.a.smithi060.stdout: partition_filters: 0 2024-03-26T00:49:15.442 INFO:journalctl@ceph.mon.a.smithi060.stdout: use_delta_encoding: 1 2024-03-26T00:49:15.443 INFO:journalctl@ceph.mon.a.smithi060.stdout: filter_policy: bloomfilter 2024-03-26T00:49:15.443 INFO:journalctl@ceph.mon.a.smithi060.stdout: whole_key_filtering: 1 2024-03-26T00:49:15.443 INFO:journalctl@ceph.mon.a.smithi060.stdout: verify_compression: 0 2024-03-26T00:49:15.443 INFO:journalctl@ceph.mon.a.smithi060.stdout: read_amp_bytes_per_bit: 0 2024-03-26T00:49:15.443 INFO:journalctl@ceph.mon.a.smithi060.stdout: format_version: 5 2024-03-26T00:49:15.443 INFO:journalctl@ceph.mon.a.smithi060.stdout: enable_index_compression: 1 2024-03-26T00:49:15.443 INFO:journalctl@ceph.mon.a.smithi060.stdout: block_align: 0 2024-03-26T00:49:15.443 INFO:journalctl@ceph.mon.a.smithi060.stdout: max_auto_readahead_size: 262144 2024-03-26T00:49:15.443 INFO:journalctl@ceph.mon.a.smithi060.stdout: prepopulate_block_cache: 0 2024-03-26T00:49:15.443 INFO:journalctl@ceph.mon.a.smithi060.stdout: initial_auto_readahead_size: 8192 2024-03-26T00:49:15.443 INFO:journalctl@ceph.mon.a.smithi060.stdout: num_file_reads_for_auto_readahead: 2 2024-03-26T00:49:15.443 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.write_buffer_size: 33554432 2024-03-26T00:49:15.443 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.max_write_buffer_number: 2 2024-03-26T00:49:15.443 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.compression: NoCompression 2024-03-26T00:49:15.444 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.bottommost_compression: Disabled 2024-03-26T00:49:15.444 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.prefix_extractor: nullptr 2024-03-26T00:49:15.444 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-26T00:49:15.444 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.num_levels: 7 2024-03-26T00:49:15.444 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-26T00:49:15.444 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-26T00:49:15.444 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-26T00:49:15.444 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-26T00:49:15.444 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-26T00:49:15.444 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-26T00:49:15.444 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-26T00:49:15.444 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-26T00:49:15.444 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-26T00:49:15.444 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-26T00:49:15.444 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-26T00:49:15.444 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-26T00:49:15.445 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.compression_opts.window_bits: -14 2024-03-26T00:49:15.445 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.compression_opts.level: 32767 2024-03-26T00:49:15.445 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.compression_opts.strategy: 0 2024-03-26T00:49:15.445 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-26T00:49:15.445 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-26T00:49:15.445 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-26T00:49:15.445 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-26T00:49:15.445 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.compression_opts.enabled: false 2024-03-26T00:49:15.445 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-26T00:49:15.445 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-26T00:49:15.445 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-26T00:49:15.445 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-26T00:49:15.445 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.target_file_size_base: 67108864 2024-03-26T00:49:15.445 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.target_file_size_multiplier: 1 2024-03-26T00:49:15.446 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-26T00:49:15.446 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-26T00:49:15.446 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-26T00:49:15.446 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-26T00:49:15.446 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-26T00:49:15.447 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-26T00:49:15.447 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-26T00:49:15.447 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-26T00:49:15.447 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-26T00:49:15.447 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-26T00:49:15.447 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-26T00:49:15.447 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-26T00:49:15.447 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-26T00:49:15.447 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.arena_block_size: 1048576 2024-03-26T00:49:15.447 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-26T00:49:15.447 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-26T00:49:15.447 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.disable_auto_compactions: 0 2024-03-26T00:49:15.447 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-26T00:49:15.448 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-26T00:49:15.448 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-26T00:49:15.448 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-26T00:49:15.448 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-26T00:49:15.448 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-26T00:49:15.448 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-26T00:49:15.448 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-26T00:49:15.448 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-26T00:49:15.448 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-26T00:49:15.448 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.table_properties_collectors: 2024-03-26T00:49:15.448 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.inplace_update_support: 0 2024-03-26T00:49:15.448 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.inplace_update_num_locks: 10000 2024-03-26T00:49:15.448 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-26T00:49:15.448 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-26T00:49:15.448 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.memtable_huge_page_size: 0 2024-03-26T00:49:15.448 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.bloom_locality: 0 2024-03-26T00:49:15.449 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.max_successive_merges: 0 2024-03-26T00:49:15.449 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.optimize_filters_for_hits: 0 2024-03-26T00:49:15.449 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.paranoid_file_checks: 0 2024-03-26T00:49:15.449 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.force_consistency_checks: 1 2024-03-26T00:49:15.449 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.report_bg_io_stats: 0 2024-03-26T00:49:15.449 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.ttl: 2592000 2024-03-26T00:49:15.449 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.periodic_compaction_seconds: 0 2024-03-26T00:49:15.449 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-26T00:49:15.449 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-26T00:49:15.449 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.enable_blob_files: false 2024-03-26T00:49:15.449 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.min_blob_size: 0 2024-03-26T00:49:15.449 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.blob_file_size: 268435456 2024-03-26T00:49:15.449 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.blob_compression_type: NoCompression 2024-03-26T00:49:15.449 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.enable_blob_garbage_collection: false 2024-03-26T00:49:15.450 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-26T00:49:15.450 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-26T00:49:15.450 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-26T00:49:15.450 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.blob_file_starting_level: 0 2024-03-26T00:49:15.450 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-26T00:49:15.450 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-03-26T00:49:15.450 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-26T00:49:15.450 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 28cd131e-e967-44ff-a949-277731e60515 2024-03-26T00:49:15.450 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: EVENT_LOG_v1 {"time_micros": 1711414155151878, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-26T00:49:15.450 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-26T00:49:15.450 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: EVENT_LOG_v1 {"time_micros": 1711414155152729, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85694, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83867, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10201, "raw_average_key_size": 47, "raw_value_size": 78074, "raw_average_value_size": 359, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1711414155, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "28cd131e-e967-44ff-a949-277731e60515", "db_session_id": "KA3F67IYFMULJXR7DNLG", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-26T00:49:15.450 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: EVENT_LOG_v1 {"time_micros": 1711414155152811, "job": 1, "event": "recovery_finished"} 2024-03-26T00:49:15.450 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-26T00:49:15.451 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-26T00:49:15.451 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55690810e000 2024-03-26T00:49:15.451 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: DB pointer 0x5569080f8000 2024-03-26T00:49:15.451 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-26T00:49:15.451 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-26T00:49:15.451 INFO:journalctl@ceph.mon.a.smithi060.stdout: ** DB Stats ** 2024-03-26T00:49:15.451 INFO:journalctl@ceph.mon.a.smithi060.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T00:49:15.451 INFO:journalctl@ceph.mon.a.smithi060.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-26T00:49:15.451 INFO:journalctl@ceph.mon.a.smithi060.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T00:49:15.451 INFO:journalctl@ceph.mon.a.smithi060.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T00:49:15.451 INFO:journalctl@ceph.mon.a.smithi060.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-26T00:49:15.451 INFO:journalctl@ceph.mon.a.smithi060.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T00:49:15.451 INFO:journalctl@ceph.mon.a.smithi060.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T00:49:15.451 INFO:journalctl@ceph.mon.a.smithi060.stdout: 2024-03-26T00:49:15.451 INFO:journalctl@ceph.mon.a.smithi060.stdout: ** Compaction Stats [default] ** 2024-03-26T00:49:15.452 INFO:journalctl@ceph.mon.a.smithi060.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-26T00:49:15.452 INFO:journalctl@ceph.mon.a.smithi060.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-26T00:49:15.452 INFO:journalctl@ceph.mon.a.smithi060.stdout: L0 2/0 85.52 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 152.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-26T00:49:15.452 INFO:journalctl@ceph.mon.a.smithi060.stdout: Sum 2/0 85.52 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 152.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-26T00:49:15.452 INFO:journalctl@ceph.mon.a.smithi060.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 152.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-26T00:49:15.452 INFO:journalctl@ceph.mon.a.smithi060.stdout: 2024-03-26T00:49:15.452 INFO:journalctl@ceph.mon.a.smithi060.stdout: ** Compaction Stats [default] ** 2024-03-26T00:49:15.452 INFO:journalctl@ceph.mon.a.smithi060.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-26T00:49:15.452 INFO:journalctl@ceph.mon.a.smithi060.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-26T00:49:15.452 INFO:journalctl@ceph.mon.a.smithi060.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 152.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-26T00:49:15.452 INFO:journalctl@ceph.mon.a.smithi060.stdout: 2024-03-26T00:49:15.452 INFO:journalctl@ceph.mon.a.smithi060.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-26T00:49:15.452 INFO:journalctl@ceph.mon.a.smithi060.stdout: 2024-03-26T00:49:15.452 INFO:journalctl@ceph.mon.a.smithi060.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T00:49:15.453 INFO:journalctl@ceph.mon.a.smithi060.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-03-26T00:49:15.453 INFO:journalctl@ceph.mon.a.smithi060.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-26T00:49:15.453 INFO:journalctl@ceph.mon.a.smithi060.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-03-26T00:49:15.453 INFO:journalctl@ceph.mon.a.smithi060.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-03-26T00:49:15.453 INFO:journalctl@ceph.mon.a.smithi060.stdout: AddFile(Keys): cumulative 0, interval 0 2024-03-26T00:49:15.453 INFO:journalctl@ceph.mon.a.smithi060.stdout: Cumulative compaction: 0.00 GB write, 29.11 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T00:49:15.453 INFO:journalctl@ceph.mon.a.smithi060.stdout: Interval compaction: 0.00 GB write, 29.11 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T00:49:15.453 INFO:journalctl@ceph.mon.a.smithi060.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-26T00:49:15.453 INFO:journalctl@ceph.mon.a.smithi060.stdout: Block cache BinnedLRUCache@0x55690801f090#2 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-03-26T00:49:15.453 INFO:journalctl@ceph.mon.a.smithi060.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-03-26T00:49:15.453 INFO:journalctl@ceph.mon.a.smithi060.stdout: 2024-03-26T00:49:15.453 INFO:journalctl@ceph.mon.a.smithi060.stdout: ** File Read Latency Histogram By Level [default] ** 2024-03-26T00:49:15.453 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: starting mon.a rank 0 at public addrs [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] at bind addrs [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:49:15.453 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: mon.a@-1(???) e1 preinit fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:49:15.453 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: mon.a@-1(???).mds e1 new map 2024-03-26T00:49:15.454 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: mon.a@-1(???).mds e1 print_map 2024-03-26T00:49:15.454 INFO:journalctl@ceph.mon.a.smithi060.stdout: e1 2024-03-26T00:49:15.454 INFO:journalctl@ceph.mon.a.smithi060.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-03-26T00:49:15.454 INFO:journalctl@ceph.mon.a.smithi060.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-03-26T00:49:15.454 INFO:journalctl@ceph.mon.a.smithi060.stdout: legacy client fscid: -1 2024-03-26T00:49:15.454 INFO:journalctl@ceph.mon.a.smithi060.stdout: 2024-03-26T00:49:15.454 INFO:journalctl@ceph.mon.a.smithi060.stdout: No filesystems configured 2024-03-26T00:49:15.454 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-26T00:49:15.454 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T00:49:15.454 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T00:49:15.454 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T00:49:15.454 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-26T00:49:15.454 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 bash[29422]: 2699fe58956b87a687108a7046381f2e7362c8c561049101c2e7f21ea328982b 2024-03-26T00:49:15.455 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 systemd[1]: Started Ceph mon.a for 85faf3d2-eb0a-11ee-95d0-87774f69a715. 2024-03-26T00:49:15.455 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: mon.a is new leader, mons a in quorum (ranks 0) 2024-03-26T00:49:15.455 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: monmap epoch 1 2024-03-26T00:49:15.455 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:49:15.455 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: last_changed 2024-03-26T00:49:07.445584+0000 2024-03-26T00:49:15.455 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: created 2024-03-26T00:49:07.445584+0000 2024-03-26T00:49:15.455 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: min_mon_release 19 (squid) 2024-03-26T00:49:15.455 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: election_strategy: 1 2024-03-26T00:49:15.455 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-03-26T00:49:15.455 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: fsmap 2024-03-26T00:49:15.455 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: osdmap e1: 0 total, 0 up, 0 in 2024-03-26T00:49:15.455 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:15 smithi060 ceph-mon[29441]: mgrmap e1: no daemons active 2024-03-26T00:49:16.196 INFO:teuthology.orchestra.run.smithi060.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-26T00:49:16.209 INFO:teuthology.orchestra.run.smithi060.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-26T00:49:16.210 INFO:teuthology.orchestra.run.smithi060.stdout:Creating mgr... 2024-03-26T00:49:16.210 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-26T00:49:16.210 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-26T00:49:16.439 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@mgr.a 2024-03-26T00:49:16.439 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Failed to reset failed state of unit ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@mgr.a.service: Unit ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@mgr.a.service not loaded. 2024-03-26T00:49:16.823 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715.target.wants/ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@.service. 2024-03-26T00:49:17.054 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:16 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/3174813549' entity='client.admin' 2024-03-26T00:49:17.054 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:16 smithi060 systemd[1]: Starting Ceph mgr.a for 85faf3d2-eb0a-11ee-95d0-87774f69a715... 2024-03-26T00:49:17.360 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:17 smithi060 podman[29656]: 2024-03-26 00:49:16.956695093 +0000 UTC m=+0.017464038 image pull c79b7d22eba0ca0551a7519c85059a84a32ed4aad341124efdd3f51ddf6fb6cd quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 2024-03-26T00:49:18.360 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:17 smithi060 podman[29656]: 2024-03-26 00:49:17.957621894 +0000 UTC m=+1.018390861 container create 41b9e7184977d1e9f6e2ef3abd6e4209a7e56b4bc697f6f10fe05466d727e10e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, org.label-schema.build-date=20240319, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux ) 2024-03-26T00:49:20.110 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:19 smithi060 podman[29656]: 2024-03-26 00:49:19.619820666 +0000 UTC m=+2.680589591 container init 41b9e7184977d1e9f6e2ef3abd6e4209a7e56b4bc697f6f10fe05466d727e10e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240319, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True) 2024-03-26T00:49:20.110 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:19 smithi060 podman[29656]: 2024-03-26 00:49:19.62272504 +0000 UTC m=+2.683493966 container start 41b9e7184977d1e9f6e2ef3abd6e4209a7e56b4bc697f6f10fe05466d727e10e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.build-date=20240319, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS) 2024-03-26T00:49:20.536 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:20 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:20.183+0000 7f168b59b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T00:49:20.537 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:20 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:20.279+0000 7f168b59b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T00:49:20.550 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-26T00:49:20.550 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout disabled 2024-03-26T00:49:20.557 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-26T00:49:20.558 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-03-26T00:49:20.558 INFO:teuthology.orchestra.run.smithi060.stdout:firewalld.service is not enabled 2024-03-26T00:49:20.558 INFO:teuthology.orchestra.run.smithi060.stdout:Not possible to enable service . firewalld.service is not available 2024-03-26T00:49:20.566 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-26T00:49:20.566 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout disabled 2024-03-26T00:49:20.573 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-26T00:49:20.574 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-03-26T00:49:20.574 INFO:teuthology.orchestra.run.smithi060.stdout:firewalld.service is not enabled 2024-03-26T00:49:20.574 INFO:teuthology.orchestra.run.smithi060.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-03-26T00:49:20.574 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for mgr to start... 2024-03-26T00:49:20.574 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for mgr... 2024-03-26T00:49:20.860 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:20 smithi060 bash[29656]: 41b9e7184977d1e9f6e2ef3abd6e4209a7e56b4bc697f6f10fe05466d727e10e 2024-03-26T00:49:20.860 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:20 smithi060 systemd[1]: Started Ceph mgr.a for 85faf3d2-eb0a-11ee-95d0-87774f69a715. 2024-03-26T00:49:21.297 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:20 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:20.959+0000 7f168b59b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T00:49:21.297 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:21 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:21.054+0000 7f168b59b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T00:49:21.297 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:21 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:21.198+0000 7f168b59b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T00:49:21.297 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:21 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:21.296+0000 7f168b59b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T00:49:21.609 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:21 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:21.381+0000 7f168b59b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T00:49:21.947 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:21 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:21.650+0000 7f168b59b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T00:49:21.948 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:21 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:21.762+0000 7f168b59b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T00:49:21.948 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:21 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:21.849+0000 7f168b59b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T00:49:21.948 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:21 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:21.946+0000 7f168b59b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T00:49:22.360 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:22 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:22.124+0000 7f168b59b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T00:49:23.529 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:23 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:23.129+0000 7f168b59b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T00:49:23.529 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:23 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:23.262+0000 7f168b59b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T00:49:23.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:23 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/3682684308' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-26T00:49:23.860 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:23 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:23.603+0000 7f168b59b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T00:49:23.860 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:23 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:23.695+0000 7f168b59b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T00:49:24.359 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:23 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:23.902+0000 7f168b59b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T00:49:24.360 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:24 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:24.091+0000 7f168b59b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T00:49:24.642 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:24 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:24.379+0000 7f168b59b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T00:49:24.642 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:24 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:24.641+0000 7f168b59b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T00:49:25.109 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:24 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:24.881+0000 7f168b59b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T00:49:26.109 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:25 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:25.708+0000 7f168b59b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T00:49:26.608 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:26 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:26.288+0000 7f168b59b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T00:49:26.608 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:26 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:26.387+0000 7f168b59b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T00:49:26.608 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:26 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:26.606+0000 7f168b59b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T00:49:26.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:26 smithi060 ceph-mon[29441]: Activating manager daemon a 2024-03-26T00:49:26.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:26 smithi060 ceph-mon[29441]: mgrmap e2: a(active, starting, since 0.00307731s) 2024-03-26T00:49:26.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:26 smithi060 ceph-mon[29441]: from='mgr.14100 172.21.15.60:0/1842271868' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T00:49:26.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:26 smithi060 ceph-mon[29441]: from='mgr.14100 172.21.15.60:0/1842271868' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T00:49:26.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:26 smithi060 ceph-mon[29441]: from='mgr.14100 172.21.15.60:0/1842271868' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T00:49:26.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:26 smithi060 ceph-mon[29441]: from='mgr.14100 172.21.15.60:0/1842271868' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:49:26.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:26 smithi060 ceph-mon[29441]: from='mgr.14100 172.21.15.60:0/1842271868' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T00:49:26.861 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:26 smithi060 ceph-mon[29441]: Manager daemon a is now available 2024-03-26T00:49:26.861 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:26 smithi060 ceph-mon[29441]: from='mgr.14100 172.21.15.60:0/1842271868' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T00:49:26.861 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:26 smithi060 ceph-mon[29441]: from='mgr.14100 172.21.15.60:0/1842271868' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T00:49:26.861 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:26 smithi060 ceph-mon[29441]: from='mgr.14100 172.21.15.60:0/1842271868' entity='mgr.a' 2024-03-26T00:49:26.861 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:26 smithi060 ceph-mon[29441]: from='mgr.14100 172.21.15.60:0/1842271868' entity='mgr.a' 2024-03-26T00:49:26.861 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:26 smithi060 ceph-mon[29441]: from='mgr.14100 172.21.15.60:0/1842271868' entity='mgr.a' 2024-03-26T00:49:28.837 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-03-26T00:49:28.837 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-03-26T00:49:28.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsid": "85faf3d2-eb0a-11ee-95d0-87774f69a715", 2024-03-26T00:49:28.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "health": { 2024-03-26T00:49:28.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-26T00:49:28.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-26T00:49:28.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-26T00:49:28.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:49:28.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-26T00:49:28.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-26T00:49:28.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 0 2024-03-26T00:49:28.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-03-26T00:49:28.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-26T00:49:28.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "a" 2024-03-26T00:49:28.838 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-03-26T00:49:28.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-03-26T00:49:28.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-26T00:49:28.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T00:49:28.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-26T00:49:28.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-26T00:49:28.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:49:28.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-26T00:49:28.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T00:49:28.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-26T00:49:28.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-26T00:49:28.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-26T00:49:28.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-26T00:49:28.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-26T00:49:28.839 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-26T00:49:28.843 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:49:28.843 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-26T00:49:28.843 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-26T00:49:28.843 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-26T00:49:28.843 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-26T00:49:28.843 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-26T00:49:28.844 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-26T00:49:28.844 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-26T00:49:28.844 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-26T00:49:28.844 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-26T00:49:28.844 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:49:28.844 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-26T00:49:28.844 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T00:49:28.844 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-26T00:49:28.844 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-26T00:49:28.844 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:49:28.844 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-26T00:49:28.844 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-26T00:49:28.844 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-26T00:49:28.844 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-26T00:49:28.844 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-26T00:49:28.845 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-26T00:49:28.845 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "restful" 2024-03-26T00:49:28.845 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-03-26T00:49:28.845 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T00:49:28.845 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:49:28.845 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-26T00:49:28.845 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T00:49:28.845 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modified": "2024-03-26T00:49:10.440887+0000", 2024-03-26T00:49:28.845 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T00:49:28.845 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:49:28.845 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-26T00:49:28.845 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-03-26T00:49:28.845 INFO:teuthology.orchestra.run.smithi060.stdout:mgr not available, waiting (1/15)... 2024-03-26T00:49:29.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:28 smithi060 ceph-mon[29441]: mgrmap e3: a(active, since 1.00759s) 2024-03-26T00:49:30.970 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:30 smithi060 ceph-mon[29441]: mgrmap e4: a(active, since 3s) 2024-03-26T00:49:31.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:31 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/2302287341' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-26T00:49:32.165 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-03-26T00:49:32.171 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-03-26T00:49:32.171 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsid": "85faf3d2-eb0a-11ee-95d0-87774f69a715", 2024-03-26T00:49:32.171 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "health": { 2024-03-26T00:49:32.171 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-26T00:49:32.171 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-26T00:49:32.171 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-26T00:49:32.171 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:49:32.171 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-26T00:49:32.171 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-26T00:49:32.171 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 0 2024-03-26T00:49:32.172 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-03-26T00:49:32.172 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-26T00:49:32.172 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "a" 2024-03-26T00:49:32.172 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-03-26T00:49:32.172 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_age": 16, 2024-03-26T00:49:32.172 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-26T00:49:32.172 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T00:49:32.172 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-26T00:49:32.172 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-26T00:49:32.172 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:49:32.172 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-26T00:49:32.172 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T00:49:32.172 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-26T00:49:32.173 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-26T00:49:32.173 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-26T00:49:32.173 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-26T00:49:32.173 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-26T00:49:32.173 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-26T00:49:32.173 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:49:32.173 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-26T00:49:32.173 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-26T00:49:32.173 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-26T00:49:32.173 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-26T00:49:32.173 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-26T00:49:32.173 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-26T00:49:32.173 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-26T00:49:32.173 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-26T00:49:32.173 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-26T00:49:32.174 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:49:32.174 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-26T00:49:32.174 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T00:49:32.174 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-26T00:49:32.174 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-26T00:49:32.174 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:49:32.174 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-26T00:49:32.174 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-26T00:49:32.174 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-26T00:49:32.174 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-26T00:49:32.174 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-26T00:49:32.174 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-26T00:49:32.174 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "restful" 2024-03-26T00:49:32.175 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-03-26T00:49:32.175 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T00:49:32.175 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:49:32.175 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-26T00:49:32.175 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T00:49:32.175 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modified": "2024-03-26T00:49:10.440887+0000", 2024-03-26T00:49:32.175 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T00:49:32.175 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-03-26T00:49:32.175 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-26T00:49:32.175 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-03-26T00:49:32.175 INFO:teuthology.orchestra.run.smithi060.stdout:mgr is available 2024-03-26T00:49:33.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:32 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/172317804' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-26T00:49:33.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:32 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/172317804' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-26T00:49:33.615 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-03-26T00:49:33.616 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout [global] 2024-03-26T00:49:33.616 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout fsid = 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:49:33.616 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-26T00:49:33.616 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-26T00:49:33.616 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-26T00:49:33.616 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-26T00:49:33.616 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-03-26T00:49:33.616 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-26T00:49:33.616 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-26T00:49:33.616 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-03-26T00:49:33.616 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout [osd] 2024-03-26T00:49:33.616 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-26T00:49:33.617 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-26T00:49:33.617 INFO:teuthology.orchestra.run.smithi060.stdout:Enabling cephadm module... 2024-03-26T00:49:34.862 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:34 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/1635604477' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-26T00:49:34.862 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:34 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: ignoring --setuser ceph since I am not root 2024-03-26T00:49:34.862 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:34 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: ignoring --setgroup ceph since I am not root 2024-03-26T00:49:35.442 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:35 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:35.178+0000 7f9382d09200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T00:49:35.442 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:35 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:35.283+0000 7f9382d09200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T00:49:35.859 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:35 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/1635604477' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-26T00:49:35.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:35 smithi060 ceph-mon[29441]: mgrmap e5: a(active, since 7s) 2024-03-26T00:49:36.203 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:35 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:35.958+0000 7f9382d09200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T00:49:36.203 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:36 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:36.054+0000 7f9382d09200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T00:49:36.204 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:36 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:36.202+0000 7f9382d09200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T00:49:36.594 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:36 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:36.302+0000 7f9382d09200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T00:49:36.594 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:36 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:36.388+0000 7f9382d09200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T00:49:36.598 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-03-26T00:49:36.598 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-03-26T00:49:36.598 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-26T00:49:36.599 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-26T00:49:36.599 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-26T00:49:36.599 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-03-26T00:49:36.599 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for the mgr to restart... 2024-03-26T00:49:36.599 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for mgr epoch 5... 2024-03-26T00:49:36.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:36 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/784369198' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-26T00:49:36.860 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:36 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:36.664+0000 7f9382d09200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T00:49:36.860 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:36 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:36.779+0000 7f9382d09200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T00:49:37.161 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:36 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:36.871+0000 7f9382d09200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T00:49:37.161 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:36 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:36.974+0000 7f9382d09200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T00:49:37.161 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:37 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:37.159+0000 7f9382d09200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T00:49:38.359 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:38 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:38.168+0000 7f9382d09200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T00:49:38.360 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:38 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:38.303+0000 7f9382d09200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T00:49:38.940 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:38 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:38.645+0000 7f9382d09200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T00:49:38.940 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:38 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:38.737+0000 7f9382d09200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T00:49:38.940 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:38 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:38.939+0000 7f9382d09200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T00:49:39.359 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:39 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:39.131+0000 7f9382d09200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T00:49:39.688 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:39 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:39.425+0000 7f9382d09200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T00:49:40.110 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:39 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:39.687+0000 7f9382d09200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T00:49:40.110 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:39 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:39.931+0000 7f9382d09200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T00:49:41.110 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:40 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:40.764+0000 7f9382d09200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T00:49:41.609 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:41 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:41.348+0000 7f9382d09200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T00:49:41.610 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:41 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:41.449+0000 7f9382d09200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T00:49:42.110 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:41 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:49:41.671+0000 7f9382d09200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T00:49:42.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:41 smithi060 ceph-mon[29441]: Active manager daemon a restarted 2024-03-26T00:49:42.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:41 smithi060 ceph-mon[29441]: Activating manager daemon a 2024-03-26T00:49:42.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:41 smithi060 ceph-mon[29441]: osdmap e2: 0 total, 0 up, 0 in 2024-03-26T00:49:42.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:41 smithi060 ceph-mon[29441]: mgrmap e6: a(active, starting, since 0.00301012s) 2024-03-26T00:49:42.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:41 smithi060 ceph-mon[29441]: from='mgr.14116 172.21.15.60:0/3643860754' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:49:42.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:41 smithi060 ceph-mon[29441]: from='mgr.14116 172.21.15.60:0/3643860754' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T00:49:42.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:41 smithi060 ceph-mon[29441]: from='mgr.14116 172.21.15.60:0/3643860754' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T00:49:42.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:41 smithi060 ceph-mon[29441]: from='mgr.14116 172.21.15.60:0/3643860754' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T00:49:42.111 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:41 smithi060 ceph-mon[29441]: from='mgr.14116 172.21.15.60:0/3643860754' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T00:49:42.111 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:41 smithi060 ceph-mon[29441]: Manager daemon a is now available 2024-03-26T00:49:42.111 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:41 smithi060 ceph-mon[29441]: from='mgr.14116 172.21.15.60:0/3643860754' entity='mgr.a' 2024-03-26T00:49:42.111 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:41 smithi060 ceph-mon[29441]: from='mgr.14116 172.21.15.60:0/3643860754' entity='mgr.a' 2024-03-26T00:49:43.001 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:42 smithi060 ceph-mon[29441]: Found migration_current of "None". Setting to last migration. 2024-03-26T00:49:43.001 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:42 smithi060 ceph-mon[29441]: from='mgr.14116 172.21.15.60:0/3643860754' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:49:43.001 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:42 smithi060 ceph-mon[29441]: from='mgr.14116 172.21.15.60:0/3643860754' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:49:43.001 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:42 smithi060 ceph-mon[29441]: from='mgr.14116 172.21.15.60:0/3643860754' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T00:49:43.001 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:42 smithi060 ceph-mon[29441]: from='mgr.14116 172.21.15.60:0/3643860754' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T00:49:43.002 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:42 smithi060 ceph-mon[29441]: from='mgr.14116 172.21.15.60:0/3643860754' entity='mgr.a' 2024-03-26T00:49:43.002 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:42 smithi060 ceph-mon[29441]: from='mgr.14116 172.21.15.60:0/3643860754' entity='mgr.a' 2024-03-26T00:49:43.002 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:42 smithi060 ceph-mon[29441]: mgrmap e7: a(active, since 1.00503s) 2024-03-26T00:49:43.280 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-03-26T00:49:43.280 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-03-26T00:49:43.280 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-26T00:49:43.280 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-03-26T00:49:43.280 INFO:teuthology.orchestra.run.smithi060.stdout:mgr epoch 5 is available 2024-03-26T00:49:43.280 INFO:teuthology.orchestra.run.smithi060.stdout:Setting orchestrator backend to cephadm... 2024-03-26T00:49:43.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:43 smithi060 ceph-mon[29441]: from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-26T00:49:43.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:43 smithi060 ceph-mon[29441]: from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-26T00:49:43.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:43 smithi060 ceph-mon[29441]: [26/Mar/2024:00:49:42] ENGINE Bus STARTING 2024-03-26T00:49:43.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:43 smithi060 ceph-mon[29441]: [26/Mar/2024:00:49:42] ENGINE Serving on http://172.21.15.60:8765 2024-03-26T00:49:43.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:43 smithi060 ceph-mon[29441]: [26/Mar/2024:00:49:42] ENGINE Serving on https://172.21.15.60:7150 2024-03-26T00:49:43.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:43 smithi060 ceph-mon[29441]: [26/Mar/2024:00:49:42] ENGINE Bus STARTED 2024-03-26T00:49:43.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:43 smithi060 ceph-mon[29441]: from='mgr.14116 172.21.15.60:0/3643860754' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:49:45.003 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:44 smithi060 ceph-mon[29441]: mgrmap e8: a(active, since 2s) 2024-03-26T00:49:45.003 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:44 smithi060 ceph-mon[29441]: from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:49:45.003 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:44 smithi060 ceph-mon[29441]: from='mgr.14116 172.21.15.60:0/3643860754' entity='mgr.a' 2024-03-26T00:49:45.003 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:44 smithi060 ceph-mon[29441]: from='mgr.14116 172.21.15.60:0/3643860754' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:49:45.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:45 smithi060 ceph-mon[29441]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:49:45.868 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout value unchanged 2024-03-26T00:49:45.868 INFO:teuthology.orchestra.run.smithi060.stdout:Generating ssh key... 2024-03-26T00:49:47.054 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:46 smithi060 ceph-mon[29441]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:49:47.054 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:46 smithi060 ceph-mon[29441]: Generating ssh key... 2024-03-26T00:49:47.054 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:46 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: Generating public/private rsa key pair. 2024-03-26T00:49:47.055 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:46 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: Your identification has been saved in /tmp/tmpi_zgq_jy/key. 2024-03-26T00:49:47.055 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:46 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: Your public key has been saved in /tmp/tmpi_zgq_jy/key.pub. 2024-03-26T00:49:47.055 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:46 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: The key fingerprint is: 2024-03-26T00:49:47.055 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:46 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: SHA256:dl7XUlZ2KR5m9Nk15I1Km9npd7iESFZDwDNEPOc/COY ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:49:47.055 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:46 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: The key's randomart image is: 2024-03-26T00:49:47.055 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:46 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: +---[RSA 3072]----+ 2024-03-26T00:49:47.055 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:46 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: | =+.o..o*| 2024-03-26T00:49:47.055 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:46 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: | *..=o+O| 2024-03-26T00:49:47.055 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:46 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: | *B ++=| 2024-03-26T00:49:47.055 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:46 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: | oo.O = | 2024-03-26T00:49:47.055 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:46 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: | So+.*o= .| 2024-03-26T00:49:47.056 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:46 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: | . =Eo.+oo | 2024-03-26T00:49:47.056 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:46 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: | o . +.o| 2024-03-26T00:49:47.056 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:46 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: | . o.| 2024-03-26T00:49:47.056 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:46 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: | . | 2024-03-26T00:49:47.056 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:49:46 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: +----[SHA256]-----+ 2024-03-26T00:49:47.944 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:47 smithi060 ceph-mon[29441]: from='mgr.14116 172.21.15.60:0/3643860754' entity='mgr.a' 2024-03-26T00:49:47.944 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:47 smithi060 ceph-mon[29441]: from='mgr.14116 172.21.15.60:0/3643860754' entity='mgr.a' 2024-03-26T00:49:48.497 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlfjhqzX5g1NRU7ijHOBJNxYHMGPHSCN6lacjd0Gb2wGUjtUwTTjfpI/d0MFAUv8F4CkixyqVPJyyVhl7J3M0H+SormdD+lZREGS9bUa58+AcX2HdquYaPgQgIxlpdvLG+uB98uUpjAYpGldckJW/NQ2aG9FDStVliXbnAb7OvWcAVLcY2hQYUhm20A6HJ2eSpuGKwf6gfHU6XrDSoSRHzwtFuqJjqdKkh0+60R0craLXOYZIVFN0xUFEsDyKBK7GcIAoif7ioGgyOPh8Q/yz+avQTGjeqZCQkWz6ujAOveC8IAaaS1muny7cNPnADZUFm4Kfuqun9U1BKNexH/Dd9Vg/wD3tsRfiaErD2U5rFYLJGtx32BbubC9oQ6loq75sQk0SpNZspd8WPE9tNrfAMHK510dCr6E2/kZGXu+CuQuv3BlDKW/RCXTa2i0xYt696zLdVn/GEplhyspnc4T5dLZBOk+ZweXOtq2wWsHwNaeQbWKAXML3BsSidwK/hcy8= ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:49:48.497 INFO:teuthology.orchestra.run.smithi060.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-26T00:49:48.497 INFO:teuthology.orchestra.run.smithi060.stdout:Adding key to root@localhost authorized_keys... 2024-03-26T00:49:48.498 INFO:teuthology.orchestra.run.smithi060.stdout:Adding host smithi060... 2024-03-26T00:49:49.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:48 smithi060 ceph-mon[29441]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:49:49.980 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:49 smithi060 ceph-mon[29441]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi060", "addr": "172.21.15.60", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:49:51.109 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:50 smithi060 ceph-mon[29441]: Deploying cephadm binary to smithi060 2024-03-26T00:49:54.172 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout Added host 'smithi060' with addr '172.21.15.60' 2024-03-26T00:49:54.172 INFO:teuthology.orchestra.run.smithi060.stdout:Deploying unmanaged mon service... 2024-03-26T00:49:54.793 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:54 smithi060 ceph-mon[29441]: from='mgr.14116 172.21.15.60:0/3643860754' entity='mgr.a' 2024-03-26T00:49:54.793 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:54 smithi060 ceph-mon[29441]: Added host smithi060 2024-03-26T00:49:54.793 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:54 smithi060 ceph-mon[29441]: from='mgr.14116 172.21.15.60:0/3643860754' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:49:56.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:55 smithi060 ceph-mon[29441]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:49:56.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:55 smithi060 ceph-mon[29441]: Saving service mon spec with placement count:5 2024-03-26T00:49:56.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:55 smithi060 ceph-mon[29441]: from='mgr.14116 172.21.15.60:0/3643860754' entity='mgr.a' 2024-03-26T00:49:56.421 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-03-26T00:49:56.421 INFO:teuthology.orchestra.run.smithi060.stdout:Deploying unmanaged mgr service... 2024-03-26T00:49:57.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:57 smithi060 ceph-mon[29441]: from='mgr.14116 172.21.15.60:0/3643860754' entity='mgr.a' 2024-03-26T00:49:57.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:57 smithi060 ceph-mon[29441]: from='mgr.14116 172.21.15.60:0/3643860754' entity='mgr.a' 2024-03-26T00:49:57.670 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-03-26T00:49:58.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:58 smithi060 ceph-mon[29441]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:49:58.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:58 smithi060 ceph-mon[29441]: Saving service mgr spec with placement count:2 2024-03-26T00:49:58.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:58 smithi060 ceph-mon[29441]: from='mgr.14116 172.21.15.60:0/3643860754' entity='mgr.a' 2024-03-26T00:49:59.479 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:49:59 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/1096379756' entity='client.admin' 2024-03-26T00:50:00.328 INFO:teuthology.orchestra.run.smithi060.stdout:Enabling the dashboard module... 2024-03-26T00:50:00.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:00 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/860616423' entity='client.admin' 2024-03-26T00:50:00.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:00 smithi060 ceph-mon[29441]: from='mgr.14116 172.21.15.60:0/3643860754' entity='mgr.a' 2024-03-26T00:50:02.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:02 smithi060 ceph-mon[29441]: from='mgr.14116 172.21.15.60:0/3643860754' entity='mgr.a' 2024-03-26T00:50:02.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:02 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/1841539069' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-26T00:50:02.360 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:02 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: ignoring --setuser ceph since I am not root 2024-03-26T00:50:02.360 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:02 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: ignoring --setgroup ceph since I am not root 2024-03-26T00:50:03.055 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:02 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:50:02.645+0000 7febdd86f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T00:50:03.055 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:02 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:50:02.745+0000 7febdd86f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T00:50:03.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:03 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/1841539069' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-26T00:50:03.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:03 smithi060 ceph-mon[29441]: mgrmap e9: a(active, since 20s) 2024-03-26T00:50:03.663 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:03 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:50:03.419+0000 7febdd86f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T00:50:03.664 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:03 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:50:03.517+0000 7febdd86f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T00:50:04.070 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:03 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:50:03.662+0000 7febdd86f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T00:50:04.070 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:03 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:50:03.761+0000 7febdd86f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T00:50:04.070 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:03 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:50:03.850+0000 7febdd86f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T00:50:04.326 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:04 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/4232595719' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-26T00:50:04.327 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:04 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:50:04.124+0000 7febdd86f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T00:50:04.327 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:04 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:50:04.236+0000 7febdd86f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T00:50:04.327 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:04 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:50:04.325+0000 7febdd86f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T00:50:04.340 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-03-26T00:50:04.340 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-03-26T00:50:04.340 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-26T00:50:04.340 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-26T00:50:04.340 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-26T00:50:04.340 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-03-26T00:50:04.340 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for the mgr to restart... 2024-03-26T00:50:04.340 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for mgr epoch 9... 2024-03-26T00:50:04.609 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:04 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:50:04.428+0000 7febdd86f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T00:50:05.109 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:04 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:50:04.611+0000 7febdd86f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T00:50:05.758 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:05 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:50:05.619+0000 7febdd86f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T00:50:05.759 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:05 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:50:05.757+0000 7febdd86f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T00:50:06.378 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:06 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:50:06.126+0000 7febdd86f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T00:50:06.378 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:06 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:50:06.219+0000 7febdd86f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T00:50:06.859 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:06 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:50:06.423+0000 7febdd86f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T00:50:06.860 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:06 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:50:06.615+0000 7febdd86f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T00:50:07.174 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:06 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:50:06.910+0000 7febdd86f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T00:50:07.174 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:07 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:50:07.173+0000 7febdd86f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T00:50:07.610 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:07 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:50:07.417+0000 7febdd86f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T00:50:08.610 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:08 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:50:08.251+0000 7febdd86f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T00:50:09.109 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:08 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:50:08.836+0000 7febdd86f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T00:50:09.110 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:08 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:50:08.937+0000 7febdd86f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T00:50:09.609 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:50:09 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:50:09.164+0000 7febdd86f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T00:50:09.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:09 smithi060 ceph-mon[29441]: Active manager daemon a restarted 2024-03-26T00:50:09.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:09 smithi060 ceph-mon[29441]: Activating manager daemon a 2024-03-26T00:50:09.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:09 smithi060 ceph-mon[29441]: osdmap e3: 0 total, 0 up, 0 in 2024-03-26T00:50:09.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:09 smithi060 ceph-mon[29441]: mgrmap e10: a(active, starting, since 0.00320607s) 2024-03-26T00:50:09.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:09 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:50:09.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:09 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T00:50:09.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:09 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T00:50:09.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:09 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T00:50:09.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:09 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T00:50:09.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:09 smithi060 ceph-mon[29441]: Manager daemon a is now available 2024-03-26T00:50:09.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:09 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:50:10.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:10 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T00:50:10.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:10 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T00:50:10.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:10 smithi060 ceph-mon[29441]: mgrmap e11: a(active, since 1.00548s) 2024-03-26T00:50:11.100 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-03-26T00:50:11.100 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-03-26T00:50:11.100 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-26T00:50:11.101 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-03-26T00:50:11.101 INFO:teuthology.orchestra.run.smithi060.stdout:mgr epoch 9 is available 2024-03-26T00:50:11.101 INFO:teuthology.orchestra.run.smithi060.stdout:Generating a dashboard self-signed certificate... 2024-03-26T00:50:12.109 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:11 smithi060 ceph-mon[29441]: [26/Mar/2024:00:50:10] ENGINE Bus STARTING 2024-03-26T00:50:12.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:11 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:12.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:11 smithi060 ceph-mon[29441]: [26/Mar/2024:00:50:10] ENGINE Serving on http://172.21.15.60:8765 2024-03-26T00:50:12.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:11 smithi060 ceph-mon[29441]: [26/Mar/2024:00:50:10] ENGINE Serving on https://172.21.15.60:7150 2024-03-26T00:50:12.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:11 smithi060 ceph-mon[29441]: [26/Mar/2024:00:50:10] ENGINE Bus STARTED 2024-03-26T00:50:12.591 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-03-26T00:50:12.592 INFO:teuthology.orchestra.run.smithi060.stdout:Creating initial admin user... 2024-03-26T00:50:12.843 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:12 smithi060 ceph-mon[29441]: from='client.14160 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:50:12.843 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:12 smithi060 ceph-mon[29441]: mgrmap e12: a(active, since 2s) 2024-03-26T00:50:12.843 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:12 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:12.843 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:12 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:12.843 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:12 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:14.697 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$B5XUIygvT9LJJYXcOoeGru/6.PJ5uBPAnjZFwB4AKAlVCAdsgbD3.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1711414213, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-26T00:50:14.697 INFO:teuthology.orchestra.run.smithi060.stdout:Fetching dashboard port number... 2024-03-26T00:50:14.812 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:14 smithi060 ceph-mon[29441]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:50:14.812 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:14 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:15.833 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:15 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/2892529612' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-26T00:50:15.945 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 8443 2024-03-26T00:50:15.954 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-26T00:50:15.955 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout disabled 2024-03-26T00:50:15.962 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-26T00:50:15.962 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-03-26T00:50:15.962 INFO:teuthology.orchestra.run.smithi060.stdout:firewalld.service is not enabled 2024-03-26T00:50:15.962 INFO:teuthology.orchestra.run.smithi060.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-26T00:50:15.964 INFO:teuthology.orchestra.run.smithi060.stdout:Ceph Dashboard is now available at: 2024-03-26T00:50:15.964 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:50:15.964 INFO:teuthology.orchestra.run.smithi060.stdout: URL: https://smithi060.front.sepia.ceph.com:8443/ 2024-03-26T00:50:15.964 INFO:teuthology.orchestra.run.smithi060.stdout: User: admin 2024-03-26T00:50:15.964 INFO:teuthology.orchestra.run.smithi060.stdout: Password: 06ac8qjyuo 2024-03-26T00:50:15.964 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:50:15.964 INFO:teuthology.orchestra.run.smithi060.stdout:Saving cluster configuration to /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config directory 2024-03-26T00:50:15.965 INFO:teuthology.orchestra.run.smithi060.stdout:Enabling autotune for osd_memory_target 2024-03-26T00:50:16.657 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:16 smithi060 ceph-mon[29441]: mgrmap e13: a(active, since 6s) 2024-03-26T00:50:18.601 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-03-26T00:50:18.601 INFO:teuthology.orchestra.run.smithi060.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-03-26T00:50:18.601 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:50:18.601 INFO:teuthology.orchestra.run.smithi060.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-26T00:50:18.601 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:50:18.601 INFO:teuthology.orchestra.run.smithi060.stdout:Or, if you are only running a single cluster on this host: 2024-03-26T00:50:18.602 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:50:18.602 INFO:teuthology.orchestra.run.smithi060.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-03-26T00:50:18.602 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:50:18.602 INFO:teuthology.orchestra.run.smithi060.stdout:Please consider enabling telemetry to help improve Ceph: 2024-03-26T00:50:18.602 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:50:18.602 INFO:teuthology.orchestra.run.smithi060.stdout: ceph telemetry on 2024-03-26T00:50:18.602 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:50:18.602 INFO:teuthology.orchestra.run.smithi060.stdout:For more information see: 2024-03-26T00:50:18.602 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:50:18.602 INFO:teuthology.orchestra.run.smithi060.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-03-26T00:50:18.602 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:50:18.602 INFO:teuthology.orchestra.run.smithi060.stdout:Bootstrap complete. 2024-03-26T00:50:18.651 INFO:tasks.cephadm:Fetching config... 2024-03-26T00:50:18.652 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-26T00:50:18.652 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-26T00:50:18.668 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-26T00:50:18.669 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-26T00:50:18.669 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-26T00:50:18.724 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-26T00:50:18.725 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-26T00:50:18.725 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/keyring of=/dev/stdout 2024-03-26T00:50:18.794 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-26T00:50:18.794 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-26T00:50:18.794 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-26T00:50:18.851 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-26T00:50:18.851 DEBUG:teuthology.orchestra.run.smithi060:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlfjhqzX5g1NRU7ijHOBJNxYHMGPHSCN6lacjd0Gb2wGUjtUwTTjfpI/d0MFAUv8F4CkixyqVPJyyVhl7J3M0H+SormdD+lZREGS9bUa58+AcX2HdquYaPgQgIxlpdvLG+uB98uUpjAYpGldckJW/NQ2aG9FDStVliXbnAb7OvWcAVLcY2hQYUhm20A6HJ2eSpuGKwf6gfHU6XrDSoSRHzwtFuqJjqdKkh0+60R0craLXOYZIVFN0xUFEsDyKBK7GcIAoif7ioGgyOPh8Q/yz+avQTGjeqZCQkWz6ujAOveC8IAaaS1muny7cNPnADZUFm4Kfuqun9U1BKNexH/Dd9Vg/wD3tsRfiaErD2U5rFYLJGtx32BbubC9oQ6loq75sQk0SpNZspd8WPE9tNrfAMHK510dCr6E2/kZGXu+CuQuv3BlDKW/RCXTa2i0xYt696zLdVn/GEplhyspnc4T5dLZBOk+ZweXOtq2wWsHwNaeQbWKAXML3BsSidwK/hcy8= ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-26T00:50:18.936 INFO:teuthology.orchestra.run.smithi060.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlfjhqzX5g1NRU7ijHOBJNxYHMGPHSCN6lacjd0Gb2wGUjtUwTTjfpI/d0MFAUv8F4CkixyqVPJyyVhl7J3M0H+SormdD+lZREGS9bUa58+AcX2HdquYaPgQgIxlpdvLG+uB98uUpjAYpGldckJW/NQ2aG9FDStVliXbnAb7OvWcAVLcY2hQYUhm20A6HJ2eSpuGKwf6gfHU6XrDSoSRHzwtFuqJjqdKkh0+60R0craLXOYZIVFN0xUFEsDyKBK7GcIAoif7ioGgyOPh8Q/yz+avQTGjeqZCQkWz6ujAOveC8IAaaS1muny7cNPnADZUFm4Kfuqun9U1BKNexH/Dd9Vg/wD3tsRfiaErD2U5rFYLJGtx32BbubC9oQ6loq75sQk0SpNZspd8WPE9tNrfAMHK510dCr6E2/kZGXu+CuQuv3BlDKW/RCXTa2i0xYt696zLdVn/GEplhyspnc4T5dLZBOk+ZweXOtq2wWsHwNaeQbWKAXML3BsSidwK/hcy8= ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:50:18.949 DEBUG:teuthology.orchestra.run.smithi079:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlfjhqzX5g1NRU7ijHOBJNxYHMGPHSCN6lacjd0Gb2wGUjtUwTTjfpI/d0MFAUv8F4CkixyqVPJyyVhl7J3M0H+SormdD+lZREGS9bUa58+AcX2HdquYaPgQgIxlpdvLG+uB98uUpjAYpGldckJW/NQ2aG9FDStVliXbnAb7OvWcAVLcY2hQYUhm20A6HJ2eSpuGKwf6gfHU6XrDSoSRHzwtFuqJjqdKkh0+60R0craLXOYZIVFN0xUFEsDyKBK7GcIAoif7ioGgyOPh8Q/yz+avQTGjeqZCQkWz6ujAOveC8IAaaS1muny7cNPnADZUFm4Kfuqun9U1BKNexH/Dd9Vg/wD3tsRfiaErD2U5rFYLJGtx32BbubC9oQ6loq75sQk0SpNZspd8WPE9tNrfAMHK510dCr6E2/kZGXu+CuQuv3BlDKW/RCXTa2i0xYt696zLdVn/GEplhyspnc4T5dLZBOk+ZweXOtq2wWsHwNaeQbWKAXML3BsSidwK/hcy8= ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-26T00:50:19.020 INFO:teuthology.orchestra.run.smithi079.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlfjhqzX5g1NRU7ijHOBJNxYHMGPHSCN6lacjd0Gb2wGUjtUwTTjfpI/d0MFAUv8F4CkixyqVPJyyVhl7J3M0H+SormdD+lZREGS9bUa58+AcX2HdquYaPgQgIxlpdvLG+uB98uUpjAYpGldckJW/NQ2aG9FDStVliXbnAb7OvWcAVLcY2hQYUhm20A6HJ2eSpuGKwf6gfHU6XrDSoSRHzwtFuqJjqdKkh0+60R0craLXOYZIVFN0xUFEsDyKBK7GcIAoif7ioGgyOPh8Q/yz+avQTGjeqZCQkWz6ujAOveC8IAaaS1muny7cNPnADZUFm4Kfuqun9U1BKNexH/Dd9Vg/wD3tsRfiaErD2U5rFYLJGtx32BbubC9oQ6loq75sQk0SpNZspd8WPE9tNrfAMHK510dCr6E2/kZGXu+CuQuv3BlDKW/RCXTa2i0xYt696zLdVn/GEplhyspnc4T5dLZBOk+ZweXOtq2wWsHwNaeQbWKAXML3BsSidwK/hcy8= ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:50:19.035 DEBUG:teuthology.orchestra.run.smithi105:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlfjhqzX5g1NRU7ijHOBJNxYHMGPHSCN6lacjd0Gb2wGUjtUwTTjfpI/d0MFAUv8F4CkixyqVPJyyVhl7J3M0H+SormdD+lZREGS9bUa58+AcX2HdquYaPgQgIxlpdvLG+uB98uUpjAYpGldckJW/NQ2aG9FDStVliXbnAb7OvWcAVLcY2hQYUhm20A6HJ2eSpuGKwf6gfHU6XrDSoSRHzwtFuqJjqdKkh0+60R0craLXOYZIVFN0xUFEsDyKBK7GcIAoif7ioGgyOPh8Q/yz+avQTGjeqZCQkWz6ujAOveC8IAaaS1muny7cNPnADZUFm4Kfuqun9U1BKNexH/Dd9Vg/wD3tsRfiaErD2U5rFYLJGtx32BbubC9oQ6loq75sQk0SpNZspd8WPE9tNrfAMHK510dCr6E2/kZGXu+CuQuv3BlDKW/RCXTa2i0xYt696zLdVn/GEplhyspnc4T5dLZBOk+ZweXOtq2wWsHwNaeQbWKAXML3BsSidwK/hcy8= ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-26T00:50:19.083 INFO:teuthology.orchestra.run.smithi105.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlfjhqzX5g1NRU7ijHOBJNxYHMGPHSCN6lacjd0Gb2wGUjtUwTTjfpI/d0MFAUv8F4CkixyqVPJyyVhl7J3M0H+SormdD+lZREGS9bUa58+AcX2HdquYaPgQgIxlpdvLG+uB98uUpjAYpGldckJW/NQ2aG9FDStVliXbnAb7OvWcAVLcY2hQYUhm20A6HJ2eSpuGKwf6gfHU6XrDSoSRHzwtFuqJjqdKkh0+60R0craLXOYZIVFN0xUFEsDyKBK7GcIAoif7ioGgyOPh8Q/yz+avQTGjeqZCQkWz6ujAOveC8IAaaS1muny7cNPnADZUFm4Kfuqun9U1BKNexH/Dd9Vg/wD3tsRfiaErD2U5rFYLJGtx32BbubC9oQ6loq75sQk0SpNZspd8WPE9tNrfAMHK510dCr6E2/kZGXu+CuQuv3BlDKW/RCXTa2i0xYt696zLdVn/GEplhyspnc4T5dLZBOk+ZweXOtq2wWsHwNaeQbWKAXML3BsSidwK/hcy8= ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:50:19.099 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-26T00:50:19.336 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:50:19.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:19 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/3426555614' entity='client.admin' 2024-03-26T00:50:21.859 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:21 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:21.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:21 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:21.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:21 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:50:21.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:21 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:21.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:21 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:50:21.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:21 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:22.726 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-26T00:50:22.726 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-26T00:50:23.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:22 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/70288608' entity='client.admin' 2024-03-26T00:50:23.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:22 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:50:23.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:22 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:23.515 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:50:25.926 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi079 2024-03-26T00:50:25.926 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-03-26T00:50:25.926 DEBUG:teuthology.orchestra.run.smithi079:> dd of=/etc/ceph/ceph.conf 2024-03-26T00:50:25.944 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-03-26T00:50:25.944 DEBUG:teuthology.orchestra.run.smithi079:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:50:26.002 INFO:tasks.cephadm:Adding host smithi079 to orchestrator... 2024-03-26T00:50:26.002 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph orch host add smithi079 2024-03-26T00:50:26.241 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:50:26.446 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:26 smithi060 ceph-mon[29441]: from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:50:26.446 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:26 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:26.447 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:26 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:50:26.447 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:26 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:50:26.447 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:26 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:50:26.447 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:26 smithi060 ceph-mon[29441]: Updating smithi060:/etc/ceph/ceph.conf 2024-03-26T00:50:26.447 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:26 smithi060 ceph-mon[29441]: Updating smithi060:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:50:26.447 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:26 smithi060 ceph-mon[29441]: Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:50:26.447 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:26 smithi060 ceph-mon[29441]: Updating smithi060:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:50:26.447 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:26 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:26.447 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:26 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:26.447 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:26 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:28.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:28 smithi060 ceph-mon[29441]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi079", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:50:29.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:29 smithi060 ceph-mon[29441]: Deploying cephadm binary to smithi079 2024-03-26T00:50:30.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:30 smithi060 ceph-mon[29441]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:50:32.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:32 smithi060 ceph-mon[29441]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:50:32.647 INFO:teuthology.orchestra.run.smithi060.stdout:Added host 'smithi079' with addr '172.21.15.79' 2024-03-26T00:50:33.243 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph orch host ls --format=json 2024-03-26T00:50:33.488 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:50:33.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:33 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:33.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:33 smithi060 ceph-mon[29441]: Added host smithi079 2024-03-26T00:50:33.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:33 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:50:33.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:33 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:33.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:33 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:35.271 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:50:35.271 INFO:teuthology.orchestra.run.smithi060.stdout:[{"addr": "172.21.15.60", "hostname": "smithi060", "labels": [], "status": ""}, {"addr": "172.21.15.79", "hostname": "smithi079", "labels": [], "status": ""}] 2024-03-26T00:50:35.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:35 smithi060 ceph-mon[29441]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:50:35.855 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi105 2024-03-26T00:50:35.855 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-03-26T00:50:35.856 DEBUG:teuthology.orchestra.run.smithi105:> dd of=/etc/ceph/ceph.conf 2024-03-26T00:50:35.876 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-03-26T00:50:35.876 DEBUG:teuthology.orchestra.run.smithi105:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:50:35.934 INFO:tasks.cephadm:Adding host smithi105 to orchestrator... 2024-03-26T00:50:35.934 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph orch host add smithi105 2024-03-26T00:50:36.181 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:50:36.460 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:36 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:36.460 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:36 smithi060 ceph-mon[29441]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:50:36.460 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:36 smithi060 ceph-mon[29441]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:50:38.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:38 smithi060 ceph-mon[29441]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:50:38.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:38 smithi060 ceph-mon[29441]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi105", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:50:38.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:38 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:38.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:38 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:38.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:38 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:38.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:38 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:38.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:38 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:50:38.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:38 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:50:38.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:38 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:50:39.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:39 smithi060 ceph-mon[29441]: Updating smithi079:/etc/ceph/ceph.conf 2024-03-26T00:50:39.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:39 smithi060 ceph-mon[29441]: Updating smithi079:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:50:39.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:39 smithi060 ceph-mon[29441]: Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:50:39.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:39 smithi060 ceph-mon[29441]: Deploying cephadm binary to smithi105 2024-03-26T00:50:39.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:39 smithi060 ceph-mon[29441]: Updating smithi079:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:50:39.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:39 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:39.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:39 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:39.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:39 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:40.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:40 smithi060 ceph-mon[29441]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:50:42.410 INFO:teuthology.orchestra.run.smithi060.stdout:Added host 'smithi105' with addr '172.21.15.105' 2024-03-26T00:50:42.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:42 smithi060 ceph-mon[29441]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:50:42.997 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph orch host ls --format=json 2024-03-26T00:50:43.239 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:50:43.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:43 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:43.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:43 smithi060 ceph-mon[29441]: Added host smithi105 2024-03-26T00:50:43.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:43 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:50:43.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:43 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:43.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:43 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:45.065 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:50:45.065 INFO:teuthology.orchestra.run.smithi060.stdout:[{"addr": "172.21.15.60", "hostname": "smithi060", "labels": [], "status": ""}, {"addr": "172.21.15.79", "hostname": "smithi079", "labels": [], "status": ""}, {"addr": "172.21.15.105", "hostname": "smithi105", "labels": [], "status": ""}] 2024-03-26T00:50:45.352 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:44 smithi060 ceph-mon[29441]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:50:45.352 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:44 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:45.650 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-26T00:50:45.651 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph osd crush tunables default 2024-03-26T00:50:45.895 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:50:46.214 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:45 smithi060 ceph-mon[29441]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:50:47.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:46 smithi060 ceph-mon[29441]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:50:47.889 INFO:teuthology.orchestra.run.smithi060.stderr:adjusted tunables profile to default 2024-03-26T00:50:48.266 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:47 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/2224046222' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-26T00:50:48.266 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:47 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:48.266 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:47 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:48.266 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:47 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:48.266 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:47 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:48.266 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:47 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:50:48.266 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:47 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:50:48.266 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:47 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:50:48.621 INFO:tasks.cephadm:Adding mon.a on smithi060 2024-03-26T00:50:48.621 INFO:tasks.cephadm:Adding mon.b on smithi079 2024-03-26T00:50:48.621 INFO:tasks.cephadm:Adding mon.c on smithi105 2024-03-26T00:50:48.622 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph orch apply mon '3;smithi060:172.21.15.60=a;smithi079:172.21.15.79=b;smithi105:172.21.15.105=c' 2024-03-26T00:50:48.851 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:50:49.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:48 smithi060 ceph-mon[29441]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:50:49.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:48 smithi060 ceph-mon[29441]: Updating smithi105:/etc/ceph/ceph.conf 2024-03-26T00:50:49.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:48 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/2224046222' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-26T00:50:49.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:48 smithi060 ceph-mon[29441]: osdmap e4: 0 total, 0 up, 0 in 2024-03-26T00:50:49.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:48 smithi060 ceph-mon[29441]: Updating smithi105:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:50:49.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:48 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:49.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:48 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:49.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:48 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:50.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:49 smithi060 ceph-mon[29441]: Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:50:50.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:49 smithi060 ceph-mon[29441]: Updating smithi105:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:50:50.457 INFO:teuthology.orchestra.run.smithi105.stdout:Scheduled mon update... 2024-03-26T00:50:51.035 DEBUG:teuthology.orchestra.run.smithi079:mon.b> sudo journalctl -f -n 0 -u ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@mon.b.service 2024-03-26T00:50:51.038 DEBUG:teuthology.orchestra.run.smithi105:mon.c> sudo journalctl -f -n 0 -u ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@mon.c.service 2024-03-26T00:50:51.040 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-26T00:50:51.040 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph mon dump -f json 2024-03-26T00:50:51.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:50 smithi060 ceph-mon[29441]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:50:51.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:50 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:51.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:50 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:50:51.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:50 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:50:51.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:50 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:50:51.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:50 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:51.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:50 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:50:51.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:50 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:50:52.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:51 smithi060 ceph-mon[29441]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi060:172.21.15.60=a;smithi079:172.21.15.79=b;smithi105:172.21.15.105=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:50:52.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:51 smithi060 ceph-mon[29441]: Saving service mon spec with placement smithi060:172.21.15.60=a;smithi079:172.21.15.79=b;smithi105:172.21.15.105=c;count:3 2024-03-26T00:50:52.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:51 smithi060 ceph-mon[29441]: Deploying daemon mon.c on smithi105 2024-03-26T00:50:53.065 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T00:50:53.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:52 smithi060 ceph-mon[29441]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:50:54.737 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:54 smithi105 podman[33192]: 2024-03-26 00:50:54.570119647 +0000 UTC m=+0.197794763 image pull c79b7d22eba0ca0551a7519c85059a84a32ed4aad341124efdd3f51ddf6fb6cd quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1 2024-03-26T00:50:55.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:50:54 smithi060 ceph-mon[29441]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:50:55.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 podman[33192]: 2024-03-26 00:50:55.05774763 +0000 UTC m=+0.685422738 container init 6fe3caba1e1f5d57423b02ae6b38bf4a596b53457ce8c919932f9ae7f9c97ed3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-c, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, org.label-schema.build-date=20240319, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-03-26T00:50:55.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 podman[33192]: 2024-03-26 00:50:55.062025702 +0000 UTC m=+0.689700818 container start 6fe3caba1e1f5d57423b02ae6b38bf4a596b53457ce8c919932f9ae7f9c97ed3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-c, GIT_CLEAN=True, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240319, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-03-26T00:50:55.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: set uid:gid to 167:167 (ceph:ceph) 2024-03-26T00:50:55.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: ceph version 19.0.0-2416-g4354a201 (4354a20109fd25703f6611a1a8f196608a256149) squid (dev), process ceph-mon, pid 2 2024-03-26T00:50:55.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: pidfile_write: ignore empty --pid-file 2024-03-26T00:50:55.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: load: jerasure load: lrc 2024-03-26T00:50:55.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: RocksDB version: 7.9.2 2024-03-26T00:50:55.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Git sha 0 2024-03-26T00:50:55.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Compile date 2024-03-25 18:29:28 2024-03-26T00:50:55.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: DB SUMMARY 2024-03-26T00:50:55.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: DB Session ID: 3JXM9DG6TNMVCAICDU3Z 2024-03-26T00:50:55.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: CURRENT file: CURRENT 2024-03-26T00:50:55.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: IDENTITY file: IDENTITY 2024-03-26T00:50:55.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-03-26T00:50:55.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-03-26T00:50:55.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-03-26T00:50:55.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.error_if_exists: 0 2024-03-26T00:50:55.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.create_if_missing: 0 2024-03-26T00:50:55.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.paranoid_checks: 1 2024-03-26T00:50:55.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.flush_verify_memtable_count: 1 2024-03-26T00:50:55.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-26T00:50:55.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-26T00:50:55.488 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.env: 0x562f049a4c60 2024-03-26T00:50:55.488 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.fs: PosixFileSystem 2024-03-26T00:50:55.488 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.info_log: 0x562f06ab9ae0 2024-03-26T00:50:55.488 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.max_file_opening_threads: 16 2024-03-26T00:50:55.488 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.statistics: (nil) 2024-03-26T00:50:55.488 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.use_fsync: 0 2024-03-26T00:50:55.488 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.max_log_file_size: 0 2024-03-26T00:50:55.488 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-26T00:50:55.488 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.log_file_time_to_roll: 0 2024-03-26T00:50:55.488 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.keep_log_file_num: 1000 2024-03-26T00:50:55.488 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.recycle_log_file_num: 0 2024-03-26T00:50:55.488 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.allow_fallocate: 1 2024-03-26T00:50:55.488 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.allow_mmap_reads: 0 2024-03-26T00:50:55.489 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.allow_mmap_writes: 0 2024-03-26T00:50:55.489 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.use_direct_reads: 0 2024-03-26T00:50:55.489 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-26T00:50:55.489 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.create_missing_column_families: 0 2024-03-26T00:50:55.489 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.db_log_dir: 2024-03-26T00:50:55.489 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.wal_dir: 2024-03-26T00:50:55.489 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.table_cache_numshardbits: 6 2024-03-26T00:50:55.489 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.WAL_ttl_seconds: 0 2024-03-26T00:50:55.489 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.WAL_size_limit_MB: 0 2024-03-26T00:50:55.489 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-26T00:50:55.489 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-26T00:50:55.489 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.is_fd_close_on_exec: 1 2024-03-26T00:50:55.490 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.advise_random_on_open: 1 2024-03-26T00:50:55.490 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.db_write_buffer_size: 0 2024-03-26T00:50:55.490 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.write_buffer_manager: 0x562f06a8a1e0 2024-03-26T00:50:55.490 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-26T00:50:55.490 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-26T00:50:55.490 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.use_adaptive_mutex: 0 2024-03-26T00:50:55.490 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.rate_limiter: (nil) 2024-03-26T00:50:55.490 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-26T00:50:55.490 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.wal_recovery_mode: 2 2024-03-26T00:50:55.490 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.enable_thread_tracking: 0 2024-03-26T00:50:55.490 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.enable_pipelined_write: 0 2024-03-26T00:50:55.490 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.unordered_write: 0 2024-03-26T00:50:55.491 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-26T00:50:55.491 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-26T00:50:55.491 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-26T00:50:55.491 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-26T00:50:55.491 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.row_cache: None 2024-03-26T00:50:55.491 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.wal_filter: None 2024-03-26T00:50:55.491 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-26T00:50:55.491 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.allow_ingest_behind: 0 2024-03-26T00:50:55.491 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.two_write_queues: 0 2024-03-26T00:50:55.491 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.manual_wal_flush: 0 2024-03-26T00:50:55.491 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.wal_compression: 0 2024-03-26T00:50:55.491 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.atomic_flush: 0 2024-03-26T00:50:55.492 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-26T00:50:55.492 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.persist_stats_to_disk: 0 2024-03-26T00:50:55.492 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.write_dbid_to_manifest: 0 2024-03-26T00:50:55.492 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.log_readahead_size: 0 2024-03-26T00:50:55.492 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-26T00:50:55.492 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.best_efforts_recovery: 0 2024-03-26T00:50:55.492 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-26T00:50:55.492 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-26T00:50:55.492 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.allow_data_in_errors: 0 2024-03-26T00:50:55.492 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.db_host_id: __hostname__ 2024-03-26T00:50:55.492 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.enforce_single_del_contracts: true 2024-03-26T00:50:55.492 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.max_background_jobs: 2 2024-03-26T00:50:55.492 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.max_background_compactions: -1 2024-03-26T00:50:55.493 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.max_subcompactions: 1 2024-03-26T00:50:55.493 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-26T00:50:55.493 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-26T00:50:55.493 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.delayed_write_rate : 16777216 2024-03-26T00:50:55.493 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.max_total_wal_size: 0 2024-03-26T00:50:55.493 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-26T00:50:55.493 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.stats_dump_period_sec: 600 2024-03-26T00:50:55.493 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.stats_persist_period_sec: 600 2024-03-26T00:50:55.493 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-26T00:50:55.493 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.max_open_files: -1 2024-03-26T00:50:55.493 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.bytes_per_sync: 0 2024-03-26T00:50:55.493 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.wal_bytes_per_sync: 0 2024-03-26T00:50:55.493 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.strict_bytes_per_sync: 0 2024-03-26T00:50:55.493 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.compaction_readahead_size: 0 2024-03-26T00:50:55.493 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.max_background_flushes: -1 2024-03-26T00:50:55.494 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Compression algorithms supported: 2024-03-26T00:50:55.494 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-26T00:50:55.494 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: kZSTD supported: 0 2024-03-26T00:50:55.494 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: kXpressCompression supported: 0 2024-03-26T00:50:55.494 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: kLZ4HCCompression supported: 1 2024-03-26T00:50:55.494 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: kZlibCompression supported: 1 2024-03-26T00:50:55.494 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: kSnappyCompression supported: 1 2024-03-26T00:50:55.494 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: kLZ4Compression supported: 1 2024-03-26T00:50:55.494 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: kBZip2Compression supported: 0 2024-03-26T00:50:55.494 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Fast CRC32 supported: Supported on x86 2024-03-26T00:50:55.494 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: DMutex implementation: pthread_mutex_t 2024-03-26T00:50:55.494 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-03-26T00:50:55.495 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-26T00:50:55.495 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-26T00:50:55.495 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.merge_operator: 2024-03-26T00:50:55.495 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.compaction_filter: None 2024-03-26T00:50:55.495 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.compaction_filter_factory: None 2024-03-26T00:50:55.495 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.sst_partitioner_factory: None 2024-03-26T00:50:55.495 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.memtable_factory: SkipListFactory 2024-03-26T00:50:55.495 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.table_factory: BlockBasedTable 2024-03-26T00:50:55.495 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562f06ab9be0) 2024-03-26T00:50:55.495 INFO:journalctl@ceph.mon.c.smithi105.stdout: cache_index_and_filter_blocks: 1 2024-03-26T00:50:55.495 INFO:journalctl@ceph.mon.c.smithi105.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-26T00:50:55.495 INFO:journalctl@ceph.mon.c.smithi105.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-26T00:50:55.495 INFO:journalctl@ceph.mon.c.smithi105.stdout: pin_top_level_index_and_filter: 1 2024-03-26T00:50:55.495 INFO:journalctl@ceph.mon.c.smithi105.stdout: index_type: 0 2024-03-26T00:50:55.496 INFO:journalctl@ceph.mon.c.smithi105.stdout: data_block_index_type: 0 2024-03-26T00:50:55.496 INFO:journalctl@ceph.mon.c.smithi105.stdout: index_shortening: 1 2024-03-26T00:50:55.496 INFO:journalctl@ceph.mon.c.smithi105.stdout: data_block_hash_table_util_ratio: 0.750000 2024-03-26T00:50:55.496 INFO:journalctl@ceph.mon.c.smithi105.stdout: checksum: 4 2024-03-26T00:50:55.496 INFO:journalctl@ceph.mon.c.smithi105.stdout: no_block_cache: 0 2024-03-26T00:50:55.496 INFO:journalctl@ceph.mon.c.smithi105.stdout: block_cache: 0x562f06abd090 2024-03-26T00:50:55.496 INFO:journalctl@ceph.mon.c.smithi105.stdout: block_cache_name: BinnedLRUCache 2024-03-26T00:50:55.496 INFO:journalctl@ceph.mon.c.smithi105.stdout: block_cache_options: 2024-03-26T00:50:55.496 INFO:journalctl@ceph.mon.c.smithi105.stdout: capacity : 536870912 2024-03-26T00:50:55.496 INFO:journalctl@ceph.mon.c.smithi105.stdout: num_shard_bits : 4 2024-03-26T00:50:55.496 INFO:journalctl@ceph.mon.c.smithi105.stdout: strict_capacity_limit : 0 2024-03-26T00:50:55.496 INFO:journalctl@ceph.mon.c.smithi105.stdout: high_pri_pool_ratio: 0.000 2024-03-26T00:50:55.496 INFO:journalctl@ceph.mon.c.smithi105.stdout: block_cache_compressed: (nil) 2024-03-26T00:50:55.496 INFO:journalctl@ceph.mon.c.smithi105.stdout: persistent_cache: (nil) 2024-03-26T00:50:55.497 INFO:journalctl@ceph.mon.c.smithi105.stdout: block_size: 4096 2024-03-26T00:50:55.497 INFO:journalctl@ceph.mon.c.smithi105.stdout: block_size_deviation: 10 2024-03-26T00:50:55.497 INFO:journalctl@ceph.mon.c.smithi105.stdout: block_restart_interval: 16 2024-03-26T00:50:55.497 INFO:journalctl@ceph.mon.c.smithi105.stdout: index_block_restart_interval: 1 2024-03-26T00:50:55.497 INFO:journalctl@ceph.mon.c.smithi105.stdout: metadata_block_size: 4096 2024-03-26T00:50:55.497 INFO:journalctl@ceph.mon.c.smithi105.stdout: partition_filters: 0 2024-03-26T00:50:55.497 INFO:journalctl@ceph.mon.c.smithi105.stdout: use_delta_encoding: 1 2024-03-26T00:50:55.497 INFO:journalctl@ceph.mon.c.smithi105.stdout: filter_policy: bloomfilter 2024-03-26T00:50:55.497 INFO:journalctl@ceph.mon.c.smithi105.stdout: whole_key_filtering: 1 2024-03-26T00:50:55.497 INFO:journalctl@ceph.mon.c.smithi105.stdout: verify_compression: 0 2024-03-26T00:50:55.497 INFO:journalctl@ceph.mon.c.smithi105.stdout: read_amp_bytes_per_bit: 0 2024-03-26T00:50:55.497 INFO:journalctl@ceph.mon.c.smithi105.stdout: format_version: 5 2024-03-26T00:50:55.497 INFO:journalctl@ceph.mon.c.smithi105.stdout: enable_index_compression: 1 2024-03-26T00:50:55.497 INFO:journalctl@ceph.mon.c.smithi105.stdout: block_align: 0 2024-03-26T00:50:55.498 INFO:journalctl@ceph.mon.c.smithi105.stdout: max_auto_readahead_size: 262144 2024-03-26T00:50:55.498 INFO:journalctl@ceph.mon.c.smithi105.stdout: prepopulate_block_cache: 0 2024-03-26T00:50:55.498 INFO:journalctl@ceph.mon.c.smithi105.stdout: initial_auto_readahead_size: 8192 2024-03-26T00:50:55.499 INFO:journalctl@ceph.mon.c.smithi105.stdout: num_file_reads_for_auto_readahead: 2 2024-03-26T00:50:55.499 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.write_buffer_size: 33554432 2024-03-26T00:50:55.499 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.max_write_buffer_number: 2 2024-03-26T00:50:55.499 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.compression: NoCompression 2024-03-26T00:50:55.499 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.bottommost_compression: Disabled 2024-03-26T00:50:55.499 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.prefix_extractor: nullptr 2024-03-26T00:50:55.499 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-26T00:50:55.500 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.num_levels: 7 2024-03-26T00:50:55.500 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-26T00:50:55.500 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-26T00:50:55.500 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-26T00:50:55.500 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-26T00:50:55.500 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-26T00:50:55.500 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-26T00:50:55.500 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-26T00:50:55.500 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-26T00:50:55.500 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-26T00:50:55.500 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-26T00:50:55.500 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-26T00:50:55.500 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-26T00:50:55.500 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.compression_opts.window_bits: -14 2024-03-26T00:50:55.501 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.compression_opts.level: 32767 2024-03-26T00:50:55.501 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.compression_opts.strategy: 0 2024-03-26T00:50:55.501 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-26T00:50:55.501 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-26T00:50:55.501 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-26T00:50:55.501 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-26T00:50:55.501 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.compression_opts.enabled: false 2024-03-26T00:50:55.501 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-26T00:50:55.501 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-26T00:50:55.501 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-26T00:50:55.501 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-26T00:50:55.501 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.target_file_size_base: 67108864 2024-03-26T00:50:55.501 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.target_file_size_multiplier: 1 2024-03-26T00:50:55.501 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-26T00:50:55.502 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-26T00:50:55.502 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-26T00:50:55.502 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-26T00:50:55.502 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-26T00:50:55.502 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-26T00:50:55.502 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-26T00:50:55.502 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-26T00:50:55.502 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-26T00:50:55.502 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-26T00:50:55.502 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-26T00:50:55.502 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-26T00:50:55.502 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-26T00:50:55.502 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.arena_block_size: 1048576 2024-03-26T00:50:55.503 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-26T00:50:55.503 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-26T00:50:55.503 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.disable_auto_compactions: 0 2024-03-26T00:50:55.503 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-26T00:50:55.503 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-26T00:50:55.503 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-26T00:50:55.503 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-26T00:50:55.503 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-26T00:50:55.503 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-26T00:50:55.503 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-26T00:50:55.503 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-26T00:50:55.503 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-26T00:50:55.503 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-26T00:50:55.504 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.table_properties_collectors: 2024-03-26T00:50:55.504 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.inplace_update_support: 0 2024-03-26T00:50:55.504 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.inplace_update_num_locks: 10000 2024-03-26T00:50:55.504 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-26T00:50:55.504 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-26T00:50:55.504 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.memtable_huge_page_size: 0 2024-03-26T00:50:55.504 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.bloom_locality: 0 2024-03-26T00:50:55.504 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.max_successive_merges: 0 2024-03-26T00:50:55.504 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.optimize_filters_for_hits: 0 2024-03-26T00:50:55.504 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.paranoid_file_checks: 0 2024-03-26T00:50:55.504 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.force_consistency_checks: 1 2024-03-26T00:50:55.504 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.report_bg_io_stats: 0 2024-03-26T00:50:55.504 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.ttl: 2592000 2024-03-26T00:50:55.505 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.periodic_compaction_seconds: 0 2024-03-26T00:50:55.505 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-26T00:50:55.505 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-26T00:50:55.505 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.enable_blob_files: false 2024-03-26T00:50:55.505 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.min_blob_size: 0 2024-03-26T00:50:55.505 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.blob_file_size: 268435456 2024-03-26T00:50:55.505 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.blob_compression_type: NoCompression 2024-03-26T00:50:55.505 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.enable_blob_garbage_collection: false 2024-03-26T00:50:55.505 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-26T00:50:55.505 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-26T00:50:55.505 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-26T00:50:55.505 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.blob_file_starting_level: 0 2024-03-26T00:50:55.505 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-26T00:50:55.506 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-26T00:50:55.506 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-26T00:50:55.506 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: dd93498b-12f5-422f-8319-c014bcb711ee 2024-03-26T00:50:55.506 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: EVENT_LOG_v1 {"time_micros": 1711414255091323, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-26T00:50:55.506 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-03-26T00:50:55.506 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: EVENT_LOG_v1 {"time_micros": 1711414255091739, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1711414255, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "dd93498b-12f5-422f-8319-c014bcb711ee", "db_session_id": "3JXM9DG6TNMVCAICDU3Z", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-03-26T00:50:55.506 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: EVENT_LOG_v1 {"time_micros": 1711414255091817, "job": 1, "event": "recovery_finished"} 2024-03-26T00:50:55.506 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-03-26T00:50:55.506 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-26T00:50:55.506 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x562f06bac000 2024-03-26T00:50:55.506 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: DB pointer 0x562f06b96000 2024-03-26T00:50:55.506 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-26T00:50:55.506 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-26T00:50:55.507 INFO:journalctl@ceph.mon.c.smithi105.stdout: ** DB Stats ** 2024-03-26T00:50:55.507 INFO:journalctl@ceph.mon.c.smithi105.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T00:50:55.507 INFO:journalctl@ceph.mon.c.smithi105.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-26T00:50:55.507 INFO:journalctl@ceph.mon.c.smithi105.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T00:50:55.507 INFO:journalctl@ceph.mon.c.smithi105.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T00:50:55.507 INFO:journalctl@ceph.mon.c.smithi105.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-26T00:50:55.507 INFO:journalctl@ceph.mon.c.smithi105.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T00:50:55.507 INFO:journalctl@ceph.mon.c.smithi105.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T00:50:55.507 INFO:journalctl@ceph.mon.c.smithi105.stdout: 2024-03-26T00:50:55.507 INFO:journalctl@ceph.mon.c.smithi105.stdout: ** Compaction Stats [default] ** 2024-03-26T00:50:55.507 INFO:journalctl@ceph.mon.c.smithi105.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-26T00:50:55.507 INFO:journalctl@ceph.mon.c.smithi105.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-26T00:50:55.507 INFO:journalctl@ceph.mon.c.smithi105.stdout: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-26T00:50:55.507 INFO:journalctl@ceph.mon.c.smithi105.stdout: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-26T00:50:55.508 INFO:journalctl@ceph.mon.c.smithi105.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-26T00:50:55.508 INFO:journalctl@ceph.mon.c.smithi105.stdout: 2024-03-26T00:50:55.508 INFO:journalctl@ceph.mon.c.smithi105.stdout: ** Compaction Stats [default] ** 2024-03-26T00:50:55.508 INFO:journalctl@ceph.mon.c.smithi105.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-26T00:50:55.508 INFO:journalctl@ceph.mon.c.smithi105.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-26T00:50:55.508 INFO:journalctl@ceph.mon.c.smithi105.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-26T00:50:55.508 INFO:journalctl@ceph.mon.c.smithi105.stdout: 2024-03-26T00:50:55.508 INFO:journalctl@ceph.mon.c.smithi105.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-26T00:50:55.508 INFO:journalctl@ceph.mon.c.smithi105.stdout: 2024-03-26T00:50:55.508 INFO:journalctl@ceph.mon.c.smithi105.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T00:50:55.508 INFO:journalctl@ceph.mon.c.smithi105.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-03-26T00:50:55.508 INFO:journalctl@ceph.mon.c.smithi105.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-26T00:50:55.508 INFO:journalctl@ceph.mon.c.smithi105.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-03-26T00:50:55.508 INFO:journalctl@ceph.mon.c.smithi105.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-03-26T00:50:55.509 INFO:journalctl@ceph.mon.c.smithi105.stdout: AddFile(Keys): cumulative 0, interval 0 2024-03-26T00:50:55.509 INFO:journalctl@ceph.mon.c.smithi105.stdout: Cumulative compaction: 0.00 GB write, 0.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T00:50:55.509 INFO:journalctl@ceph.mon.c.smithi105.stdout: Interval compaction: 0.00 GB write, 0.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T00:50:55.509 INFO:journalctl@ceph.mon.c.smithi105.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-26T00:50:55.509 INFO:journalctl@ceph.mon.c.smithi105.stdout: Block cache BinnedLRUCache@0x562f06abd090#2 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-03-26T00:50:55.509 INFO:journalctl@ceph.mon.c.smithi105.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-03-26T00:50:55.509 INFO:journalctl@ceph.mon.c.smithi105.stdout: 2024-03-26T00:50:55.509 INFO:journalctl@ceph.mon.c.smithi105.stdout: ** File Read Latency Histogram By Level [default] ** 2024-03-26T00:50:55.509 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-03-26T00:50:55.509 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: using public_addr v2:172.21.15.105:0/0 -> [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] 2024-03-26T00:50:55.509 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: starting mon.c rank -1 at public addrs [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] at bind addrs [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:50:55.509 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: mon.c@-1(???) e0 preinit fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:50:55.509 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: mon.c@-1(synchronizing).mds e1 new map 2024-03-26T00:50:55.509 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: mon.c@-1(synchronizing).mds e1 print_map 2024-03-26T00:50:55.510 INFO:journalctl@ceph.mon.c.smithi105.stdout: e1 2024-03-26T00:50:55.510 INFO:journalctl@ceph.mon.c.smithi105.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-03-26T00:50:55.510 INFO:journalctl@ceph.mon.c.smithi105.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-03-26T00:50:55.510 INFO:journalctl@ceph.mon.c.smithi105.stdout: legacy client fscid: -1 2024-03-26T00:50:55.510 INFO:journalctl@ceph.mon.c.smithi105.stdout: 2024-03-26T00:50:55.510 INFO:journalctl@ceph.mon.c.smithi105.stdout: No filesystems configured 2024-03-26T00:50:55.510 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-26T00:50:55.510 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-03-26T00:50:55.510 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-26T00:50:55.510 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-26T00:50:55.510 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-26T00:50:55.510 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-26T00:50:55.510 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-26T00:50:55.511 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T00:50:55.511 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T00:50:55.511 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T00:50:55.511 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:50:55.511 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:55.511 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:50:55.511 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:50:55.511 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:50:55.511 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi105", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:50:55.511 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:55.511 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:55.511 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:55.511 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:55.511 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:50:55.512 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:50:55.512 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:50:55.512 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: Updating smithi079:/etc/ceph/ceph.conf 2024-03-26T00:50:55.512 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: Updating smithi079:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:50:55.512 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:50:55.512 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: Deploying cephadm binary to smithi105 2024-03-26T00:50:55.512 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: Updating smithi079:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:50:55.512 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:55.512 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:55.512 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:55.512 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:50:55.512 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:50:55.512 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:55.512 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: Added host smithi105 2024-03-26T00:50:55.512 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:50:55.513 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:55.513 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:55.513 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:50:55.513 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:55.513 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:50:55.513 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:50:55.513 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='client.? 172.21.15.60:0/2224046222' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-26T00:50:55.513 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:55.513 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:55.513 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:55.513 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:55.513 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:50:55.513 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:50:55.513 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:50:55.514 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:50:55.514 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: Updating smithi105:/etc/ceph/ceph.conf 2024-03-26T00:50:55.514 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='client.? 172.21.15.60:0/2224046222' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-26T00:50:55.514 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: osdmap e4: 0 total, 0 up, 0 in 2024-03-26T00:50:55.514 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: Updating smithi105:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:50:55.514 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:55.514 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:55.514 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:55.514 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:50:55.514 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: Updating smithi105:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:50:55.514 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:50:55.514 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:55.514 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:50:55.514 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:50:55.515 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:50:55.515 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:50:55.515 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:50:55.515 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:50:55.515 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi060:172.21.15.60=a;smithi079:172.21.15.79=b;smithi105:172.21.15.105=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:50:55.515 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: Saving service mon spec with placement smithi060:172.21.15.60=a;smithi079:172.21.15.79=b;smithi105:172.21.15.105=c;count:3 2024-03-26T00:50:55.515 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: Deploying daemon mon.c on smithi105 2024-03-26T00:50:55.515 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:50:55.515 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:50:55.515 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 ceph-mon[33237]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-03-26T00:50:55.515 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 bash[33192]: 6fe3caba1e1f5d57423b02ae6b38bf4a596b53457ce8c919932f9ae7f9c97ed3 2024-03-26T00:50:55.515 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:50:55 smithi105 systemd[1]: Started Ceph mon.c for 85faf3d2-eb0a-11ee-95d0-87774f69a715. 2024-03-26T00:51:00.163 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:51:00.163 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":2,"fsid":"85faf3d2-eb0a-11ee-95d0-87774f69a715","modified":"2024-03-26T00:50:55.114422Z","created":"2024-03-26T00:49:07.445584Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:3300","nonce":0},{"type":"v1","addr":"172.21.15.105:6789","nonce":0}]},"addr":"172.21.15.105:6789/0","public_addr":"172.21.15.105:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-26T00:51:00.165 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 2 2024-03-26T00:51:00.478 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:51:00.478 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:51:00.478 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: mon.a calling monitor election 2024-03-26T00:51:00.478 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:00.478 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: from='client.? 172.21.15.105:0/3613589502' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T00:51:00.478 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:51:00.478 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:51:00.478 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: mon.c calling monitor election 2024-03-26T00:51:00.478 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:00.478 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:51:00.479 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:51:00.479 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:00.479 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:51:00.479 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T00:51:00.479 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: monmap epoch 2 2024-03-26T00:51:00.479 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:51:00.479 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: last_changed 2024-03-26T00:50:55.114422+0000 2024-03-26T00:51:00.479 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: created 2024-03-26T00:49:07.445584+0000 2024-03-26T00:51:00.479 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: min_mon_release 19 (squid) 2024-03-26T00:51:00.479 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: election_strategy: 1 2024-03-26T00:51:00.479 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-03-26T00:51:00.479 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: 1: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.c 2024-03-26T00:51:00.479 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: fsmap 2024-03-26T00:51:00.480 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: osdmap e4: 0 total, 0 up, 0 in 2024-03-26T00:51:00.480 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: mgrmap e13: a(active, since 50s) 2024-03-26T00:51:00.480 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: overall HEALTH_OK 2024-03-26T00:51:00.480 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:00.480 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:00.480 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:00.480 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:51:00.480 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:00 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:00.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:51:00.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:51:00.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: mon.a calling monitor election 2024-03-26T00:51:00.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:00.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: from='client.? 172.21.15.105:0/3613589502' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T00:51:00.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:51:00.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:51:00.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: mon.c calling monitor election 2024-03-26T00:51:00.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:00.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:51:00.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:51:00.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:00.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:51:00.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T00:51:00.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: monmap epoch 2 2024-03-26T00:51:00.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:51:00.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: last_changed 2024-03-26T00:50:55.114422+0000 2024-03-26T00:51:00.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: created 2024-03-26T00:49:07.445584+0000 2024-03-26T00:51:00.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: min_mon_release 19 (squid) 2024-03-26T00:51:00.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: election_strategy: 1 2024-03-26T00:51:00.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-03-26T00:51:00.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: 1: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.c 2024-03-26T00:51:00.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: fsmap 2024-03-26T00:51:00.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: osdmap e4: 0 total, 0 up, 0 in 2024-03-26T00:51:00.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: mgrmap e13: a(active, since 50s) 2024-03-26T00:51:00.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: overall HEALTH_OK 2024-03-26T00:51:00.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:00.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:00.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:00.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:51:00.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:00 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:01.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:01 smithi105 ceph-mon[33237]: Deploying daemon mon.b on smithi079 2024-03-26T00:51:01.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:01 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:51:01.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:01 smithi060 ceph-mon[29441]: Deploying daemon mon.b on smithi079 2024-03-26T00:51:01.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:01 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:51:01.801 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-26T00:51:01.802 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph mon dump -f json 2024-03-26T00:51:02.046 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T00:51:02.404 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:02 smithi105 ceph-mon[33237]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:02.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:02 smithi060 ceph-mon[29441]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:03.911 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:51:03.911 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":2,"fsid":"85faf3d2-eb0a-11ee-95d0-87774f69a715","modified":"2024-03-26T00:50:55.114422Z","created":"2024-03-26T00:49:07.445584Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:3300","nonce":0},{"type":"v1","addr":"172.21.15.105:6789","nonce":0}]},"addr":"172.21.15.105:6789/0","public_addr":"172.21.15.105:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-26T00:51:03.913 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 2 2024-03-26T00:51:04.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:04 smithi079 systemd[1]: Started Ceph mon.b for 85faf3d2-eb0a-11ee-95d0-87774f69a715. 2024-03-26T00:51:05.470 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-26T00:51:05.470 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph mon dump -f json 2024-03-26T00:51:05.711 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T00:51:09.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:09.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:51:09.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: mon.c calling monitor election 2024-03-26T00:51:09.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: mon.a calling monitor election 2024-03-26T00:51:09.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:51:09.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:51:09.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:51:09.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:09.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:51:09.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:51:09.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:09.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:51:09.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:51:09.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T00:51:09.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: monmap epoch 3 2024-03-26T00:51:09.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:51:09.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: last_changed 2024-03-26T00:51:04.059954+0000 2024-03-26T00:51:09.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: created 2024-03-26T00:49:07.445584+0000 2024-03-26T00:51:09.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: min_mon_release 19 (squid) 2024-03-26T00:51:09.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: election_strategy: 1 2024-03-26T00:51:09.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-03-26T00:51:09.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: 1: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.c 2024-03-26T00:51:09.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: 2: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.b 2024-03-26T00:51:09.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: fsmap 2024-03-26T00:51:09.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: osdmap e4: 0 total, 0 up, 0 in 2024-03-26T00:51:09.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: mgrmap e13: a(active, since 59s) 2024-03-26T00:51:09.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-26T00:51:09.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-26T00:51:09.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-26T00:51:09.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: mon.b (rank 2) addr [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] is down (out of quorum) 2024-03-26T00:51:09.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:09.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:09.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:09.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:09 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:09.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:09.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:51:09.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: mon.c calling monitor election 2024-03-26T00:51:09.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: mon.a calling monitor election 2024-03-26T00:51:09.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:51:09.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:51:09.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:51:09.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:09.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:51:09.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:51:09.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:09.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:51:09.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:51:09.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T00:51:09.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: monmap epoch 3 2024-03-26T00:51:09.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:51:09.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: last_changed 2024-03-26T00:51:04.059954+0000 2024-03-26T00:51:09.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: created 2024-03-26T00:49:07.445584+0000 2024-03-26T00:51:09.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: min_mon_release 19 (squid) 2024-03-26T00:51:09.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: election_strategy: 1 2024-03-26T00:51:09.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-03-26T00:51:09.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: 1: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.c 2024-03-26T00:51:09.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: 2: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.b 2024-03-26T00:51:09.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: fsmap 2024-03-26T00:51:09.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: osdmap e4: 0 total, 0 up, 0 in 2024-03-26T00:51:09.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: mgrmap e13: a(active, since 59s) 2024-03-26T00:51:09.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-26T00:51:09.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-26T00:51:09.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-26T00:51:09.612 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: mon.b (rank 2) addr [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] is down (out of quorum) 2024-03-26T00:51:09.613 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:09.613 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:09.613 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:09.613 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:09 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:10.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:10 smithi105 ceph-mon[33237]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:10.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:10 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:10.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:10 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:51:10.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:10 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:51:10.511 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-26T00:51:10.511 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":3,"fsid":"85faf3d2-eb0a-11ee-95d0-87774f69a715","modified":"2024-03-26T00:51:04.059954Z","created":"2024-03-26T00:49:07.445584Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:3300","nonce":0},{"type":"v1","addr":"172.21.15.105:6789","nonce":0}]},"addr":"172.21.15.105:6789/0","public_addr":"172.21.15.105:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-26T00:51:10.513 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 3 2024-03-26T00:51:10.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:10 smithi060 ceph-mon[29441]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:10.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:10 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:10.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:10 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:51:10.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:10 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:51:11.234 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-26T00:51:11.234 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph config generate-minimal-conf 2024-03-26T00:51:11.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:11.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:51:11.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: mon.c calling monitor election 2024-03-26T00:51:11.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: mon.a calling monitor election 2024-03-26T00:51:11.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:51:11.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:51:11.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:51:11.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:11.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:51:11.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:51:11.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:11.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:51:11.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:51:11.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T00:51:11.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: monmap epoch 3 2024-03-26T00:51:11.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:51:11.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: last_changed 2024-03-26T00:51:04.059954+0000 2024-03-26T00:51:11.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: created 2024-03-26T00:49:07.445584+0000 2024-03-26T00:51:11.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: min_mon_release 19 (squid) 2024-03-26T00:51:11.441 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: election_strategy: 1 2024-03-26T00:51:11.441 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-03-26T00:51:11.441 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: 1: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.c 2024-03-26T00:51:11.441 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: 2: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.b 2024-03-26T00:51:11.441 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: fsmap 2024-03-26T00:51:11.441 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: osdmap e4: 0 total, 0 up, 0 in 2024-03-26T00:51:11.441 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: mgrmap e13: a(active, since 59s) 2024-03-26T00:51:11.441 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-26T00:51:11.441 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-26T00:51:11.441 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-26T00:51:11.441 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: mon.b (rank 2) addr [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] is down (out of quorum) 2024-03-26T00:51:11.441 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:11.442 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:11.442 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:11.442 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:11.442 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:11.442 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:11.442 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:51:11.442 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:51:11.480 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:51:12.289 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: mon.b calling monitor election 2024-03-26T00:51:12.289 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: Updating smithi060:/etc/ceph/ceph.conf 2024-03-26T00:51:12.289 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: Updating smithi079:/etc/ceph/ceph.conf 2024-03-26T00:51:12.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: Updating smithi105:/etc/ceph/ceph.conf 2024-03-26T00:51:12.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: Updating smithi079:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:51:12.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: Updating smithi060:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:51:12.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: Updating smithi105:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:51:12.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: mon.b calling monitor election 2024-03-26T00:51:12.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:12.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: mon.c calling monitor election 2024-03-26T00:51:12.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: mon.a calling monitor election 2024-03-26T00:51:12.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-26T00:51:12.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: monmap epoch 3 2024-03-26T00:51:12.290 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:51:12.291 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: last_changed 2024-03-26T00:51:04.059954+0000 2024-03-26T00:51:12.291 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: created 2024-03-26T00:49:07.445584+0000 2024-03-26T00:51:12.291 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: min_mon_release 19 (squid) 2024-03-26T00:51:12.291 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: election_strategy: 1 2024-03-26T00:51:12.291 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-03-26T00:51:12.291 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: 1: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.c 2024-03-26T00:51:12.291 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: 2: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.b 2024-03-26T00:51:12.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: fsmap 2024-03-26T00:51:12.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: osdmap e4: 0 total, 0 up, 0 in 2024-03-26T00:51:12.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: mgrmap e13: a(active, since 61s) 2024-03-26T00:51:12.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-26T00:51:12.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: Cluster is now healthy 2024-03-26T00:51:12.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: overall HEALTH_OK 2024-03-26T00:51:12.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:12.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:12.293 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:12.293 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:12.293 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:12.293 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:51:12.293 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T00:51:12.293 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:12.293 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:12 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:51:12.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: mon.b calling monitor election 2024-03-26T00:51:12.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: Updating smithi060:/etc/ceph/ceph.conf 2024-03-26T00:51:12.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: Updating smithi079:/etc/ceph/ceph.conf 2024-03-26T00:51:12.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: Updating smithi105:/etc/ceph/ceph.conf 2024-03-26T00:51:12.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: Updating smithi079:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:51:12.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: Updating smithi060:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:51:12.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: Updating smithi105:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:51:12.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: mon.b calling monitor election 2024-03-26T00:51:12.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:12.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: mon.c calling monitor election 2024-03-26T00:51:12.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: mon.a calling monitor election 2024-03-26T00:51:12.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-26T00:51:12.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: monmap epoch 3 2024-03-26T00:51:12.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:51:12.441 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: last_changed 2024-03-26T00:51:04.059954+0000 2024-03-26T00:51:12.441 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: created 2024-03-26T00:49:07.445584+0000 2024-03-26T00:51:12.441 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: min_mon_release 19 (squid) 2024-03-26T00:51:12.441 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: election_strategy: 1 2024-03-26T00:51:12.441 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-03-26T00:51:12.441 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: 1: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.c 2024-03-26T00:51:12.441 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: 2: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.b 2024-03-26T00:51:12.441 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: fsmap 2024-03-26T00:51:12.441 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: osdmap e4: 0 total, 0 up, 0 in 2024-03-26T00:51:12.441 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: mgrmap e13: a(active, since 61s) 2024-03-26T00:51:12.441 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-26T00:51:12.441 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: Cluster is now healthy 2024-03-26T00:51:12.441 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: overall HEALTH_OK 2024-03-26T00:51:12.441 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:12.442 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:12.442 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:12.442 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:12.442 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:12.442 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:51:12.442 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T00:51:12.442 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:12.442 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:12 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:51:12.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: mon.b calling monitor election 2024-03-26T00:51:12.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: Updating smithi060:/etc/ceph/ceph.conf 2024-03-26T00:51:12.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: Updating smithi079:/etc/ceph/ceph.conf 2024-03-26T00:51:12.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: Updating smithi105:/etc/ceph/ceph.conf 2024-03-26T00:51:12.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: Updating smithi079:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:51:12.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: Updating smithi060:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:51:12.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: Updating smithi105:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:51:12.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: mon.b calling monitor election 2024-03-26T00:51:12.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:12.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: mon.c calling monitor election 2024-03-26T00:51:12.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: mon.a calling monitor election 2024-03-26T00:51:12.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-26T00:51:12.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: monmap epoch 3 2024-03-26T00:51:12.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:51:12.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: last_changed 2024-03-26T00:51:04.059954+0000 2024-03-26T00:51:12.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: created 2024-03-26T00:49:07.445584+0000 2024-03-26T00:51:12.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: min_mon_release 19 (squid) 2024-03-26T00:51:12.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: election_strategy: 1 2024-03-26T00:51:12.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.a 2024-03-26T00:51:12.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: 1: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.c 2024-03-26T00:51:12.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: 2: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.b 2024-03-26T00:51:12.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: fsmap 2024-03-26T00:51:12.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: osdmap e4: 0 total, 0 up, 0 in 2024-03-26T00:51:12.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: mgrmap e13: a(active, since 61s) 2024-03-26T00:51:12.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-26T00:51:12.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: Cluster is now healthy 2024-03-26T00:51:12.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: overall HEALTH_OK 2024-03-26T00:51:12.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:12.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:12.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:12.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:12.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:12.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:51:12.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T00:51:12.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:12.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:12 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:51:13.169 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:13 smithi060 ceph-mon[29441]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:13.169 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:13 smithi060 ceph-mon[29441]: Reconfiguring mon.a (unknown last config time)... 2024-03-26T00:51:13.169 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:13 smithi060 ceph-mon[29441]: Reconfiguring daemon mon.a on smithi060 2024-03-26T00:51:13.170 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:51:13 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:51:13.060+0000 7feb93a11700 -1 mgr.server handle_report got status from non-daemon mon.b 2024-03-26T00:51:13.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:13 smithi079 ceph-mon[33503]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:13.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:13 smithi079 ceph-mon[33503]: Reconfiguring mon.a (unknown last config time)... 2024-03-26T00:51:13.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:13 smithi079 ceph-mon[33503]: Reconfiguring daemon mon.a on smithi060 2024-03-26T00:51:13.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:13 smithi105 ceph-mon[33237]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:13.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:13 smithi105 ceph-mon[33237]: Reconfiguring mon.a (unknown last config time)... 2024-03-26T00:51:13.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:13 smithi105 ceph-mon[33237]: Reconfiguring daemon mon.a on smithi060 2024-03-26T00:51:14.218 INFO:teuthology.orchestra.run.smithi060.stdout:# minimal ceph.conf for 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:51:14.218 INFO:teuthology.orchestra.run.smithi060.stdout:[global] 2024-03-26T00:51:14.218 INFO:teuthology.orchestra.run.smithi060.stdout: fsid = 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:51:14.218 INFO:teuthology.orchestra.run.smithi060.stdout: mon_host = [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] 2024-03-26T00:51:14.800 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-26T00:51:14.800 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-26T00:51:14.800 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.conf 2024-03-26T00:51:14.830 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-26T00:51:14.831 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:51:14.899 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-03-26T00:51:14.899 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.conf 2024-03-26T00:51:14.930 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-03-26T00:51:14.930 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:51:14.996 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:14 smithi079 ceph-mon[33503]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:14.996 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:14 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:14.996 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:14 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:14.996 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:14 smithi079 ceph-mon[33503]: Reconfiguring mon.b (monmap changed)... 2024-03-26T00:51:14.996 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:14 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:51:14.996 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:14 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T00:51:14.997 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:14 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:14.997 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:14 smithi079 ceph-mon[33503]: Reconfiguring daemon mon.b on smithi079 2024-03-26T00:51:14.997 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:14 smithi079 ceph-mon[33503]: from='client.? 172.21.15.60:0/866535245' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:14.999 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-03-26T00:51:14.999 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/ceph/ceph.conf 2024-03-26T00:51:15.035 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-03-26T00:51:15.035 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:51:15.101 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:14 smithi105 ceph-mon[33237]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:15.101 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:14 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:15.101 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:14 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:15.101 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:14 smithi105 ceph-mon[33237]: Reconfiguring mon.b (monmap changed)... 2024-03-26T00:51:15.101 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:14 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:51:15.101 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:14 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T00:51:15.101 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:14 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:15.101 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:14 smithi105 ceph-mon[33237]: Reconfiguring daemon mon.b on smithi079 2024-03-26T00:51:15.102 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:14 smithi105 ceph-mon[33237]: from='client.? 172.21.15.60:0/866535245' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:15.104 INFO:tasks.cephadm:Adding mgr.a on smithi060 2024-03-26T00:51:15.105 INFO:tasks.cephadm:Adding mgr.b on smithi079 2024-03-26T00:51:15.105 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph orch apply mgr '2;smithi060=a;smithi079=b' 2024-03-26T00:51:15.109 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:14 smithi060 ceph-mon[29441]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:15.109 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:14 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:15.109 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:14 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:15.109 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:14 smithi060 ceph-mon[29441]: Reconfiguring mon.b (monmap changed)... 2024-03-26T00:51:15.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:14 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:51:15.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:14 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T00:51:15.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:14 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:15.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:14 smithi060 ceph-mon[29441]: Reconfiguring daemon mon.b on smithi079 2024-03-26T00:51:15.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:14 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/866535245' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:15.380 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T00:51:16.608 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:16 smithi105 ceph-mon[33237]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:16.608 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:16 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:16.608 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:16 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:16.608 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:16 smithi105 ceph-mon[33237]: Reconfiguring mon.c (monmap changed)... 2024-03-26T00:51:16.608 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:16 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:51:16.608 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:16 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T00:51:16.608 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:16 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:16.608 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:16 smithi105 ceph-mon[33237]: Reconfiguring daemon mon.c on smithi105 2024-03-26T00:51:16.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:16 smithi079 ceph-mon[33503]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:16.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:16 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:16.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:16 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:16.690 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:16 smithi079 ceph-mon[33503]: Reconfiguring mon.c (monmap changed)... 2024-03-26T00:51:16.690 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:16 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:51:16.690 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:16 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T00:51:16.690 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:16 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:16.690 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:16 smithi079 ceph-mon[33503]: Reconfiguring daemon mon.c on smithi105 2024-03-26T00:51:16.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:16 smithi060 ceph-mon[29441]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:16.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:16 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:16.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:16 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:16.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:16 smithi060 ceph-mon[29441]: Reconfiguring mon.c (monmap changed)... 2024-03-26T00:51:16.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:16 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T00:51:16.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:16 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T00:51:16.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:16 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:16.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:16 smithi060 ceph-mon[29441]: Reconfiguring daemon mon.c on smithi105 2024-03-26T00:51:17.846 INFO:teuthology.orchestra.run.smithi105.stdout:Scheduled mgr update... 2024-03-26T00:51:18.380 DEBUG:teuthology.orchestra.run.smithi079:mgr.b> sudo journalctl -f -n 0 -u ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@mgr.b.service 2024-03-26T00:51:18.383 INFO:tasks.cephadm:Deploying OSDs... 2024-03-26T00:51:18.383 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-26T00:51:18.383 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/scratch_devs of=/dev/stdout 2024-03-26T00:51:18.399 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-26T00:51:18.399 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_1 2024-03-26T00:51:18.455 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-26T00:51:18.455 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T00:51:18.456 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-03-26T00:51:18.456 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T00:51:18.456 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-03-26T00:51:18.456 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-03-26 00:50:22.622610177 +0000 2024-03-26T00:51:18.456 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-03-26 00:45:13.491783146 +0000 2024-03-26T00:51:18.456 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-03-26 00:45:13.491783146 +0000 2024-03-26T00:51:18.456 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: 2024-03-26 00:45:13.491783146 +0000 2024-03-26T00:51:18.456 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-26T00:51:18.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:18 smithi105 ceph-mon[33237]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:18.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:18 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:18.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:18 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:18.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:18 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:51:18.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:18 smithi105 ceph-mon[33237]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi060=a;smithi079=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:51:18.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:18 smithi105 ceph-mon[33237]: Saving service mgr spec with placement smithi060=a;smithi079=b;count:2 2024-03-26T00:51:18.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:18 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:18.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:18 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:18.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:18 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:51:18.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:18 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:18.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:18 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T00:51:18.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:18 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-26T00:51:18.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:18 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T00:51:18.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:18 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:18.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:18 smithi105 ceph-mon[33237]: Deploying daemon mgr.b on smithi079 2024-03-26T00:51:18.523 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-03-26T00:51:18.523 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-03-26T00:51:18.523 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000109085 s, 4.7 MB/s 2024-03-26T00:51:18.524 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-26T00:51:18.580 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_2 2024-03-26T00:51:18.627 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:18 smithi079 ceph-mon[33503]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:18.627 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:18 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:18.627 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:18 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:18.627 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:18 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:51:18.627 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:18 smithi079 ceph-mon[33503]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi060=a;smithi079=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:51:18.627 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:18 smithi079 ceph-mon[33503]: Saving service mgr spec with placement smithi060=a;smithi079=b;count:2 2024-03-26T00:51:18.627 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:18 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:18.628 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:18 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:18.628 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:18 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:51:18.628 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:18 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:18.628 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:18 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T00:51:18.628 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:18 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-26T00:51:18.628 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:18 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T00:51:18.628 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:18 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:18.628 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:18 smithi079 ceph-mon[33503]: Deploying daemon mgr.b on smithi079 2024-03-26T00:51:18.635 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-26T00:51:18.635 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T00:51:18.635 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-03-26T00:51:18.635 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T00:51:18.635 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-03-26T00:51:18.636 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-03-26 00:50:22.650609893 +0000 2024-03-26T00:51:18.636 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-03-26 00:45:13.829779606 +0000 2024-03-26T00:51:18.636 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-03-26 00:45:13.829779606 +0000 2024-03-26T00:51:18.636 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: 2024-03-26 00:45:13.829779606 +0000 2024-03-26T00:51:18.636 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-26T00:51:18.699 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:18 smithi060 ceph-mon[29441]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:18.699 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:18 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:18.700 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:18 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:18.700 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:18 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:51:18.700 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:18 smithi060 ceph-mon[29441]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi060=a;smithi079=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:51:18.700 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:18 smithi060 ceph-mon[29441]: Saving service mgr spec with placement smithi060=a;smithi079=b;count:2 2024-03-26T00:51:18.700 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:18 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:18.700 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:18 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:18.700 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:18 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:51:18.700 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:18 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:18.700 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:18 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T00:51:18.700 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:18 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-26T00:51:18.700 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:18 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T00:51:18.700 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:18 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:18.700 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:18 smithi060 ceph-mon[29441]: Deploying daemon mgr.b on smithi079 2024-03-26T00:51:18.701 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-03-26T00:51:18.701 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-03-26T00:51:18.701 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000103873 s, 4.9 MB/s 2024-03-26T00:51:18.702 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-26T00:51:18.758 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_3 2024-03-26T00:51:18.813 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-26T00:51:18.813 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T00:51:18.813 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-03-26T00:51:18.813 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T00:51:18.813 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-03-26T00:51:18.813 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-03-26 00:50:22.676609630 +0000 2024-03-26T00:51:18.813 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-03-26 00:45:14.164776097 +0000 2024-03-26T00:51:18.813 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-03-26 00:45:14.164776097 +0000 2024-03-26T00:51:18.813 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: 2024-03-26 00:45:14.164776097 +0000 2024-03-26T00:51:18.813 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-26T00:51:18.878 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-03-26T00:51:18.878 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-03-26T00:51:18.879 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.00010381 s, 4.9 MB/s 2024-03-26T00:51:18.880 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-26T00:51:18.936 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_4 2024-03-26T00:51:18.991 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-26T00:51:18.991 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T00:51:18.991 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-03-26T00:51:18.991 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T00:51:18.991 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-03-26T00:51:18.991 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-03-26 00:50:22.703609356 +0000 2024-03-26T00:51:18.991 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-03-26 00:45:14.496772621 +0000 2024-03-26T00:51:18.991 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-03-26 00:45:14.496772621 +0000 2024-03-26T00:51:18.991 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: 2024-03-26 00:45:14.496772621 +0000 2024-03-26T00:51:18.992 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-26T00:51:19.056 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-03-26T00:51:19.056 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-03-26T00:51:19.056 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000111262 s, 4.6 MB/s 2024-03-26T00:51:19.057 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-26T00:51:19.114 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-03-26T00:51:19.114 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/scratch_devs of=/dev/stdout 2024-03-26T00:51:19.130 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-26T00:51:19.131 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_1 2024-03-26T00:51:19.185 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-26T00:51:19.186 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T00:51:19.186 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-03-26T00:51:19.186 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T00:51:19.186 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2024-03-26T00:51:19.186 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-03-26 00:51:03.561676643 +0000 2024-03-26T00:51:19.186 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-03-26 00:45:11.590449372 +0000 2024-03-26T00:51:19.186 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-03-26 00:45:11.590449372 +0000 2024-03-26T00:51:19.187 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: 2024-03-26 00:45:11.590449372 +0000 2024-03-26T00:51:19.187 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-26T00:51:19.253 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-03-26T00:51:19.253 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-03-26T00:51:19.253 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000188489 s, 2.7 MB/s 2024-03-26T00:51:19.254 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-26T00:51:19.311 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_2 2024-03-26T00:51:19.366 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-26T00:51:19.366 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T00:51:19.366 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-03-26T00:51:19.367 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T00:51:19.367 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2024-03-26T00:51:19.367 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-03-26 00:51:03.562676620 +0000 2024-03-26T00:51:19.367 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-03-26 00:45:11.922441688 +0000 2024-03-26T00:51:19.367 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-03-26 00:45:11.922441688 +0000 2024-03-26T00:51:19.367 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: 2024-03-26 00:45:11.922441688 +0000 2024-03-26T00:51:19.367 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-26T00:51:19.431 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-03-26T00:51:19.432 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-03-26T00:51:19.432 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000212111 s, 2.4 MB/s 2024-03-26T00:51:19.433 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-26T00:51:19.490 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_3 2024-03-26T00:51:19.546 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-26T00:51:19.546 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T00:51:19.546 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-03-26T00:51:19.546 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T00:51:19.546 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2024-03-26T00:51:19.546 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-03-26 00:51:03.562676620 +0000 2024-03-26T00:51:19.546 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-03-26 00:45:12.253434026 +0000 2024-03-26T00:51:19.547 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-03-26 00:45:12.253434026 +0000 2024-03-26T00:51:19.547 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: 2024-03-26 00:45:12.253434026 +0000 2024-03-26T00:51:19.547 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-26T00:51:19.643 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-03-26T00:51:19.643 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-03-26T00:51:19.644 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000191311 s, 2.7 MB/s 2024-03-26T00:51:19.645 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-26T00:51:19.660 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_4 2024-03-26T00:51:19.718 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-26T00:51:19.718 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T00:51:19.718 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-03-26T00:51:19.718 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T00:51:19.718 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2024-03-26T00:51:19.718 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-03-26 00:51:19.597308133 +0000 2024-03-26T00:51:19.718 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-03-26 00:45:12.580426457 +0000 2024-03-26T00:51:19.718 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-03-26 00:45:12.580426457 +0000 2024-03-26T00:51:19.718 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: 2024-03-26 00:45:12.580426457 +0000 2024-03-26T00:51:19.719 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-26T00:51:19.815 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-03-26T00:51:19.815 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-03-26T00:51:19.815 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000193597 s, 2.6 MB/s 2024-03-26T00:51:19.817 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-26T00:51:19.832 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-03-26T00:51:19.832 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/scratch_devs of=/dev/stdout 2024-03-26T00:51:19.852 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-26T00:51:19.852 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_1 2024-03-26T00:51:19.909 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-26T00:51:19.910 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T00:51:19.910 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-03-26T00:51:19.910 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T00:51:19.910 INFO:teuthology.orchestra.run.smithi105.stdout:Context: system_u:object_r:device_t:s0 2024-03-26T00:51:19.910 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-03-26 00:50:54.037216753 +0000 2024-03-26T00:51:19.910 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-03-26 00:45:11.829233300 +0000 2024-03-26T00:51:19.910 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-03-26 00:45:11.829233300 +0000 2024-03-26T00:51:19.910 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: 2024-03-26 00:45:11.829233300 +0000 2024-03-26T00:51:19.910 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-26T00:51:19.939 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:19 smithi079 systemd[1]: Starting Ceph mgr.b for 85faf3d2-eb0a-11ee-95d0-87774f69a715... 2024-03-26T00:51:19.981 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-03-26T00:51:19.981 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-03-26T00:51:19.981 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000288139 s, 1.8 MB/s 2024-03-26T00:51:19.982 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-26T00:51:20.040 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_2 2024-03-26T00:51:20.097 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-26T00:51:20.097 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T00:51:20.097 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-03-26T00:51:20.097 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T00:51:20.097 INFO:teuthology.orchestra.run.smithi105.stdout:Context: system_u:object_r:device_t:s0 2024-03-26T00:51:20.097 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-03-26 00:50:54.037216753 +0000 2024-03-26T00:51:20.097 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-03-26 00:45:12.187225628 +0000 2024-03-26T00:51:20.097 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-03-26 00:45:12.187225628 +0000 2024-03-26T00:51:20.097 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: 2024-03-26 00:45:12.187225628 +0000 2024-03-26T00:51:20.098 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-26T00:51:20.165 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-03-26T00:51:20.165 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-03-26T00:51:20.165 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000187021 s, 2.7 MB/s 2024-03-26T00:51:20.166 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-26T00:51:20.223 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_3 2024-03-26T00:51:20.279 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-26T00:51:20.290 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T00:51:20.290 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-03-26T00:51:20.291 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T00:51:20.291 INFO:teuthology.orchestra.run.smithi105.stdout:Context: system_u:object_r:device_t:s0 2024-03-26T00:51:20.291 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-03-26 00:50:54.038216732 +0000 2024-03-26T00:51:20.291 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-03-26 00:45:12.521218470 +0000 2024-03-26T00:51:20.291 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-03-26 00:45:12.521218470 +0000 2024-03-26T00:51:20.291 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: 2024-03-26 00:45:12.521218470 +0000 2024-03-26T00:51:20.291 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-26T00:51:20.305 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:20 smithi079 podman[34869]: 2024-03-26 00:51:20.036162665 +0000 UTC m=+0.104711501 container create 3fe54bfc49cf68b1a154cf347c0be67c8f2c95b3dde2e4a65d4e76fe75207ff6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b, CEPH_POINT_RELEASE=, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.build-date=20240319, org.label-schema.schema-version=1.0) 2024-03-26T00:51:20.306 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:20 smithi079 podman[34869]: 2024-03-26 00:51:19.949833276 +0000 UTC m=+0.018382121 image pull c79b7d22eba0ca0551a7519c85059a84a32ed4aad341124efdd3f51ddf6fb6cd quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1 2024-03-26T00:51:20.306 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:20 smithi079 podman[34869]: 2024-03-26 00:51:20.238542884 +0000 UTC m=+0.307091716 container init 3fe54bfc49cf68b1a154cf347c0be67c8f2c95b3dde2e4a65d4e76fe75207ff6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.33.5, org.label-schema.build-date=20240319, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD) 2024-03-26T00:51:20.306 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:20 smithi079 podman[34869]: 2024-03-26 00:51:20.241196855 +0000 UTC m=+0.309745696 container start 3fe54bfc49cf68b1a154cf347c0be67c8f2c95b3dde2e4a65d4e76fe75207ff6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240319, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5, GIT_BRANCH=HEAD) 2024-03-26T00:51:20.306 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:20 smithi079 ceph-mgr[34888]: -- 172.21.15.79:0/2143155890 <== mon.2 v2:172.21.15.79:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x559ca66b45a0 con 0x559ca6688800 2024-03-26T00:51:20.306 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:20 smithi079 bash[34869]: 3fe54bfc49cf68b1a154cf347c0be67c8f2c95b3dde2e4a65d4e76fe75207ff6 2024-03-26T00:51:20.347 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-03-26T00:51:20.347 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-03-26T00:51:20.347 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000184305 s, 2.8 MB/s 2024-03-26T00:51:20.348 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-26T00:51:20.403 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_4 2024-03-26T00:51:20.458 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-26T00:51:20.458 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T00:51:20.458 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-03-26T00:51:20.458 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T00:51:20.458 INFO:teuthology.orchestra.run.smithi105.stdout:Context: system_u:object_r:device_t:s0 2024-03-26T00:51:20.458 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-03-26 00:50:54.038216732 +0000 2024-03-26T00:51:20.459 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-03-26 00:45:12.868211033 +0000 2024-03-26T00:51:20.459 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-03-26 00:45:12.868211033 +0000 2024-03-26T00:51:20.459 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: 2024-03-26 00:45:12.868211033 +0000 2024-03-26T00:51:20.459 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-26T00:51:20.505 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:20 smithi105 ceph-mon[33237]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:20.525 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-03-26T00:51:20.526 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-03-26T00:51:20.526 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000212739 s, 2.4 MB/s 2024-03-26T00:51:20.527 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-26T00:51:20.583 INFO:tasks.cephadm:Deploying osd.0 on smithi060 with /dev/vg_nvme/lv_4... 2024-03-26T00:51:20.583 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-26T00:51:20.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:20 smithi079 ceph-mon[33503]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:20.689 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:20 smithi079 systemd[1]: Started Ceph mgr.b for 85faf3d2-eb0a-11ee-95d0-87774f69a715. 2024-03-26T00:51:20.823 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:51:20.859 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:20 smithi060 ceph-mon[29441]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:21.189 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:20 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:51:20.798+0000 7f7793742200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T00:51:21.189 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:20 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:51:20.895+0000 7f7793742200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T00:51:21.572 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:21 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:21.572 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:21 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:21.572 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:21 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:21.573 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:21 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:21.573 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:21 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:51:21.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:21 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:21.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:21 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:21.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:21 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:21.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:21 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:21.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:21 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:51:21.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:21 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:21.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:21 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:21.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:21 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:21.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:21 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:21.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:21 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:51:21.913 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:21 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:51:21.571+0000 7f7793742200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T00:51:21.913 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:21 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:51:21.663+0000 7f7793742200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T00:51:21.913 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:21 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:51:21.812+0000 7f7793742200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T00:51:21.913 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:21 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:51:21.912+0000 7f7793742200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T00:51:22.189 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:21 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:51:21.996+0000 7f7793742200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T00:51:22.469 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:22 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:51:22.270+0000 7f7793742200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T00:51:22.470 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:22 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:51:22.381+0000 7f7793742200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T00:51:22.470 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:22 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:51:22.468+0000 7f7793742200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T00:51:22.739 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:22 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:51:22.563+0000 7f7793742200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T00:51:22.740 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:22 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:51:22.739+0000 7f7793742200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T00:51:22.762 INFO:teuthology.orchestra.run.smithi060.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-26T00:51:22.763 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-26T00:51:22.763 INFO:teuthology.orchestra.run.smithi060.stderr: stderr: 10+0 records in 2024-03-26T00:51:22.763 INFO:teuthology.orchestra.run.smithi060.stderr:10+0 records out 2024-03-26T00:51:22.763 INFO:teuthology.orchestra.run.smithi060.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00849035 s, 1.2 GB/s 2024-03-26T00:51:22.763 INFO:teuthology.orchestra.run.smithi060.stderr:--> Zapping successful for: 2024-03-26T00:51:22.790 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:22 smithi060 ceph-mon[29441]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:22.790 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:22 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:22.790 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:22 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:22.790 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:22 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:22.790 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:22 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:51:22.790 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:22 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:22.790 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:22 smithi060 ceph-mon[29441]: Reconfiguring mgr.a (unknown last config time)... 2024-03-26T00:51:22.790 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:22 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T00:51:22.790 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:22 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T00:51:22.790 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:22 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:22.790 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:22 smithi060 ceph-mon[29441]: Reconfiguring daemon mgr.a on smithi060 2024-03-26T00:51:22.996 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:22 smithi079 ceph-mon[33503]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:22.996 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:22 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:22.996 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:22 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:22.996 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:22 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:22.996 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:22 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:51:22.996 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:22 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:22.996 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:22 smithi079 ceph-mon[33503]: Reconfiguring mgr.a (unknown last config time)... 2024-03-26T00:51:22.996 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:22 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T00:51:22.996 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:22 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T00:51:22.996 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:22 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:22.996 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:22 smithi079 ceph-mon[33503]: Reconfiguring daemon mgr.a on smithi060 2024-03-26T00:51:23.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:22 smithi105 ceph-mon[33237]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:23.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:22 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:23.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:22 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:23.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:22 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:23.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:22 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:51:23.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:22 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:23.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:22 smithi105 ceph-mon[33237]: Reconfiguring mgr.a (unknown last config time)... 2024-03-26T00:51:23.236 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:22 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T00:51:23.236 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:22 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T00:51:23.236 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:22 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:23.236 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:22 smithi105 ceph-mon[33237]: Reconfiguring daemon mgr.a on smithi060 2024-03-26T00:51:24.159 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph orch daemon add osd smithi060:vg_nvme/lv_4 2024-03-26T00:51:24.160 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:23 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:51:23.702+0000 7f7793742200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T00:51:24.161 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:23 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:51:23.830+0000 7f7793742200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T00:51:24.161 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:24 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:51:24.160+0000 7f7793742200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T00:51:24.404 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:51:24.439 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:24 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:51:24.248+0000 7f7793742200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T00:51:24.766 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:24 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:51:24.440+0000 7f7793742200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T00:51:24.766 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:24 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:51:24.618+0000 7f7793742200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T00:51:25.055 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:24 smithi060 ceph-mon[29441]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:25.055 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:24 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:25.055 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:24 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:25.055 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:24 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:51:25.056 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:24 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:25.056 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:24 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:51:25.056 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:24 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:25.056 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:24 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:25.148 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:24 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:51:24.895+0000 7f7793742200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T00:51:25.149 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:25 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:51:25.148+0000 7f7793742200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T00:51:25.149 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:24 smithi079 ceph-mon[33503]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:25.149 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:24 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:25.149 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:24 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:25.149 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:24 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:51:25.149 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:24 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:25.149 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:24 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:51:25.149 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:24 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:25.149 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:24 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:25.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:24 smithi105 ceph-mon[33237]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:25.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:24 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:25.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:24 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:25.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:24 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:51:25.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:24 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:25.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:24 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:51:25.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:24 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:25.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:24 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:25.439 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:25 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:51:25.377+0000 7f7793742200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T00:51:26.439 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:26 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:51:26.159+0000 7f7793742200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T00:51:26.970 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:26 smithi060 ceph-mon[29441]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:26.971 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:26 smithi060 ceph-mon[29441]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:51:26.971 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:26 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T00:51:26.971 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:26 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T00:51:26.971 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:26 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:27.022 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:26 smithi079 ceph-mon[33503]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:27.022 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:26 smithi079 ceph-mon[33503]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:51:27.022 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:26 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T00:51:27.022 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:26 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T00:51:27.022 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:26 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:27.022 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:26 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:51:26.714+0000 7f7793742200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T00:51:27.023 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:26 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:51:26.810+0000 7f7793742200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T00:51:27.023 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:51:27 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:51:27.021+0000 7f7793742200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T00:51:27.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:26 smithi105 ceph-mon[33237]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:27.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:26 smithi105 ceph-mon[33237]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:51:27.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:26 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T00:51:27.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:26 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T00:51:27.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:26 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:27.859 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:27 smithi060 ceph-mon[29441]: Standby manager daemon b started 2024-03-26T00:51:27.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:27 smithi060 ceph-mon[29441]: from='mgr.? 172.21.15.79:0/4010233006' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T00:51:27.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:27 smithi060 ceph-mon[29441]: from='mgr.? 172.21.15.79:0/4010233006' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T00:51:27.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:27 smithi060 ceph-mon[29441]: from='mgr.? 172.21.15.79:0/4010233006' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T00:51:27.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:27 smithi060 ceph-mon[29441]: from='mgr.? 172.21.15.79:0/4010233006' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T00:51:28.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:27 smithi079 ceph-mon[33503]: Standby manager daemon b started 2024-03-26T00:51:28.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:27 smithi079 ceph-mon[33503]: from='mgr.? 172.21.15.79:0/4010233006' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T00:51:28.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:27 smithi079 ceph-mon[33503]: from='mgr.? 172.21.15.79:0/4010233006' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T00:51:28.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:27 smithi079 ceph-mon[33503]: from='mgr.? 172.21.15.79:0/4010233006' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T00:51:28.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:27 smithi079 ceph-mon[33503]: from='mgr.? 172.21.15.79:0/4010233006' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T00:51:28.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:27 smithi105 ceph-mon[33237]: Standby manager daemon b started 2024-03-26T00:51:28.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:27 smithi105 ceph-mon[33237]: from='mgr.? 172.21.15.79:0/4010233006' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T00:51:28.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:27 smithi105 ceph-mon[33237]: from='mgr.? 172.21.15.79:0/4010233006' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T00:51:28.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:27 smithi105 ceph-mon[33237]: from='mgr.? 172.21.15.79:0/4010233006' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T00:51:28.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:27 smithi105 ceph-mon[33237]: from='mgr.? 172.21.15.79:0/4010233006' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T00:51:29.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:28 smithi060 ceph-mon[29441]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:29.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:28 smithi060 ceph-mon[29441]: mgrmap e14: a(active, since 78s), standbys: b 2024-03-26T00:51:29.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:28 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T00:51:29.111 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:28 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/3750303010' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "01e53371-f1e8-49ae-8565-643746df0941"}]: dispatch 2024-03-26T00:51:29.111 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:28 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/3750303010' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "01e53371-f1e8-49ae-8565-643746df0941"}]': finished 2024-03-26T00:51:29.111 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:28 smithi060 ceph-mon[29441]: osdmap e5: 1 total, 0 up, 1 in 2024-03-26T00:51:29.111 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:28 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:51:29.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:28 smithi079 ceph-mon[33503]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:29.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:28 smithi079 ceph-mon[33503]: mgrmap e14: a(active, since 78s), standbys: b 2024-03-26T00:51:29.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:28 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T00:51:29.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:28 smithi079 ceph-mon[33503]: from='client.? 172.21.15.60:0/3750303010' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "01e53371-f1e8-49ae-8565-643746df0941"}]: dispatch 2024-03-26T00:51:29.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:28 smithi079 ceph-mon[33503]: from='client.? 172.21.15.60:0/3750303010' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "01e53371-f1e8-49ae-8565-643746df0941"}]': finished 2024-03-26T00:51:29.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:28 smithi079 ceph-mon[33503]: osdmap e5: 1 total, 0 up, 1 in 2024-03-26T00:51:29.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:28 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:51:29.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:28 smithi105 ceph-mon[33237]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:29.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:28 smithi105 ceph-mon[33237]: mgrmap e14: a(active, since 78s), standbys: b 2024-03-26T00:51:29.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:28 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T00:51:29.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:28 smithi105 ceph-mon[33237]: from='client.? 172.21.15.60:0/3750303010' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "01e53371-f1e8-49ae-8565-643746df0941"}]: dispatch 2024-03-26T00:51:29.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:28 smithi105 ceph-mon[33237]: from='client.? 172.21.15.60:0/3750303010' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "01e53371-f1e8-49ae-8565-643746df0941"}]': finished 2024-03-26T00:51:29.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:28 smithi105 ceph-mon[33237]: osdmap e5: 1 total, 0 up, 1 in 2024-03-26T00:51:29.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:28 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:51:30.109 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:29 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/534058136' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T00:51:30.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:29 smithi079 ceph-mon[33503]: from='client.? 172.21.15.60:0/534058136' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T00:51:30.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:29 smithi105 ceph-mon[33237]: from='client.? 172.21.15.60:0/534058136' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T00:51:31.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:30 smithi060 ceph-mon[29441]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:31.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:30 smithi079 ceph-mon[33503]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:31.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:30 smithi105 ceph-mon[33237]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:33.044 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:32 smithi060 ceph-mon[29441]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:33.067 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:32 smithi079 ceph-mon[33503]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:33.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:32 smithi105 ceph-mon[33237]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:35.109 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:34 smithi060 ceph-mon[29441]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:35.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:34 smithi079 ceph-mon[33503]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:35.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:34 smithi105 ceph-mon[33237]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:35.924 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:35 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-26T00:51:35.924 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:35 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:35.924 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:35 smithi060 ceph-mon[29441]: Deploying daemon osd.0 on smithi060 2024-03-26T00:51:36.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:35 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-26T00:51:36.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:35 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:36.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:35 smithi079 ceph-mon[33503]: Deploying daemon osd.0 on smithi060 2024-03-26T00:51:36.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:35 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-26T00:51:36.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:35 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:36.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:35 smithi105 ceph-mon[33237]: Deploying daemon osd.0 on smithi060 2024-03-26T00:51:37.038 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:36 smithi060 ceph-mon[29441]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:37.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:36 smithi079 ceph-mon[33503]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:37.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:36 smithi105 ceph-mon[33237]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:39.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:38 smithi060 ceph-mon[29441]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:39.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:38 smithi079 ceph-mon[33503]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:39.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:38 smithi105 ceph-mon[33237]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:41.054 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:40 smithi060 ceph-mon[29441]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:41.055 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:40 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:41.055 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:40 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:41.055 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:40 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:51:41.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:40 smithi079 ceph-mon[33503]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:41.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:40 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:41.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:40 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:41.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:40 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:51:41.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:40 smithi105 ceph-mon[33237]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:41.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:40 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:41.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:40 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:41.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:40 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:51:42.984 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:42 smithi060 ceph-mon[29441]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:43.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:42 smithi079 ceph-mon[33503]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:43.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:42 smithi105 ceph-mon[33237]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:43.922 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:43 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:43.922 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:43 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:43.922 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:43 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:43.922 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:43 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:51:43.922 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:43 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:43.923 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:43 smithi060 ceph-mon[29441]: from='osd.0 [v2:172.21.15.60:6802/2846439545,v1:172.21.15.60:6803/2846439545]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-26T00:51:44.008 INFO:teuthology.orchestra.run.smithi060.stdout:Created osd(s) 0 on host 'smithi060' 2024-03-26T00:51:44.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:43 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:44.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:43 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:44.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:43 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:44.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:43 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:51:44.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:43 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:44.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:43 smithi079 ceph-mon[33503]: from='osd.0 [v2:172.21.15.60:6802/2846439545,v1:172.21.15.60:6803/2846439545]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-26T00:51:44.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:43 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:44.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:43 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:44.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:43 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:44.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:43 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:51:44.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:43 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:44.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:43 smithi105 ceph-mon[33237]: from='osd.0 [v2:172.21.15.60:6802/2846439545,v1:172.21.15.60:6803/2846439545]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-26T00:51:44.663 DEBUG:teuthology.orchestra.run.smithi060:osd.0> sudo journalctl -f -n 0 -u ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@osd.0.service 2024-03-26T00:51:44.665 INFO:tasks.cephadm:Deploying osd.1 on smithi079 with /dev/vg_nvme/lv_4... 2024-03-26T00:51:44.665 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-26T00:51:44.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:44 smithi060 ceph-mon[29441]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:44.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:44 smithi060 ceph-mon[29441]: from='osd.0 [v2:172.21.15.60:6802/2846439545,v1:172.21.15.60:6803/2846439545]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-26T00:51:44.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:44 smithi060 ceph-mon[29441]: osdmap e6: 1 total, 0 up, 1 in 2024-03-26T00:51:44.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:44 smithi060 ceph-mon[29441]: from='osd.0 [v2:172.21.15.60:6802/2846439545,v1:172.21.15.60:6803/2846439545]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-03-26T00:51:44.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:44 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:51:44.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:44 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:44.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:44 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:44.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:44 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:51:44.908 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.b/config 2024-03-26T00:51:45.023 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:44 smithi079 ceph-mon[33503]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:45.023 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:44 smithi079 ceph-mon[33503]: from='osd.0 [v2:172.21.15.60:6802/2846439545,v1:172.21.15.60:6803/2846439545]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-26T00:51:45.023 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:44 smithi079 ceph-mon[33503]: osdmap e6: 1 total, 0 up, 1 in 2024-03-26T00:51:45.023 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:44 smithi079 ceph-mon[33503]: from='osd.0 [v2:172.21.15.60:6802/2846439545,v1:172.21.15.60:6803/2846439545]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-03-26T00:51:45.023 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:44 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:51:45.023 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:44 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:45.023 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:44 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:45.024 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:44 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:51:45.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:44 smithi105 ceph-mon[33237]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:45.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:44 smithi105 ceph-mon[33237]: from='osd.0 [v2:172.21.15.60:6802/2846439545,v1:172.21.15.60:6803/2846439545]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-26T00:51:45.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:44 smithi105 ceph-mon[33237]: osdmap e6: 1 total, 0 up, 1 in 2024-03-26T00:51:45.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:44 smithi105 ceph-mon[33237]: from='osd.0 [v2:172.21.15.60:6802/2846439545,v1:172.21.15.60:6803/2846439545]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-03-26T00:51:45.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:44 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:51:45.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:44 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:45.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:44 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:45.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:44 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:51:45.508 INFO:journalctl@ceph.osd.0.smithi060.stdout:Mar 26 00:51:45 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-0[43314]: 2024-03-26T00:51:45.152+0000 7fd5f273c700 -1 osd.0 0 waiting for initial osdmap 2024-03-26T00:51:45.508 INFO:journalctl@ceph.osd.0.smithi060.stdout:Mar 26 00:51:45 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-0[43314]: 2024-03-26T00:51:45.154+0000 7fd5ea527700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-26T00:51:45.939 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:45 smithi079 ceph-mon[33503]: from='osd.0 [v2:172.21.15.60:6802/2846439545,v1:172.21.15.60:6803/2846439545]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-03-26T00:51:45.939 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:45 smithi079 ceph-mon[33503]: osdmap e7: 1 total, 0 up, 1 in 2024-03-26T00:51:45.939 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:45 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:51:45.939 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:45 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:51:45.940 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:45 smithi079 ceph-mon[33503]: from='osd.0 [v2:172.21.15.60:6802/2846439545,v1:172.21.15.60:6803/2846439545]' entity='osd.0' 2024-03-26T00:51:45.940 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:45 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:51:46.098 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:45 smithi060 ceph-mon[29441]: from='osd.0 [v2:172.21.15.60:6802/2846439545,v1:172.21.15.60:6803/2846439545]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-03-26T00:51:46.099 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:45 smithi060 ceph-mon[29441]: osdmap e7: 1 total, 0 up, 1 in 2024-03-26T00:51:46.099 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:45 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:51:46.099 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:45 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:51:46.099 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:45 smithi060 ceph-mon[29441]: from='osd.0 [v2:172.21.15.60:6802/2846439545,v1:172.21.15.60:6803/2846439545]' entity='osd.0' 2024-03-26T00:51:46.099 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:45 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:51:46.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:45 smithi105 ceph-mon[33237]: from='osd.0 [v2:172.21.15.60:6802/2846439545,v1:172.21.15.60:6803/2846439545]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-03-26T00:51:46.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:45 smithi105 ceph-mon[33237]: osdmap e7: 1 total, 0 up, 1 in 2024-03-26T00:51:46.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:45 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:51:46.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:45 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:51:46.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:45 smithi105 ceph-mon[33237]: from='osd.0 [v2:172.21.15.60:6802/2846439545,v1:172.21.15.60:6803/2846439545]' entity='osd.0' 2024-03-26T00:51:46.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:45 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:51:46.795 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-26T00:51:46.795 INFO:teuthology.orchestra.run.smithi079.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-26T00:51:46.795 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10+0 records in 2024-03-26T00:51:46.795 INFO:teuthology.orchestra.run.smithi079.stderr:10+0 records out 2024-03-26T00:51:46.795 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0128817 s, 814 MB/s 2024-03-26T00:51:46.795 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping successful for: 2024-03-26T00:51:47.085 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:46 smithi079 ceph-mon[33503]: purged_snaps scrub starts 2024-03-26T00:51:47.085 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:46 smithi079 ceph-mon[33503]: purged_snaps scrub ok 2024-03-26T00:51:47.085 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:46 smithi079 ceph-mon[33503]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:47.085 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:46 smithi079 ceph-mon[33503]: osd.0 [v2:172.21.15.60:6802/2846439545,v1:172.21.15.60:6803/2846439545] boot 2024-03-26T00:51:47.085 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:46 smithi079 ceph-mon[33503]: osdmap e8: 1 total, 1 up, 1 in 2024-03-26T00:51:47.085 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:46 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:51:47.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:46 smithi105 ceph-mon[33237]: purged_snaps scrub starts 2024-03-26T00:51:47.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:46 smithi105 ceph-mon[33237]: purged_snaps scrub ok 2024-03-26T00:51:47.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:46 smithi105 ceph-mon[33237]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:47.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:46 smithi105 ceph-mon[33237]: osd.0 [v2:172.21.15.60:6802/2846439545,v1:172.21.15.60:6803/2846439545] boot 2024-03-26T00:51:47.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:46 smithi105 ceph-mon[33237]: osdmap e8: 1 total, 1 up, 1 in 2024-03-26T00:51:47.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:46 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:51:47.314 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:46 smithi060 ceph-mon[29441]: purged_snaps scrub starts 2024-03-26T00:51:47.314 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:46 smithi060 ceph-mon[29441]: purged_snaps scrub ok 2024-03-26T00:51:47.315 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:46 smithi060 ceph-mon[29441]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T00:51:47.315 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:46 smithi060 ceph-mon[29441]: osd.0 [v2:172.21.15.60:6802/2846439545,v1:172.21.15.60:6803/2846439545] boot 2024-03-26T00:51:47.315 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:46 smithi060 ceph-mon[29441]: osdmap e8: 1 total, 1 up, 1 in 2024-03-26T00:51:47.315 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:46 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:51:47.427 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph orch daemon add osd smithi079:vg_nvme/lv_4 2024-03-26T00:51:47.665 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.b/config 2024-03-26T00:51:48.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:48 smithi079 ceph-mon[33503]: osdmap e9: 1 total, 1 up, 1 in 2024-03-26T00:51:48.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:48 smithi079 ceph-mon[33503]: pgmap v48: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:51:48.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:48 smithi079 ceph-mon[33503]: Detected new or changed devices on smithi060 2024-03-26T00:51:48.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:48 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:48.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:48 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:48.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:48 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:51:48.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:48 smithi079 ceph-mon[33503]: Adjusting osd_memory_target on smithi060 to 17093M 2024-03-26T00:51:48.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:48 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:48.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:48 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:48.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:48 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:51:48.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:48 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:48.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:48 smithi105 ceph-mon[33237]: osdmap e9: 1 total, 1 up, 1 in 2024-03-26T00:51:48.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:48 smithi105 ceph-mon[33237]: pgmap v48: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:51:48.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:48 smithi105 ceph-mon[33237]: Detected new or changed devices on smithi060 2024-03-26T00:51:48.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:48 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:48.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:48 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:48.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:48 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:51:48.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:48 smithi105 ceph-mon[33237]: Adjusting osd_memory_target on smithi060 to 17093M 2024-03-26T00:51:48.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:48 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:48.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:48 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:48.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:48 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:51:48.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:48 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:48.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:48 smithi060 ceph-mon[29441]: osdmap e9: 1 total, 1 up, 1 in 2024-03-26T00:51:48.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:48 smithi060 ceph-mon[29441]: pgmap v48: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:51:48.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:48 smithi060 ceph-mon[29441]: Detected new or changed devices on smithi060 2024-03-26T00:51:48.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:48 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:48.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:48 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:48.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:48 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:51:48.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:48 smithi060 ceph-mon[29441]: Adjusting osd_memory_target on smithi060 to 17093M 2024-03-26T00:51:48.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:48 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:48.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:48 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:48.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:48 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:51:48.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:48 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:51:50.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:50 smithi060 ceph-mon[29441]: pgmap v49: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:51:50.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:50 smithi060 ceph-mon[29441]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:51:50.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:50 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T00:51:50.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:50 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T00:51:50.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:50 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:50.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:50 smithi079 ceph-mon[33503]: pgmap v49: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:51:50.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:50 smithi079 ceph-mon[33503]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:51:50.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:50 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T00:51:50.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:50 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T00:51:50.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:50 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:50.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:50 smithi105 ceph-mon[33237]: pgmap v49: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:51:50.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:50 smithi105 ceph-mon[33237]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:51:50.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:50 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T00:51:50.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:50 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T00:51:50.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:50 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:52.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:52 smithi079 ceph-mon[33503]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:51:52.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:52 smithi079 ceph-mon[33503]: from='client.? 172.21.15.79:0/3577929888' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5ef6b413-41a4-4eee-bd83-5bb7ca724d2a"}]: dispatch 2024-03-26T00:51:52.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:52 smithi079 ceph-mon[33503]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5ef6b413-41a4-4eee-bd83-5bb7ca724d2a"}]: dispatch 2024-03-26T00:51:52.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:52 smithi079 ceph-mon[33503]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5ef6b413-41a4-4eee-bd83-5bb7ca724d2a"}]': finished 2024-03-26T00:51:52.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:52 smithi079 ceph-mon[33503]: osdmap e10: 2 total, 1 up, 2 in 2024-03-26T00:51:52.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:52 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:51:52.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:52 smithi060 ceph-mon[29441]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:51:52.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:52 smithi060 ceph-mon[29441]: from='client.? 172.21.15.79:0/3577929888' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5ef6b413-41a4-4eee-bd83-5bb7ca724d2a"}]: dispatch 2024-03-26T00:51:52.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:52 smithi060 ceph-mon[29441]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5ef6b413-41a4-4eee-bd83-5bb7ca724d2a"}]: dispatch 2024-03-26T00:51:52.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:52 smithi060 ceph-mon[29441]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5ef6b413-41a4-4eee-bd83-5bb7ca724d2a"}]': finished 2024-03-26T00:51:52.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:52 smithi060 ceph-mon[29441]: osdmap e10: 2 total, 1 up, 2 in 2024-03-26T00:51:52.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:52 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:51:52.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:52 smithi105 ceph-mon[33237]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:51:52.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:52 smithi105 ceph-mon[33237]: from='client.? 172.21.15.79:0/3577929888' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5ef6b413-41a4-4eee-bd83-5bb7ca724d2a"}]: dispatch 2024-03-26T00:51:52.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:52 smithi105 ceph-mon[33237]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5ef6b413-41a4-4eee-bd83-5bb7ca724d2a"}]: dispatch 2024-03-26T00:51:52.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:52 smithi105 ceph-mon[33237]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5ef6b413-41a4-4eee-bd83-5bb7ca724d2a"}]': finished 2024-03-26T00:51:52.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:52 smithi105 ceph-mon[33237]: osdmap e10: 2 total, 1 up, 2 in 2024-03-26T00:51:52.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:52 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:51:53.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:53 smithi060 ceph-mon[29441]: from='client.? 172.21.15.79:0/792732381' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T00:51:53.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:53 smithi079 ceph-mon[33503]: from='client.? 172.21.15.79:0/792732381' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T00:51:53.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:53 smithi105 ceph-mon[33237]: from='client.? 172.21.15.79:0/792732381' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T00:51:54.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:54 smithi060 ceph-mon[29441]: pgmap v52: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:51:54.686 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:54 smithi079 ceph-mon[33503]: pgmap v52: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:51:54.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:54 smithi105 ceph-mon[33237]: pgmap v52: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:51:56.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:56 smithi079 ceph-mon[33503]: pgmap v53: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:51:56.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:56 smithi060 ceph-mon[29441]: pgmap v53: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:51:56.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:56 smithi105 ceph-mon[33237]: pgmap v53: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:51:58.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:58 smithi060 ceph-mon[29441]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:51:58.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:58 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-26T00:51:58.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:58 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:58.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:51:58 smithi060 ceph-mon[29441]: Deploying daemon osd.1 on smithi079 2024-03-26T00:51:58.688 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:58 smithi079 ceph-mon[33503]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:51:58.688 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:58 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-26T00:51:58.688 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:58 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:58.688 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:51:58 smithi079 ceph-mon[33503]: Deploying daemon osd.1 on smithi079 2024-03-26T00:51:58.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:58 smithi105 ceph-mon[33237]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:51:58.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:58 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-26T00:51:58.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:58 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:51:58.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:51:58 smithi105 ceph-mon[33237]: Deploying daemon osd.1 on smithi079 2024-03-26T00:52:00.549 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:00 smithi079 ceph-mon[33503]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:52:00.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:00 smithi060 ceph-mon[29441]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:52:00.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:00 smithi105 ceph-mon[33237]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:52:02.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:02 smithi079 ceph-mon[33503]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:52:02.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:02 smithi060 ceph-mon[29441]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:52:02.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:02 smithi105 ceph-mon[33237]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:52:04.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:04 smithi079 ceph-mon[33503]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:52:04.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:04 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:04.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:04 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:04.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:04 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:52:04.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:04 smithi105 ceph-mon[33237]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:52:04.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:04 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:04.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:04 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:04.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:04 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:52:04.859 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:04 smithi060 ceph-mon[29441]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:52:04.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:04 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:04.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:04 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:04.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:04 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:52:06.402 INFO:teuthology.orchestra.run.smithi079.stdout:Created osd(s) 1 on host 'smithi079' 2024-03-26T00:52:06.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:06 smithi079 ceph-mon[33503]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:52:06.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:06 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:06.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:06 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:06.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:06 smithi105 ceph-mon[33237]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:52:06.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:06 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:06.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:06 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:06.859 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:06 smithi060 ceph-mon[29441]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:52:06.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:06 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:06.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:06 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:06.983 DEBUG:teuthology.orchestra.run.smithi079:osd.1> sudo journalctl -f -n 0 -u ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@osd.1.service 2024-03-26T00:52:06.986 INFO:tasks.cephadm:Deploying osd.2 on smithi105 with /dev/vg_nvme/lv_4... 2024-03-26T00:52:06.986 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-26T00:52:07.228 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T00:52:07.619 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:07 smithi105 ceph-mon[33237]: from='osd.1 [v2:172.21.15.79:6800/1686136861,v1:172.21.15.79:6801/1686136861]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T00:52:07.619 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:07 smithi105 ceph-mon[33237]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T00:52:07.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:07 smithi079 ceph-mon[33503]: from='osd.1 [v2:172.21.15.79:6800/1686136861,v1:172.21.15.79:6801/1686136861]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T00:52:07.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:07 smithi079 ceph-mon[33503]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T00:52:07.859 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:07 smithi060 ceph-mon[29441]: from='osd.1 [v2:172.21.15.79:6800/1686136861,v1:172.21.15.79:6801/1686136861]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T00:52:07.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:07 smithi060 ceph-mon[29441]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T00:52:08.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:08 smithi105 ceph-mon[33237]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:52:08.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:08 smithi105 ceph-mon[33237]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-26T00:52:08.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:08 smithi105 ceph-mon[33237]: osdmap e11: 2 total, 1 up, 2 in 2024-03-26T00:52:08.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:08 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:52:08.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:08 smithi105 ceph-mon[33237]: from='osd.1 [v2:172.21.15.79:6800/1686136861,v1:172.21.15.79:6801/1686136861]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-03-26T00:52:08.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:08 smithi105 ceph-mon[33237]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-03-26T00:52:08.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:08 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:08.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:08 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:08.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:08 smithi079 ceph-mon[33503]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:52:08.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:08 smithi079 ceph-mon[33503]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-26T00:52:08.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:08 smithi079 ceph-mon[33503]: osdmap e11: 2 total, 1 up, 2 in 2024-03-26T00:52:08.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:08 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:52:08.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:08 smithi079 ceph-mon[33503]: from='osd.1 [v2:172.21.15.79:6800/1686136861,v1:172.21.15.79:6801/1686136861]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-03-26T00:52:08.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:08 smithi079 ceph-mon[33503]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-03-26T00:52:08.690 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:08 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:08.690 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:08 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:08.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:08 smithi060 ceph-mon[29441]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:52:08.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:08 smithi060 ceph-mon[29441]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-26T00:52:08.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:08 smithi060 ceph-mon[29441]: osdmap e11: 2 total, 1 up, 2 in 2024-03-26T00:52:08.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:08 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:52:08.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:08 smithi060 ceph-mon[29441]: from='osd.1 [v2:172.21.15.79:6800/1686136861,v1:172.21.15.79:6801/1686136861]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-03-26T00:52:08.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:08 smithi060 ceph-mon[29441]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-03-26T00:52:08.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:08 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:08.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:08 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:09.027 INFO:teuthology.orchestra.run.smithi105.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-26T00:52:09.027 INFO:teuthology.orchestra.run.smithi105.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-26T00:52:09.027 INFO:teuthology.orchestra.run.smithi105.stderr: stderr: 10+0 records in 2024-03-26T00:52:09.028 INFO:teuthology.orchestra.run.smithi105.stderr:10+0 records out 2024-03-26T00:52:09.028 INFO:teuthology.orchestra.run.smithi105.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0149119 s, 703 MB/s 2024-03-26T00:52:09.028 INFO:teuthology.orchestra.run.smithi105.stderr:--> Zapping successful for: 2024-03-26T00:52:09.189 INFO:journalctl@ceph.osd.1.smithi079.stdout:Mar 26 00:52:08 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-1[37704]: 2024-03-26T00:52:08.812+0000 7f61b0f4e700 -1 osd.1 0 waiting for initial osdmap 2024-03-26T00:52:09.190 INFO:journalctl@ceph.osd.1.smithi079.stdout:Mar 26 00:52:08 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-1[37704]: 2024-03-26T00:52:08.814+0000 7f61a8d39700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-26T00:52:09.524 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:09 smithi079 ceph-mon[33503]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-03-26T00:52:09.524 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:09 smithi079 ceph-mon[33503]: osdmap e12: 2 total, 1 up, 2 in 2024-03-26T00:52:09.524 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:09 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:52:09.524 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:09 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:52:09.524 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:09 smithi079 ceph-mon[33503]: from='osd.1 ' entity='osd.1' 2024-03-26T00:52:09.687 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:09 smithi105 ceph-mon[33237]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-03-26T00:52:09.687 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:09 smithi105 ceph-mon[33237]: osdmap e12: 2 total, 1 up, 2 in 2024-03-26T00:52:09.687 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:09 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:52:09.687 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:09 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:52:09.687 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:09 smithi105 ceph-mon[33237]: from='osd.1 ' entity='osd.1' 2024-03-26T00:52:09.715 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph orch daemon add osd smithi105:vg_nvme/lv_4 2024-03-26T00:52:09.761 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:09 smithi060 ceph-mon[29441]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-03-26T00:52:09.761 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:09 smithi060 ceph-mon[29441]: osdmap e12: 2 total, 1 up, 2 in 2024-03-26T00:52:09.761 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:09 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:52:09.761 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:09 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:52:09.761 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:09 smithi060 ceph-mon[29441]: from='osd.1 ' entity='osd.1' 2024-03-26T00:52:09.955 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T00:52:10.668 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:10 smithi079 ceph-mon[33503]: purged_snaps scrub starts 2024-03-26T00:52:10.669 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:10 smithi079 ceph-mon[33503]: purged_snaps scrub ok 2024-03-26T00:52:10.669 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:10 smithi079 ceph-mon[33503]: pgmap v62: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:52:10.669 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:10 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:52:10.669 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:10 smithi079 ceph-mon[33503]: osd.1 [v2:172.21.15.79:6800/1686136861,v1:172.21.15.79:6801/1686136861] boot 2024-03-26T00:52:10.669 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:10 smithi079 ceph-mon[33503]: osdmap e13: 2 total, 2 up, 2 in 2024-03-26T00:52:10.669 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:10 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:52:10.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:10 smithi105 ceph-mon[33237]: purged_snaps scrub starts 2024-03-26T00:52:10.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:10 smithi105 ceph-mon[33237]: purged_snaps scrub ok 2024-03-26T00:52:10.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:10 smithi105 ceph-mon[33237]: pgmap v62: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:52:10.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:10 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:52:10.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:10 smithi105 ceph-mon[33237]: osd.1 [v2:172.21.15.79:6800/1686136861,v1:172.21.15.79:6801/1686136861] boot 2024-03-26T00:52:10.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:10 smithi105 ceph-mon[33237]: osdmap e13: 2 total, 2 up, 2 in 2024-03-26T00:52:10.735 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:10 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:52:10.859 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:10 smithi060 ceph-mon[29441]: purged_snaps scrub starts 2024-03-26T00:52:10.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:10 smithi060 ceph-mon[29441]: purged_snaps scrub ok 2024-03-26T00:52:10.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:10 smithi060 ceph-mon[29441]: pgmap v62: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T00:52:10.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:10 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:52:10.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:10 smithi060 ceph-mon[29441]: osd.1 [v2:172.21.15.79:6800/1686136861,v1:172.21.15.79:6801/1686136861] boot 2024-03-26T00:52:10.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:10 smithi060 ceph-mon[29441]: osdmap e13: 2 total, 2 up, 2 in 2024-03-26T00:52:10.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:10 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:52:11.984 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:11 smithi105 ceph-mon[33237]: Detected new or changed devices on smithi079 2024-03-26T00:52:11.984 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:11 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:11.984 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:11 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:11.984 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:11 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:52:11.984 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:11 smithi105 ceph-mon[33237]: Adjusting osd_memory_target on smithi079 to 17088M 2024-03-26T00:52:11.984 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:11 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:11.984 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:11 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:52:11.985 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:11 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:52:11.985 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:11 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:11.985 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:11 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:52:11.985 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:11 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:52:11.985 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:11 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:52:11.985 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:11 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:11.985 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:11 smithi105 ceph-mon[33237]: osdmap e14: 2 total, 2 up, 2 in 2024-03-26T00:52:11.985 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:11 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T00:52:11.985 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:11 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T00:52:11.985 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:11 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:52:12.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:11 smithi060 ceph-mon[29441]: Detected new or changed devices on smithi079 2024-03-26T00:52:12.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:11 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:12.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:11 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:12.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:11 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:52:12.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:11 smithi060 ceph-mon[29441]: Adjusting osd_memory_target on smithi079 to 17088M 2024-03-26T00:52:12.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:11 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:12.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:11 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:52:12.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:11 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:52:12.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:11 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:12.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:11 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:52:12.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:11 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:52:12.111 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:11 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:52:12.111 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:11 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:12.111 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:11 smithi060 ceph-mon[29441]: osdmap e14: 2 total, 2 up, 2 in 2024-03-26T00:52:12.111 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:11 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T00:52:12.111 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:11 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T00:52:12.111 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:11 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:52:12.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:11 smithi079 ceph-mon[33503]: Detected new or changed devices on smithi079 2024-03-26T00:52:12.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:12.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:12.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:52:12.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:11 smithi079 ceph-mon[33503]: Adjusting osd_memory_target on smithi079 to 17088M 2024-03-26T00:52:12.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:12.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:52:12.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:52:12.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:12.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:52:12.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:52:12.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:52:12.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:12.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:11 smithi079 ceph-mon[33503]: osdmap e14: 2 total, 2 up, 2 in 2024-03-26T00:52:12.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T00:52:12.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T00:52:12.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:11 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:52:13.188 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:12 smithi105 ceph-mon[33237]: pgmap v64: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:13.188 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:12 smithi105 ceph-mon[33237]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:52:13.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:12 smithi079 ceph-mon[33503]: pgmap v64: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:13.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:12 smithi079 ceph-mon[33503]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:52:13.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:12 smithi060 ceph-mon[29441]: pgmap v64: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:13.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:12 smithi060 ceph-mon[29441]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:52:15.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:14 smithi079 ceph-mon[33503]: pgmap v66: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:15.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:14 smithi079 ceph-mon[33503]: from='client.? 172.21.15.105:0/535399732' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ab0845c-3815-4bb9-8bfb-e5f265b77b3a"}]: dispatch 2024-03-26T00:52:15.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:14 smithi079 ceph-mon[33503]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ab0845c-3815-4bb9-8bfb-e5f265b77b3a"}]: dispatch 2024-03-26T00:52:15.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:14 smithi079 ceph-mon[33503]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7ab0845c-3815-4bb9-8bfb-e5f265b77b3a"}]': finished 2024-03-26T00:52:15.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:14 smithi079 ceph-mon[33503]: osdmap e15: 3 total, 2 up, 3 in 2024-03-26T00:52:15.191 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:14 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:52:15.191 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:14 smithi079 ceph-mon[33503]: from='client.? 172.21.15.105:0/18901213' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T00:52:15.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:14 smithi105 ceph-mon[33237]: pgmap v66: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:15.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:14 smithi105 ceph-mon[33237]: from='client.? 172.21.15.105:0/535399732' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ab0845c-3815-4bb9-8bfb-e5f265b77b3a"}]: dispatch 2024-03-26T00:52:15.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:14 smithi105 ceph-mon[33237]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ab0845c-3815-4bb9-8bfb-e5f265b77b3a"}]: dispatch 2024-03-26T00:52:15.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:14 smithi105 ceph-mon[33237]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7ab0845c-3815-4bb9-8bfb-e5f265b77b3a"}]': finished 2024-03-26T00:52:15.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:14 smithi105 ceph-mon[33237]: osdmap e15: 3 total, 2 up, 3 in 2024-03-26T00:52:15.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:14 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:52:15.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:14 smithi105 ceph-mon[33237]: from='client.? 172.21.15.105:0/18901213' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T00:52:15.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:14 smithi060 ceph-mon[29441]: pgmap v66: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:15.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:14 smithi060 ceph-mon[29441]: from='client.? 172.21.15.105:0/535399732' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ab0845c-3815-4bb9-8bfb-e5f265b77b3a"}]: dispatch 2024-03-26T00:52:15.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:14 smithi060 ceph-mon[29441]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ab0845c-3815-4bb9-8bfb-e5f265b77b3a"}]: dispatch 2024-03-26T00:52:15.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:14 smithi060 ceph-mon[29441]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7ab0845c-3815-4bb9-8bfb-e5f265b77b3a"}]': finished 2024-03-26T00:52:15.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:14 smithi060 ceph-mon[29441]: osdmap e15: 3 total, 2 up, 3 in 2024-03-26T00:52:15.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:14 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:52:15.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:14 smithi060 ceph-mon[29441]: from='client.? 172.21.15.105:0/18901213' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T00:52:17.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:16 smithi079 ceph-mon[33503]: pgmap v68: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:17.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:16 smithi105 ceph-mon[33237]: pgmap v68: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:17.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:16 smithi060 ceph-mon[29441]: pgmap v68: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:19.127 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:18 smithi105 ceph-mon[33237]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:19.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:18 smithi079 ceph-mon[33503]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:19.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:18 smithi060 ceph-mon[29441]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:21.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:20 smithi079 ceph-mon[33503]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:21.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:20 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-26T00:52:21.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:20 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:52:21.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:20 smithi105 ceph-mon[33237]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:21.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:20 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-26T00:52:21.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:20 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:52:21.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:20 smithi060 ceph-mon[29441]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:21.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:20 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-26T00:52:21.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:20 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:52:22.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:21 smithi079 ceph-mon[33503]: Deploying daemon osd.2 on smithi105 2024-03-26T00:52:22.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:21 smithi105 ceph-mon[33237]: Deploying daemon osd.2 on smithi105 2024-03-26T00:52:22.362 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:21 smithi060 ceph-mon[29441]: Deploying daemon osd.2 on smithi105 2024-03-26T00:52:23.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:22 smithi079 ceph-mon[33503]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:23.228 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:22 smithi105 ceph-mon[33237]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:23.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:22 smithi060 ceph-mon[29441]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:25.037 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:24 smithi105 ceph-mon[33237]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:25.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:24 smithi079 ceph-mon[33503]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:25.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:24 smithi060 ceph-mon[29441]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:26.939 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:26 smithi079 ceph-mon[33503]: pgmap v73: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:26.939 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:26 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:26.939 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:26 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:26.939 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:26 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:52:26.984 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:26 smithi105 ceph-mon[33237]: pgmap v73: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:26.984 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:26 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:26.984 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:26 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:26.984 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:26 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:52:27.109 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:26 smithi060 ceph-mon[29441]: pgmap v73: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:27.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:26 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:27.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:26 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:27.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:26 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:52:28.965 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:28 smithi105 ceph-mon[33237]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:28.966 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:28 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:28.966 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:28 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:28.966 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:28 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:52:28.966 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:28 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:52:28.966 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:28 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:29.030 INFO:teuthology.orchestra.run.smithi105.stdout:Created osd(s) 2 on host 'smithi105' 2024-03-26T00:52:29.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:28 smithi060 ceph-mon[29441]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:29.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:28 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:29.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:28 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:29.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:28 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:52:29.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:28 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:52:29.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:28 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:29.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:28 smithi079 ceph-mon[33503]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:29.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:28 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:29.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:28 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:29.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:28 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:52:29.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:28 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:52:29.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:28 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:29.604 DEBUG:teuthology.orchestra.run.smithi105:osd.2> sudo journalctl -f -n 0 -u ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@osd.2.service 2024-03-26T00:52:29.607 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-03-26T00:52:29.607 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph osd stat -f json 2024-03-26T00:52:29.863 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:52:29.897 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:29 smithi105 ceph-mon[33237]: from='osd.2 [v2:172.21.15.105:6800/2505139701,v1:172.21.15.105:6801/2505139701]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T00:52:29.897 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:29 smithi105 ceph-mon[33237]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T00:52:29.897 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:29 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:29.897 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:29 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:29.897 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:29 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:52:29.981 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:29 smithi060 ceph-mon[29441]: from='osd.2 [v2:172.21.15.105:6800/2505139701,v1:172.21.15.105:6801/2505139701]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T00:52:29.981 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:29 smithi060 ceph-mon[29441]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T00:52:29.981 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:29 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:29.981 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:29 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:29.981 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:29 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:52:30.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:29 smithi079 ceph-mon[33503]: from='osd.2 [v2:172.21.15.105:6800/2505139701,v1:172.21.15.105:6801/2505139701]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T00:52:30.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:29 smithi079 ceph-mon[33503]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T00:52:30.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:29 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:30.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:29 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:30.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:29 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:52:30.880 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:30 smithi105 ceph-mon[33237]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:30.880 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:30 smithi105 ceph-mon[33237]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-26T00:52:30.880 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:30 smithi105 ceph-mon[33237]: osdmap e16: 3 total, 2 up, 3 in 2024-03-26T00:52:30.880 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:30 smithi105 ceph-mon[33237]: from='osd.2 [v2:172.21.15.105:6800/2505139701,v1:172.21.15.105:6801/2505139701]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-26T00:52:30.880 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:30 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:52:30.880 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:30 smithi105 ceph-mon[33237]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-26T00:52:30.880 INFO:journalctl@ceph.osd.2.smithi105.stdout:Mar 26 00:52:30 smithi105 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-2[37415]: 2024-03-26T00:52:30.727+0000 7ff1fc7f6700 -1 osd.2 0 waiting for initial osdmap 2024-03-26T00:52:30.880 INFO:journalctl@ceph.osd.2.smithi105.stdout:Mar 26 00:52:30 smithi105 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-2[37415]: 2024-03-26T00:52:30.730+0000 7ff1f85e9700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-26T00:52:30.983 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:30 smithi060 ceph-mon[29441]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:30.984 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:30 smithi060 ceph-mon[29441]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-26T00:52:30.984 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:30 smithi060 ceph-mon[29441]: osdmap e16: 3 total, 2 up, 3 in 2024-03-26T00:52:30.984 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:30 smithi060 ceph-mon[29441]: from='osd.2 [v2:172.21.15.105:6800/2505139701,v1:172.21.15.105:6801/2505139701]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-26T00:52:30.984 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:30 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:52:30.984 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:30 smithi060 ceph-mon[29441]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-26T00:52:31.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:30 smithi079 ceph-mon[33503]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:31.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:30 smithi079 ceph-mon[33503]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-26T00:52:31.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:30 smithi079 ceph-mon[33503]: osdmap e16: 3 total, 2 up, 3 in 2024-03-26T00:52:31.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:30 smithi079 ceph-mon[33503]: from='osd.2 [v2:172.21.15.105:6800/2505139701,v1:172.21.15.105:6801/2505139701]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-26T00:52:31.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:30 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:52:31.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:30 smithi079 ceph-mon[33503]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-26T00:52:31.634 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:52:31.984 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:31 smithi060 ceph-mon[29441]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-03-26T00:52:31.984 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:31 smithi060 ceph-mon[29441]: osdmap e17: 3 total, 2 up, 3 in 2024-03-26T00:52:31.984 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:31 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:52:31.984 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:31 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:52:31.984 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:31 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/1674604873' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-26T00:52:31.984 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:31 smithi105 ceph-mon[33237]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-03-26T00:52:31.985 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:31 smithi105 ceph-mon[33237]: osdmap e17: 3 total, 2 up, 3 in 2024-03-26T00:52:31.985 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:31 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:52:31.985 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:31 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:52:31.985 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:31 smithi105 ceph-mon[33237]: from='client.? 172.21.15.60:0/1674604873' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-26T00:52:32.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:31 smithi079 ceph-mon[33503]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-03-26T00:52:32.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:31 smithi079 ceph-mon[33503]: osdmap e17: 3 total, 2 up, 3 in 2024-03-26T00:52:32.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:31 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:52:32.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:31 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:52:32.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:31 smithi079 ceph-mon[33503]: from='client.? 172.21.15.60:0/1674604873' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-26T00:52:32.241 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":17,"num_osds":3,"num_up_osds":2,"osd_up_since":1711414329,"num_in_osds":3,"osd_in_since":1711414334,"num_remapped_pgs":0} 2024-03-26T00:52:32.859 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:32 smithi060 ceph-mon[29441]: purged_snaps scrub starts 2024-03-26T00:52:32.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:32 smithi060 ceph-mon[29441]: purged_snaps scrub ok 2024-03-26T00:52:32.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:32 smithi060 ceph-mon[29441]: pgmap v78: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:32.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:32 smithi060 ceph-mon[29441]: osd.2 [v2:172.21.15.105:6800/2505139701,v1:172.21.15.105:6801/2505139701] boot 2024-03-26T00:52:32.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:32 smithi060 ceph-mon[29441]: osdmap e18: 3 total, 3 up, 3 in 2024-03-26T00:52:32.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:32 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:52:32.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:32 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:32.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:32 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:32.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:32 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:52:32.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:32 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:32.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:32 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:52:32.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:32 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:52:32.861 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:32 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:32.984 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:32 smithi105 ceph-mon[33237]: purged_snaps scrub starts 2024-03-26T00:52:32.984 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:32 smithi105 ceph-mon[33237]: purged_snaps scrub ok 2024-03-26T00:52:32.984 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:32 smithi105 ceph-mon[33237]: pgmap v78: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:32.984 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:32 smithi105 ceph-mon[33237]: osd.2 [v2:172.21.15.105:6800/2505139701,v1:172.21.15.105:6801/2505139701] boot 2024-03-26T00:52:32.984 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:32 smithi105 ceph-mon[33237]: osdmap e18: 3 total, 3 up, 3 in 2024-03-26T00:52:32.984 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:32 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:52:32.984 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:32 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:32.984 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:32 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:32.985 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:32 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:52:32.985 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:32 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:32.985 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:32 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:52:32.985 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:32 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:52:32.985 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:32 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:33.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:32 smithi079 ceph-mon[33503]: purged_snaps scrub starts 2024-03-26T00:52:33.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:32 smithi079 ceph-mon[33503]: purged_snaps scrub ok 2024-03-26T00:52:33.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:32 smithi079 ceph-mon[33503]: pgmap v78: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T00:52:33.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:32 smithi079 ceph-mon[33503]: osd.2 [v2:172.21.15.105:6800/2505139701,v1:172.21.15.105:6801/2505139701] boot 2024-03-26T00:52:33.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:32 smithi079 ceph-mon[33503]: osdmap e18: 3 total, 3 up, 3 in 2024-03-26T00:52:33.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:32 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:52:33.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:32 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:33.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:32 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:33.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:32 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-26T00:52:33.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:32 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:33.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:32 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:52:33.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:32 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:52:33.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:32 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:33.242 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph osd stat -f json 2024-03-26T00:52:33.483 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:52:33.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:33 smithi060 ceph-mon[29441]: Detected new or changed devices on smithi105 2024-03-26T00:52:33.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:33 smithi060 ceph-mon[29441]: Adjusting osd_memory_target on smithi105 to 21184M 2024-03-26T00:52:33.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:33 smithi060 ceph-mon[29441]: osdmap e19: 3 total, 3 up, 3 in 2024-03-26T00:52:33.860 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:33 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-26T00:52:34.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:33 smithi079 ceph-mon[33503]: Detected new or changed devices on smithi105 2024-03-26T00:52:34.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:33 smithi079 ceph-mon[33503]: Adjusting osd_memory_target on smithi105 to 21184M 2024-03-26T00:52:34.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:33 smithi079 ceph-mon[33503]: osdmap e19: 3 total, 3 up, 3 in 2024-03-26T00:52:34.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:33 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-26T00:52:34.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:33 smithi105 ceph-mon[33237]: Detected new or changed devices on smithi105 2024-03-26T00:52:34.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:33 smithi105 ceph-mon[33237]: Adjusting osd_memory_target on smithi105 to 21184M 2024-03-26T00:52:34.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:33 smithi105 ceph-mon[33237]: osdmap e19: 3 total, 3 up, 3 in 2024-03-26T00:52:34.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:33 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-26T00:52:34.850 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:34 smithi060 ceph-mon[29441]: pgmap v81: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:34.850 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:34 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-26T00:52:34.850 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:34 smithi060 ceph-mon[29441]: osdmap e20: 3 total, 3 up, 3 in 2024-03-26T00:52:34.851 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:34 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-26T00:52:35.067 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:34 smithi105 ceph-mon[33237]: pgmap v81: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:35.068 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:34 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-26T00:52:35.068 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:34 smithi105 ceph-mon[33237]: osdmap e20: 3 total, 3 up, 3 in 2024-03-26T00:52:35.068 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:34 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-26T00:52:35.068 INFO:journalctl@ceph.osd.2.smithi105.stdout:Mar 26 00:52:34 smithi105 sudo[41026]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-26T00:52:35.068 INFO:journalctl@ceph.osd.2.smithi105.stdout:Mar 26 00:52:34 smithi105 sudo[41026]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-26T00:52:35.068 INFO:journalctl@ceph.osd.2.smithi105.stdout:Mar 26 00:52:34 smithi105 sudo[41026]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-26T00:52:35.068 INFO:journalctl@ceph.osd.2.smithi105.stdout:Mar 26 00:52:34 smithi105 sudo[41026]: pam_unix(sudo:session): session closed for user root 2024-03-26T00:52:35.068 INFO:journalctl@ceph.osd.2.smithi105.stdout:Mar 26 00:52:34 smithi105 sudo[41029]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-26T00:52:35.068 INFO:journalctl@ceph.osd.2.smithi105.stdout:Mar 26 00:52:34 smithi105 sudo[41029]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-26T00:52:35.069 INFO:journalctl@ceph.osd.2.smithi105.stdout:Mar 26 00:52:34 smithi105 sudo[41029]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-26T00:52:35.069 INFO:journalctl@ceph.osd.2.smithi105.stdout:Mar 26 00:52:34 smithi105 sudo[41029]: pam_unix(sudo:session): session closed for user root 2024-03-26T00:52:35.104 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:34 smithi079 ceph-mon[33503]: pgmap v81: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:35.104 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:34 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-26T00:52:35.104 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:34 smithi079 ceph-mon[33503]: osdmap e20: 3 total, 3 up, 3 in 2024-03-26T00:52:35.104 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:34 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-26T00:52:35.104 INFO:journalctl@ceph.osd.1.smithi079.stdout:Mar 26 00:52:34 smithi079 sudo[41025]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-26T00:52:35.104 INFO:journalctl@ceph.osd.1.smithi079.stdout:Mar 26 00:52:34 smithi079 sudo[41025]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-26T00:52:35.104 INFO:journalctl@ceph.osd.1.smithi079.stdout:Mar 26 00:52:34 smithi079 sudo[41025]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-26T00:52:35.105 INFO:journalctl@ceph.osd.1.smithi079.stdout:Mar 26 00:52:34 smithi079 sudo[41025]: pam_unix(sudo:session): session closed for user root 2024-03-26T00:52:35.105 INFO:journalctl@ceph.osd.1.smithi079.stdout:Mar 26 00:52:34 smithi079 sudo[41028]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-26T00:52:35.105 INFO:journalctl@ceph.osd.1.smithi079.stdout:Mar 26 00:52:34 smithi079 sudo[41028]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-26T00:52:35.105 INFO:journalctl@ceph.osd.1.smithi079.stdout:Mar 26 00:52:34 smithi079 sudo[41028]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-26T00:52:35.105 INFO:journalctl@ceph.osd.1.smithi079.stdout:Mar 26 00:52:34 smithi079 sudo[41028]: pam_unix(sudo:session): session closed for user root 2024-03-26T00:52:35.109 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 sudo[47533]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-26T00:52:35.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 sudo[47533]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-26T00:52:35.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 sudo[47533]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-26T00:52:35.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 sudo[47533]: pam_unix(sudo:session): session closed for user root 2024-03-26T00:52:35.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 sudo[47536]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-26T00:52:35.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 sudo[47536]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-26T00:52:35.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 sudo[47536]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-26T00:52:35.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 sudo[47536]: pam_unix(sudo:session): session closed for user root 2024-03-26T00:52:35.110 INFO:journalctl@ceph.osd.0.smithi060.stdout:Mar 26 00:52:34 smithi060 sudo[47521]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-26T00:52:35.110 INFO:journalctl@ceph.osd.0.smithi060.stdout:Mar 26 00:52:34 smithi060 sudo[47521]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-26T00:52:35.111 INFO:journalctl@ceph.osd.0.smithi060.stdout:Mar 26 00:52:34 smithi060 sudo[47521]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-26T00:52:35.111 INFO:journalctl@ceph.osd.0.smithi060.stdout:Mar 26 00:52:34 smithi060 sudo[47521]: pam_unix(sudo:session): session closed for user root 2024-03-26T00:52:35.111 INFO:journalctl@ceph.osd.0.smithi060.stdout:Mar 26 00:52:34 smithi060 sudo[47524]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-26T00:52:35.111 INFO:journalctl@ceph.osd.0.smithi060.stdout:Mar 26 00:52:34 smithi060 sudo[47524]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-26T00:52:35.111 INFO:journalctl@ceph.osd.0.smithi060.stdout:Mar 26 00:52:34 smithi060 sudo[47524]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-26T00:52:35.111 INFO:journalctl@ceph.osd.0.smithi060.stdout:Mar 26 00:52:34 smithi060 sudo[47524]: pam_unix(sudo:session): session closed for user root 2024-03-26T00:52:35.301 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:52:35.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 sudo[41031]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-26T00:52:35.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 sudo[41031]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-26T00:52:35.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 sudo[41031]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-26T00:52:35.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 sudo[41031]: pam_unix(sudo:session): session closed for user root 2024-03-26T00:52:35.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 sudo[41034]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-26T00:52:35.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 sudo[41034]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-26T00:52:35.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 sudo[41034]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-26T00:52:35.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 sudo[41034]: pam_unix(sudo:session): session closed for user root 2024-03-26T00:52:35.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 sudo[41032]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-26T00:52:35.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 sudo[41032]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-26T00:52:35.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 sudo[41032]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-26T00:52:35.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 sudo[41032]: pam_unix(sudo:session): session closed for user root 2024-03-26T00:52:35.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 sudo[41035]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-26T00:52:35.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 sudo[41035]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-26T00:52:35.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 sudo[41035]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-26T00:52:35.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 sudo[41035]: pam_unix(sudo:session): session closed for user root 2024-03-26T00:52:35.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-26T00:52:35.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 ceph-mon[29441]: osdmap e21: 3 total, 3 up, 3 in 2024-03-26T00:52:35.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:35.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:35.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:35.883 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 ceph-mon[29441]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T00:52:35.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 ceph-mon[29441]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T00:52:35.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:52:35.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:52:35.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:52:35.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 ceph-mon[29441]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T00:52:35.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:52:35.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:52:35.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:52:35.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 ceph-mon[29441]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T00:52:35.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 ceph-mon[29441]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T00:52:35.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:52:35.884 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:52:35.885 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 ceph-mon[29441]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:52:35.885 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 ceph-mon[29441]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T00:52:35.885 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:35 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/3039853455' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-26T00:52:35.909 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1711414351,"num_in_osds":3,"osd_in_since":1711414334,"num_remapped_pgs":0} 2024-03-26T00:52:35.910 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph osd dump --format=json 2024-03-26T00:52:36.149 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:52:36.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-26T00:52:36.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 ceph-mon[33503]: osdmap e21: 3 total, 3 up, 3 in 2024-03-26T00:52:36.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:36.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:36.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:36.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 ceph-mon[33503]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T00:52:36.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 ceph-mon[33503]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T00:52:36.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:52:36.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:52:36.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:52:36.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 ceph-mon[33503]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T00:52:36.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:52:36.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:52:36.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:52:36.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 ceph-mon[33503]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T00:52:36.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 ceph-mon[33503]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T00:52:36.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:52:36.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:52:36.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 ceph-mon[33503]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:52:36.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 ceph-mon[33503]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T00:52:36.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:35 smithi079 ceph-mon[33503]: from='client.? 172.21.15.60:0/3039853455' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-26T00:52:36.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-26T00:52:36.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 ceph-mon[33237]: osdmap e21: 3 total, 3 up, 3 in 2024-03-26T00:52:36.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:36.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:36.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' 2024-03-26T00:52:36.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 ceph-mon[33237]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T00:52:36.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 ceph-mon[33237]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T00:52:36.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:52:36.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:52:36.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:52:36.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 ceph-mon[33237]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T00:52:36.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:52:36.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:52:36.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:52:36.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 ceph-mon[33237]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T00:52:36.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 ceph-mon[33237]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T00:52:36.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:52:36.236 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:52:36.236 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 ceph-mon[33237]: from='mgr.14148 172.21.15.60:0/1301105126' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:52:36.236 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 ceph-mon[33237]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T00:52:36.236 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:35 smithi105 ceph-mon[33237]: from='client.? 172.21.15.60:0/3039853455' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-26T00:52:36.859 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:36 smithi060 ceph-mon[29441]: pgmap v84: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:36.859 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:36 smithi060 ceph-mon[29441]: osdmap e22: 3 total, 3 up, 3 in 2024-03-26T00:52:37.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:36 smithi079 ceph-mon[33503]: pgmap v84: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:37.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:36 smithi079 ceph-mon[33503]: osdmap e22: 3 total, 3 up, 3 in 2024-03-26T00:52:37.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:36 smithi105 ceph-mon[33237]: pgmap v84: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:37.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:36 smithi105 ceph-mon[33237]: osdmap e22: 3 total, 3 up, 3 in 2024-03-26T00:52:37.925 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:52:37.925 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":22,"fsid":"85faf3d2-eb0a-11ee-95d0-87774f69a715","created":"2024-03-26T00:49:10.440308+0000","modified":"2024-03-26T00:52:35.748620+0000","last_up_change":"2024-03-26T00:52:31.725074+0000","last_in_change":"2024-03-26T00:52:14.054496+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-26T00:52:33.280550+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"01e53371-f1e8-49ae-8565-643746df0941","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.60:6802","nonce":2846439545},{"type":"v1","addr":"172.21.15.60:6803","nonce":2846439545}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":2846439545},{"type":"v1","addr":"172.21.15.60:6805","nonce":2846439545}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6808","nonce":2846439545},{"type":"v1","addr":"172.21.15.60:6809","nonce":2846439545}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":2846439545},{"type":"v1","addr":"172.21.15.60:6807","nonce":2846439545}]},"public_addr":"172.21.15.60:6803/2846439545","cluster_addr":"172.21.15.60:6805/2846439545","heartbeat_back_addr":"172.21.15.60:6809/2846439545","heartbeat_front_addr":"172.21.15.60:6807/2846439545","state":["exists","up"]},{"osd":1,"uuid":"5ef6b413-41a4-4eee-bd83-5bb7ca724d2a","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.79:6800","nonce":1686136861},{"type":"v1","addr":"172.21.15.79:6801","nonce":1686136861}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":1686136861},{"type":"v1","addr":"172.21.15.79:6803","nonce":1686136861}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":1686136861},{"type":"v1","addr":"172.21.15.79:6807","nonce":1686136861}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":1686136861},{"type":"v1","addr":"172.21.15.79:6805","nonce":1686136861}]},"public_addr":"172.21.15.79:6801/1686136861","cluster_addr":"172.21.15.79:6803/1686136861","heartbeat_back_addr":"172.21.15.79:6807/1686136861","heartbeat_front_addr":"172.21.15.79:6805/1686136861","state":["exists","up"]},{"osd":2,"uuid":"7ab0845c-3815-4bb9-8bfb-e5f265b77b3a","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.105:6800","nonce":2505139701},{"type":"v1","addr":"172.21.15.105:6801","nonce":2505139701}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":2505139701},{"type":"v1","addr":"172.21.15.105:6803","nonce":2505139701}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":2505139701},{"type":"v1","addr":"172.21.15.105:6807","nonce":2505139701}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":2505139701},{"type":"v1","addr":"172.21.15.105:6805","nonce":2505139701}]},"public_addr":"172.21.15.105:6801/2505139701","cluster_addr":"172.21.15.105:6803/2505139701","heartbeat_back_addr":"172.21.15.105:6807/2505139701","heartbeat_front_addr":"172.21.15.105:6805/2505139701","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T00:51:44.432746+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T00:52:07.462299+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T00:52:29.796459+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.60:0/1234688158":"2024-03-27T00:50:09.177722+0000","172.21.15.60:6801/3204810817":"2024-03-27T00:50:09.177722+0000","172.21.15.60:6800/3204810817":"2024-03-27T00:50:09.177722+0000","172.21.15.60:0/3312566406":"2024-03-27T00:49:41.685989+0000","172.21.15.60:6800/2819825349":"2024-03-27T00:49:41.685989+0000","172.21.15.60:0/814282961":"2024-03-27T00:50:09.177722+0000","172.21.15.60:0/1749708544":"2024-03-27T00:49:41.685989+0000","172.21.15.60:0/963511736":"2024-03-27T00:49:41.685989+0000","172.21.15.60:6801/2819825349":"2024-03-27T00:49:41.685989+0000","172.21.15.60:0/2306631453":"2024-03-27T00:50:09.177722+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-26T00:52:38.228 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:38 smithi060 ceph-mon[29441]: mgrmap e15: a(active, since 2m), standbys: b 2024-03-26T00:52:38.228 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:38 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/499721266' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T00:52:38.438 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:38 smithi079 ceph-mon[33503]: mgrmap e15: a(active, since 2m), standbys: b 2024-03-26T00:52:38.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:38 smithi079 ceph-mon[33503]: from='client.? 172.21.15.60:0/499721266' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T00:52:38.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:38 smithi105 ceph-mon[33237]: mgrmap e15: a(active, since 2m), standbys: b 2024-03-26T00:52:38.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:38 smithi105 ceph-mon[33237]: from='client.? 172.21.15.60:0/499721266' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T00:52:38.489 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-26T00:52:33.280550+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-03-26T00:52:38.489 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-03-26T00:52:38.727 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:52:39.109 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:39 smithi060 ceph-mon[29441]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:39.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:39 smithi079 ceph-mon[33503]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:39.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:39 smithi105 ceph-mon[33237]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:40.496 INFO:teuthology.orchestra.run.smithi060.stdout:pg_num: 1 2024-03-26T00:52:41.096 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:41 smithi060 ceph-mon[29441]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:41.096 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:41 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/3858093507' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-26T00:52:41.098 INFO:tasks.cephadm:Setting up client nodes... 2024-03-26T00:52:41.098 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-26T00:52:41.098 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-26T00:52:41.098 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph mgr dump --format=json 2024-03-26T00:52:41.337 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:52:41.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:41 smithi079 ceph-mon[33503]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:41.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:41 smithi079 ceph-mon[33503]: from='client.? 172.21.15.60:0/3858093507' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-26T00:52:41.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:41 smithi105 ceph-mon[33237]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:41.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:41 smithi105 ceph-mon[33237]: from='client.? 172.21.15.60:0/3858093507' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-26T00:52:43.170 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:52:43.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:43 smithi060 ceph-mon[29441]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:43.438 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:43 smithi079 ceph-mon[33503]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:43.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:43 smithi105 ceph-mon[33237]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:43.826 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":15,"flags":0,"active_gid":14148,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6800","nonce":955751405},{"type":"v1","addr":"172.21.15.60:6801","nonce":955751405}]},"active_addr":"172.21.15.60:6801/955751405","active_change":"2024-03-26T00:50:09.177832+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24104,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.60:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.60:0","nonce":1213391114}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.60:0","nonce":3354751908}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.60:0","nonce":1439609133}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.60:0","nonce":435028092}]}]} 2024-03-26T00:52:43.832 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-26T00:52:43.832 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-26T00:52:43.833 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph osd dump --format=json 2024-03-26T00:52:44.071 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:52:44.109 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:44 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/1331411476' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-26T00:52:44.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:44 smithi079 ceph-mon[33503]: from='client.? 172.21.15.60:0/1331411476' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-26T00:52:44.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:44 smithi105 ceph-mon[33237]: from='client.? 172.21.15.60:0/1331411476' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-26T00:52:45.297 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:45 smithi060 ceph-mon[29441]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:45.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:45 smithi079 ceph-mon[33503]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:45.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:45 smithi105 ceph-mon[33237]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:45.841 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:52:45.841 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":22,"fsid":"85faf3d2-eb0a-11ee-95d0-87774f69a715","created":"2024-03-26T00:49:10.440308+0000","modified":"2024-03-26T00:52:35.748620+0000","last_up_change":"2024-03-26T00:52:31.725074+0000","last_in_change":"2024-03-26T00:52:14.054496+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-26T00:52:33.280550+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"01e53371-f1e8-49ae-8565-643746df0941","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.60:6802","nonce":2846439545},{"type":"v1","addr":"172.21.15.60:6803","nonce":2846439545}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":2846439545},{"type":"v1","addr":"172.21.15.60:6805","nonce":2846439545}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6808","nonce":2846439545},{"type":"v1","addr":"172.21.15.60:6809","nonce":2846439545}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":2846439545},{"type":"v1","addr":"172.21.15.60:6807","nonce":2846439545}]},"public_addr":"172.21.15.60:6803/2846439545","cluster_addr":"172.21.15.60:6805/2846439545","heartbeat_back_addr":"172.21.15.60:6809/2846439545","heartbeat_front_addr":"172.21.15.60:6807/2846439545","state":["exists","up"]},{"osd":1,"uuid":"5ef6b413-41a4-4eee-bd83-5bb7ca724d2a","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.79:6800","nonce":1686136861},{"type":"v1","addr":"172.21.15.79:6801","nonce":1686136861}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":1686136861},{"type":"v1","addr":"172.21.15.79:6803","nonce":1686136861}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":1686136861},{"type":"v1","addr":"172.21.15.79:6807","nonce":1686136861}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":1686136861},{"type":"v1","addr":"172.21.15.79:6805","nonce":1686136861}]},"public_addr":"172.21.15.79:6801/1686136861","cluster_addr":"172.21.15.79:6803/1686136861","heartbeat_back_addr":"172.21.15.79:6807/1686136861","heartbeat_front_addr":"172.21.15.79:6805/1686136861","state":["exists","up"]},{"osd":2,"uuid":"7ab0845c-3815-4bb9-8bfb-e5f265b77b3a","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.105:6800","nonce":2505139701},{"type":"v1","addr":"172.21.15.105:6801","nonce":2505139701}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":2505139701},{"type":"v1","addr":"172.21.15.105:6803","nonce":2505139701}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":2505139701},{"type":"v1","addr":"172.21.15.105:6807","nonce":2505139701}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":2505139701},{"type":"v1","addr":"172.21.15.105:6805","nonce":2505139701}]},"public_addr":"172.21.15.105:6801/2505139701","cluster_addr":"172.21.15.105:6803/2505139701","heartbeat_back_addr":"172.21.15.105:6807/2505139701","heartbeat_front_addr":"172.21.15.105:6805/2505139701","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T00:51:44.432746+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T00:52:07.462299+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T00:52:29.796459+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.60:0/1234688158":"2024-03-27T00:50:09.177722+0000","172.21.15.60:6801/3204810817":"2024-03-27T00:50:09.177722+0000","172.21.15.60:6800/3204810817":"2024-03-27T00:50:09.177722+0000","172.21.15.60:0/3312566406":"2024-03-27T00:49:41.685989+0000","172.21.15.60:6800/2819825349":"2024-03-27T00:49:41.685989+0000","172.21.15.60:0/814282961":"2024-03-27T00:50:09.177722+0000","172.21.15.60:0/1749708544":"2024-03-27T00:49:41.685989+0000","172.21.15.60:0/963511736":"2024-03-27T00:49:41.685989+0000","172.21.15.60:6801/2819825349":"2024-03-27T00:49:41.685989+0000","172.21.15.60:0/2306631453":"2024-03-27T00:50:09.177722+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-26T00:52:46.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:46 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/2369344779' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T00:52:46.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:46 smithi079 ceph-mon[33503]: from='client.? 172.21.15.60:0/2369344779' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T00:52:46.446 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-26T00:52:46.446 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph osd dump --format=json 2024-03-26T00:52:46.483 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:46 smithi105 ceph-mon[33237]: from='client.? 172.21.15.60:0/2369344779' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T00:52:46.684 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:52:47.064 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:47 smithi060 ceph-mon[29441]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:47.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:47 smithi079 ceph-mon[33503]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:47.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:47 smithi105 ceph-mon[33237]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:48.501 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:52:48.502 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":22,"fsid":"85faf3d2-eb0a-11ee-95d0-87774f69a715","created":"2024-03-26T00:49:10.440308+0000","modified":"2024-03-26T00:52:35.748620+0000","last_up_change":"2024-03-26T00:52:31.725074+0000","last_in_change":"2024-03-26T00:52:14.054496+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-26T00:52:33.280550+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"01e53371-f1e8-49ae-8565-643746df0941","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.60:6802","nonce":2846439545},{"type":"v1","addr":"172.21.15.60:6803","nonce":2846439545}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":2846439545},{"type":"v1","addr":"172.21.15.60:6805","nonce":2846439545}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6808","nonce":2846439545},{"type":"v1","addr":"172.21.15.60:6809","nonce":2846439545}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":2846439545},{"type":"v1","addr":"172.21.15.60:6807","nonce":2846439545}]},"public_addr":"172.21.15.60:6803/2846439545","cluster_addr":"172.21.15.60:6805/2846439545","heartbeat_back_addr":"172.21.15.60:6809/2846439545","heartbeat_front_addr":"172.21.15.60:6807/2846439545","state":["exists","up"]},{"osd":1,"uuid":"5ef6b413-41a4-4eee-bd83-5bb7ca724d2a","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.79:6800","nonce":1686136861},{"type":"v1","addr":"172.21.15.79:6801","nonce":1686136861}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":1686136861},{"type":"v1","addr":"172.21.15.79:6803","nonce":1686136861}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":1686136861},{"type":"v1","addr":"172.21.15.79:6807","nonce":1686136861}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":1686136861},{"type":"v1","addr":"172.21.15.79:6805","nonce":1686136861}]},"public_addr":"172.21.15.79:6801/1686136861","cluster_addr":"172.21.15.79:6803/1686136861","heartbeat_back_addr":"172.21.15.79:6807/1686136861","heartbeat_front_addr":"172.21.15.79:6805/1686136861","state":["exists","up"]},{"osd":2,"uuid":"7ab0845c-3815-4bb9-8bfb-e5f265b77b3a","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.105:6800","nonce":2505139701},{"type":"v1","addr":"172.21.15.105:6801","nonce":2505139701}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":2505139701},{"type":"v1","addr":"172.21.15.105:6803","nonce":2505139701}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":2505139701},{"type":"v1","addr":"172.21.15.105:6807","nonce":2505139701}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":2505139701},{"type":"v1","addr":"172.21.15.105:6805","nonce":2505139701}]},"public_addr":"172.21.15.105:6801/2505139701","cluster_addr":"172.21.15.105:6803/2505139701","heartbeat_back_addr":"172.21.15.105:6807/2505139701","heartbeat_front_addr":"172.21.15.105:6805/2505139701","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T00:51:44.432746+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T00:52:07.462299+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T00:52:29.796459+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.60:0/1234688158":"2024-03-27T00:50:09.177722+0000","172.21.15.60:6801/3204810817":"2024-03-27T00:50:09.177722+0000","172.21.15.60:6800/3204810817":"2024-03-27T00:50:09.177722+0000","172.21.15.60:0/3312566406":"2024-03-27T00:49:41.685989+0000","172.21.15.60:6800/2819825349":"2024-03-27T00:49:41.685989+0000","172.21.15.60:0/814282961":"2024-03-27T00:50:09.177722+0000","172.21.15.60:0/1749708544":"2024-03-27T00:49:41.685989+0000","172.21.15.60:0/963511736":"2024-03-27T00:49:41.685989+0000","172.21.15.60:6801/2819825349":"2024-03-27T00:49:41.685989+0000","172.21.15.60:0/2306631453":"2024-03-27T00:50:09.177722+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-26T00:52:49.075 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:49 smithi060 ceph-mon[29441]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:49.075 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:49 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/3483117425' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T00:52:49.102 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-26T00:52:49.102 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-26T00:52:49.103 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-26T00:52:49.352 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:52:49.368 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:52:49.372 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:52:49.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:49 smithi079 ceph-mon[33503]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:49.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:49 smithi079 ceph-mon[33503]: from='client.? 172.21.15.60:0/3483117425' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T00:52:49.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:49 smithi105 ceph-mon[33237]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:49.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:49 smithi105 ceph-mon[33237]: from='client.? 172.21.15.60:0/3483117425' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T00:52:51.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:51 smithi060 ceph-mon[29441]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:51.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:51 smithi079 ceph-mon[33503]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:51.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:51 smithi105 ceph-mon[33237]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:53.268 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:53 smithi060 ceph-mon[29441]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:53.438 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:53 smithi079 ceph-mon[33503]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:53.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:53 smithi105 ceph-mon[33237]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:54.279 INFO:teuthology.orchestra.run.smithi060.stdout:77309411335 2024-03-26T00:52:54.280 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-26T00:52:54.861 INFO:teuthology.orchestra.run.smithi060.stdout:34359738385 2024-03-26T00:52:54.861 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-26T00:52:55.085 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:52:55.109 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:55 smithi060 ceph-mon[29441]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:55.438 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:55 smithi079 ceph-mon[33503]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:55.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:55 smithi105 ceph-mon[33237]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:55.514 INFO:teuthology.orchestra.run.smithi060.stdout:55834574860 2024-03-26T00:52:55.514 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-26T00:52:55.544 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:52:57.175 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:57 smithi060 ceph-mon[29441]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:57.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:57 smithi079 ceph-mon[33503]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:57.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:57 smithi105 ceph-mon[33237]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:57.883 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:52:58.511 INFO:teuthology.orchestra.run.smithi060.stdout:34359738386 2024-03-26T00:52:58.618 INFO:teuthology.orchestra.run.smithi060.stdout:77309411335 2024-03-26T00:52:59.109 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:59 smithi060 ceph-mon[29441]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:59.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:59 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/3918972562' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-26T00:52:59.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:52:59 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/1825694579' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-26T00:52:59.140 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738385 got 34359738386 for osd.0 2024-03-26T00:52:59.140 DEBUG:teuthology.parallel:result is None 2024-03-26T00:52:59.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:59 smithi079 ceph-mon[33503]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:59.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:59 smithi079 ceph-mon[33503]: from='client.? 172.21.15.60:0/3918972562' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-26T00:52:59.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:52:59 smithi079 ceph-mon[33503]: from='client.? 172.21.15.60:0/1825694579' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-26T00:52:59.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:59 smithi105 ceph-mon[33237]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:52:59.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:59 smithi105 ceph-mon[33237]: from='client.? 172.21.15.60:0/3918972562' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-26T00:52:59.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:52:59 smithi105 ceph-mon[33237]: from='client.? 172.21.15.60:0/1825694579' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-26T00:53:00.318 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411335 got 77309411335 for osd.2 2024-03-26T00:53:00.319 DEBUG:teuthology.parallel:result is None 2024-03-26T00:53:01.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:01 smithi060 ceph-mon[29441]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:01.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:01 smithi079 ceph-mon[33503]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:01.466 INFO:teuthology.orchestra.run.smithi060.stdout:55834574861 2024-03-26T00:53:01.483 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:01 smithi105 ceph-mon[33237]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:02.100 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574860 got 55834574861 for osd.1 2024-03-26T00:53:02.101 DEBUG:teuthology.parallel:result is None 2024-03-26T00:53:02.101 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-26T00:53:02.101 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph pg dump --format=json 2024-03-26T00:53:02.346 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:53:02.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:02 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/3842216940' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-26T00:53:02.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:02 smithi079 ceph-mon[33503]: from='client.? 172.21.15.60:0/3842216940' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-26T00:53:02.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:02 smithi105 ceph-mon[33237]: from='client.? 172.21.15.60:0/3842216940' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-26T00:53:03.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:03 smithi060 ceph-mon[29441]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:03.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:03 smithi079 ceph-mon[33503]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:03.483 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:03 smithi105 ceph-mon[33237]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:04.116 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:53:04.118 INFO:teuthology.orchestra.run.smithi060.stderr:dumped all 2024-03-26T00:53:04.731 INFO:teuthology.orchestra.run.smithi060.stdout:{"pg_ready":true,"pg_map":{"version":99,"stamp":"2024-03-26T00:53:03.208831+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":88136,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281147320,"statfs":{"total":287985106944,"available":287894855680,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.001849"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-03-26T00:52:35.752032+0000","last_change":"2024-03-26T00:52:34.752714+0000","last_active":"2024-03-26T00:52:35.752032+0000","last_peered":"2024-03-26T00:52:35.752032+0000","last_clean":"2024-03-26T00:52:35.752032+0000","last_became_active":"2024-03-26T00:52:34.751722+0000","last_became_peered":"2024-03-26T00:52:34.751722+0000","last_unstale":"2024-03-26T00:52:35.752032+0000","last_undegraded":"2024-03-26T00:52:35.752032+0000","last_fullsized":"2024-03-26T00:52:35.752032+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-26T00:52:33.735566+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-26T00:52:33.735566+0000","last_clean_scrub_stamp":"2024-03-26T00:52:33.735566+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-27T02:24:44.091450+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":77309411337,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27784,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717368,"statfs":{"total":95995035648,"available":95966584832,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738387,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32568,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712584,"statfs":{"total":95995035648,"available":95961686016,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574862,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27784,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717368,"statfs":{"total":95995035648,"available":95966584832,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-26T00:53:04.732 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph pg dump --format=json 2024-03-26T00:53:04.974 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:53:05.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:05 smithi060 ceph-mon[29441]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:05.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:05 smithi060 ceph-mon[29441]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:53:05.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:05 smithi079 ceph-mon[33503]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:05.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:05 smithi079 ceph-mon[33503]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:53:05.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:05 smithi105 ceph-mon[33237]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:05.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:05 smithi105 ceph-mon[33237]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:53:06.755 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:53:06.757 INFO:teuthology.orchestra.run.smithi060.stderr:dumped all 2024-03-26T00:53:07.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:07 smithi060 ceph-mon[29441]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:07.418 INFO:teuthology.orchestra.run.smithi060.stdout:{"pg_ready":true,"pg_map":{"version":100,"stamp":"2024-03-26T00:53:05.209092+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":88136,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281147320,"statfs":{"total":287985106944,"available":287894855680,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.001812"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-03-26T00:52:35.752032+0000","last_change":"2024-03-26T00:52:34.752714+0000","last_active":"2024-03-26T00:52:35.752032+0000","last_peered":"2024-03-26T00:52:35.752032+0000","last_clean":"2024-03-26T00:52:35.752032+0000","last_became_active":"2024-03-26T00:52:34.751722+0000","last_became_peered":"2024-03-26T00:52:34.751722+0000","last_unstale":"2024-03-26T00:52:35.752032+0000","last_undegraded":"2024-03-26T00:52:35.752032+0000","last_fullsized":"2024-03-26T00:52:35.752032+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-26T00:52:33.735566+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-26T00:52:33.735566+0000","last_clean_scrub_stamp":"2024-03-26T00:52:33.735566+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-27T02:24:44.091450+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":77309411337,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27784,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717368,"statfs":{"total":95995035648,"available":95966584832,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738387,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32568,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712584,"statfs":{"total":95995035648,"available":95961686016,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574862,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27784,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717368,"statfs":{"total":95995035648,"available":95966584832,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-26T00:53:07.419 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-26T00:53:07.419 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-26T00:53:07.419 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-26T00:53:07.419 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph health --format=json 2024-03-26T00:53:07.438 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:07 smithi079 ceph-mon[33503]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:07.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:07 smithi105 ceph-mon[33237]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:07.662 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:53:08.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:08 smithi060 ceph-mon[29441]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:53:08.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:08 smithi079 ceph-mon[33503]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:53:08.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:08 smithi105 ceph-mon[33237]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T00:53:09.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:09 smithi060 ceph-mon[29441]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:09.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:09 smithi079 ceph-mon[33503]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:09.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:09 smithi105 ceph-mon[33237]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:09.494 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-26T00:53:09.494 INFO:teuthology.orchestra.run.smithi060.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-26T00:53:10.082 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-26T00:53:10.083 INFO:tasks.cephadm:Setup complete, yielding 2024-03-26T00:53:10.083 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-26T00:53:10.096 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi060.front.sepia.ceph.com 2024-03-26T00:53:10.096 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- bash -c 'ceph mgr module enable rgw' 2024-03-26T00:53:10.336 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:53:10.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:10 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/3519372893' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-26T00:53:10.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:10 smithi079 ceph-mon[33503]: from='client.? 172.21.15.60:0/3519372893' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-26T00:53:10.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:10 smithi105 ceph-mon[33237]: from='client.? 172.21.15.60:0/3519372893' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-26T00:53:11.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:11 smithi060 ceph-mon[29441]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:11.438 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:11 smithi079 ceph-mon[33503]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:11.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:11 smithi105 ceph-mon[33237]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:13.362 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:13 smithi060 ceph-mon[29441]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:13.362 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:13 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/1900059298' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-26T00:53:13.362 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:13 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: ignoring --setuser ceph since I am not root 2024-03-26T00:53:13.363 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:13 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: ignoring --setgroup ceph since I am not root 2024-03-26T00:53:13.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:13 smithi079 ceph-mon[33503]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:13.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:13 smithi079 ceph-mon[33503]: from='client.? 172.21.15.60:0/1900059298' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-26T00:53:13.439 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:13 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: ignoring --setuser ceph since I am not root 2024-03-26T00:53:13.439 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:13 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: ignoring --setgroup ceph since I am not root 2024-03-26T00:53:13.439 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:13 smithi079 ceph-mgr[34888]: -- 172.21.15.79:0/761621963 <== mon.2 v2:172.21.15.79:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x563cd1aca5a0 con 0x563cd1a9e800 2024-03-26T00:53:13.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:13 smithi105 ceph-mon[33237]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:13.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:13 smithi105 ceph-mon[33237]: from='client.? 172.21.15.60:0/1900059298' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-26T00:53:13.754 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2024-03-26T00:53:13.779 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2024-03-26T00:53:13.779 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- ceph rgw realm bootstrap -i - 2024-03-26T00:53:13.938 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:13 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:53:13.661+0000 7f53a5e65200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T00:53:13.939 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:13 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:53:13.754+0000 7f53a5e65200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T00:53:14.024 INFO:teuthology.orchestra.run.smithi060.stdout:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:53:14.102 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:13 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:13.685+0000 7f831af06200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T00:53:14.102 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:13 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:13.784+0000 7f831af06200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T00:53:14.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:14 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/1900059298' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-26T00:53:14.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:14 smithi060 ceph-mon[29441]: mgrmap e16: a(active, since 3m), standbys: b 2024-03-26T00:53:14.390 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:14 smithi079 ceph-mon[33503]: from='client.? 172.21.15.60:0/1900059298' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-26T00:53:14.390 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:14 smithi079 ceph-mon[33503]: mgrmap e16: a(active, since 3m), standbys: b 2024-03-26T00:53:14.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:14 smithi105 ceph-mon[33237]: from='client.? 172.21.15.60:0/1900059298' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-26T00:53:14.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:14 smithi105 ceph-mon[33237]: mgrmap e16: a(active, since 3m), standbys: b 2024-03-26T00:53:14.688 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:14 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:53:14.388+0000 7f53a5e65200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T00:53:14.689 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:14 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:53:14.480+0000 7f53a5e65200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T00:53:14.689 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:14 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:53:14.621+0000 7f53a5e65200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T00:53:14.709 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:14 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:14.469+0000 7f831af06200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T00:53:14.710 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:14 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:14.564+0000 7f831af06200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T00:53:14.710 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:14 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:14.708+0000 7f831af06200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T00:53:15.033 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:14 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:14.809+0000 7f831af06200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T00:53:15.033 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:14 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:14.894+0000 7f831af06200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T00:53:15.060 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:14 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:53:14.716+0000 7f53a5e65200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T00:53:15.060 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:14 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:53:14.798+0000 7f53a5e65200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T00:53:15.061 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:15 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:53:15.059+0000 7f53a5e65200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T00:53:15.283 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:15 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:15.169+0000 7f831af06200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T00:53:15.283 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:15 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:15.282+0000 7f831af06200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T00:53:15.348 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:15 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:53:15.167+0000 7f53a5e65200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T00:53:15.348 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:15 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:53:15.254+0000 7f53a5e65200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T00:53:15.348 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:15 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:53:15.346+0000 7f53a5e65200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T00:53:15.553 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:15 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:15.375+0000 7f831af06200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T00:53:15.553 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:15 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:15.473+0000 7f831af06200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T00:53:15.689 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:15 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:53:15.521+0000 7f53a5e65200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T00:53:15.859 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:15 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:15.664+0000 7f831af06200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T00:53:16.931 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:16 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:53:16.469+0000 7f53a5e65200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T00:53:16.931 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:16 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:53:16.599+0000 7f53a5e65200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T00:53:16.932 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:16 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:53:16.930+0000 7f53a5e65200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T00:53:17.109 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:16 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:16.649+0000 7f831af06200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T00:53:17.109 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:16 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:16.783+0000 7f831af06200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T00:53:17.188 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:17 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:53:17.018+0000 7f53a5e65200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T00:53:17.417 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:17 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:17.122+0000 7f831af06200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T00:53:17.417 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:17 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:17.214+0000 7f831af06200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T00:53:17.417 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:17 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:17.416+0000 7f831af06200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T00:53:17.682 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:17 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:53:17.213+0000 7f53a5e65200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T00:53:17.682 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:17 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:53:17.397+0000 7f53a5e65200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T00:53:17.859 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:17 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:17.607+0000 7f831af06200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T00:53:17.938 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:17 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:53:17.680+0000 7f53a5e65200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T00:53:17.938 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:17 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:53:17.936+0000 7f53a5e65200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T00:53:18.161 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:17 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:17.899+0000 7f831af06200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T00:53:18.162 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:18 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:18.160+0000 7f831af06200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T00:53:18.188 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:18 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:53:18.174+0000 7f53a5e65200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T00:53:18.609 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:18 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:18.404+0000 7f831af06200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T00:53:19.438 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:18 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:53:18.971+0000 7f53a5e65200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T00:53:19.609 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:19 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:19.233+0000 7f831af06200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T00:53:19.848 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:19 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:53:19.536+0000 7f53a5e65200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T00:53:19.848 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:19 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:53:19.633+0000 7f53a5e65200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T00:53:19.848 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:19 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b[34884]: 2024-03-26T00:53:19.848+0000 7f53a5e65200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T00:53:20.109 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:19 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:19.816+0000 7f831af06200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T00:53:20.110 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:19 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:19.919+0000 7f831af06200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T00:53:20.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:19 smithi060 ceph-mon[29441]: Standby manager daemon b restarted 2024-03-26T00:53:20.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:19 smithi060 ceph-mon[29441]: Standby manager daemon b started 2024-03-26T00:53:20.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:19 smithi060 ceph-mon[29441]: from='mgr.? 172.21.15.79:0/2073185149' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T00:53:20.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:19 smithi060 ceph-mon[29441]: from='mgr.? 172.21.15.79:0/2073185149' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T00:53:20.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:19 smithi060 ceph-mon[29441]: from='mgr.? 172.21.15.79:0/2073185149' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T00:53:20.110 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:19 smithi060 ceph-mon[29441]: from='mgr.? 172.21.15.79:0/2073185149' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T00:53:20.188 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:19 smithi079 ceph-mon[33503]: Standby manager daemon b restarted 2024-03-26T00:53:20.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:19 smithi079 ceph-mon[33503]: Standby manager daemon b started 2024-03-26T00:53:20.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:19 smithi079 ceph-mon[33503]: from='mgr.? 172.21.15.79:0/2073185149' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T00:53:20.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:19 smithi079 ceph-mon[33503]: from='mgr.? 172.21.15.79:0/2073185149' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T00:53:20.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:19 smithi079 ceph-mon[33503]: from='mgr.? 172.21.15.79:0/2073185149' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T00:53:20.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:19 smithi079 ceph-mon[33503]: from='mgr.? 172.21.15.79:0/2073185149' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T00:53:20.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:19 smithi105 ceph-mon[33237]: Standby manager daemon b restarted 2024-03-26T00:53:20.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:19 smithi105 ceph-mon[33237]: Standby manager daemon b started 2024-03-26T00:53:20.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:19 smithi105 ceph-mon[33237]: from='mgr.? 172.21.15.79:0/2073185149' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T00:53:20.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:19 smithi105 ceph-mon[33237]: from='mgr.? 172.21.15.79:0/2073185149' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T00:53:20.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:19 smithi105 ceph-mon[33237]: from='mgr.? 172.21.15.79:0/2073185149' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T00:53:20.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:19 smithi105 ceph-mon[33237]: from='mgr.? 172.21.15.79:0/2073185149' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T00:53:20.395 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:20 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:20.166+0000 7f831af06200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T00:53:21.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:20 smithi079 ceph-mon[33503]: mgrmap e17: a(active, since 3m), standbys: b 2024-03-26T00:53:21.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:20 smithi079 ceph-mon[33503]: Active manager daemon a restarted 2024-03-26T00:53:21.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:20 smithi079 ceph-mon[33503]: Activating manager daemon a 2024-03-26T00:53:21.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:20 smithi079 ceph-mon[33503]: osdmap e23: 3 total, 3 up, 3 in 2024-03-26T00:53:21.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:20 smithi079 ceph-mon[33503]: mgrmap e18: a(active, starting, since 0.00623696s), standbys: b 2024-03-26T00:53:21.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:20 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:53:21.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:20 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:53:21.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:20 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:53:21.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:20 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T00:53:21.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:20 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T00:53:21.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:20 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:53:21.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:20 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:53:21.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:20 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:53:21.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:20 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T00:53:21.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:20 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T00:53:21.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:20 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T00:53:21.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:20 smithi079 ceph-mon[33503]: Manager daemon a is now available 2024-03-26T00:53:21.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:20 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:53:21.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:20 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T00:53:21.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:20 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T00:53:21.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:20 smithi105 ceph-mon[33237]: mgrmap e17: a(active, since 3m), standbys: b 2024-03-26T00:53:21.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:20 smithi105 ceph-mon[33237]: Active manager daemon a restarted 2024-03-26T00:53:21.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:20 smithi105 ceph-mon[33237]: Activating manager daemon a 2024-03-26T00:53:21.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:20 smithi105 ceph-mon[33237]: osdmap e23: 3 total, 3 up, 3 in 2024-03-26T00:53:21.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:20 smithi105 ceph-mon[33237]: mgrmap e18: a(active, starting, since 0.00623696s), standbys: b 2024-03-26T00:53:21.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:20 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:53:21.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:20 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:53:21.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:20 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:53:21.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:20 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T00:53:21.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:20 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T00:53:21.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:20 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:53:21.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:20 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:53:21.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:20 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:53:21.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:20 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T00:53:21.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:20 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T00:53:21.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:20 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T00:53:21.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:20 smithi105 ceph-mon[33237]: Manager daemon a is now available 2024-03-26T00:53:21.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:20 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:53:21.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:20 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T00:53:21.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:20 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T00:53:21.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:20 smithi060 ceph-mon[29441]: mgrmap e17: a(active, since 3m), standbys: b 2024-03-26T00:53:21.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:20 smithi060 ceph-mon[29441]: Active manager daemon a restarted 2024-03-26T00:53:21.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:20 smithi060 ceph-mon[29441]: Activating manager daemon a 2024-03-26T00:53:21.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:20 smithi060 ceph-mon[29441]: osdmap e23: 3 total, 3 up, 3 in 2024-03-26T00:53:21.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:20 smithi060 ceph-mon[29441]: mgrmap e18: a(active, starting, since 0.00623696s), standbys: b 2024-03-26T00:53:21.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:20 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T00:53:21.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:20 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T00:53:21.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:20 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T00:53:21.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:20 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T00:53:21.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:20 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T00:53:21.361 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:20 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T00:53:21.361 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:20 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T00:53:21.361 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:20 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T00:53:21.361 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:20 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T00:53:21.361 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:20 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T00:53:21.361 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:20 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T00:53:21.361 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:20 smithi060 ceph-mon[29441]: Manager daemon a is now available 2024-03-26T00:53:21.361 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:20 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:53:21.361 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:20 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T00:53:21.361 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:20 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T00:53:22.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:22 smithi105 ceph-mon[33237]: mgrmap e19: a(active, since 1.01074s), standbys: b 2024-03-26T00:53:22.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:22 smithi105 ceph-mon[33237]: [26/Mar/2024:00:53:21] ENGINE Bus STARTING 2024-03-26T00:53:22.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:22 smithi105 ceph-mon[33237]: [26/Mar/2024:00:53:21] ENGINE Serving on https://172.21.15.60:7150 2024-03-26T00:53:22.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:22 smithi105 ceph-mon[33237]: [26/Mar/2024:00:53:21] ENGINE Serving on http://172.21.15.60:8765 2024-03-26T00:53:22.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:22 smithi105 ceph-mon[33237]: [26/Mar/2024:00:53:21] ENGINE Bus STARTED 2024-03-26T00:53:22.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:22 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:22.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:22 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:22.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:22 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:22.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:22 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:22.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:22 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:22.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:22 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:22.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:22 smithi060 ceph-mon[29441]: mgrmap e19: a(active, since 1.01074s), standbys: b 2024-03-26T00:53:22.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:22 smithi060 ceph-mon[29441]: [26/Mar/2024:00:53:21] ENGINE Bus STARTING 2024-03-26T00:53:22.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:22 smithi060 ceph-mon[29441]: [26/Mar/2024:00:53:21] ENGINE Serving on https://172.21.15.60:7150 2024-03-26T00:53:22.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:22 smithi060 ceph-mon[29441]: [26/Mar/2024:00:53:21] ENGINE Serving on http://172.21.15.60:8765 2024-03-26T00:53:22.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:22 smithi060 ceph-mon[29441]: [26/Mar/2024:00:53:21] ENGINE Bus STARTED 2024-03-26T00:53:22.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:22 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:22.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:22 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:22.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:22 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:22.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:22 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:22.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:22 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:22.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:22 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:22.688 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:22 smithi079 ceph-mon[33503]: mgrmap e19: a(active, since 1.01074s), standbys: b 2024-03-26T00:53:22.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:22 smithi079 ceph-mon[33503]: [26/Mar/2024:00:53:21] ENGINE Bus STARTING 2024-03-26T00:53:22.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:22 smithi079 ceph-mon[33503]: [26/Mar/2024:00:53:21] ENGINE Serving on https://172.21.15.60:7150 2024-03-26T00:53:22.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:22 smithi079 ceph-mon[33503]: [26/Mar/2024:00:53:21] ENGINE Serving on http://172.21.15.60:8765 2024-03-26T00:53:22.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:22 smithi079 ceph-mon[33503]: [26/Mar/2024:00:53:21] ENGINE Bus STARTED 2024-03-26T00:53:22.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:22 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:22.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:22 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:22.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:22 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:22.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:22 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:22.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:22 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:22.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:22 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:23.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:23 smithi105 ceph-mon[33237]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:23.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:23 smithi105 ceph-mon[33237]: osdmap e24: 3 total, 3 up, 3 in 2024-03-26T00:53:23.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:23 smithi105 ceph-mon[33237]: from='client.? 172.21.15.60:0/3401908272' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-26T00:53:23.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:23 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:23.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:23 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:23.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:23 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:23.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:23 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:23.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:23 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:23.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:23 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:23.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:23 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:53:23.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:23 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:53:23.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:23 smithi105 ceph-mon[33237]: Updating smithi060:/etc/ceph/ceph.conf 2024-03-26T00:53:23.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:23 smithi105 ceph-mon[33237]: Updating smithi079:/etc/ceph/ceph.conf 2024-03-26T00:53:23.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:23 smithi105 ceph-mon[33237]: Updating smithi105:/etc/ceph/ceph.conf 2024-03-26T00:53:23.590 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:23 smithi079 ceph-mon[33503]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:23.590 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:23 smithi079 ceph-mon[33503]: osdmap e24: 3 total, 3 up, 3 in 2024-03-26T00:53:23.590 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:23 smithi079 ceph-mon[33503]: from='client.? 172.21.15.60:0/3401908272' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-26T00:53:23.590 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:23 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:23.590 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:23 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:23.590 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:23 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:23.590 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:23 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:23.591 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:23 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:23.591 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:23 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:23.591 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:23 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:53:23.591 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:23 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:53:23.591 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:23 smithi079 ceph-mon[33503]: Updating smithi060:/etc/ceph/ceph.conf 2024-03-26T00:53:23.591 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:23 smithi079 ceph-mon[33503]: Updating smithi079:/etc/ceph/ceph.conf 2024-03-26T00:53:23.591 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:23 smithi079 ceph-mon[33503]: Updating smithi105:/etc/ceph/ceph.conf 2024-03-26T00:53:23.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:23 smithi060 ceph-mon[29441]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:23.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:23 smithi060 ceph-mon[29441]: osdmap e24: 3 total, 3 up, 3 in 2024-03-26T00:53:23.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:23 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/3401908272' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-26T00:53:23.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:23 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:23.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:23 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:23.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:23 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:23.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:23 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:23.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:23 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:23.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:23 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:23.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:23 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:53:23.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:23 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:53:23.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:23 smithi060 ceph-mon[29441]: Updating smithi060:/etc/ceph/ceph.conf 2024-03-26T00:53:23.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:23 smithi060 ceph-mon[29441]: Updating smithi079:/etc/ceph/ceph.conf 2024-03-26T00:53:23.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:23 smithi060 ceph-mon[29441]: Updating smithi105:/etc/ceph/ceph.conf 2024-03-26T00:53:24.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:24 smithi105 ceph-mon[33237]: from='client.? 172.21.15.60:0/3401908272' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-26T00:53:24.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:24 smithi105 ceph-mon[33237]: osdmap e25: 3 total, 3 up, 3 in 2024-03-26T00:53:24.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:24 smithi105 ceph-mon[33237]: mgrmap e20: a(active, since 3s), standbys: b 2024-03-26T00:53:24.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:24 smithi105 ceph-mon[33237]: Updating smithi079:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:53:24.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:24 smithi105 ceph-mon[33237]: Updating smithi060:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:53:24.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:24 smithi105 ceph-mon[33237]: Updating smithi105:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:53:24.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:24 smithi105 ceph-mon[33237]: Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:53:24.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:24 smithi105 ceph-mon[33237]: Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:53:24.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:24 smithi105 ceph-mon[33237]: Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:53:24.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:24 smithi105 ceph-mon[33237]: Updating smithi105:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:53:24.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:24 smithi105 ceph-mon[33237]: Updating smithi060:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:53:24.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:24 smithi105 ceph-mon[33237]: Updating smithi079:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:53:24.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:24 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:24.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:24 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:24.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:24 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:24.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:24 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:24.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:24 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:24.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:24 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:24.487 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:24 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:24.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:24 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/3401908272' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-26T00:53:24.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:24 smithi060 ceph-mon[29441]: osdmap e25: 3 total, 3 up, 3 in 2024-03-26T00:53:24.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:24 smithi060 ceph-mon[29441]: mgrmap e20: a(active, since 3s), standbys: b 2024-03-26T00:53:24.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:24 smithi060 ceph-mon[29441]: Updating smithi079:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:53:24.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:24 smithi060 ceph-mon[29441]: Updating smithi060:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:53:24.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:24 smithi060 ceph-mon[29441]: Updating smithi105:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:53:24.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:24 smithi060 ceph-mon[29441]: Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:53:24.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:24 smithi060 ceph-mon[29441]: Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:53:24.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:24 smithi060 ceph-mon[29441]: Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:53:24.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:24 smithi060 ceph-mon[29441]: Updating smithi105:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:53:24.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:24 smithi060 ceph-mon[29441]: Updating smithi060:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:53:24.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:24 smithi060 ceph-mon[29441]: Updating smithi079:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:53:24.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:24 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:24.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:24 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:24.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:24 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:24.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:24 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:24.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:24 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:24.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:24 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:24.611 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:24 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:24.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:24 smithi079 ceph-mon[33503]: from='client.? 172.21.15.60:0/3401908272' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-26T00:53:24.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:24 smithi079 ceph-mon[33503]: osdmap e25: 3 total, 3 up, 3 in 2024-03-26T00:53:24.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:24 smithi079 ceph-mon[33503]: mgrmap e20: a(active, since 3s), standbys: b 2024-03-26T00:53:24.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:24 smithi079 ceph-mon[33503]: Updating smithi079:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:53:24.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:24 smithi079 ceph-mon[33503]: Updating smithi060:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:53:24.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:24 smithi079 ceph-mon[33503]: Updating smithi105:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T00:53:24.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:24 smithi079 ceph-mon[33503]: Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:53:24.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:24 smithi079 ceph-mon[33503]: Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:53:24.690 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:24 smithi079 ceph-mon[33503]: Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2024-03-26T00:53:24.690 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:24 smithi079 ceph-mon[33503]: Updating smithi105:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:53:24.690 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:24 smithi079 ceph-mon[33503]: Updating smithi060:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:53:24.690 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:24 smithi079 ceph-mon[33503]: Updating smithi079:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T00:53:24.690 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:24 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:24.690 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:24 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:24.690 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:24 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:24.690 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:24 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:24.690 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:24 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:24.690 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:24 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:24.690 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:24 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:25.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:25 smithi105 ceph-mon[33237]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:25.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:25 smithi105 ceph-mon[33237]: osdmap e26: 3 total, 3 up, 3 in 2024-03-26T00:53:25.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:25 smithi105 ceph-mon[33237]: from='client.? 172.21.15.60:0/3540995675' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-26T00:53:25.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:25 smithi105 ceph-mon[33237]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-26T00:53:25.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:25 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:53:25.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:25 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:53:25.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:25 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:53:25.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:25 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:25.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:25 smithi105 ceph-mon[33237]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-26T00:53:25.486 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:25 smithi105 ceph-mon[33237]: osdmap e27: 3 total, 3 up, 3 in 2024-03-26T00:53:25.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:25 smithi060 ceph-mon[29441]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:25.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:25 smithi060 ceph-mon[29441]: osdmap e26: 3 total, 3 up, 3 in 2024-03-26T00:53:25.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:25 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/3540995675' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-26T00:53:25.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:25 smithi060 ceph-mon[29441]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-26T00:53:25.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:25 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:53:25.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:25 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:53:25.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:25 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:53:25.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:25 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:25.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:25 smithi060 ceph-mon[29441]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-26T00:53:25.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:25 smithi060 ceph-mon[29441]: osdmap e27: 3 total, 3 up, 3 in 2024-03-26T00:53:25.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:25 smithi079 ceph-mon[33503]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:25.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:25 smithi079 ceph-mon[33503]: osdmap e26: 3 total, 3 up, 3 in 2024-03-26T00:53:25.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:25 smithi079 ceph-mon[33503]: from='client.? 172.21.15.60:0/3540995675' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-26T00:53:25.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:25 smithi079 ceph-mon[33503]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-26T00:53:25.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:25 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:53:25.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:25 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:53:25.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:25 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:53:25.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:25 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:25.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:25 smithi079 ceph-mon[33503]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-26T00:53:25.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:25 smithi079 ceph-mon[33503]: osdmap e27: 3 total, 3 up, 3 in 2024-03-26T00:53:26.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:26 smithi105 ceph-mon[33237]: mgrmap e21: a(active, since 5s), standbys: b 2024-03-26T00:53:26.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:26 smithi105 ceph-mon[33237]: osdmap e28: 3 total, 3 up, 3 in 2024-03-26T00:53:26.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:26 smithi060 ceph-mon[29441]: mgrmap e21: a(active, since 5s), standbys: b 2024-03-26T00:53:26.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:26 smithi060 ceph-mon[29441]: osdmap e28: 3 total, 3 up, 3 in 2024-03-26T00:53:26.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:26 smithi079 ceph-mon[33503]: mgrmap e21: a(active, since 5s), standbys: b 2024-03-26T00:53:26.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:26 smithi079 ceph-mon[33503]: osdmap e28: 3 total, 3 up, 3 in 2024-03-26T00:53:27.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:27 smithi105 ceph-mon[33237]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:27.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:27 smithi105 ceph-mon[33237]: from='client.? 172.21.15.60:0/3540995675' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-26T00:53:27.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:27 smithi105 ceph-mon[33237]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-26T00:53:27.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:27 smithi105 ceph-mon[33237]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-26T00:53:27.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:27 smithi105 ceph-mon[33237]: osdmap e29: 3 total, 3 up, 3 in 2024-03-26T00:53:27.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:27 smithi060 ceph-mon[29441]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:27.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:27 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/3540995675' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-26T00:53:27.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:27 smithi060 ceph-mon[29441]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-26T00:53:27.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:27 smithi060 ceph-mon[29441]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-26T00:53:27.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:27 smithi060 ceph-mon[29441]: osdmap e29: 3 total, 3 up, 3 in 2024-03-26T00:53:27.688 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:27 smithi079 ceph-mon[33503]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T00:53:27.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:27 smithi079 ceph-mon[33503]: from='client.? 172.21.15.60:0/3540995675' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-26T00:53:27.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:27 smithi079 ceph-mon[33503]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-26T00:53:27.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:27 smithi079 ceph-mon[33503]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-26T00:53:27.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:27 smithi079 ceph-mon[33503]: osdmap e29: 3 total, 3 up, 3 in 2024-03-26T00:53:29.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:29 smithi105 ceph-mon[33237]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-26T00:53:29.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:29 smithi105 ceph-mon[33237]: osdmap e30: 3 total, 3 up, 3 in 2024-03-26T00:53:29.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:29 smithi105 ceph-mon[33237]: from='client.? 172.21.15.60:0/3540995675' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-26T00:53:29.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:29 smithi105 ceph-mon[33237]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-26T00:53:29.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:29 smithi060 ceph-mon[29441]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-26T00:53:29.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:29 smithi060 ceph-mon[29441]: osdmap e30: 3 total, 3 up, 3 in 2024-03-26T00:53:29.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:29 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/3540995675' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-26T00:53:29.610 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:29 smithi060 ceph-mon[29441]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-26T00:53:29.688 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:29 smithi079 ceph-mon[33503]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-26T00:53:29.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:29 smithi079 ceph-mon[33503]: osdmap e30: 3 total, 3 up, 3 in 2024-03-26T00:53:29.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:29 smithi079 ceph-mon[33503]: from='client.? 172.21.15.60:0/3540995675' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-26T00:53:29.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:29 smithi079 ceph-mon[33503]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-26T00:53:30.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:30 smithi105 ceph-mon[33237]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-26T00:53:30.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:30 smithi105 ceph-mon[33237]: osdmap e31: 3 total, 3 up, 3 in 2024-03-26T00:53:30.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:30 smithi105 ceph-mon[33237]: from='client.? 172.21.15.60:0/3540995675' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-26T00:53:30.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:30 smithi105 ceph-mon[33237]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-26T00:53:30.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:30 smithi060 ceph-mon[29441]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-26T00:53:30.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:30 smithi060 ceph-mon[29441]: osdmap e31: 3 total, 3 up, 3 in 2024-03-26T00:53:30.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:30 smithi060 ceph-mon[29441]: from='client.? 172.21.15.60:0/3540995675' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-26T00:53:30.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:30 smithi060 ceph-mon[29441]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-26T00:53:30.688 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:30 smithi079 ceph-mon[33503]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-26T00:53:30.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:30 smithi079 ceph-mon[33503]: osdmap e31: 3 total, 3 up, 3 in 2024-03-26T00:53:30.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:30 smithi079 ceph-mon[33503]: from='client.? 172.21.15.60:0/3540995675' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-26T00:53:30.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:30 smithi079 ceph-mon[33503]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-26T00:53:30.810 INFO:teuthology.orchestra.run.smithi060.stdout:Realm(s) created correctly. Please, use 'ceph rgw realm tokens' to get the token. 2024-03-26T00:53:31.371 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:31 smithi060 ceph-mon[29441]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-26T00:53:31.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:31 smithi060 ceph-mon[29441]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-26T00:53:31.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:31 smithi060 ceph-mon[29441]: osdmap e32: 3 total, 3 up, 3 in 2024-03-26T00:53:31.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:31 smithi060 ceph-mon[29441]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-26T00:53:31.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:31 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:31.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:31 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:53:31.372 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:31 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:53:31.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:31 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:53:31.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:31 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:31.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:31 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi079.lozclq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-26T00:53:31.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:31 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi079.lozclq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-26T00:53:31.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:31 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:31.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:31 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:53:31.373 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:31 smithi060 ceph-mon[29441]: Deploying daemon rgw.myrealm1.myzone1.smithi079.lozclq on smithi079 2024-03-26T00:53:31.396 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-26T00:53:31.406 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi060.front.sepia.ceph.com 2024-03-26T00:53:31.406 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 -- bash -c 'set -e 2024-03-26T00:53:31.406 DEBUG:teuthology.orchestra.run.smithi060:> set -x 2024-03-26T00:53:31.406 DEBUG:teuthology.orchestra.run.smithi060:> while true; do TOKEN=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"'); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done 2024-03-26T00:53:31.406 DEBUG:teuthology.orchestra.run.smithi060:> TOKENS=$(ceph rgw realm tokens) 2024-03-26T00:53:31.407 DEBUG:teuthology.orchestra.run.smithi060:> echo $TOKENS | jq --exit-status '"'"'.[0].realm == "myrealm1"'"'"' 2024-03-26T00:53:31.407 DEBUG:teuthology.orchestra.run.smithi060:> echo $TOKENS | jq --exit-status '"'"'.[0].token'"'"' 2024-03-26T00:53:31.407 DEBUG:teuthology.orchestra.run.smithi060:> TOKEN_JSON=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"' | base64 --decode) 2024-03-26T00:53:31.407 DEBUG:teuthology.orchestra.run.smithi060:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_name == "myrealm1"'"'"' 2024-03-26T00:53:31.407 DEBUG:teuthology.orchestra.run.smithi060:> echo $TOKEN_JSON | jq --exit-status '"'"'.endpoint | test("http://.+:\\d+")'"'"' 2024-03-26T00:53:31.407 DEBUG:teuthology.orchestra.run.smithi060:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'"'"' 2024-03-26T00:53:31.407 DEBUG:teuthology.orchestra.run.smithi060:> echo $TOKEN_JSON | jq --exit-status '"'"'.access_key'"'"' 2024-03-26T00:53:31.407 DEBUG:teuthology.orchestra.run.smithi060:> echo $TOKEN_JSON | jq --exit-status '"'"'.secret'"'"' 2024-03-26T00:53:31.407 DEBUG:teuthology.orchestra.run.smithi060:> ' 2024-03-26T00:53:31.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:31 smithi105 ceph-mon[33237]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-26T00:53:31.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:31 smithi105 ceph-mon[33237]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-26T00:53:31.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:31 smithi105 ceph-mon[33237]: osdmap e32: 3 total, 3 up, 3 in 2024-03-26T00:53:31.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:31 smithi105 ceph-mon[33237]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-26T00:53:31.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:31 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:31.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:31 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:53:31.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:31 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:53:31.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:31 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:53:31.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:31 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:31.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:31 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi079.lozclq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-26T00:53:31.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:31 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi079.lozclq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-26T00:53:31.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:31 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:31.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:31 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:53:31.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:31 smithi105 ceph-mon[33237]: Deploying daemon rgw.myrealm1.myzone1.smithi079.lozclq on smithi079 2024-03-26T00:53:31.566 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:31 smithi079 ceph-mon[33503]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-26T00:53:31.566 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:31 smithi079 ceph-mon[33503]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-26T00:53:31.566 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:31 smithi079 ceph-mon[33503]: osdmap e32: 3 total, 3 up, 3 in 2024-03-26T00:53:31.566 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:31 smithi079 ceph-mon[33503]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-26T00:53:31.566 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:31 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:31.566 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:31 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:53:31.566 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:31 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:53:31.566 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:31 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:53:31.567 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:31 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:31.567 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:31 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi079.lozclq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-26T00:53:31.567 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:31 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi079.lozclq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-26T00:53:31.567 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:31 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:31.567 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:31 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:53:31.567 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:31 smithi079 ceph-mon[33503]: Deploying daemon rgw.myrealm1.myzone1.smithi079.lozclq on smithi079 2024-03-26T00:53:31.644 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T00:53:33.072 INFO:teuthology.orchestra.run.smithi060.stderr:+ true 2024-03-26T00:53:33.072 INFO:teuthology.orchestra.run.smithi060.stderr:++ ceph rgw realm tokens 2024-03-26T00:53:33.072 INFO:teuthology.orchestra.run.smithi060.stderr:++ jq -r '.[0].token' 2024-03-26T00:53:33.234 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:33 smithi079 ceph-mon[33503]: pgmap v18: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 4.8 KiB/s wr, 24 op/s 2024-03-26T00:53:33.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:33 smithi060 ceph-mon[29441]: pgmap v18: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 4.8 KiB/s wr, 24 op/s 2024-03-26T00:53:33.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:33 smithi105 ceph-mon[33237]: pgmap v18: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 4.8 KiB/s wr, 24 op/s 2024-03-26T00:53:33.746 INFO:teuthology.orchestra.run.smithi060.stdout:master zone has no endpoint 2024-03-26T00:53:33.746 INFO:teuthology.orchestra.run.smithi060.stderr:+ TOKEN='master zone has no endpoint' 2024-03-26T00:53:33.746 INFO:teuthology.orchestra.run.smithi060.stderr:+ echo master zone has no endpoint 2024-03-26T00:53:33.746 INFO:teuthology.orchestra.run.smithi060.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2024-03-26T00:53:33.746 INFO:teuthology.orchestra.run.smithi060.stderr:+ sleep 5 2024-03-26T00:53:34.344 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:34 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:34.344 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:34 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:34.344 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:34 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:34.344 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:34 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi105.zytkcs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-26T00:53:34.344 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:34 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi105.zytkcs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-26T00:53:34.344 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:34 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:34.345 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:34 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:53:34.345 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:34 smithi060 ceph-mon[29441]: Deploying daemon rgw.myrealm1.myzone1.smithi105.zytkcs on smithi105 2024-03-26T00:53:34.345 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:34 smithi060 ceph-mon[29441]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:53:34.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:34 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:34.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:34 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:34.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:34 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:34.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:34 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi105.zytkcs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-26T00:53:34.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:34 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi105.zytkcs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-26T00:53:34.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:34 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:34.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:34 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:53:34.690 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:34 smithi079 ceph-mon[33503]: Deploying daemon rgw.myrealm1.myzone1.smithi105.zytkcs on smithi105 2024-03-26T00:53:34.690 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:34 smithi079 ceph-mon[33503]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:53:34.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:34 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:34.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:34 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:34.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:34 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:34.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:34 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi105.zytkcs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-26T00:53:34.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:34 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi105.zytkcs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-26T00:53:34.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:34 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:34.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:34 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:53:34.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:34 smithi105 ceph-mon[33237]: Deploying daemon rgw.myrealm1.myzone1.smithi105.zytkcs on smithi105 2024-03-26T00:53:34.734 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:34 smithi105 ceph-mon[33237]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:53:35.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:35 smithi105 ceph-mon[33237]: pgmap v19: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 14 KiB/s rd, 4.0 KiB/s wr, 20 op/s 2024-03-26T00:53:35.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:35 smithi060 ceph-mon[29441]: pgmap v19: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 14 KiB/s rd, 4.0 KiB/s wr, 20 op/s 2024-03-26T00:53:35.690 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:35 smithi079 ceph-mon[33503]: pgmap v19: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 14 KiB/s rd, 4.0 KiB/s wr, 20 op/s 2024-03-26T00:53:37.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:36 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:37.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:36 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:37.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:36 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:37.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:36 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM4Y2U2MWFkLTkzYjItNDU2NC1iOGU5LTg2YzJiZTI4NzliNCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiMzNDUUUwWEpLQzVETzM0U0xXWkoiLAogICAgInNlY3JldCI6ICJ3UkhZYW1mTHVMVlVibFozNmlaMElFTHJhRm5ucmFIRThDSkdYbHJHIgp9", "zone_endpoints": ["http://smithi079:5500", "http://smithi105:5500"]}]: dispatch 2024-03-26T00:53:37.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:36 smithi079 ceph-mon[33503]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM4Y2U2MWFkLTkzYjItNDU2NC1iOGU5LTg2YzJiZTI4NzliNCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiMzNDUUUwWEpLQzVETzM0U0xXWkoiLAogICAgInNlY3JldCI6ICJ3UkhZYW1mTHVMVlVibFozNmlaMElFTHJhRm5ucmFIRThDSkdYbHJHIgp9", "zone_endpoints": ["http://smithi079:5500", "http://smithi105:5500"]}]: dispatch 2024-03-26T00:53:37.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:36 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:37.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:36 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:37.189 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:36 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:37.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:36 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:37.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:36 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:37.190 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:36 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:53:37.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:36 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:37.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:36 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:37.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:36 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:37.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:36 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM4Y2U2MWFkLTkzYjItNDU2NC1iOGU5LTg2YzJiZTI4NzliNCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiMzNDUUUwWEpLQzVETzM0U0xXWkoiLAogICAgInNlY3JldCI6ICJ3UkhZYW1mTHVMVlVibFozNmlaMElFTHJhRm5ucmFIRThDSkdYbHJHIgp9", "zone_endpoints": ["http://smithi079:5500", "http://smithi105:5500"]}]: dispatch 2024-03-26T00:53:37.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:36 smithi105 ceph-mon[33237]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM4Y2U2MWFkLTkzYjItNDU2NC1iOGU5LTg2YzJiZTI4NzliNCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiMzNDUUUwWEpLQzVETzM0U0xXWkoiLAogICAgInNlY3JldCI6ICJ3UkhZYW1mTHVMVlVibFozNmlaMElFTHJhRm5ucmFIRThDSkdYbHJHIgp9", "zone_endpoints": ["http://smithi079:5500", "http://smithi105:5500"]}]: dispatch 2024-03-26T00:53:37.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:36 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:37.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:36 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:37.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:36 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:37.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:36 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:37.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:36 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:37.235 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:36 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:53:37.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:36 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:37.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:36 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:37.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:36 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:37.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:36 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM4Y2U2MWFkLTkzYjItNDU2NC1iOGU5LTg2YzJiZTI4NzliNCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiMzNDUUUwWEpLQzVETzM0U0xXWkoiLAogICAgInNlY3JldCI6ICJ3UkhZYW1mTHVMVlVibFozNmlaMElFTHJhRm5ucmFIRThDSkdYbHJHIgp9", "zone_endpoints": ["http://smithi079:5500", "http://smithi105:5500"]}]: dispatch 2024-03-26T00:53:37.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:36 smithi060 ceph-mon[29441]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM4Y2U2MWFkLTkzYjItNDU2NC1iOGU5LTg2YzJiZTI4NzliNCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiMzNDUUUwWEpLQzVETzM0U0xXWkoiLAogICAgInNlY3JldCI6ICJ3UkhZYW1mTHVMVlVibFozNmlaMElFTHJhRm5ucmFIRThDSkdYbHJHIgp9", "zone_endpoints": ["http://smithi079:5500", "http://smithi105:5500"]}]: dispatch 2024-03-26T00:53:37.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:36 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:37.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:36 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:37.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:36 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:37.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:36 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:37.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:36 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:37.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:36 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:53:38.198 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:37 smithi105 ceph-mon[33237]: pgmap v20: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 11 KiB/s rd, 3.0 KiB/s wr, 15 op/s 2024-03-26T00:53:38.198 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:37 smithi105 ceph-mon[33237]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-26T00:53:38.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:37 smithi060 ceph-mon[29441]: pgmap v20: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 11 KiB/s rd, 3.0 KiB/s wr, 15 op/s 2024-03-26T00:53:38.359 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:37 smithi060 ceph-mon[29441]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-26T00:53:38.438 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:37 smithi079 ceph-mon[33503]: pgmap v20: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 11 KiB/s rd, 3.0 KiB/s wr, 15 op/s 2024-03-26T00:53:38.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:37 smithi079 ceph-mon[33503]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-26T00:53:38.748 INFO:teuthology.orchestra.run.smithi060.stderr:+ true 2024-03-26T00:53:38.748 INFO:teuthology.orchestra.run.smithi060.stderr:++ ceph rgw realm tokens 2024-03-26T00:53:38.748 INFO:teuthology.orchestra.run.smithi060.stderr:++ jq -r '.[0].token' 2024-03-26T00:53:39.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:39 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:39.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:39 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:39.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:39 smithi079 ceph-mon[33503]: pgmap v21: 129 pgs: 129 active+clean; 586 KiB data, 99 MiB used, 268 GiB / 268 GiB avail; 197 KiB/s rd, 6.5 KiB/s wr, 357 op/s 2024-03-26T00:53:39.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:39 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:39.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:39 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:39.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:39 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:53:39.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:39 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:53:39.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:39 smithi079 ceph-mon[33503]: Checking dashboard <-> RGW credentials 2024-03-26T00:53:39.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:39 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:39.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:39 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:39.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:39 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:39.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:39 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:53:39.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:39 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:53:39.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:39 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:53:39.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:39 smithi079 ceph-mon[33503]: Checking dashboard <-> RGW credentials 2024-03-26T00:53:39.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:39 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:39.440 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:39 smithi079 ceph-mon[33503]: from='client.24692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:53:39.460 INFO:teuthology.orchestra.run.smithi060.stdout:ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM4Y2U2MWFkLTkzYjItNDU2NC1iOGU5LTg2YzJiZTI4NzliNCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA3OTo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIjMzQ1FFMFhKS0M1RE8zNFNMV1pKIiwKICAgICJzZWNyZXQiOiAid1JIWWFtZkx1TFZVYmxaMzZpWjBJRUxyYUZubnJhSEU4Q0pHWGxyRyIKfQ== 2024-03-26T00:53:39.461 INFO:teuthology.orchestra.run.smithi060.stderr:+ TOKEN=ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM4Y2U2MWFkLTkzYjItNDU2NC1iOGU5LTg2YzJiZTI4NzliNCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA3OTo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIjMzQ1FFMFhKS0M1RE8zNFNMV1pKIiwKICAgICJzZWNyZXQiOiAid1JIWWFtZkx1TFZVYmxaMzZpWjBJRUxyYUZubnJhSEU4Q0pHWGxyRyIKfQ== 2024-03-26T00:53:39.461 INFO:teuthology.orchestra.run.smithi060.stderr:+ echo ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM4Y2U2MWFkLTkzYjItNDU2NC1iOGU5LTg2YzJiZTI4NzliNCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA3OTo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIjMzQ1FFMFhKS0M1RE8zNFNMV1pKIiwKICAgICJzZWNyZXQiOiAid1JIWWFtZkx1TFZVYmxaMzZpWjBJRUxyYUZubnJhSEU4Q0pHWGxyRyIKfQ== 2024-03-26T00:53:39.461 INFO:teuthology.orchestra.run.smithi060.stderr:+ '[' ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM4Y2U2MWFkLTkzYjItNDU2NC1iOGU5LTg2YzJiZTI4NzliNCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA3OTo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIjMzQ1FFMFhKS0M1RE8zNFNMV1pKIiwKICAgICJzZWNyZXQiOiAid1JIWWFtZkx1TFZVYmxaMzZpWjBJRUxyYUZubnJhSEU4Q0pHWGxyRyIKfQ== '!=' 'master zone has no endpoint' ']' 2024-03-26T00:53:39.461 INFO:teuthology.orchestra.run.smithi060.stderr:+ break 2024-03-26T00:53:39.461 INFO:teuthology.orchestra.run.smithi060.stderr:++ ceph rgw realm tokens 2024-03-26T00:53:39.462 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:39 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:39.462 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:39 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:39.462 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:39 smithi060 ceph-mon[29441]: pgmap v21: 129 pgs: 129 active+clean; 586 KiB data, 99 MiB used, 268 GiB / 268 GiB avail; 197 KiB/s rd, 6.5 KiB/s wr, 357 op/s 2024-03-26T00:53:39.462 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:39 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:39.462 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:39 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:39.462 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:39 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:53:39.462 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:39 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:53:39.462 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:39 smithi060 ceph-mon[29441]: Checking dashboard <-> RGW credentials 2024-03-26T00:53:39.462 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:39 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:39.462 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:39 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:39.462 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:39 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:39.462 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:39 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:53:39.462 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:39 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:53:39.463 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:39 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:53:39.463 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:39 smithi060 ceph-mon[29441]: Checking dashboard <-> RGW credentials 2024-03-26T00:53:39.463 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:39 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:39.463 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:39 smithi060 ceph-mon[29441]: from='client.24692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:53:39.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:39 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:39.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:39 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:39.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:39 smithi105 ceph-mon[33237]: pgmap v21: 129 pgs: 129 active+clean; 586 KiB data, 99 MiB used, 268 GiB / 268 GiB avail; 197 KiB/s rd, 6.5 KiB/s wr, 357 op/s 2024-03-26T00:53:39.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:39 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:39.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:39 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:39.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:39 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:53:39.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:39 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:53:39.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:39 smithi105 ceph-mon[33237]: Checking dashboard <-> RGW credentials 2024-03-26T00:53:39.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:39 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:39.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:39 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:39.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:39 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:39.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:39 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T00:53:39.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:39 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T00:53:39.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:39 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T00:53:39.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:39 smithi105 ceph-mon[33237]: Checking dashboard <-> RGW credentials 2024-03-26T00:53:39.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:39 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:39.485 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:39 smithi105 ceph-mon[33237]: from='client.24692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:53:40.153 INFO:teuthology.orchestra.run.smithi060.stderr:+ TOKENS='[ 2024-03-26T00:53:40.153 INFO:teuthology.orchestra.run.smithi060.stderr: { 2024-03-26T00:53:40.153 INFO:teuthology.orchestra.run.smithi060.stderr: "realm": "myrealm1", 2024-03-26T00:53:40.153 INFO:teuthology.orchestra.run.smithi060.stderr: "token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM4Y2U2MWFkLTkzYjItNDU2NC1iOGU5LTg2YzJiZTI4NzliNCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA3OTo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIjMzQ1FFMFhKS0M1RE8zNFNMV1pKIiwKICAgICJzZWNyZXQiOiAid1JIWWFtZkx1TFZVYmxaMzZpWjBJRUxyYUZubnJhSEU4Q0pHWGxyRyIKfQ==" 2024-03-26T00:53:40.153 INFO:teuthology.orchestra.run.smithi060.stderr: } 2024-03-26T00:53:40.153 INFO:teuthology.orchestra.run.smithi060.stderr:]' 2024-03-26T00:53:40.153 INFO:teuthology.orchestra.run.smithi060.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM4Y2U2MWFkLTkzYjItNDU2NC1iOGU5LTg2YzJiZTI4NzliNCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA3OTo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIjMzQ1FFMFhKS0M1RE8zNFNMV1pKIiwKICAgICJzZWNyZXQiOiAid1JIWWFtZkx1TFZVYmxaMzZpWjBJRUxyYUZubnJhSEU4Q0pHWGxyRyIKfQ=="' '}' ']' 2024-03-26T00:53:40.153 INFO:teuthology.orchestra.run.smithi060.stderr:+ jq --exit-status '.[0].realm == "myrealm1"' 2024-03-26T00:53:40.155 INFO:teuthology.orchestra.run.smithi060.stdout:true 2024-03-26T00:53:40.155 INFO:teuthology.orchestra.run.smithi060.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM4Y2U2MWFkLTkzYjItNDU2NC1iOGU5LTg2YzJiZTI4NzliNCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA3OTo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIjMzQ1FFMFhKS0M1RE8zNFNMV1pKIiwKICAgICJzZWNyZXQiOiAid1JIWWFtZkx1TFZVYmxaMzZpWjBJRUxyYUZubnJhSEU4Q0pHWGxyRyIKfQ=="' '}' ']' 2024-03-26T00:53:40.155 INFO:teuthology.orchestra.run.smithi060.stderr:+ jq --exit-status '.[0].token' 2024-03-26T00:53:40.157 INFO:teuthology.orchestra.run.smithi060.stdout:"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM4Y2U2MWFkLTkzYjItNDU2NC1iOGU5LTg2YzJiZTI4NzliNCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA3OTo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIjMzQ1FFMFhKS0M1RE8zNFNMV1pKIiwKICAgICJzZWNyZXQiOiAid1JIWWFtZkx1TFZVYmxaMzZpWjBJRUxyYUZubnJhSEU4Q0pHWGxyRyIKfQ==" 2024-03-26T00:53:40.158 INFO:teuthology.orchestra.run.smithi060.stderr:++ ceph rgw realm tokens 2024-03-26T00:53:40.158 INFO:teuthology.orchestra.run.smithi060.stderr:++ jq -r '.[0].token' 2024-03-26T00:53:40.158 INFO:teuthology.orchestra.run.smithi060.stderr:++ base64 --decode 2024-03-26T00:53:40.439 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:40 smithi079 ceph-mon[33503]: from='client.15096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:53:40.484 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:40 smithi105 ceph-mon[33237]: from='client.15096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:53:40.609 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:40 smithi060 ceph-mon[29441]: from='client.15096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:53:40.853 INFO:teuthology.orchestra.run.smithi060.stderr:+ TOKEN_JSON='{ 2024-03-26T00:53:40.853 INFO:teuthology.orchestra.run.smithi060.stderr: "realm_name": "myrealm1", 2024-03-26T00:53:40.853 INFO:teuthology.orchestra.run.smithi060.stderr: "realm_id": "c8ce61ad-93b2-4564-b8e9-86c2be2879b4", 2024-03-26T00:53:40.853 INFO:teuthology.orchestra.run.smithi060.stderr: "endpoint": "http://smithi079:5500", 2024-03-26T00:53:40.853 INFO:teuthology.orchestra.run.smithi060.stderr: "access_key": "33CQE0XJKC5DO34SLWZJ", 2024-03-26T00:53:40.853 INFO:teuthology.orchestra.run.smithi060.stderr: "secret": "wRHYamfLuLVUblZ36iZ0IELraFnnraHE8CJGXlrG" 2024-03-26T00:53:40.853 INFO:teuthology.orchestra.run.smithi060.stderr:}' 2024-03-26T00:53:40.853 INFO:teuthology.orchestra.run.smithi060.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"c8ce61ad-93b2-4564-b8e9-86c2be2879b4",' '"endpoint":' '"http://smithi079:5500",' '"access_key":' '"33CQE0XJKC5DO34SLWZJ",' '"secret":' '"wRHYamfLuLVUblZ36iZ0IELraFnnraHE8CJGXlrG"' '}' 2024-03-26T00:53:40.853 INFO:teuthology.orchestra.run.smithi060.stderr:+ jq --exit-status '.realm_name == "myrealm1"' 2024-03-26T00:53:40.855 INFO:teuthology.orchestra.run.smithi060.stdout:true 2024-03-26T00:53:40.855 INFO:teuthology.orchestra.run.smithi060.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"c8ce61ad-93b2-4564-b8e9-86c2be2879b4",' '"endpoint":' '"http://smithi079:5500",' '"access_key":' '"33CQE0XJKC5DO34SLWZJ",' '"secret":' '"wRHYamfLuLVUblZ36iZ0IELraFnnraHE8CJGXlrG"' '}' 2024-03-26T00:53:40.855 INFO:teuthology.orchestra.run.smithi060.stderr:+ jq --exit-status '.endpoint | test("http://.+:\\d+")' 2024-03-26T00:53:40.858 INFO:teuthology.orchestra.run.smithi060.stdout:true 2024-03-26T00:53:40.858 INFO:teuthology.orchestra.run.smithi060.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"c8ce61ad-93b2-4564-b8e9-86c2be2879b4",' '"endpoint":' '"http://smithi079:5500",' '"access_key":' '"33CQE0XJKC5DO34SLWZJ",' '"secret":' '"wRHYamfLuLVUblZ36iZ0IELraFnnraHE8CJGXlrG"' '}' 2024-03-26T00:53:40.858 INFO:teuthology.orchestra.run.smithi060.stderr:+ jq --exit-status '.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")' 2024-03-26T00:53:40.861 INFO:teuthology.orchestra.run.smithi060.stdout:true 2024-03-26T00:53:40.861 INFO:teuthology.orchestra.run.smithi060.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"c8ce61ad-93b2-4564-b8e9-86c2be2879b4",' '"endpoint":' '"http://smithi079:5500",' '"access_key":' '"33CQE0XJKC5DO34SLWZJ",' '"secret":' '"wRHYamfLuLVUblZ36iZ0IELraFnnraHE8CJGXlrG"' '}' 2024-03-26T00:53:40.862 INFO:teuthology.orchestra.run.smithi060.stderr:+ jq --exit-status .access_key 2024-03-26T00:53:40.863 INFO:teuthology.orchestra.run.smithi060.stdout:"33CQE0XJKC5DO34SLWZJ" 2024-03-26T00:53:40.864 INFO:teuthology.orchestra.run.smithi060.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"c8ce61ad-93b2-4564-b8e9-86c2be2879b4",' '"endpoint":' '"http://smithi079:5500",' '"access_key":' '"33CQE0XJKC5DO34SLWZJ",' '"secret":' '"wRHYamfLuLVUblZ36iZ0IELraFnnraHE8CJGXlrG"' '}' 2024-03-26T00:53:40.864 INFO:teuthology.orchestra.run.smithi060.stderr:+ jq --exit-status .secret 2024-03-26T00:53:40.866 INFO:teuthology.orchestra.run.smithi060.stdout:"wRHYamfLuLVUblZ36iZ0IELraFnnraHE8CJGXlrG" 2024-03-26T00:53:41.434 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:41 smithi060 ceph-mon[29441]: pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 99 MiB used, 268 GiB / 268 GiB avail; 177 KiB/s rd, 5.8 KiB/s wr, 321 op/s 2024-03-26T00:53:41.434 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:41 smithi060 ceph-mon[29441]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:41.434 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:41 smithi060 ceph-mon[29441]: from='client.15174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:53:41.461 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-26T00:53:41.472 INFO:tasks.cephadm:Teardown begin 2024-03-26T00:53:41.472 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T00:53:41.502 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T00:53:41.532 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:41 smithi079 ceph-mon[33503]: pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 99 MiB used, 268 GiB / 268 GiB avail; 177 KiB/s rd, 5.8 KiB/s wr, 321 op/s 2024-03-26T00:53:41.533 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:41 smithi079 ceph-mon[33503]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:41.533 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:41 smithi079 ceph-mon[33503]: from='client.15174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:53:41.538 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T00:53:41.568 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:41 smithi105 ceph-mon[33237]: pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 99 MiB used, 268 GiB / 268 GiB avail; 177 KiB/s rd, 5.8 KiB/s wr, 321 op/s 2024-03-26T00:53:41.568 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:41 smithi105 ceph-mon[33237]: from='mgr.14400 172.21.15.60:0/3415340179' entity='mgr.a' 2024-03-26T00:53:41.568 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:41 smithi105 ceph-mon[33237]: from='client.15174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T00:53:41.573 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-26T00:53:41.573 DEBUG:teuthology.orchestra.run.smithi060:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-26T00:53:41.590 DEBUG:teuthology.orchestra.run.smithi079:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-26T00:53:41.607 DEBUG:teuthology.orchestra.run.smithi105:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-26T00:53:41.630 INFO:tasks.cephadm:Stopping all daemons... 2024-03-26T00:53:41.630 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-26T00:53:41.630 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@mon.a 2024-03-26T00:53:41.859 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:41 smithi060 systemd[1]: Stopping Ceph mon.a for 85faf3d2-eb0a-11ee-95d0-87774f69a715... 2024-03-26T00:53:42.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:41 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-a[29437]: 2024-03-26T00:53:41.912+0000 7fc99d764700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-03-26T00:53:42.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:41 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-a[29437]: 2024-03-26T00:53:41.912+0000 7fc99d764700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-03-26T00:53:42.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:42 smithi060 podman[76581]: 2024-03-26 00:53:42.158433667 +0000 UTC m=+0.344440396 container died 2699fe58956b87a687108a7046381f2e7362c8c561049101c2e7f21ea328982b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-a, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240319, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux ) 2024-03-26T00:53:42.698 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:42 smithi060 podman[76581]: 2024-03-26 00:53:42.495975519 +0000 UTC m=+0.681982236 container cleanup 2699fe58956b87a687108a7046381f2e7362c8c561049101c2e7f21ea328982b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-a, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_BRANCH=HEAD, ceph=True, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240319, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-26T00:53:42.698 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:42 smithi060 bash[76581]: ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-a 2024-03-26T00:53:42.931 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@mon.a.service' 2024-03-26T00:53:42.956 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:42 smithi060 podman[76595]: 2024-03-26 00:53:42.697216254 +0000 UTC m=+0.536243529 container remove 2699fe58956b87a687108a7046381f2e7362c8c561049101c2e7f21ea328982b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-a, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.build-date=20240319, org.label-schema.vendor=CentOS, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-03-26T00:53:42.956 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:42 smithi060 systemd[1]: ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-26T00:53:42.956 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:42 smithi060 systemd[1]: Stopped Ceph mon.a for 85faf3d2-eb0a-11ee-95d0-87774f69a715. 2024-03-26T00:53:42.956 INFO:journalctl@ceph.mon.a.smithi060.stdout:Mar 26 00:53:42 smithi060 systemd[1]: ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@mon.a.service: Consumed 4.626s CPU time. 2024-03-26T00:53:42.982 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T00:53:42.982 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-26T00:53:42.982 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-03-26T00:53:42.983 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@mon.b 2024-03-26T00:53:43.307 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:43 smithi079 systemd[1]: Stopping Ceph mon.b for 85faf3d2-eb0a-11ee-95d0-87774f69a715... 2024-03-26T00:53:43.688 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:43 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-b[33499]: 2024-03-26T00:53:43.306+0000 7f5e39c55700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-03-26T00:53:43.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:43 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-b[33499]: 2024-03-26T00:53:43.306+0000 7f5e39c55700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-03-26T00:53:43.689 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:43 smithi079 podman[43866]: 2024-03-26 00:53:43.521039654 +0000 UTC m=+0.338824320 container died 119b75e2033fd784db8524a53a367f3231efcdfcd5074e0c057f198a2d6dd0bb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-b, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240319, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-03-26T00:53:44.124 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:43 smithi079 podman[43866]: 2024-03-26 00:53:43.914470972 +0000 UTC m=+0.732255684 container cleanup 119b75e2033fd784db8524a53a367f3231efcdfcd5074e0c057f198a2d6dd0bb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-b, GIT_CLEAN=True, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, org.label-schema.license=GPLv2, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240319, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-26T00:53:44.124 INFO:journalctl@ceph.mon.b.smithi079.stdout:Mar 26 00:53:43 smithi079 bash[43866]: ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-b 2024-03-26T00:53:44.251 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@mon.b.service' 2024-03-26T00:53:44.301 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T00:53:44.301 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-03-26T00:53:44.301 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-03-26T00:53:44.301 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@mon.c 2024-03-26T00:53:44.595 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:44 smithi105 systemd[1]: Stopping Ceph mon.c for 85faf3d2-eb0a-11ee-95d0-87774f69a715... 2024-03-26T00:53:44.869 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:44 smithi105 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-c[33211]: 2024-03-26T00:53:44.593+0000 7fbba606a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-03-26T00:53:44.869 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:44 smithi105 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-c[33211]: 2024-03-26T00:53:44.593+0000 7fbba606a700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-03-26T00:53:44.870 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:44 smithi105 podman[43733]: 2024-03-26 00:53:44.604781923 +0000 UTC m=+0.111743531 container died 6fe3caba1e1f5d57423b02ae6b38bf4a596b53457ce8c919932f9ae7f9c97ed3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-c, GIT_BRANCH=HEAD, org.label-schema.build-date=20240319, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, org.label-schema.vendor=CentOS, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30) 2024-03-26T00:53:45.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:44 smithi105 podman[43733]: 2024-03-26 00:53:44.994303513 +0000 UTC m=+0.501265122 container cleanup 6fe3caba1e1f5d57423b02ae6b38bf4a596b53457ce8c919932f9ae7f9c97ed3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-c, CEPH_POINT_RELEASE=, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240319, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30) 2024-03-26T00:53:45.234 INFO:journalctl@ceph.mon.c.smithi105.stdout:Mar 26 00:53:44 smithi105 bash[43733]: ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mon-c 2024-03-26T00:53:45.370 DEBUG:teuthology.orchestra.run.smithi105:> sudo pkill -f 'journalctl -f -n 0 -u ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@mon.c.service' 2024-03-26T00:53:45.425 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T00:53:45.425 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-03-26T00:53:45.425 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-03-26T00:53:45.425 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@mgr.a 2024-03-26T00:53:45.740 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:45 smithi060 systemd[1]: Stopping Ceph mgr.a for 85faf3d2-eb0a-11ee-95d0-87774f69a715... 2024-03-26T00:53:46.041 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:45 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:45.739+0000 7f830f912700 -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 2024-03-26T00:53:46.042 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:45 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a[29671]: 2024-03-26T00:53:45.739+0000 7f830f912700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-03-26T00:53:46.042 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:45 smithi060 podman[76702]: 2024-03-26 00:53:45.771149011 +0000 UTC m=+0.153673991 container died 41b9e7184977d1e9f6e2ef3abd6e4209a7e56b4bc697f6f10fe05466d727e10e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.build-date=20240319, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-03-26T00:53:46.359 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:46 smithi060 podman[76702]: 2024-03-26 00:53:46.149769198 +0000 UTC m=+0.532294164 container cleanup 41b9e7184977d1e9f6e2ef3abd6e4209a7e56b4bc697f6f10fe05466d727e10e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4354a20109fd25703f6611a1a8f196608a256149, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a, CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240319, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20) 2024-03-26T00:53:46.359 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Mar 26 00:53:46 smithi060 bash[76702]: ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-a 2024-03-26T00:53:46.619 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@mgr.a.service' 2024-03-26T00:53:46.654 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T00:53:46.654 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-03-26T00:53:46.655 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-03-26T00:53:46.655 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@mgr.b 2024-03-26T00:53:46.938 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:46 smithi079 systemd[1]: Stopping Ceph mgr.b for 85faf3d2-eb0a-11ee-95d0-87774f69a715... 2024-03-26T00:53:47.260 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:46 smithi079 podman[43988]: 2024-03-26 00:53:46.955914147 +0000 UTC m=+0.108612549 container died 3fe54bfc49cf68b1a154cf347c0be67c8f2c95b3dde2e4a65d4e76fe75207ff6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240319, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20) 2024-03-26T00:53:47.544 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:47 smithi079 podman[43988]: 2024-03-26 00:53:47.360096241 +0000 UTC m=+0.512794649 container cleanup 3fe54bfc49cf68b1a154cf347c0be67c8f2c95b3dde2e4a65d4e76fe75207ff6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240319, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux ) 2024-03-26T00:53:47.544 INFO:journalctl@ceph.mgr.b.smithi079.stdout:Mar 26 00:53:47 smithi079 bash[43988]: ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-mgr-b 2024-03-26T00:53:47.678 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@mgr.b.service' 2024-03-26T00:53:47.714 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T00:53:47.714 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-03-26T00:53:47.714 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-26T00:53:47.714 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@osd.0 2024-03-26T00:53:47.995 INFO:journalctl@ceph.osd.0.smithi060.stdout:Mar 26 00:53:47 smithi060 systemd[1]: Stopping Ceph osd.0 for 85faf3d2-eb0a-11ee-95d0-87774f69a715... 2024-03-26T00:53:48.359 INFO:journalctl@ceph.osd.0.smithi060.stdout:Mar 26 00:53:47 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-0[43314]: 2024-03-26T00:53:47.994+0000 7fd5f373e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-03-26T00:53:48.359 INFO:journalctl@ceph.osd.0.smithi060.stdout:Mar 26 00:53:47 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-0[43314]: 2024-03-26T00:53:47.994+0000 7fd5f373e700 -1 osd.0 32 *** Got signal Terminated *** 2024-03-26T00:53:48.360 INFO:journalctl@ceph.osd.0.smithi060.stdout:Mar 26 00:53:47 smithi060 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-0[43314]: 2024-03-26T00:53:47.994+0000 7fd5f373e700 -1 osd.0 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-26T00:53:53.578 INFO:journalctl@ceph.osd.0.smithi060.stdout:Mar 26 00:53:53 smithi060 podman[76824]: 2024-03-26 00:53:53.305079444 +0000 UTC m=+5.400440078 container died 5e5a96dfed8fa5800e2ddcd0cbd421632b612eca00f2f2368aecfd816261530d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-0, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240319, maintainer=Guillaume Abrioux , GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30) 2024-03-26T00:53:53.578 INFO:journalctl@ceph.osd.0.smithi060.stdout:Mar 26 00:53:53 smithi060 podman[76824]: 2024-03-26 00:53:53.578287915 +0000 UTC m=+5.673648534 container cleanup 5e5a96dfed8fa5800e2ddcd0cbd421632b612eca00f2f2368aecfd816261530d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-0, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240319, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS) 2024-03-26T00:53:53.828 INFO:journalctl@ceph.osd.0.smithi060.stdout:Mar 26 00:53:53 smithi060 bash[76824]: ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-0 2024-03-26T00:53:54.109 INFO:journalctl@ceph.osd.0.smithi060.stdout:Mar 26 00:53:53 smithi060 podman[76841]: 2024-03-26 00:53:53.828596767 +0000 UTC m=+0.517803676 container remove 5e5a96dfed8fa5800e2ddcd0cbd421632b612eca00f2f2368aecfd816261530d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.build-date=20240319, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, ceph=True, CEPH_POINT_RELEASE=) 2024-03-26T00:53:54.424 INFO:journalctl@ceph.osd.0.smithi060.stdout:Mar 26 00:53:54 smithi060 podman[76931]: 2024-03-26 00:53:54.043511572 +0000 UTC m=+0.017672639 image pull c79b7d22eba0ca0551a7519c85059a84a32ed4aad341124efdd3f51ddf6fb6cd quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1 2024-03-26T00:53:54.424 INFO:journalctl@ceph.osd.0.smithi060.stdout:Mar 26 00:53:54 smithi060 podman[76931]: 2024-03-26 00:53:54.155033553 +0000 UTC m=+0.129194631 container create a1ddd7a36aa90220c916e38f2718a5057d7b21cd8982e0fc462b5e6af84e9056 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-0-deactivate, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240319) 2024-03-26T00:53:54.424 INFO:journalctl@ceph.osd.0.smithi060.stdout:Mar 26 00:53:54 smithi060 podman[76931]: 2024-03-26 00:53:54.365823043 +0000 UTC m=+0.339984087 container init a1ddd7a36aa90220c916e38f2718a5057d7b21cd8982e0fc462b5e6af84e9056 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-0-deactivate, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240319, GIT_BRANCH=HEAD, ceph=True, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-03-26T00:53:54.424 INFO:journalctl@ceph.osd.0.smithi060.stdout:Mar 26 00:53:54 smithi060 podman[76931]: 2024-03-26 00:53:54.368914447 +0000 UTC m=+0.343075486 container start a1ddd7a36aa90220c916e38f2718a5057d7b21cd8982e0fc462b5e6af84e9056 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-0-deactivate, GIT_BRANCH=HEAD, org.label-schema.build-date=20240319, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, ceph=True, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-03-26T00:53:54.424 INFO:journalctl@ceph.osd.0.smithi060.stdout:Mar 26 00:53:54 smithi060 podman[76931]: 2024-03-26 00:53:54.424023443 +0000 UTC m=+0.398184485 container attach a1ddd7a36aa90220c916e38f2718a5057d7b21cd8982e0fc462b5e6af84e9056 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-0-deactivate, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240319, org.label-schema.vendor=CentOS, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True) 2024-03-26T00:53:54.959 INFO:journalctl@ceph.osd.0.smithi060.stdout:Mar 26 00:53:54 smithi060 podman[76931]: 2024-03-26 00:53:54.680021327 +0000 UTC m=+0.654182382 container died a1ddd7a36aa90220c916e38f2718a5057d7b21cd8982e0fc462b5e6af84e9056 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-0-deactivate, org.label-schema.license=GPLv2, org.label-schema.build-date=20240319, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , ceph=True, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-03-26T00:53:55.218 INFO:journalctl@ceph.osd.0.smithi060.stdout:Mar 26 00:53:55 smithi060 podman[76957]: 2024-03-26 00:53:55.201969464 +0000 UTC m=+0.517613140 container remove a1ddd7a36aa90220c916e38f2718a5057d7b21cd8982e0fc462b5e6af84e9056 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-0-deactivate, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240319) 2024-03-26T00:53:55.223 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@osd.0.service' 2024-03-26T00:53:55.264 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T00:53:55.265 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-26T00:53:55.265 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-26T00:53:55.265 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@osd.1 2024-03-26T00:53:55.579 INFO:journalctl@ceph.osd.1.smithi079.stdout:Mar 26 00:53:55 smithi079 systemd[1]: Stopping Ceph osd.1 for 85faf3d2-eb0a-11ee-95d0-87774f69a715... 2024-03-26T00:53:55.938 INFO:journalctl@ceph.osd.1.smithi079.stdout:Mar 26 00:53:55 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-1[37704]: 2024-03-26T00:53:55.577+0000 7f61b1f50700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-03-26T00:53:55.939 INFO:journalctl@ceph.osd.1.smithi079.stdout:Mar 26 00:53:55 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-1[37704]: 2024-03-26T00:53:55.577+0000 7f61b1f50700 -1 osd.1 32 *** Got signal Terminated *** 2024-03-26T00:53:55.939 INFO:journalctl@ceph.osd.1.smithi079.stdout:Mar 26 00:53:55 smithi079 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-1[37704]: 2024-03-26T00:53:55.577+0000 7f61b1f50700 -1 osd.1 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-26T00:54:01.189 INFO:journalctl@ceph.osd.1.smithi079.stdout:Mar 26 00:54:00 smithi079 podman[44110]: 2024-03-26 00:54:00.915857688 +0000 UTC m=+5.458329542 container died 5823852e9c417baa86a45e6b0f8f7307ef3a28b98a58e48faba926f20e60ad53 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-1, maintainer=Guillaume Abrioux , RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, ceph=True, GIT_BRANCH=HEAD, 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, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5, org.label-schema.build-date=20240319, CEPH_POINT_RELEASE=) 2024-03-26T00:54:01.646 INFO:journalctl@ceph.osd.1.smithi079.stdout:Mar 26 00:54:01 smithi079 podman[44110]: 2024-03-26 00:54:01.270046337 +0000 UTC m=+5.812518183 container cleanup 5823852e9c417baa86a45e6b0f8f7307ef3a28b98a58e48faba926f20e60ad53 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-1, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240319, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30) 2024-03-26T00:54:01.646 INFO:journalctl@ceph.osd.1.smithi079.stdout:Mar 26 00:54:01 smithi079 bash[44110]: ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-1 2024-03-26T00:54:01.938 INFO:journalctl@ceph.osd.1.smithi079.stdout:Mar 26 00:54:01 smithi079 podman[44130]: 2024-03-26 00:54:01.646300613 +0000 UTC m=+0.731466938 container remove 5823852e9c417baa86a45e6b0f8f7307ef3a28b98a58e48faba926f20e60ad53 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-1, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.build-date=20240319, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-03-26T00:54:02.299 INFO:journalctl@ceph.osd.1.smithi079.stdout:Mar 26 00:54:02 smithi079 podman[44219]: 2024-03-26 00:54:02.030409311 +0000 UTC m=+0.112196093 container create e6549fa18e7cc4216576d82c953114fa270b6c5bc199e7ed3f538fe41e06b9fb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240319, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20) 2024-03-26T00:54:02.299 INFO:journalctl@ceph.osd.1.smithi079.stdout:Mar 26 00:54:02 smithi079 podman[44219]: 2024-03-26 00:54:01.936247487 +0000 UTC m=+0.018034283 image pull c79b7d22eba0ca0551a7519c85059a84a32ed4aad341124efdd3f51ddf6fb6cd quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1 2024-03-26T00:54:02.299 INFO:journalctl@ceph.osd.1.smithi079.stdout:Mar 26 00:54:02 smithi079 podman[44219]: 2024-03-26 00:54:02.224773782 +0000 UTC m=+0.306560578 container init e6549fa18e7cc4216576d82c953114fa270b6c5bc199e7ed3f538fe41e06b9fb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-1-deactivate, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240319, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, GIT_BRANCH=HEAD) 2024-03-26T00:54:02.299 INFO:journalctl@ceph.osd.1.smithi079.stdout:Mar 26 00:54:02 smithi079 podman[44219]: 2024-03-26 00:54:02.228069275 +0000 UTC m=+0.309856058 container start e6549fa18e7cc4216576d82c953114fa270b6c5bc199e7ed3f538fe41e06b9fb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-1-deactivate, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240319, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0) 2024-03-26T00:54:02.299 INFO:journalctl@ceph.osd.1.smithi079.stdout:Mar 26 00:54:02 smithi079 podman[44219]: 2024-03-26 00:54:02.299069371 +0000 UTC m=+0.380856170 container attach e6549fa18e7cc4216576d82c953114fa270b6c5bc199e7ed3f538fe41e06b9fb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-1-deactivate, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, ceph=True, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.build-date=20240319, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-26T00:54:02.689 INFO:journalctl@ceph.osd.1.smithi079.stdout:Mar 26 00:54:02 smithi079 podman[44219]: 2024-03-26 00:54:02.514481621 +0000 UTC m=+0.596268404 container died e6549fa18e7cc4216576d82c953114fa270b6c5bc199e7ed3f538fe41e06b9fb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-1-deactivate, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240319, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, CEPH_POINT_RELEASE=) 2024-03-26T00:54:03.060 INFO:journalctl@ceph.osd.1.smithi079.stdout:Mar 26 00:54:03 smithi079 podman[44245]: 2024-03-26 00:54:03.043672341 +0000 UTC m=+0.521280164 container remove e6549fa18e7cc4216576d82c953114fa270b6c5bc199e7ed3f538fe41e06b9fb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-1-deactivate, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240319, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0) 2024-03-26T00:54:03.065 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@osd.1.service' 2024-03-26T00:54:03.104 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T00:54:03.104 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-26T00:54:03.104 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-26T00:54:03.104 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@osd.2 2024-03-26T00:54:03.415 INFO:journalctl@ceph.osd.2.smithi105.stdout:Mar 26 00:54:03 smithi105 systemd[1]: Stopping Ceph osd.2 for 85faf3d2-eb0a-11ee-95d0-87774f69a715... 2024-03-26T00:54:03.734 INFO:journalctl@ceph.osd.2.smithi105.stdout:Mar 26 00:54:03 smithi105 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-2[37415]: 2024-03-26T00:54:03.414+0000 7ff1fd7f8700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-03-26T00:54:03.734 INFO:journalctl@ceph.osd.2.smithi105.stdout:Mar 26 00:54:03 smithi105 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-2[37415]: 2024-03-26T00:54:03.414+0000 7ff1fd7f8700 -1 osd.2 32 *** Got signal Terminated *** 2024-03-26T00:54:03.734 INFO:journalctl@ceph.osd.2.smithi105.stdout:Mar 26 00:54:03 smithi105 ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-2[37415]: 2024-03-26T00:54:03.414+0000 7ff1fd7f8700 -1 osd.2 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-26T00:54:08.998 INFO:journalctl@ceph.osd.2.smithi105.stdout:Mar 26 00:54:08 smithi105 podman[43872]: 2024-03-26 00:54:08.743761384 +0000 UTC m=+5.441453744 container died 7ffe1d98ca2498b40f991d95fb54907bdf4735f15518183da32e180748e86db2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, CEPH_POINT_RELEASE=, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, org.label-schema.build-date=20240319, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-03-26T00:54:09.373 INFO:journalctl@ceph.osd.2.smithi105.stdout:Mar 26 00:54:09 smithi105 podman[43872]: 2024-03-26 00:54:09.180550743 +0000 UTC m=+5.878243156 container cleanup 7ffe1d98ca2498b40f991d95fb54907bdf4735f15518183da32e180748e86db2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240319, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, io.buildah.version=1.33.5, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30) 2024-03-26T00:54:09.373 INFO:journalctl@ceph.osd.2.smithi105.stdout:Mar 26 00:54:09 smithi105 bash[43872]: ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-2 2024-03-26T00:54:09.734 INFO:journalctl@ceph.osd.2.smithi105.stdout:Mar 26 00:54:09 smithi105 podman[43887]: 2024-03-26 00:54:09.373437665 +0000 UTC m=+0.627684357 container remove 7ffe1d98ca2498b40f991d95fb54907bdf4735f15518183da32e180748e86db2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, org.label-schema.build-date=20240319, GIT_CLEAN=True) 2024-03-26T00:54:10.110 INFO:journalctl@ceph.osd.2.smithi105.stdout:Mar 26 00:54:09 smithi105 podman[43984]: 2024-03-26 00:54:09.69198565 +0000 UTC m=+0.017674928 image pull c79b7d22eba0ca0551a7519c85059a84a32ed4aad341124efdd3f51ddf6fb6cd quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1 2024-03-26T00:54:10.111 INFO:journalctl@ceph.osd.2.smithi105.stdout:Mar 26 00:54:09 smithi105 podman[43984]: 2024-03-26 00:54:09.824410098 +0000 UTC m=+0.150099406 container create 7e410325fc5d43052328b93ab1cae2e28605d25c3f83d790de475ef42e9cd2a7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-2-deactivate, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240319, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.33.5, GIT_BRANCH=HEAD) 2024-03-26T00:54:10.111 INFO:journalctl@ceph.osd.2.smithi105.stdout:Mar 26 00:54:10 smithi105 podman[43984]: 2024-03-26 00:54:10.02667988 +0000 UTC m=+0.352369146 container init 7e410325fc5d43052328b93ab1cae2e28605d25c3f83d790de475ef42e9cd2a7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-2-deactivate, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240319, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2024-03-26T00:54:10.111 INFO:journalctl@ceph.osd.2.smithi105.stdout:Mar 26 00:54:10 smithi105 podman[43984]: 2024-03-26 00:54:10.029847108 +0000 UTC m=+0.355536374 container start 7e410325fc5d43052328b93ab1cae2e28605d25c3f83d790de475ef42e9cd2a7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-2-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240319, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-03-26T00:54:10.111 INFO:journalctl@ceph.osd.2.smithi105.stdout:Mar 26 00:54:10 smithi105 podman[43984]: 2024-03-26 00:54:10.109916506 +0000 UTC m=+0.435605772 container attach 7e410325fc5d43052328b93ab1cae2e28605d25c3f83d790de475ef42e9cd2a7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-2-deactivate, org.label-schema.schema-version=1.0, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240319, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-03-26T00:54:10.393 INFO:journalctl@ceph.osd.2.smithi105.stdout:Mar 26 00:54:10 smithi105 podman[43984]: 2024-03-26 00:54:10.34640028 +0000 UTC m=+0.672089553 container died 7e410325fc5d43052328b93ab1cae2e28605d25c3f83d790de475ef42e9cd2a7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-2-deactivate, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, ceph=True, org.label-schema.build-date=20240319, org.label-schema.schema-version=1.0) 2024-03-26T00:54:10.915 INFO:journalctl@ceph.osd.2.smithi105.stdout:Mar 26 00:54:10 smithi105 podman[44011]: 2024-03-26 00:54:10.905192297 +0000 UTC m=+0.549695255 container remove 7e410325fc5d43052328b93ab1cae2e28605d25c3f83d790de475ef42e9cd2a7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2d8fc4beec42adcd13c6b189cf63ac89b292527237144266ccf34e8747dd64a1, name=ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715-osd-2-deactivate, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240319, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-yuri3-testing-2024-03-25-0744-4354a20) 2024-03-26T00:54:10.920 DEBUG:teuthology.orchestra.run.smithi105:> sudo pkill -f 'journalctl -f -n 0 -u ceph-85faf3d2-eb0a-11ee-95d0-87774f69a715@osd.2.service' 2024-03-26T00:54:10.960 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T00:54:10.961 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-26T00:54:10.961 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 --force --keep-logs 2024-03-26T00:54:11.159 INFO:teuthology.orchestra.run.smithi060.stdout:Deleting cluster with fsid: 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:54:12.200 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 --force --keep-logs 2024-03-26T00:54:12.393 INFO:teuthology.orchestra.run.smithi079.stdout:Deleting cluster with fsid: 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:54:24.703 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 --force --keep-logs 2024-03-26T00:54:24.894 INFO:teuthology.orchestra.run.smithi105.stdout:Deleting cluster with fsid: 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:54:37.028 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T00:54:37.063 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T00:54:37.098 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T00:54:37.129 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-26T00:54:37.131 DEBUG:teuthology.misc:Transferring archived files from smithi060:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621825/remote/smithi060/crash 2024-03-26T00:54:37.132 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/crash -- . 2024-03-26T00:54:37.175 INFO:teuthology.orchestra.run.smithi060.stderr:tar: /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/crash: Cannot open: No such file or directory 2024-03-26T00:54:37.176 INFO:teuthology.orchestra.run.smithi060.stderr:tar: Error is not recoverable: exiting now 2024-03-26T00:54:37.177 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621825/remote/smithi079/crash 2024-03-26T00:54:37.178 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/crash -- . 2024-03-26T00:54:37.222 INFO:teuthology.orchestra.run.smithi079.stderr:tar: /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/crash: Cannot open: No such file or directory 2024-03-26T00:54:37.223 INFO:teuthology.orchestra.run.smithi079.stderr:tar: Error is not recoverable: exiting now 2024-03-26T00:54:37.224 DEBUG:teuthology.misc:Transferring archived files from smithi105:/var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621825/remote/smithi105/crash 2024-03-26T00:54:37.225 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/crash -- . 2024-03-26T00:54:37.263 INFO:teuthology.orchestra.run.smithi105.stderr:tar: /var/lib/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/crash: Cannot open: No such file or directory 2024-03-26T00:54:37.263 INFO:teuthology.orchestra.run.smithi105.stderr:tar: Error is not recoverable: exiting now 2024-03-26T00:54:37.264 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-26T00:54:37.264 DEBUG:teuthology.orchestra.run.smithi060:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-26T00:54:37.296 INFO:teuthology.orchestra.run.smithi060.stdout:2024-03-26T00:51:09.095164+0000 mon.a (mon.0) 208 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-26T00:54:37.296 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-26T00:54:37.296 DEBUG:teuthology.orchestra.run.smithi060:> sudo egrep '\[SEC\]' /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-26T00:54:37.368 DEBUG:teuthology.orchestra.run.smithi060:> sudo egrep '\[ERR\]' /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-26T00:54:37.439 DEBUG:teuthology.orchestra.run.smithi060:> sudo egrep '\[WRN\]' /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-26T00:54:37.510 INFO:teuthology.orchestra.run.smithi060.stdout:2024-03-26T00:51:09.095164+0000 mon.a (mon.0) 208 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-26T00:54:37.510 INFO:tasks.cephadm:Compressing logs... 2024-03-26T00:54:37.511 DEBUG:teuthology.orchestra.run.smithi060:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-26T00:54:37.553 DEBUG:teuthology.orchestra.run.smithi079:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-26T00:54:37.556 DEBUG:teuthology.orchestra.run.smithi105:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-26T00:54:37.580 INFO:teuthology.orchestra.run.smithi060.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-26T00:54:37.581 INFO:teuthology.orchestra.run.smithi060.stderr:: No such file or directory 2024-03-26T00:54:37.581 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-mon.a.log 2024-03-26T00:54:37.581 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.audit.log 2024-03-26T00:54:37.581 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/cephadm.log: gzip/var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-mon.a.log: -5 --verbose -- /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-mgr.a.log 2024-03-26T00:54:37.583 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-osd.0.log 2024-03-26T00:54:37.583 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.cephadm.log 2024-03-26T00:54:37.583 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-mgr.a.log: /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.log 2024-03-26T00:54:37.583 INFO:teuthology.orchestra.run.smithi060.stderr: 89.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-26T00:54:37.583 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-volume.log 2024-03-26T00:54:37.583 INFO:teuthology.orchestra.run.smithi060.stderr: 89.1% -- replaced with /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.audit.log.gz 2024-03-26T00:54:37.583 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.log: 83.1% -- replaced with /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.cephadm.log.gz 2024-03-26T00:54:37.583 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-volume.log: 85.1% -- replaced with /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.log.gz 2024-03-26T00:54:37.589 INFO:teuthology.orchestra.run.smithi105.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-26T00:54:37.589 INFO:teuthology.orchestra.run.smithi105.stderr:: No such file or directory 2024-03-26T00:54:37.589 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.audit.log 2024-03-26T00:54:37.589 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi105.zytkcs.log 2024-03-26T00:54:37.589 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.cephadm.log 2024-03-26T00:54:37.589 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.audit.log: /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi105.zytkcs.log: 89.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-26T00:54:37.589 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.log 2024-03-26T00:54:37.590 INFO:teuthology.orchestra.run.smithi105.stderr: 71.3% -- replaced with /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi105.zytkcs.log.gz 2024-03-26T00:54:37.590 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-osd.2.log 2024-03-26T00:54:37.590 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.cephadm.log: /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-volume.log 2024-03-26T00:54:37.590 INFO:teuthology.orchestra.run.smithi105.stderr: 81.6% -- replaced with /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.cephadm.log.gz 2024-03-26T00:54:37.590 INFO:teuthology.orchestra.run.smithi105.stderr: 89.2% -- replaced with /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.audit.log.gz 2024-03-26T00:54:37.590 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-mon.c.log 2024-03-26T00:54:37.590 INFO:teuthology.orchestra.run.smithi105.stderr: 84.5% -- replaced with /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.log.gz 2024-03-26T00:54:37.590 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-volume.log: /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-mon.c.log: 90.9% -- replaced with /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-volume.log.gz 2024-03-26T00:54:37.590 INFO:teuthology.orchestra.run.smithi060.stderr: 91.1% -- replaced with /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-volume.log.gz 2024-03-26T00:54:37.591 INFO:teuthology.orchestra.run.smithi079.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-26T00:54:37.591 INFO:teuthology.orchestra.run.smithi079.stderr:: No such file or directory 2024-03-26T00:54:37.591 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.audit.log 2024-03-26T00:54:37.591 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-osd.1.log 2024-03-26T00:54:37.591 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi079.lozclq.log 2024-03-26T00:54:37.591 INFO:teuthology.orchestra.run.smithi079.stderr: 88.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-26T00:54:37.591 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.cephadm.log 2024-03-26T00:54:37.592 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.log 2024-03-26T00:54:37.592 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi079.lozclq.log: 89.1% -- replaced with /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.audit.log.gz 2024-03-26T00:54:37.592 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.cephadm.log: 71.3% -- replaced with /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi079.lozclq.log.gz 2024-03-26T00:54:37.592 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-mgr.b.log 2024-03-26T00:54:37.592 INFO:teuthology.orchestra.run.smithi079.stderr: 81.7% -- replaced with /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.cephadm.log.gz 2024-03-26T00:54:37.592 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-volume.log 2024-03-26T00:54:37.592 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.log: /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-mon.b.log 2024-03-26T00:54:37.592 INFO:teuthology.orchestra.run.smithi079.stderr: 84.1% -- replaced with /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph.log.gz 2024-03-26T00:54:37.592 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-volume.log: /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-mon.b.log: 90.9% -- replaced with /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-volume.log.gz 2024-03-26T00:54:37.592 INFO:teuthology.orchestra.run.smithi079.stderr: 90.1% -- replaced with /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-mgr.b.log.gz 2024-03-26T00:54:37.633 INFO:teuthology.orchestra.run.smithi079.stderr: 92.4% -- replaced with /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-mon.b.log.gz 2024-03-26T00:54:37.633 INFO:teuthology.orchestra.run.smithi105.stderr: 92.7% -- replaced with /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-mon.c.log.gz 2024-03-26T00:54:37.651 INFO:teuthology.orchestra.run.smithi060.stderr: 89.5% -- replaced with /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-mgr.a.log.gz 2024-03-26T00:54:37.757 INFO:teuthology.orchestra.run.smithi060.stderr: 91.6% -- replaced with /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-mon.a.log.gz 2024-03-26T00:54:38.118 INFO:teuthology.orchestra.run.smithi105.stderr: 94.0% -- replaced with /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-osd.2.log.gz 2024-03-26T00:54:38.119 INFO:teuthology.orchestra.run.smithi079.stderr: 94.0% -- replaced with /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-osd.1.log.gz 2024-03-26T00:54:38.119 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-03-26T00:54:38.120 INFO:teuthology.orchestra.run.smithi105.stderr:real 0m0.549s 2024-03-26T00:54:38.120 INFO:teuthology.orchestra.run.smithi105.stderr:user 0m0.572s 2024-03-26T00:54:38.120 INFO:teuthology.orchestra.run.smithi105.stderr:sys 0m0.045s 2024-03-26T00:54:38.121 INFO:teuthology.orchestra.run.smithi079.stderr: 2024-03-26T00:54:38.121 INFO:teuthology.orchestra.run.smithi079.stderr:real 0m0.552s 2024-03-26T00:54:38.121 INFO:teuthology.orchestra.run.smithi079.stderr:user 0m0.576s 2024-03-26T00:54:38.121 INFO:teuthology.orchestra.run.smithi079.stderr:sys 0m0.051s 2024-03-26T00:54:38.142 INFO:teuthology.orchestra.run.smithi060.stderr: 93.9% -- replaced with /var/log/ceph/85faf3d2-eb0a-11ee-95d0-87774f69a715/ceph-osd.0.log.gz 2024-03-26T00:54:38.144 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-03-26T00:54:38.144 INFO:teuthology.orchestra.run.smithi060.stderr:real 0m0.577s 2024-03-26T00:54:38.144 INFO:teuthology.orchestra.run.smithi060.stderr:user 0m0.799s 2024-03-26T00:54:38.144 INFO:teuthology.orchestra.run.smithi060.stderr:sys 0m0.046s 2024-03-26T00:54:38.145 INFO:tasks.cephadm:Archiving logs... 2024-03-26T00:54:38.145 DEBUG:teuthology.misc:Transferring archived files from smithi060:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621825/remote/smithi060/log 2024-03-26T00:54:38.146 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-26T00:54:38.343 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621825/remote/smithi079/log 2024-03-26T00:54:38.344 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-26T00:54:38.464 DEBUG:teuthology.misc:Transferring archived files from smithi105:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621825/remote/smithi105/log 2024-03-26T00:54:38.465 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-26T00:54:38.587 INFO:tasks.cephadm:Removing cluster... 2024-03-26T00:54:38.588 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 --force 2024-03-26T00:54:38.774 INFO:teuthology.orchestra.run.smithi060.stdout:Deleting cluster with fsid: 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:54:39.016 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 --force 2024-03-26T00:54:39.196 INFO:teuthology.orchestra.run.smithi079.stdout:Deleting cluster with fsid: 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:54:39.504 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 85faf3d2-eb0a-11ee-95d0-87774f69a715 --force 2024-03-26T00:54:39.690 INFO:teuthology.orchestra.run.smithi105.stdout:Deleting cluster with fsid: 85faf3d2-eb0a-11ee-95d0-87774f69a715 2024-03-26T00:54:40.051 INFO:tasks.cephadm:Removing cephadm ... 2024-03-26T00:54:40.051 DEBUG:teuthology.orchestra.run.smithi060:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-26T00:54:40.070 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-26T00:54:40.087 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-26T00:54:40.102 INFO:tasks.cephadm:Teardown complete 2024-03-26T00:54:40.103 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-26T00:54:40.113 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-03-26T00:54:40.114 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-26T00:54:40.116 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-26T00:54:40.129 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-26T00:54:40.240 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-26T00:54:40.250 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-26T00:54:40.250 DEBUG:teuthology.orchestra.run.smithi060:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T00:54:40.253 DEBUG:teuthology.orchestra.run.smithi079:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T00:54:40.255 DEBUG:teuthology.orchestra.run.smithi105:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T00:54:40.268 INFO:teuthology.orchestra.run.smithi060.stderr:bash: line 1: ntpq: command not found 2024-03-26T00:54:40.269 INFO:teuthology.orchestra.run.smithi079.stderr:bash: line 1: ntpq: command not found 2024-03-26T00:54:40.269 INFO:teuthology.orchestra.run.smithi105.stderr:bash: line 1: ntpq: command not found 2024-03-26T00:54:40.271 INFO:teuthology.orchestra.run.smithi060.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-26T00:54:40.271 INFO:teuthology.orchestra.run.smithi060.stdout:=============================================================================== 2024-03-26T00:54:40.271 INFO:teuthology.orchestra.run.smithi060.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 9 +574us[ +574us] +/- 82ms 2024-03-26T00:54:40.271 INFO:teuthology.orchestra.run.smithi060.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 8 -485us[ -485us] +/- 52ms 2024-03-26T00:54:40.271 INFO:teuthology.orchestra.run.smithi060.stdout:^* hv03.front.sepia.ceph.com 3 6 377 10 +127us[ +129us] +/- 71ms 2024-03-26T00:54:40.271 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-26T00:54:40.273 INFO:teuthology.orchestra.run.smithi079.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-26T00:54:40.273 INFO:teuthology.orchestra.run.smithi079.stdout:=============================================================================== 2024-03-26T00:54:40.273 INFO:teuthology.orchestra.run.smithi079.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 9 +594us[ +605us] +/- 82ms 2024-03-26T00:54:40.273 INFO:teuthology.orchestra.run.smithi079.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 8 -468us[ -456us] +/- 52ms 2024-03-26T00:54:40.273 INFO:teuthology.orchestra.run.smithi079.stdout:^* hv03.front.sepia.ceph.com 3 6 377 8 +151us[ +163us] +/- 71ms 2024-03-26T00:54:40.273 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-26T00:54:40.274 INFO:teuthology.orchestra.run.smithi105.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-26T00:54:40.274 INFO:teuthology.orchestra.run.smithi105.stdout:=============================================================================== 2024-03-26T00:54:40.275 INFO:teuthology.orchestra.run.smithi105.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 9 +613us[ +613us] +/- 82ms 2024-03-26T00:54:40.275 INFO:teuthology.orchestra.run.smithi105.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 9 -446us[ -446us] +/- 52ms 2024-03-26T00:54:40.275 INFO:teuthology.orchestra.run.smithi105.stdout:^* hv03.front.sepia.ceph.com 3 6 377 9 +158us[ +169us] +/- 71ms 2024-03-26T00:54:40.275 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-26T00:54:40.275 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-26T00:54:40.351 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-26T00:54:40.549 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-26T00:54:40.565 DEBUG:teuthology.orchestra.run.smithi060:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-03-26T00:54:40.643 DEBUG:teuthology.orchestra.run.smithi079:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-03-26T00:54:40.715 DEBUG:teuthology.orchestra.run.smithi105:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-03-26T00:54:40.784 DEBUG:teuthology.orchestra.run.smithi060:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-26T00:54:40.817 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T00:54:40.817 DEBUG:teuthology.orchestra.run.smithi079:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-26T00:54:40.848 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T00:54:40.849 DEBUG:teuthology.orchestra.run.smithi105:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-26T00:54:40.878 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T00:54:40.879 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-26T00:54:40.890 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-26T00:54:40.900 INFO:teuthology.task.internal:Duration was 802.664203 seconds 2024-03-26T00:54:40.900 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-26T00:54:40.909 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-26T00:54:40.909 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-26T00:54:40.912 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-26T00:54:40.914 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-26T00:54:40.956 INFO:teuthology.orchestra.run.smithi060.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-26T00:54:40.956 INFO:teuthology.orchestra.run.smithi079.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-26T00:54:40.961 INFO:teuthology.orchestra.run.smithi105.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-26T00:54:41.400 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-26T00:54:41.401 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi060.front.sepia.ceph.com 2024-03-26T00:54:41.401 DEBUG:teuthology.orchestra.run.smithi060:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-26T00:54:41.422 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi079.front.sepia.ceph.com 2024-03-26T00:54:41.422 DEBUG:teuthology.orchestra.run.smithi079:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-26T00:54:41.449 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi105.front.sepia.ceph.com 2024-03-26T00:54:41.450 DEBUG:teuthology.orchestra.run.smithi105:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-26T00:54:41.470 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-26T00:54:41.470 DEBUG:teuthology.orchestra.run.smithi060:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-26T00:54:41.473 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-26T00:54:41.493 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-26T00:54:41.539 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-26T00:54:41.539 DEBUG:teuthology.orchestra.run.smithi060:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-26T00:54:41.542 DEBUG:teuthology.orchestra.run.smithi079:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-26T00:54:41.562 DEBUG:teuthology.orchestra.run.smithi105:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-26T00:54:41.707 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-26T00:54:41.717 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-26T00:54:41.717 DEBUG:teuthology.orchestra.run.smithi060:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-26T00:54:41.743 DEBUG:teuthology.orchestra.run.smithi079:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-26T00:54:41.770 DEBUG:teuthology.orchestra.run.smithi105:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-26T00:54:41.797 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-26T00:54:41.807 DEBUG:teuthology.orchestra.run.smithi060:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-26T00:54:41.810 DEBUG:teuthology.orchestra.run.smithi079:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-26T00:54:41.813 DEBUG:teuthology.orchestra.run.smithi105:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-26T00:54:41.833 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern = core 2024-03-26T00:54:41.835 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = core 2024-03-26T00:54:41.863 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = core 2024-03-26T00:54:41.887 DEBUG:teuthology.orchestra.run.smithi060:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-26T00:54:41.927 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T00:54:41.927 DEBUG:teuthology.orchestra.run.smithi079:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-26T00:54:41.941 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T00:54:41.941 DEBUG:teuthology.orchestra.run.smithi105:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-26T00:54:41.955 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T00:54:41.955 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-26T00:54:41.966 INFO:teuthology.task.internal:Transferring archived files... 2024-03-26T00:54:41.966 DEBUG:teuthology.misc:Transferring archived files from smithi060:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621825/remote/smithi060 2024-03-26T00:54:41.967 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-26T00:54:42.005 DEBUG:teuthology.misc:Transferring archived files from smithi079:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621825/remote/smithi079 2024-03-26T00:54:42.006 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-26T00:54:42.046 DEBUG:teuthology.misc:Transferring archived files from smithi105:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621825/remote/smithi105 2024-03-26T00:54:42.046 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-26T00:54:42.084 INFO:teuthology.task.internal:Removing archive directory... 2024-03-26T00:54:42.084 DEBUG:teuthology.orchestra.run.smithi060:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-26T00:54:42.086 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-26T00:54:42.088 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-26T00:54:42.131 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-26T00:54:42.141 INFO:teuthology.task.internal:Not uploading archives. 2024-03-26T00:54:42.141 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-26T00:54:42.151 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-26T00:54:42.152 DEBUG:teuthology.orchestra.run.smithi060:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-26T00:54:42.154 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-26T00:54:42.156 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-26T00:54:42.166 INFO:teuthology.orchestra.run.smithi060.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 26 00:54 /home/ubuntu/cephtest 2024-03-26T00:54:42.168 INFO:teuthology.orchestra.run.smithi079.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 26 00:54 /home/ubuntu/cephtest 2024-03-26T00:54:42.186 INFO:teuthology.orchestra.run.smithi105.stdout: 265462 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 26 00:54 /home/ubuntu/cephtest 2024-03-26T00:54:42.187 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-26T00:54:42.198 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-26T00:54:42.218 INFO:teuthology.nuke:Checking targets against current locks 2024-03-26T00:54:42.243 DEBUG:teuthology.nuke:shortname: smithi060 2024-03-26T00:54:42.244 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-26T00:54:42.267 DEBUG:teuthology.nuke:shortname: smithi079 2024-03-26T00:54:42.268 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-26T00:54:42.272 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi060.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621825', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-26 00:29:53.601026', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHo6anP/hYjt0Y/4nRldtX6o/bSVmbWLQp2YADL1sXr8572Kmvwt7aSRce3+VvCcQECtpX/TytCorqy9imEaByg='} 2024-03-26T00:54:42.290 DEBUG:teuthology.nuke:shortname: smithi105 2024-03-26T00:54:42.290 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-26T00:54:42.294 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621825', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-26 00:29:53.597414', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIiPqyojJBpMb1FPMcp5s3AJRYUGqVXjUNzxj3+2s/8+sx2yXa7iCru4Qp3qN68PLYgE7Dlvjh/TmbTU4TxdZ34='} 2024-03-26T00:54:42.324 INFO:teuthology.orchestra.console.smithi060:Power off 2024-03-26T00:54:42.325 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-26T00:54:42.333 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621825', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-26 00:29:53.599343', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKOsC634+gtukosGEoIbyNogQzaFmqU0DSn2My3zXmbNh6pzCvdjMsdUzNaRBFNeegAtJAyV6B525dxaF/qOdLs='} 2024-03-26T00:54:42.348 DEBUG:teuthology.orchestra.console.smithi060:power off output: Chassis Power Control: Down/Off 2024-03-26T00:54:42.348 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T00:54:42.366 INFO:teuthology.orchestra.console.smithi079:Power off 2024-03-26T00:54:42.366 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-26T00:54:42.380 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is on 2024-03-26T00:54:42.390 DEBUG:teuthology.orchestra.console.smithi079:power off output: Chassis Power Control: Down/Off 2024-03-26T00:54:42.390 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T00:54:42.408 INFO:teuthology.orchestra.console.smithi105:Power off 2024-03-26T00:54:42.409 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-26T00:54:42.418 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2024-03-26T00:54:42.431 DEBUG:teuthology.orchestra.console.smithi105:power off output: Chassis Power Control: Down/Off 2024-03-26T00:54:42.431 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T00:54:42.457 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-03-26T00:54:46.381 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T00:54:46.420 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T00:54:46.458 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T00:54:46.494 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is on 2024-03-26T00:54:46.533 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2024-03-26T00:54:46.569 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-03-26T00:54:50.498 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T00:54:50.535 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T00:54:50.570 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T00:54:50.610 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is off 2024-03-26T00:54:50.647 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2024-03-26T00:54:50.682 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is off 2024-03-26T00:54:50.711 INFO:teuthology.orchestra.console.smithi060:Power off completed 2024-03-26T00:54:50.785 INFO:teuthology.orchestra.console.smithi105:Power off completed 2024-03-26T00:54:54.650 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T00:54:54.761 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is off 2024-03-26T00:54:54.861 INFO:teuthology.orchestra.console.smithi079:Power off completed 2024-03-26T00:54:54.966 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} duration: 802.6642026901245 failure_reason: '"2024-03-26T00:51:09.095164+0000 mon.a (mon.0) 208 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c" in cluster log' flavor: default owner: scheduled_yuriw@teuthology success: false 2024-03-26T00:54:54.966 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-26T00:54:55.060 INFO:teuthology.run:FAIL