2024-05-13T13:22:46.887 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-13T13:22:46.887 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-05-12_22:00:03-rados-reef-distro-default-smithi/7704191 --name teuthology-2024-05-12_22:00:03-rados-reef-distro-default-smithi --owner scheduled_teuthology@teuthology --description rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools_crun agent/on mon_election/connectivity task/test_rgw_multisite} --verbose -- /home/teuthworker/archive/teuthology-2024-05-12_22:00:03-rados-reef-distro-default-smithi/7704191/orig.config.yaml 2024-05-13T13:22:46.915 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-13T13:22:47.008 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-05-12_22:00:03-rados-reef-distro-default-smithi/7704191 branch: reef description: rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools_crun agent/on mon_election/connectivity task/test_rgw_multisite} email: ceph-qa@ceph.com first_in_suite: false job_id: '7704191' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-05-12_22:00:03-rados-reef-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 8.stream overrides: admin_socket: branch: reef ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: b806bdbddfddd976c2919d3cca5c05faad473799 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b806bdbddfddd976c2919d3cca5c05faad473799 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: reef sha1: 2965081fb1a343a09e00ceeede998525f5c6cb5e owner: scheduled_teuthology@teuthology priority: 931 repo: https://git.ceph.com/ceph.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 8365 sha1: b806bdbddfddd976c2919d3cca5c05faad473799 sleep_before_teardown: 0 subset: 19514/100000 suite: rados suite_branch: reef suite_path: /home/teuthworker/src/git.ceph.com_ceph_2965081fb1a343a09e00ceeede998525f5c6cb5e/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 2965081fb1a343a09e00ceeede998525f5c6cb5e targets: smithi053.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDCRxCpBM5F0V2mIekrSfenOxtvFUST8rOXgmQkOz5Bq0MHHf9ql9mnPS4lBHltf1xd9jI2EQGlrFBQH48a5LH8= smithi086.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNdzu6XBcSNJCv5U9qhAZ67PLZvg7oBNnbVvkneai5YFdjQkcZhRSjLhU4f7Vylqs/8WChdCBTDL1nd10PZtuDA= smithi204.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGSyQPf0rwUujMtJgVGbhTCv4YFJtTErBbV7diNESDbTV9n6tjlzpQ0uW4mqMQXslNVh0CajOXu3ZtEpCuUGypU= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - sudo sed -i 's/runtime = "runc"/#runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/#runtime = "crun"/runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-12_22:00:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-13T13:22:47.008 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_2965081fb1a343a09e00ceeede998525f5c6cb5e/qa; will attempt to use it 2024-05-13T13:22:47.009 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_2965081fb1a343a09e00ceeede998525f5c6cb5e/qa/tasks 2024-05-13T13:22:47.009 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-13T13:22:47.011 INFO:teuthology.task.internal:Checking packages... 2024-05-13T13:22:47.035 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'b806bdbddfddd976c2919d3cca5c05faad473799' 2024-05-13T13:22:47.035 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-13T13:22:47.036 INFO:teuthology.packaging:ref: None 2024-05-13T13:22:47.036 INFO:teuthology.packaging:tag: None 2024-05-13T13:22:47.036 INFO:teuthology.packaging:branch: reef 2024-05-13T13:22:47.036 INFO:teuthology.packaging:sha1: b806bdbddfddd976c2919d3cca5c05faad473799 2024-05-13T13:22:47.036 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=reef 2024-05-13T13:22:47.350 INFO:teuthology.task.internal:Found packages for ceph version 18.2.2-1339.g6c4f24d9 2024-05-13T13:22:47.352 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-13T13:22:47.359 INFO:teuthology.task.internal:no buildpackages task found 2024-05-13T13:22:47.359 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-13T13:22:47.367 INFO:teuthology.task.internal:Saving configuration 2024-05-13T13:22:47.379 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-13T13:22:47.386 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-13T13:22:47.411 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi053.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-12_22:00:03-rados-reef-distro-default-smithi/7704191', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-13 13:17:41.327782', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDCRxCpBM5F0V2mIekrSfenOxtvFUST8rOXgmQkOz5Bq0MHHf9ql9mnPS4lBHltf1xd9jI2EQGlrFBQH48a5LH8='} 2024-05-13T13:22:47.435 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi086.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-12_22:00:03-rados-reef-distro-default-smithi/7704191', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-13 13:17:41.326380', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNdzu6XBcSNJCv5U9qhAZ67PLZvg7oBNnbVvkneai5YFdjQkcZhRSjLhU4f7Vylqs/8WChdCBTDL1nd10PZtuDA='} 2024-05-13T13:22:47.460 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi204.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-12_22:00:03-rados-reef-distro-default-smithi/7704191', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-13 13:17:41.324776', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGSyQPf0rwUujMtJgVGbhTCv4YFJtTErBbV7diNESDbTV9n6tjlzpQ0uW4mqMQXslNVh0CajOXu3ZtEpCuUGypU='} 2024-05-13T13:22:47.460 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-13T13:22:47.466 INFO:teuthology.task.internal:roles: ubuntu@smithi053.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-05-13T13:22:47.466 INFO:teuthology.task.internal:roles: ubuntu@smithi086.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-05-13T13:22:47.466 INFO:teuthology.task.internal:roles: ubuntu@smithi204.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-05-13T13:22:47.467 INFO:teuthology.run_tasks:Running task console_log... 2024-05-13T13:22:47.569 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f063b72bf70>, signals=[15]) 2024-05-13T13:22:47.569 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-13T13:22:47.575 INFO:teuthology.task.internal:Opening connections... 2024-05-13T13:22:47.576 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi053.front.sepia.ceph.com 2024-05-13T13:22:47.578 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T13:22:47.660 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi086.front.sepia.ceph.com 2024-05-13T13:22:47.661 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T13:22:47.731 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi204.front.sepia.ceph.com 2024-05-13T13:22:47.732 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T13:22:47.804 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-13T13:22:47.812 DEBUG:teuthology.orchestra.run.smithi053:> uname -m 2024-05-13T13:22:47.835 INFO:teuthology.orchestra.run.smithi053.stdout:x86_64 2024-05-13T13:22:47.835 DEBUG:teuthology.orchestra.run.smithi053:> cat /etc/os-release 2024-05-13T13:22:47.896 INFO:teuthology.orchestra.run.smithi053.stdout:NAME="CentOS Stream" 2024-05-13T13:22:47.896 INFO:teuthology.orchestra.run.smithi053.stdout:VERSION="8" 2024-05-13T13:22:47.896 INFO:teuthology.orchestra.run.smithi053.stdout:ID="centos" 2024-05-13T13:22:47.896 INFO:teuthology.orchestra.run.smithi053.stdout:ID_LIKE="rhel fedora" 2024-05-13T13:22:47.896 INFO:teuthology.orchestra.run.smithi053.stdout:VERSION_ID="8" 2024-05-13T13:22:47.896 INFO:teuthology.orchestra.run.smithi053.stdout:PLATFORM_ID="platform:el8" 2024-05-13T13:22:47.896 INFO:teuthology.orchestra.run.smithi053.stdout:PRETTY_NAME="CentOS Stream 8" 2024-05-13T13:22:47.896 INFO:teuthology.orchestra.run.smithi053.stdout:ANSI_COLOR="0;31" 2024-05-13T13:22:47.896 INFO:teuthology.orchestra.run.smithi053.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-05-13T13:22:47.896 INFO:teuthology.orchestra.run.smithi053.stdout:HOME_URL="https://centos.org/" 2024-05-13T13:22:47.897 INFO:teuthology.orchestra.run.smithi053.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-13T13:22:47.897 INFO:teuthology.orchestra.run.smithi053.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-05-13T13:22:47.897 INFO:teuthology.orchestra.run.smithi053.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-13T13:22:47.897 INFO:teuthology.lock.ops:Updating smithi053.front.sepia.ceph.com on lock server 2024-05-13T13:22:47.919 DEBUG:teuthology.orchestra.run.smithi086:> uname -m 2024-05-13T13:22:47.942 INFO:teuthology.orchestra.run.smithi086.stdout:x86_64 2024-05-13T13:22:47.942 DEBUG:teuthology.orchestra.run.smithi086:> cat /etc/os-release 2024-05-13T13:22:48.003 INFO:teuthology.orchestra.run.smithi086.stdout:NAME="CentOS Stream" 2024-05-13T13:22:48.004 INFO:teuthology.orchestra.run.smithi086.stdout:VERSION="8" 2024-05-13T13:22:48.004 INFO:teuthology.orchestra.run.smithi086.stdout:ID="centos" 2024-05-13T13:22:48.004 INFO:teuthology.orchestra.run.smithi086.stdout:ID_LIKE="rhel fedora" 2024-05-13T13:22:48.004 INFO:teuthology.orchestra.run.smithi086.stdout:VERSION_ID="8" 2024-05-13T13:22:48.004 INFO:teuthology.orchestra.run.smithi086.stdout:PLATFORM_ID="platform:el8" 2024-05-13T13:22:48.004 INFO:teuthology.orchestra.run.smithi086.stdout:PRETTY_NAME="CentOS Stream 8" 2024-05-13T13:22:48.004 INFO:teuthology.orchestra.run.smithi086.stdout:ANSI_COLOR="0;31" 2024-05-13T13:22:48.004 INFO:teuthology.orchestra.run.smithi086.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-05-13T13:22:48.004 INFO:teuthology.orchestra.run.smithi086.stdout:HOME_URL="https://centos.org/" 2024-05-13T13:22:48.004 INFO:teuthology.orchestra.run.smithi086.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-13T13:22:48.004 INFO:teuthology.orchestra.run.smithi086.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-05-13T13:22:48.004 INFO:teuthology.orchestra.run.smithi086.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-13T13:22:48.005 INFO:teuthology.lock.ops:Updating smithi086.front.sepia.ceph.com on lock server 2024-05-13T13:22:48.028 DEBUG:teuthology.orchestra.run.smithi204:> uname -m 2024-05-13T13:22:48.049 INFO:teuthology.orchestra.run.smithi204.stdout:x86_64 2024-05-13T13:22:48.049 DEBUG:teuthology.orchestra.run.smithi204:> cat /etc/os-release 2024-05-13T13:22:48.109 INFO:teuthology.orchestra.run.smithi204.stdout:NAME="CentOS Stream" 2024-05-13T13:22:48.110 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION="8" 2024-05-13T13:22:48.110 INFO:teuthology.orchestra.run.smithi204.stdout:ID="centos" 2024-05-13T13:22:48.110 INFO:teuthology.orchestra.run.smithi204.stdout:ID_LIKE="rhel fedora" 2024-05-13T13:22:48.110 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION_ID="8" 2024-05-13T13:22:48.110 INFO:teuthology.orchestra.run.smithi204.stdout:PLATFORM_ID="platform:el8" 2024-05-13T13:22:48.110 INFO:teuthology.orchestra.run.smithi204.stdout:PRETTY_NAME="CentOS Stream 8" 2024-05-13T13:22:48.110 INFO:teuthology.orchestra.run.smithi204.stdout:ANSI_COLOR="0;31" 2024-05-13T13:22:48.110 INFO:teuthology.orchestra.run.smithi204.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-05-13T13:22:48.110 INFO:teuthology.orchestra.run.smithi204.stdout:HOME_URL="https://centos.org/" 2024-05-13T13:22:48.110 INFO:teuthology.orchestra.run.smithi204.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-13T13:22:48.110 INFO:teuthology.orchestra.run.smithi204.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-05-13T13:22:48.110 INFO:teuthology.orchestra.run.smithi204.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-13T13:22:48.111 INFO:teuthology.lock.ops:Updating smithi204.front.sepia.ceph.com on lock server 2024-05-13T13:22:48.127 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-13T13:22:48.136 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-13T13:22:48.141 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-13T13:22:48.141 DEBUG:teuthology.orchestra.run.smithi053:> test '!' -e /home/ubuntu/cephtest 2024-05-13T13:22:48.144 DEBUG:teuthology.orchestra.run.smithi086:> test '!' -e /home/ubuntu/cephtest 2024-05-13T13:22:48.146 DEBUG:teuthology.orchestra.run.smithi204:> test '!' -e /home/ubuntu/cephtest 2024-05-13T13:22:48.169 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-13T13:22:48.175 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-13T13:22:48.175 DEBUG:teuthology.orchestra.run.smithi053:> test -z $(ls -A /var/lib/ceph) 2024-05-13T13:22:48.205 DEBUG:teuthology.orchestra.run.smithi086:> test -z $(ls -A /var/lib/ceph) 2024-05-13T13:22:48.207 DEBUG:teuthology.orchestra.run.smithi204:> test -z $(ls -A /var/lib/ceph) 2024-05-13T13:22:48.237 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-13T13:22:48.310 INFO:teuthology.run_tasks:Running task kernel... 2024-05-13T13:22:48.324 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-13T13:22:48.324 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-13T13:22:48.324 DEBUG:teuthology.orchestra.run.smithi053:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-13T13:22:48.325 DEBUG:teuthology.orchestra.run.smithi086:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-13T13:22:48.325 DEBUG:teuthology.orchestra.run.smithi204:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-13T13:22:48.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-13T13:22:48.344 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2024-05-13T13:22:48.346 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-13T13:22:48.346 DEBUG:teuthology.orchestra.run.smithi086:> uname -r 2024-05-13T13:22:48.347 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-13T13:22:48.347 DEBUG:teuthology.orchestra.run.smithi053:> uname -r 2024-05-13T13:22:48.403 INFO:teuthology.orchestra.run.smithi204.stdout:4.18.0-489.el8.x86_64 2024-05-13T13:22:48.403 INFO:teuthology.task.kernel:Running kernel on smithi204: 4.18.0-489.el8.x86_64 2024-05-13T13:22:48.403 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum install -y kernel 2024-05-13T13:22:48.407 INFO:teuthology.orchestra.run.smithi086.stdout:4.18.0-489.el8.x86_64 2024-05-13T13:22:48.407 INFO:teuthology.task.kernel:Running kernel on smithi086: 4.18.0-489.el8.x86_64 2024-05-13T13:22:48.407 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum install -y kernel 2024-05-13T13:22:48.408 INFO:teuthology.orchestra.run.smithi053.stdout:4.18.0-489.el8.x86_64 2024-05-13T13:22:48.408 INFO:teuthology.task.kernel:Running kernel on smithi053: 4.18.0-489.el8.x86_64 2024-05-13T13:22:48.408 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum install -y kernel 2024-05-13T13:22:52.801 INFO:teuthology.orchestra.run.smithi086.stdout:CentOS Stream 8 - AppStream 15 MB/s | 28 MB 00:01 2024-05-13T13:22:52.907 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 8 - AppStream 14 MB/s | 28 MB 00:01 2024-05-13T13:22:53.007 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 8 - AppStream 13 MB/s | 28 MB 00:02 2024-05-13T13:22:58.785 INFO:teuthology.orchestra.run.smithi086.stdout:CentOS Stream 8 - BaseOS 11 MB/s | 10 MB 00:00 2024-05-13T13:22:58.932 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 8 - BaseOS 12 MB/s | 10 MB 00:00 2024-05-13T13:22:59.265 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 8 - BaseOS 10 MB/s | 10 MB 00:00 2024-05-13T13:23:00.827 INFO:teuthology.orchestra.run.smithi086.stdout:CentOS Stream 8 - Extras 42 kB/s | 18 kB 00:00 2024-05-13T13:23:01.041 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 8 - Extras 41 kB/s | 18 kB 00:00 2024-05-13T13:23:01.269 INFO:teuthology.orchestra.run.smithi086.stdout:CentOS Stream 8 - Extras common packages 23 kB/s | 7.7 kB 00:00 2024-05-13T13:23:01.450 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 8 - Extras 40 kB/s | 18 kB 00:00 2024-05-13T13:23:01.513 INFO:teuthology.orchestra.run.smithi086.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-05-13T13:23:01.525 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 8 - Extras common packages 20 kB/s | 7.7 kB 00:00 2024-05-13T13:23:01.768 INFO:teuthology.orchestra.run.smithi204.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-05-13T13:23:01.908 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 8 - Extras common packages 23 kB/s | 7.7 kB 00:00 2024-05-13T13:23:02.310 INFO:teuthology.orchestra.run.smithi053.stdout:Copr repo for python3-asyncssh owned by ceph 11 kB/s | 3.5 kB 00:00 2024-05-13T13:23:02.782 INFO:teuthology.orchestra.run.smithi086.stdout:Extra Packages for Enterprise Linux 11 MB/s | 14 MB 00:01 2024-05-13T13:23:02.788 INFO:teuthology.orchestra.run.smithi204.stdout:Extra Packages for Enterprise Linux 15 MB/s | 14 MB 00:00 2024-05-13T13:23:04.080 INFO:teuthology.orchestra.run.smithi053.stdout:Extra Packages for Enterprise Linux 8.1 MB/s | 14 MB 00:01 2024-05-13T13:23:06.963 INFO:teuthology.orchestra.run.smithi086.stdout:lab-extras 434 kB/s | 24 kB 00:00 2024-05-13T13:23:07.035 INFO:teuthology.orchestra.run.smithi204.stdout:lab-extras 476 kB/s | 24 kB 00:00 2024-05-13T13:23:08.577 INFO:teuthology.orchestra.run.smithi053.stdout:lab-extras 399 kB/s | 24 kB 00:00 2024-05-13T13:23:10.093 INFO:teuthology.orchestra.run.smithi086.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-05-13T13:23:10.094 INFO:teuthology.orchestra.run.smithi086.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-05-13T13:23:10.141 INFO:teuthology.orchestra.run.smithi204.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-05-13T13:23:10.141 INFO:teuthology.orchestra.run.smithi204.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-05-13T13:23:10.211 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T13:23:10.212 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:23:10.212 INFO:teuthology.orchestra.run.smithi086.stdout: Package Architecture Version Repository Size 2024-05-13T13:23:10.212 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:23:10.212 INFO:teuthology.orchestra.run.smithi086.stdout:Installing: 2024-05-13T13:23:10.212 INFO:teuthology.orchestra.run.smithi086.stdout: kernel x86_64 4.18.0-552.1.1.el8 baseos 10 M 2024-05-13T13:23:10.212 INFO:teuthology.orchestra.run.smithi086.stdout:Installing dependencies: 2024-05-13T13:23:10.212 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-core x86_64 4.18.0-552.1.1.el8 baseos 44 M 2024-05-13T13:23:10.213 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-modules x86_64 4.18.0-552.1.1.el8 baseos 36 M 2024-05-13T13:23:10.213 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:23:10.213 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2024-05-13T13:23:10.213 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:23:10.213 INFO:teuthology.orchestra.run.smithi086.stdout:Install 3 Packages 2024-05-13T13:23:10.213 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:23:10.213 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 90 M 2024-05-13T13:23:10.213 INFO:teuthology.orchestra.run.smithi086.stdout:Installed size: 96 M 2024-05-13T13:23:10.213 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2024-05-13T13:23:10.257 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T13:23:10.257 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:23:10.258 INFO:teuthology.orchestra.run.smithi204.stdout: Package Architecture Version Repository Size 2024-05-13T13:23:10.258 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:23:10.258 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-05-13T13:23:10.258 INFO:teuthology.orchestra.run.smithi204.stdout: kernel x86_64 4.18.0-552.1.1.el8 baseos 10 M 2024-05-13T13:23:10.258 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-05-13T13:23:10.258 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-core x86_64 4.18.0-552.1.1.el8 baseos 44 M 2024-05-13T13:23:10.258 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-modules x86_64 4.18.0-552.1.1.el8 baseos 36 M 2024-05-13T13:23:10.258 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:23:10.258 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-05-13T13:23:10.258 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:23:10.258 INFO:teuthology.orchestra.run.smithi204.stdout:Install 3 Packages 2024-05-13T13:23:10.259 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:23:10.259 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 90 M 2024-05-13T13:23:10.259 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 96 M 2024-05-13T13:23:10.260 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-05-13T13:23:11.423 INFO:teuthology.orchestra.run.smithi086.stdout:(1/3): kernel-4.18.0-552.1.1.el8.x86_64.rpm 8.9 MB/s | 10 MB 00:01 2024-05-13T13:23:11.854 INFO:teuthology.orchestra.run.smithi204.stdout:(1/3): kernel-4.18.0-552.1.1.el8.x86_64.rpm 7.4 MB/s | 10 MB 00:01 2024-05-13T13:23:11.924 INFO:teuthology.orchestra.run.smithi053.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-05-13T13:23:11.924 INFO:teuthology.orchestra.run.smithi053.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-05-13T13:23:12.029 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T13:23:12.030 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:23:12.030 INFO:teuthology.orchestra.run.smithi053.stdout: Package Architecture Version Repository Size 2024-05-13T13:23:12.030 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:23:12.030 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-05-13T13:23:12.030 INFO:teuthology.orchestra.run.smithi053.stdout: kernel x86_64 4.18.0-552.1.1.el8 baseos 10 M 2024-05-13T13:23:12.030 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-05-13T13:23:12.030 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-core x86_64 4.18.0-552.1.1.el8 baseos 44 M 2024-05-13T13:23:12.030 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-modules x86_64 4.18.0-552.1.1.el8 baseos 36 M 2024-05-13T13:23:12.031 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:23:12.031 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-05-13T13:23:12.031 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:23:12.031 INFO:teuthology.orchestra.run.smithi053.stdout:Install 3 Packages 2024-05-13T13:23:12.031 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:23:12.031 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 90 M 2024-05-13T13:23:12.031 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 96 M 2024-05-13T13:23:12.032 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-05-13T13:23:12.406 INFO:teuthology.orchestra.run.smithi086.stdout:(2/3): kernel-modules-4.18.0-552.1.1.el8.x86_64 17 MB/s | 36 MB 00:02 2024-05-13T13:23:12.770 INFO:teuthology.orchestra.run.smithi204.stdout:(2/3): kernel-modules-4.18.0-552.1.1.el8.x86_64 16 MB/s | 36 MB 00:02 2024-05-13T13:23:13.145 INFO:teuthology.orchestra.run.smithi053.stdout:(1/3): kernel-4.18.0-552.1.1.el8.x86_64.rpm 12 MB/s | 10 MB 00:00 2024-05-13T13:23:13.315 INFO:teuthology.orchestra.run.smithi086.stdout:(3/3): kernel-core-4.18.0-552.1.1.el8.x86_64.rp 14 MB/s | 44 MB 00:03 2024-05-13T13:23:13.315 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:23:13.316 INFO:teuthology.orchestra.run.smithi086.stdout:Total 29 MB/s | 90 MB 00:03 2024-05-13T13:23:13.546 INFO:teuthology.orchestra.run.smithi204.stdout:(3/3): kernel-core-4.18.0-552.1.1.el8.x86_64.rp 14 MB/s | 44 MB 00:03 2024-05-13T13:23:13.546 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:23:13.546 INFO:teuthology.orchestra.run.smithi204.stdout:Total 28 MB/s | 90 MB 00:03 2024-05-13T13:23:14.005 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2024-05-13T13:23:14.145 INFO:teuthology.orchestra.run.smithi053.stdout:(2/3): kernel-modules-4.18.0-552.1.1.el8.x86_64 19 MB/s | 36 MB 00:01 2024-05-13T13:23:14.226 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-05-13T13:23:14.434 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2024-05-13T13:23:14.434 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2024-05-13T13:23:14.637 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-05-13T13:23:14.637 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-05-13T13:23:14.804 INFO:teuthology.orchestra.run.smithi053.stdout:(3/3): kernel-core-4.18.0-552.1.1.el8.x86_64.rp 17 MB/s | 44 MB 00:02 2024-05-13T13:23:14.804 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:23:14.804 INFO:teuthology.orchestra.run.smithi053.stdout:Total 33 MB/s | 90 MB 00:02 2024-05-13T13:23:15.521 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-05-13T13:23:15.698 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2024-05-13T13:23:15.718 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2024-05-13T13:23:15.893 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-05-13T13:23:15.912 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-05-13T13:23:15.980 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-05-13T13:23:15.980 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-05-13T13:23:17.309 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-05-13T13:23:17.334 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-05-13T13:23:18.516 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2024-05-13T13:23:18.681 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-05-13T13:23:19.052 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : kernel-core-4.18.0-552.1.1.el8.x86_64 1/3 2024-05-13T13:23:19.191 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : kernel-core-4.18.0-552.1.1.el8.x86_64 1/3 2024-05-13T13:23:20.307 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-05-13T13:23:20.832 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : kernel-core-4.18.0-552.1.1.el8.x86_64 1/3 2024-05-13T13:23:22.589 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-core-4.18.0-552.1.1.el8.x86_64 1/3 2024-05-13T13:23:22.787 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-core-4.18.0-552.1.1.el8.x86_64 1/3 2024-05-13T13:23:22.984 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : kernel-modules-4.18.0-552.1.1.el8.x86_64 2/3 2024-05-13T13:23:23.174 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : kernel-modules-4.18.0-552.1.1.el8.x86_64 2/3 2024-05-13T13:23:24.585 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-core-4.18.0-552.1.1.el8.x86_64 1/3 2024-05-13T13:23:24.957 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : kernel-modules-4.18.0-552.1.1.el8.x86_64 2/3 2024-05-13T13:23:26.419 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-modules-4.18.0-552.1.1.el8.x86_64 2/3 2024-05-13T13:23:26.616 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-modules-4.18.0-552.1.1.el8.x86_64 2/3 2024-05-13T13:23:26.684 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : kernel-4.18.0-552.1.1.el8.x86_64 3/3 2024-05-13T13:23:26.890 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : kernel-4.18.0-552.1.1.el8.x86_64 3/3 2024-05-13T13:23:28.648 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-modules-4.18.0-552.1.1.el8.x86_64 2/3 2024-05-13T13:23:28.952 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : kernel-4.18.0-552.1.1.el8.x86_64 3/3 2024-05-13T13:23:48.561 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-core-4.18.0-552.1.1.el8.x86_64 3/3 2024-05-13T13:23:48.586 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-modules-4.18.0-552.1.1.el8.x86_64 3/3 2024-05-13T13:23:48.772 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-core-4.18.0-552.1.1.el8.x86_64 3/3 2024-05-13T13:23:48.795 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-modules-4.18.0-552.1.1.el8.x86_64 3/3 2024-05-13T13:23:48.957 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-4.18.0-552.1.1.el8.x86_64 3/3 2024-05-13T13:23:48.957 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : kernel-4.18.0-552.1.1.el8.x86_64 1/3 2024-05-13T13:23:48.957 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : kernel-core-4.18.0-552.1.1.el8.x86_64 2/3 2024-05-13T13:23:49.152 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-4.18.0-552.1.1.el8.x86_64 3/3 2024-05-13T13:23:49.152 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : kernel-4.18.0-552.1.1.el8.x86_64 1/3 2024-05-13T13:23:49.152 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : kernel-core-4.18.0-552.1.1.el8.x86_64 2/3 2024-05-13T13:23:49.466 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : kernel-modules-4.18.0-552.1.1.el8.x86_64 3/3 2024-05-13T13:23:49.467 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:23:49.467 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2024-05-13T13:23:49.467 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:49.467 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-core-4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:49.467 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-modules-4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:49.467 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:23:49.467 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T13:23:49.616 DEBUG:teuthology.orchestra.run.smithi086:> rpm -q kernel | sort -rV | head -n 1 2024-05-13T13:23:49.642 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : kernel-modules-4.18.0-552.1.1.el8.x86_64 3/3 2024-05-13T13:23:49.642 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:23:49.642 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-05-13T13:23:49.642 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:49.642 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-core-4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:49.642 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-modules-4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:49.643 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:23:49.643 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T13:23:49.784 DEBUG:teuthology.orchestra.run.smithi204:> rpm -q kernel | sort -rV | head -n 1 2024-05-13T13:23:49.871 INFO:teuthology.orchestra.run.smithi086.stdout:kernel-4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:49.871 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:49.872 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:49.872 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-13T13:23:49.872 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-13T13:23:49.872 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-13T13:23:49.872 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi086.front.sepia.ceph.com, path=None, version=distro) 2024-05-13T13:23:49.872 DEBUG:teuthology.orchestra.run.smithi086:> rpm -q kernel | sort -rV | head -n 1 2024-05-13T13:23:50.003 INFO:teuthology.orchestra.run.smithi204.stdout:kernel-4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:50.003 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:50.003 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:50.003 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-13T13:23:50.003 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-13T13:23:50.003 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-05-13T13:23:50.003 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi204.front.sepia.ceph.com, path=None, version=distro) 2024-05-13T13:23:50.004 DEBUG:teuthology.orchestra.run.smithi204:> rpm -q kernel | sort -rV | head -n 1 2024-05-13T13:23:50.084 INFO:teuthology.orchestra.run.smithi086.stdout:kernel-4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:50.084 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:50.085 DEBUG:teuthology.orchestra.run.smithi086:> sudo rpm -qi grub2-tools 2024-05-13T13:23:50.118 INFO:teuthology.orchestra.run.smithi086.stdout:Name : grub2-tools 2024-05-13T13:23:50.119 INFO:teuthology.orchestra.run.smithi086.stdout:Epoch : 1 2024-05-13T13:23:50.119 INFO:teuthology.orchestra.run.smithi086.stdout:Version : 2.02 2024-05-13T13:23:50.119 INFO:teuthology.orchestra.run.smithi086.stdout:Release : 129.el8 2024-05-13T13:23:50.119 INFO:teuthology.orchestra.run.smithi086.stdout:Architecture: x86_64 2024-05-13T13:23:50.119 INFO:teuthology.orchestra.run.smithi086.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-05-13T13:23:50.119 INFO:teuthology.orchestra.run.smithi086.stdout:Group : System Environment/Base 2024-05-13T13:23:50.119 INFO:teuthology.orchestra.run.smithi086.stdout:Size : 9265586 2024-05-13T13:23:50.119 INFO:teuthology.orchestra.run.smithi086.stdout:License : GPLv3+ 2024-05-13T13:23:50.119 INFO:teuthology.orchestra.run.smithi086.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-05-13T13:23:50.119 INFO:teuthology.orchestra.run.smithi086.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-05-13T13:23:50.119 INFO:teuthology.orchestra.run.smithi086.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-05-13T13:23:50.119 INFO:teuthology.orchestra.run.smithi086.stdout:Build Host : kbuilder.bsys.centos.org 2024-05-13T13:23:50.119 INFO:teuthology.orchestra.run.smithi086.stdout:Relocations : (not relocatable) 2024-05-13T13:23:50.120 INFO:teuthology.orchestra.run.smithi086.stdout:Packager : CentOS BuildSystem 2024-05-13T13:23:50.120 INFO:teuthology.orchestra.run.smithi086.stdout:Vendor : CentOS 2024-05-13T13:23:50.120 INFO:teuthology.orchestra.run.smithi086.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-13T13:23:50.120 INFO:teuthology.orchestra.run.smithi086.stdout:Summary : Support tools for GRUB. 2024-05-13T13:23:50.120 INFO:teuthology.orchestra.run.smithi086.stdout:Description : 2024-05-13T13:23:50.120 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:23:50.120 INFO:teuthology.orchestra.run.smithi086.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-13T13:23:50.120 INFO:teuthology.orchestra.run.smithi086.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-13T13:23:50.120 INFO:teuthology.orchestra.run.smithi086.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-13T13:23:50.120 INFO:teuthology.orchestra.run.smithi086.stdout:hardware devices. 2024-05-13T13:23:50.120 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:23:50.120 INFO:teuthology.orchestra.run.smithi086.stdout:This subpackage provides tools for support of all platforms. 2024-05-13T13:23:50.121 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-13T13:23:50.121 INFO:teuthology.task.kernel:Updating grub on smithi086 to boot 4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:50.121 DEBUG:teuthology.orchestra.run.smithi086:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-13T13:23:50.215 INFO:teuthology.orchestra.run.smithi204.stdout:kernel-4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:50.215 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:50.216 DEBUG:teuthology.orchestra.run.smithi204:> sudo rpm -qi grub2-tools 2024-05-13T13:23:50.250 INFO:teuthology.orchestra.run.smithi204.stdout:Name : grub2-tools 2024-05-13T13:23:50.250 INFO:teuthology.orchestra.run.smithi204.stdout:Epoch : 1 2024-05-13T13:23:50.250 INFO:teuthology.orchestra.run.smithi204.stdout:Version : 2.02 2024-05-13T13:23:50.250 INFO:teuthology.orchestra.run.smithi204.stdout:Release : 129.el8 2024-05-13T13:23:50.250 INFO:teuthology.orchestra.run.smithi204.stdout:Architecture: x86_64 2024-05-13T13:23:50.250 INFO:teuthology.orchestra.run.smithi204.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-05-13T13:23:50.250 INFO:teuthology.orchestra.run.smithi204.stdout:Group : System Environment/Base 2024-05-13T13:23:50.250 INFO:teuthology.orchestra.run.smithi204.stdout:Size : 9265586 2024-05-13T13:23:50.250 INFO:teuthology.orchestra.run.smithi204.stdout:License : GPLv3+ 2024-05-13T13:23:50.251 INFO:teuthology.orchestra.run.smithi204.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-05-13T13:23:50.251 INFO:teuthology.orchestra.run.smithi204.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-05-13T13:23:50.251 INFO:teuthology.orchestra.run.smithi204.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-05-13T13:23:50.251 INFO:teuthology.orchestra.run.smithi204.stdout:Build Host : kbuilder.bsys.centos.org 2024-05-13T13:23:50.251 INFO:teuthology.orchestra.run.smithi204.stdout:Relocations : (not relocatable) 2024-05-13T13:23:50.251 INFO:teuthology.orchestra.run.smithi204.stdout:Packager : CentOS BuildSystem 2024-05-13T13:23:50.251 INFO:teuthology.orchestra.run.smithi204.stdout:Vendor : CentOS 2024-05-13T13:23:50.251 INFO:teuthology.orchestra.run.smithi204.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-13T13:23:50.251 INFO:teuthology.orchestra.run.smithi204.stdout:Summary : Support tools for GRUB. 2024-05-13T13:23:50.251 INFO:teuthology.orchestra.run.smithi204.stdout:Description : 2024-05-13T13:23:50.251 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:23:50.251 INFO:teuthology.orchestra.run.smithi204.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-13T13:23:50.251 INFO:teuthology.orchestra.run.smithi204.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-13T13:23:50.251 INFO:teuthology.orchestra.run.smithi204.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-13T13:23:50.251 INFO:teuthology.orchestra.run.smithi204.stdout:hardware devices. 2024-05-13T13:23:50.252 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:23:50.252 INFO:teuthology.orchestra.run.smithi204.stdout:This subpackage provides tools for support of all platforms. 2024-05-13T13:23:50.253 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-13T13:23:50.253 INFO:teuthology.task.kernel:Updating grub on smithi204 to boot 4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:50.253 DEBUG:teuthology.orchestra.run.smithi204:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-13T13:23:51.591 INFO:teuthology.orchestra.run.smithi086.stderr:Generating grub configuration file ... 2024-05-13T13:23:51.773 INFO:teuthology.orchestra.run.smithi204.stderr:Generating grub configuration file ... 2024-05-13T13:23:52.538 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-core-4.18.0-552.1.1.el8.x86_64 3/3 2024-05-13T13:23:52.564 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-modules-4.18.0-552.1.1.el8.x86_64 3/3 2024-05-13T13:23:53.037 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-4.18.0-552.1.1.el8.x86_64 3/3 2024-05-13T13:23:53.038 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-4.18.0-552.1.1.el8.x86_64 1/3 2024-05-13T13:23:53.038 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-core-4.18.0-552.1.1.el8.x86_64 2/3 2024-05-13T13:23:53.421 INFO:teuthology.orchestra.run.smithi086.stderr:done 2024-05-13T13:23:53.423 DEBUG:teuthology.orchestra.run.smithi086:> mktemp 2024-05-13T13:23:53.454 INFO:teuthology.orchestra.run.smithi086.stdout:/tmp/tmp.697DeQHA19 2024-05-13T13:23:53.455 DEBUG:teuthology.orchestra.run.smithi086:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.697DeQHA19 2024-05-13T13:23:53.527 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-modules-4.18.0-552.1.1.el8.x86_64 3/3 2024-05-13T13:23:53.527 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:23:53.527 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-05-13T13:23:53.527 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:53.527 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-core-4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:53.527 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-modules-4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:53.527 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:23:53.527 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T13:23:53.528 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod 0666 /tmp/tmp.697DeQHA19 2024-05-13T13:23:53.660 DEBUG:teuthology.orchestra.run.smithi053:> rpm -q kernel | sort -rV | head -n 1 2024-05-13T13:23:53.666 DEBUG:teuthology.orchestra.remote:smithi086:/tmp/tmp.697DeQHA19 is 6KB 2024-05-13T13:23:53.714 DEBUG:teuthology.orchestra.run.smithi086:> rm -fr /tmp/tmp.697DeQHA19 2024-05-13T13:23:53.732 DEBUG:teuthology.orchestra.run.smithi086:> sudo /bin/ls /boot/loader/entries || true 2024-05-13T13:23:53.797 INFO:teuthology.orchestra.run.smithi086.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-05-13T13:23:53.797 INFO:teuthology.orchestra.run.smithi086.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-05-13T13:23:53.797 INFO:teuthology.orchestra.run.smithi086.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-05-13T13:23:53.797 INFO:teuthology.orchestra.run.smithi086.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-552.1.1.el8.x86_64.conf 2024-05-13T13:23:53.799 DEBUG:teuthology.orchestra.run.smithi086:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:53.888 INFO:teuthology.orchestra.run.smithi053.stdout:kernel-4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:53.889 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:53.889 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:53.890 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-13T13:23:53.890 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-13T13:23:53.890 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-13T13:23:53.890 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi053.front.sepia.ceph.com, path=None, version=distro) 2024-05-13T13:23:53.890 DEBUG:teuthology.orchestra.run.smithi053:> rpm -q kernel | sort -rV | head -n 1 2024-05-13T13:23:53.959 DEBUG:teuthology.orchestra.run.smithi086:> sudo shutdown -r now 2024-05-13T13:23:54.111 INFO:teuthology.orchestra.run.smithi053.stdout:kernel-4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:54.112 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:54.112 DEBUG:teuthology.orchestra.run.smithi053:> sudo rpm -qi grub2-tools 2024-05-13T13:23:54.147 INFO:teuthology.orchestra.run.smithi053.stdout:Name : grub2-tools 2024-05-13T13:23:54.147 INFO:teuthology.orchestra.run.smithi053.stdout:Epoch : 1 2024-05-13T13:23:54.147 INFO:teuthology.orchestra.run.smithi053.stdout:Version : 2.02 2024-05-13T13:23:54.147 INFO:teuthology.orchestra.run.smithi053.stdout:Release : 129.el8 2024-05-13T13:23:54.147 INFO:teuthology.orchestra.run.smithi053.stdout:Architecture: x86_64 2024-05-13T13:23:54.147 INFO:teuthology.orchestra.run.smithi053.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-05-13T13:23:54.147 INFO:teuthology.orchestra.run.smithi053.stdout:Group : System Environment/Base 2024-05-13T13:23:54.147 INFO:teuthology.orchestra.run.smithi053.stdout:Size : 9265586 2024-05-13T13:23:54.147 INFO:teuthology.orchestra.run.smithi053.stdout:License : GPLv3+ 2024-05-13T13:23:54.147 INFO:teuthology.orchestra.run.smithi053.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-05-13T13:23:54.147 INFO:teuthology.orchestra.run.smithi053.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-05-13T13:23:54.148 INFO:teuthology.orchestra.run.smithi053.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-05-13T13:23:54.148 INFO:teuthology.orchestra.run.smithi053.stdout:Build Host : kbuilder.bsys.centos.org 2024-05-13T13:23:54.148 INFO:teuthology.orchestra.run.smithi053.stdout:Relocations : (not relocatable) 2024-05-13T13:23:54.148 INFO:teuthology.orchestra.run.smithi053.stdout:Packager : CentOS BuildSystem 2024-05-13T13:23:54.148 INFO:teuthology.orchestra.run.smithi053.stdout:Vendor : CentOS 2024-05-13T13:23:54.148 INFO:teuthology.orchestra.run.smithi053.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-13T13:23:54.148 INFO:teuthology.orchestra.run.smithi053.stdout:Summary : Support tools for GRUB. 2024-05-13T13:23:54.148 INFO:teuthology.orchestra.run.smithi053.stdout:Description : 2024-05-13T13:23:54.148 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:23:54.148 INFO:teuthology.orchestra.run.smithi053.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-13T13:23:54.148 INFO:teuthology.orchestra.run.smithi053.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-13T13:23:54.148 INFO:teuthology.orchestra.run.smithi053.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-13T13:23:54.148 INFO:teuthology.orchestra.run.smithi053.stdout:hardware devices. 2024-05-13T13:23:54.149 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:23:54.149 INFO:teuthology.orchestra.run.smithi053.stdout:This subpackage provides tools for support of all platforms. 2024-05-13T13:23:54.149 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-13T13:23:54.150 INFO:teuthology.task.kernel:Updating grub on smithi053 to boot 4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:54.150 DEBUG:teuthology.orchestra.run.smithi053:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-13T13:23:54.176 INFO:teuthology.orchestra.run.smithi204.stderr:done 2024-05-13T13:23:54.177 DEBUG:teuthology.orchestra.run.smithi204:> mktemp 2024-05-13T13:23:54.200 INFO:teuthology.orchestra.run.smithi204.stdout:/tmp/tmp.WYV9P2yLpT 2024-05-13T13:23:54.200 DEBUG:teuthology.orchestra.run.smithi204:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.WYV9P2yLpT 2024-05-13T13:23:54.274 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 0666 /tmp/tmp.WYV9P2yLpT 2024-05-13T13:23:54.423 DEBUG:teuthology.orchestra.remote:smithi204:/tmp/tmp.WYV9P2yLpT is 6KB 2024-05-13T13:23:54.472 DEBUG:teuthology.orchestra.run.smithi204:> rm -fr /tmp/tmp.WYV9P2yLpT 2024-05-13T13:23:54.490 DEBUG:teuthology.orchestra.run.smithi204:> sudo /bin/ls /boot/loader/entries || true 2024-05-13T13:23:54.562 INFO:teuthology.orchestra.run.smithi204.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-05-13T13:23:54.562 INFO:teuthology.orchestra.run.smithi204.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-05-13T13:23:54.563 INFO:teuthology.orchestra.run.smithi204.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-05-13T13:23:54.563 INFO:teuthology.orchestra.run.smithi204.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-552.1.1.el8.x86_64.conf 2024-05-13T13:23:54.564 DEBUG:teuthology.orchestra.run.smithi204:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:54.710 DEBUG:teuthology.orchestra.run.smithi204:> sudo shutdown -r now 2024-05-13T13:23:55.439 INFO:teuthology.orchestra.run.smithi053.stderr:Generating grub configuration file ... 2024-05-13T13:23:57.147 INFO:teuthology.orchestra.run.smithi053.stderr:done 2024-05-13T13:23:57.148 DEBUG:teuthology.orchestra.run.smithi053:> mktemp 2024-05-13T13:23:57.177 INFO:teuthology.orchestra.run.smithi053.stdout:/tmp/tmp.V7nRTgMcCU 2024-05-13T13:23:57.177 DEBUG:teuthology.orchestra.run.smithi053:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.V7nRTgMcCU 2024-05-13T13:23:57.249 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod 0666 /tmp/tmp.V7nRTgMcCU 2024-05-13T13:23:57.396 DEBUG:teuthology.orchestra.remote:smithi053:/tmp/tmp.V7nRTgMcCU is 6KB 2024-05-13T13:23:57.444 DEBUG:teuthology.orchestra.run.smithi053:> rm -fr /tmp/tmp.V7nRTgMcCU 2024-05-13T13:23:57.462 DEBUG:teuthology.orchestra.run.smithi053:> sudo /bin/ls /boot/loader/entries || true 2024-05-13T13:23:57.529 INFO:teuthology.orchestra.run.smithi053.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-05-13T13:23:57.529 INFO:teuthology.orchestra.run.smithi053.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-05-13T13:23:57.529 INFO:teuthology.orchestra.run.smithi053.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-05-13T13:23:57.529 INFO:teuthology.orchestra.run.smithi053.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-552.1.1.el8.x86_64.conf 2024-05-13T13:23:57.530 DEBUG:teuthology.orchestra.run.smithi053:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-552.1.1.el8.x86_64 2024-05-13T13:23:57.698 DEBUG:teuthology.orchestra.run.smithi053:> sudo shutdown -r now 2024-05-13T13:24:23.986 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-13T13:24:23.987 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-05-13T13:24:23.988 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T13:24:24.714 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-05-13T13:24:24.714 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-05-13T13:24:24.714 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T13:24:27.704 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-13T13:24:27.704 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-05-13T13:24:27.705 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T13:24:59.295 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2024-05-13T13:25:08.299 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-05-13T13:25:08.300 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T13:25:24.006 DEBUG:teuthology.orchestra.remote:timed out 2024-05-13T13:25:26.686 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2024-05-13T13:25:27.708 DEBUG:teuthology.orchestra.remote:timed out 2024-05-13T13:25:33.010 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-05-13T13:25:33.011 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T13:25:33.380 DEBUG:teuthology.orchestra.run.smithi086:> true 2024-05-13T13:25:33.696 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-05-13T13:25:33.696 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-552.1.1.el8.x86_64"... 2024-05-13T13:25:33.696 DEBUG:teuthology.orchestra.run.smithi086:> uname -r 2024-05-13T13:25:33.713 INFO:teuthology.orchestra.run.smithi086.stdout:4.18.0-552.1.1.el8.x86_64 2024-05-13T13:25:33.713 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-552.1.1.el8.x86_64 vs 4.18.0-552.1.1.el8.x86_64 2024-05-13T13:25:33.713 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-13T13:25:33.713 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-13T13:25:34.714 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-13T13:25:34.714 DEBUG:teuthology.orchestra.run.smithi086:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-13T13:25:34.802 INFO:teuthology.orchestra.run.smithi086.stdout:ttyS1 2024-05-13T13:25:34.821 DEBUG:teuthology.parallel:result is None 2024-05-13T13:25:36.709 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-05-13T13:25:36.710 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T13:25:37.014 DEBUG:teuthology.orchestra.run.smithi053:> true 2024-05-13T13:25:37.275 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-05-13T13:25:37.275 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-552.1.1.el8.x86_64"... 2024-05-13T13:25:37.275 DEBUG:teuthology.orchestra.run.smithi053:> uname -r 2024-05-13T13:25:37.293 INFO:teuthology.orchestra.run.smithi053.stdout:4.18.0-552.1.1.el8.x86_64 2024-05-13T13:25:37.293 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-552.1.1.el8.x86_64 vs 4.18.0-552.1.1.el8.x86_64 2024-05-13T13:25:37.294 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-13T13:25:37.294 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-13T13:25:38.294 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-13T13:25:38.295 DEBUG:teuthology.orchestra.run.smithi053:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-13T13:25:38.372 INFO:teuthology.orchestra.run.smithi053.stdout:ttyS1 2024-05-13T13:25:38.386 DEBUG:teuthology.parallel:result is None 2024-05-13T13:25:38.688 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-05-13T13:25:38.688 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T13:25:39.115 DEBUG:teuthology.orchestra.run.smithi204:> true 2024-05-13T13:25:39.467 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-05-13T13:25:39.467 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "4.18.0-552.1.1.el8.x86_64"... 2024-05-13T13:25:39.467 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2024-05-13T13:25:39.485 INFO:teuthology.orchestra.run.smithi204.stdout:4.18.0-552.1.1.el8.x86_64 2024-05-13T13:25:39.485 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-552.1.1.el8.x86_64 vs 4.18.0-552.1.1.el8.x86_64 2024-05-13T13:25:39.485 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-13T13:25:39.486 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-13T13:25:40.486 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-13T13:25:40.487 DEBUG:teuthology.orchestra.run.smithi204:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-13T13:25:40.585 INFO:teuthology.orchestra.run.smithi204.stdout:ttyS1 2024-05-13T13:25:40.598 DEBUG:teuthology.parallel:result is None 2024-05-13T13:25:40.598 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-13T13:25:40.606 INFO:teuthology.task.internal:Creating test directory... 2024-05-13T13:25:40.606 DEBUG:teuthology.orchestra.run.smithi053:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-13T13:25:40.609 DEBUG:teuthology.orchestra.run.smithi086:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-13T13:25:40.611 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-13T13:25:40.629 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-13T13:25:40.637 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-13T13:25:40.644 INFO:teuthology.task.internal:Creating archive directory... 2024-05-13T13:25:40.645 DEBUG:teuthology.orchestra.run.smithi053:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-13T13:25:40.672 DEBUG:teuthology.orchestra.run.smithi086:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-13T13:25:40.674 DEBUG:teuthology.orchestra.run.smithi204:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-13T13:25:40.735 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-13T13:25:40.744 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-13T13:25:40.745 DEBUG:teuthology.orchestra.run.smithi053:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-13T13:25:40.748 DEBUG:teuthology.orchestra.run.smithi086:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-13T13:25:40.751 DEBUG:teuthology.orchestra.run.smithi204:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-13T13:25:40.787 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-13T13:25:40.799 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-13T13:25:40.834 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-13T13:25:40.844 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-13T13:25:40.879 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-13T13:25:40.888 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-13T13:25:40.890 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-13T13:25:40.897 INFO:teuthology.task.internal:Configuring sudo... 2024-05-13T13:25:40.897 DEBUG:teuthology.orchestra.run.smithi053:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-13T13:25:40.900 DEBUG:teuthology.orchestra.run.smithi086:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-13T13:25:40.902 DEBUG:teuthology.orchestra.run.smithi204:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-13T13:25:40.931 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-13T13:25:40.947 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-13T13:25:40.947 DEBUG:teuthology.orchestra.run.smithi053:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-13T13:25:40.973 DEBUG:teuthology.orchestra.run.smithi086:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-13T13:25:40.975 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-13T13:25:40.991 DEBUG:teuthology.orchestra.run.smithi053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-13T13:25:41.075 DEBUG:teuthology.orchestra.run.smithi053:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-13T13:25:41.129 DEBUG:teuthology.orchestra.run.smithi053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-13T13:25:41.216 DEBUG:teuthology.orchestra.run.smithi053:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-13T13:25:41.261 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-13T13:25:41.261 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-13T13:25:41.330 DEBUG:teuthology.orchestra.run.smithi086:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-13T13:25:41.372 DEBUG:teuthology.orchestra.run.smithi086:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-13T13:25:41.428 DEBUG:teuthology.orchestra.run.smithi086:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-13T13:25:41.516 DEBUG:teuthology.orchestra.run.smithi086:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-13T13:25:41.554 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-05-13T13:25:41.554 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-13T13:25:41.620 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-13T13:25:41.663 DEBUG:teuthology.orchestra.run.smithi204:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-13T13:25:41.718 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-13T13:25:41.810 DEBUG:teuthology.orchestra.run.smithi204:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-13T13:25:41.850 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-05-13T13:25:41.850 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-13T13:25:41.921 DEBUG:teuthology.orchestra.run.smithi053:> sudo service rsyslog restart 2024-05-13T13:25:41.924 DEBUG:teuthology.orchestra.run.smithi086:> sudo service rsyslog restart 2024-05-13T13:25:41.926 DEBUG:teuthology.orchestra.run.smithi204:> sudo service rsyslog restart 2024-05-13T13:25:41.986 INFO:teuthology.orchestra.run.smithi086.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-13T13:25:41.987 INFO:teuthology.orchestra.run.smithi053.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-13T13:25:42.093 INFO:teuthology.orchestra.run.smithi204.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-13T13:25:42.463 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-13T13:25:42.472 INFO:teuthology.task.internal:Starting timer... 2024-05-13T13:25:42.472 INFO:teuthology.run_tasks:Running task pcp... 2024-05-13T13:25:42.517 INFO:teuthology.run_tasks:Running task selinux... 2024-05-13T13:25:42.525 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-13T13:25:42.526 DEBUG:teuthology.orchestra.run.smithi053:> sudo service auditd rotate 2024-05-13T13:25:42.626 INFO:teuthology.orchestra.run.smithi053.stdout:Rotating logs: 2024-05-13T13:25:42.628 DEBUG:teuthology.orchestra.run.smithi086:> sudo service auditd rotate 2024-05-13T13:25:42.695 INFO:teuthology.orchestra.run.smithi086.stdout:Rotating logs: 2024-05-13T13:25:42.697 DEBUG:teuthology.orchestra.run.smithi204:> sudo service auditd rotate 2024-05-13T13:25:42.890 INFO:teuthology.orchestra.run.smithi204.stdout:Rotating logs: 2024-05-13T13:25:42.897 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-13T13:25:42.897 DEBUG:teuthology.orchestra.run.smithi053:> /usr/sbin/getenforce 2024-05-13T13:25:42.923 INFO:teuthology.orchestra.run.smithi053.stdout:Permissive 2024-05-13T13:25:42.923 DEBUG:teuthology.orchestra.run.smithi086:> /usr/sbin/getenforce 2024-05-13T13:25:42.950 INFO:teuthology.orchestra.run.smithi086.stdout:Permissive 2024-05-13T13:25:42.951 DEBUG:teuthology.orchestra.run.smithi204:> /usr/sbin/getenforce 2024-05-13T13:25:43.007 INFO:teuthology.orchestra.run.smithi204.stdout:Permissive 2024-05-13T13:25:43.008 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi053.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi086.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi204.front.sepia.ceph.com': 'permissive'} 2024-05-13T13:25:43.008 DEBUG:teuthology.orchestra.run.smithi053:> 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 2024-05-13T13:25:43.037 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-13T13:25:43.038 DEBUG:teuthology.orchestra.run.smithi086:> 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 2024-05-13T13:25:43.064 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-13T13:25:43.065 DEBUG:teuthology.orchestra.run.smithi204:> 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 2024-05-13T13:25:43.171 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-13T13:25:43.172 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-13T13:25:43.172 DEBUG:teuthology.orchestra.run.smithi053:> sudo /usr/sbin/setenforce permissive 2024-05-13T13:25:43.201 DEBUG:teuthology.orchestra.run.smithi086:> sudo /usr/sbin/setenforce permissive 2024-05-13T13:25:43.229 DEBUG:teuthology.orchestra.run.smithi204:> sudo /usr/sbin/setenforce permissive 2024-05-13T13:25:43.517 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-13T13:25:43.527 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-05-13T13:25:43.532 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-05-13T13:25:43.657 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-13T13:25:43.672 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-05-13T13:25:43.673 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi053.front.sepia.ceph.com,smithi086.front.sepia.ceph.com,smithi204.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-13T13:44:13.748 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi053.front.sepia.ceph.com'), Remote(name='ubuntu@smithi086.front.sepia.ceph.com'), Remote(name='ubuntu@smithi204.front.sepia.ceph.com')] 2024-05-13T13:44:13.750 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-05-13T13:44:13.751 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T13:44:13.827 DEBUG:teuthology.orchestra.run.smithi053:> true 2024-05-13T13:44:13.855 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-05-13T13:44:13.855 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-05-13T13:44:13.856 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T13:44:13.929 DEBUG:teuthology.orchestra.run.smithi086:> true 2024-05-13T13:44:13.954 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-05-13T13:44:13.954 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-05-13T13:44:13.955 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T13:44:14.031 DEBUG:teuthology.orchestra.run.smithi204:> true 2024-05-13T13:44:14.106 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-05-13T13:44:14.107 INFO:teuthology.run_tasks:Running task clock... 2024-05-13T13:44:14.120 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-13T13:44:14.120 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-13T13:44:14.121 DEBUG:teuthology.orchestra.run.smithi053:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-13T13:44:14.123 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-13T13:44:14.123 DEBUG:teuthology.orchestra.run.smithi086:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-13T13:44:14.125 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-13T13:44:14.125 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-13T13:44:14.155 INFO:teuthology.orchestra.run.smithi086.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-13T13:44:14.156 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-13T13:44:14.168 INFO:teuthology.orchestra.run.smithi086.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-13T13:44:14.171 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-13T13:44:14.181 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-13T13:44:14.196 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-13T13:44:14.232 INFO:teuthology.orchestra.run.smithi086.stderr:sudo: ntpd: command not found 2024-05-13T13:44:14.234 INFO:teuthology.orchestra.run.smithi053.stderr:sudo: ntpd: command not found 2024-05-13T13:44:14.243 INFO:teuthology.orchestra.run.smithi086.stdout:506 Cannot talk to daemon 2024-05-13T13:44:14.245 INFO:teuthology.orchestra.run.smithi053.stdout:506 Cannot talk to daemon 2024-05-13T13:44:14.257 INFO:teuthology.orchestra.run.smithi086.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-13T13:44:14.258 INFO:teuthology.orchestra.run.smithi204.stderr:sudo: ntpd: command not found 2024-05-13T13:44:14.260 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-13T13:44:14.270 INFO:teuthology.orchestra.run.smithi086.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-13T13:44:14.270 INFO:teuthology.orchestra.run.smithi204.stdout:506 Cannot talk to daemon 2024-05-13T13:44:14.274 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-13T13:44:14.284 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-13T13:44:14.297 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-13T13:44:14.337 INFO:teuthology.orchestra.run.smithi086.stderr:bash: ntpq: command not found 2024-05-13T13:44:14.340 INFO:teuthology.orchestra.run.smithi086.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-13T13:44:14.340 INFO:teuthology.orchestra.run.smithi086.stdout:=============================================================================== 2024-05-13T13:44:14.340 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T13:44:14.340 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T13:44:14.340 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T13:44:14.340 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T13:44:14.341 INFO:teuthology.orchestra.run.smithi053.stderr:bash: ntpq: command not found 2024-05-13T13:44:14.344 INFO:teuthology.orchestra.run.smithi053.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-13T13:44:14.344 INFO:teuthology.orchestra.run.smithi053.stdout:=============================================================================== 2024-05-13T13:44:14.344 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T13:44:14.344 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T13:44:14.344 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T13:44:14.344 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T13:44:14.365 INFO:teuthology.orchestra.run.smithi204.stderr:bash: ntpq: command not found 2024-05-13T13:44:14.368 INFO:teuthology.orchestra.run.smithi204.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-13T13:44:14.368 INFO:teuthology.orchestra.run.smithi204.stdout:=============================================================================== 2024-05-13T13:44:14.368 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T13:44:14.368 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T13:44:14.369 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T13:44:14.369 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T13:44:14.370 INFO:teuthology.run_tasks:Running task pexec... 2024-05-13T13:44:14.382 INFO:teuthology.task.pexec:Executing custom commands... 2024-05-13T13:44:14.383 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi053.front.sepia.ceph.com 2024-05-13T13:44:14.383 DEBUG:teuthology.orchestra.run.smithi053:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-13T13:44:14.383 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi086.front.sepia.ceph.com 2024-05-13T13:44:14.384 DEBUG:teuthology.orchestra.run.smithi086:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-13T13:44:14.384 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi204.front.sepia.ceph.com 2024-05-13T13:44:14.384 DEBUG:teuthology.orchestra.run.smithi204:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-13T13:44:15.136 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:05:31 ago on Mon 13 May 2024 01:38:43 PM UTC. 2024-05-13T13:44:15.175 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:05:31 ago on Mon 13 May 2024 01:38:43 PM UTC. 2024-05-13T13:44:15.179 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:22 ago on Mon 13 May 2024 01:42:52 PM UTC. 2024-05-13T13:44:17.261 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T13:44:17.262 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:44:17.262 INFO:teuthology.orchestra.run.smithi086.stdout: Package Architecture Version Repository Size 2024-05-13T13:44:17.262 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:44:17.262 INFO:teuthology.orchestra.run.smithi086.stdout:Resetting modules: 2024-05-13T13:44:17.262 INFO:teuthology.orchestra.run.smithi086.stdout: container-tools 2024-05-13T13:44:17.262 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:44:17.263 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2024-05-13T13:44:17.263 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:44:17.263 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:44:17.350 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T13:44:17.351 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:44:17.351 INFO:teuthology.orchestra.run.smithi204.stdout: Package Architecture Version Repository Size 2024-05-13T13:44:17.352 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:44:17.352 INFO:teuthology.orchestra.run.smithi204.stdout:Resetting modules: 2024-05-13T13:44:17.352 INFO:teuthology.orchestra.run.smithi204.stdout: container-tools 2024-05-13T13:44:17.352 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:44:17.352 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-05-13T13:44:17.352 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:44:17.352 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:44:17.523 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T13:44:17.537 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T13:44:17.538 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:44:17.538 INFO:teuthology.orchestra.run.smithi053.stdout: Package Architecture Version Repository Size 2024-05-13T13:44:17.539 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:44:17.539 INFO:teuthology.orchestra.run.smithi053.stdout:Resetting modules: 2024-05-13T13:44:17.539 INFO:teuthology.orchestra.run.smithi053.stdout: container-tools 2024-05-13T13:44:17.539 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:44:17.539 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-05-13T13:44:17.539 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:44:17.540 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:44:17.646 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T13:44:17.826 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T13:44:18.297 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:05:35 ago on Mon 13 May 2024 01:38:43 PM UTC. 2024-05-13T13:44:18.438 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:05:35 ago on Mon 13 May 2024 01:38:43 PM UTC. 2024-05-13T13:44:18.634 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:26 ago on Mon 13 May 2024 01:42:52 PM UTC. 2024-05-13T13:44:20.448 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T13:44:20.486 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:44:20.486 INFO:teuthology.orchestra.run.smithi086.stdout: Package Arch Version Repository Size 2024-05-13T13:44:20.486 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:44:20.486 INFO:teuthology.orchestra.run.smithi086.stdout:Installing group/module packages: 2024-05-13T13:44:20.486 INFO:teuthology.orchestra.run.smithi086.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-05-13T13:44:20.486 INFO:teuthology.orchestra.run.smithi086.stdout: buildah x86_64 2:1.33.6-2.module_el8+976+11360731 appstream 9.6 M 2024-05-13T13:44:20.486 INFO:teuthology.orchestra.run.smithi086.stdout: cockpit-podman noarch 84.1-1.module_el8+977+8ab54275 appstream 689 k 2024-05-13T13:44:20.486 INFO:teuthology.orchestra.run.smithi086.stdout: crun x86_64 1.14.3-2.module_el8+968+fbb249c7 appstream 258 k 2024-05-13T13:44:20.486 INFO:teuthology.orchestra.run.smithi086.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-05-13T13:44:20.486 INFO:teuthology.orchestra.run.smithi086.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-05-13T13:44:20.486 INFO:teuthology.orchestra.run.smithi086.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-05-13T13:44:20.487 INFO:teuthology.orchestra.run.smithi086.stdout: toolbox x86_64 0.0.99.5-2.module_el8+971+3d3df00d appstream 2.5 M 2024-05-13T13:44:20.487 INFO:teuthology.orchestra.run.smithi086.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-05-13T13:44:20.487 INFO:teuthology.orchestra.run.smithi086.stdout:Installing dependencies: 2024-05-13T13:44:20.487 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-05-13T13:44:20.487 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-05-13T13:44:20.487 INFO:teuthology.orchestra.run.smithi086.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-05-13T13:44:20.487 INFO:teuthology.orchestra.run.smithi086.stdout:Installing weak dependencies: 2024-05-13T13:44:20.487 INFO:teuthology.orchestra.run.smithi086.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-05-13T13:44:20.487 INFO:teuthology.orchestra.run.smithi086.stdout:Installing module profiles: 2024-05-13T13:44:20.487 INFO:teuthology.orchestra.run.smithi086.stdout: container-tools/common 2024-05-13T13:44:20.487 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:44:20.487 INFO:teuthology.orchestra.run.smithi086.stdout:Enabling module streams: 2024-05-13T13:44:20.487 INFO:teuthology.orchestra.run.smithi086.stdout: container-tools rhel8 2024-05-13T13:44:20.487 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:44:20.487 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2024-05-13T13:44:20.488 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:44:20.488 INFO:teuthology.orchestra.run.smithi086.stdout:Install 13 Packages 2024-05-13T13:44:20.488 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:44:20.488 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 27 M 2024-05-13T13:44:20.488 INFO:teuthology.orchestra.run.smithi086.stdout:Installed size: 91 M 2024-05-13T13:44:20.489 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2024-05-13T13:44:20.593 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T13:44:20.631 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:44:20.631 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-05-13T13:44:20.631 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:44:20.631 INFO:teuthology.orchestra.run.smithi204.stdout:Installing group/module packages: 2024-05-13T13:44:20.631 INFO:teuthology.orchestra.run.smithi204.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-05-13T13:44:20.631 INFO:teuthology.orchestra.run.smithi204.stdout: buildah x86_64 2:1.33.6-2.module_el8+976+11360731 appstream 9.6 M 2024-05-13T13:44:20.631 INFO:teuthology.orchestra.run.smithi204.stdout: cockpit-podman noarch 84.1-1.module_el8+977+8ab54275 appstream 689 k 2024-05-13T13:44:20.631 INFO:teuthology.orchestra.run.smithi204.stdout: crun x86_64 1.14.3-2.module_el8+968+fbb249c7 appstream 258 k 2024-05-13T13:44:20.631 INFO:teuthology.orchestra.run.smithi204.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-05-13T13:44:20.631 INFO:teuthology.orchestra.run.smithi204.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-05-13T13:44:20.631 INFO:teuthology.orchestra.run.smithi204.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-05-13T13:44:20.631 INFO:teuthology.orchestra.run.smithi204.stdout: toolbox x86_64 0.0.99.5-2.module_el8+971+3d3df00d appstream 2.5 M 2024-05-13T13:44:20.632 INFO:teuthology.orchestra.run.smithi204.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-05-13T13:44:20.632 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-05-13T13:44:20.632 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-05-13T13:44:20.632 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-05-13T13:44:20.632 INFO:teuthology.orchestra.run.smithi204.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-05-13T13:44:20.632 INFO:teuthology.orchestra.run.smithi204.stdout:Installing weak dependencies: 2024-05-13T13:44:20.632 INFO:teuthology.orchestra.run.smithi204.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-05-13T13:44:20.632 INFO:teuthology.orchestra.run.smithi204.stdout:Installing module profiles: 2024-05-13T13:44:20.632 INFO:teuthology.orchestra.run.smithi204.stdout: container-tools/common 2024-05-13T13:44:20.632 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:44:20.632 INFO:teuthology.orchestra.run.smithi204.stdout:Enabling module streams: 2024-05-13T13:44:20.632 INFO:teuthology.orchestra.run.smithi204.stdout: container-tools rhel8 2024-05-13T13:44:20.632 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:44:20.632 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-05-13T13:44:20.632 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:44:20.633 INFO:teuthology.orchestra.run.smithi204.stdout:Install 13 Packages 2024-05-13T13:44:20.633 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:44:20.633 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 27 M 2024-05-13T13:44:20.634 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 91 M 2024-05-13T13:44:20.634 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-05-13T13:44:20.937 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T13:44:20.978 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:44:20.978 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-05-13T13:44:20.979 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:44:20.979 INFO:teuthology.orchestra.run.smithi053.stdout:Installing group/module packages: 2024-05-13T13:44:20.979 INFO:teuthology.orchestra.run.smithi053.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-05-13T13:44:20.979 INFO:teuthology.orchestra.run.smithi053.stdout: buildah x86_64 2:1.33.6-2.module_el8+976+11360731 appstream 9.6 M 2024-05-13T13:44:20.979 INFO:teuthology.orchestra.run.smithi053.stdout: cockpit-podman noarch 84.1-1.module_el8+977+8ab54275 appstream 689 k 2024-05-13T13:44:20.979 INFO:teuthology.orchestra.run.smithi053.stdout: crun x86_64 1.14.3-2.module_el8+968+fbb249c7 appstream 258 k 2024-05-13T13:44:20.979 INFO:teuthology.orchestra.run.smithi053.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-05-13T13:44:20.979 INFO:teuthology.orchestra.run.smithi053.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-05-13T13:44:20.979 INFO:teuthology.orchestra.run.smithi053.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-05-13T13:44:20.979 INFO:teuthology.orchestra.run.smithi053.stdout: toolbox x86_64 0.0.99.5-2.module_el8+971+3d3df00d appstream 2.5 M 2024-05-13T13:44:20.979 INFO:teuthology.orchestra.run.smithi053.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-05-13T13:44:20.979 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-05-13T13:44:20.979 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-05-13T13:44:20.979 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-05-13T13:44:20.980 INFO:teuthology.orchestra.run.smithi053.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-05-13T13:44:20.980 INFO:teuthology.orchestra.run.smithi053.stdout:Installing weak dependencies: 2024-05-13T13:44:20.980 INFO:teuthology.orchestra.run.smithi053.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-05-13T13:44:20.980 INFO:teuthology.orchestra.run.smithi053.stdout:Installing module profiles: 2024-05-13T13:44:20.980 INFO:teuthology.orchestra.run.smithi053.stdout: container-tools/common 2024-05-13T13:44:20.980 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:44:20.980 INFO:teuthology.orchestra.run.smithi053.stdout:Enabling module streams: 2024-05-13T13:44:20.980 INFO:teuthology.orchestra.run.smithi053.stdout: container-tools rhel8 2024-05-13T13:44:20.980 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:44:20.980 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-05-13T13:44:20.980 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:44:20.980 INFO:teuthology.orchestra.run.smithi053.stdout:Install 13 Packages 2024-05-13T13:44:20.980 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:44:20.981 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 27 M 2024-05-13T13:44:20.981 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 91 M 2024-05-13T13:44:20.981 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-05-13T13:44:21.174 INFO:teuthology.orchestra.run.smithi086.stdout:(1/13): cockpit-podman-84.1-1.module_el8+977+8a 1.1 MB/s | 689 kB 00:00 2024-05-13T13:44:21.241 INFO:teuthology.orchestra.run.smithi086.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 1.4 MB/s | 1.0 MB 00:00 2024-05-13T13:44:21.466 INFO:teuthology.orchestra.run.smithi086.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 130 kB/s | 38 kB 00:00 2024-05-13T13:44:21.477 INFO:teuthology.orchestra.run.smithi204.stdout:(1/13): cockpit-podman-84.1-1.module_el8+977+8a 1.0 MB/s | 689 kB 00:00 2024-05-13T13:44:21.519 INFO:teuthology.orchestra.run.smithi204.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 1.5 MB/s | 1.0 MB 00:00 2024-05-13T13:44:21.592 INFO:teuthology.orchestra.run.smithi086.stdout:(4/13): buildah-1.33.6-2.module_el8+976+1136073 9.2 MB/s | 9.6 MB 00:01 2024-05-13T13:44:21.659 INFO:teuthology.orchestra.run.smithi053.stdout:(1/13): cockpit-podman-84.1-1.module_el8+977+8a 1.1 MB/s | 689 kB 00:00 2024-05-13T13:44:21.734 INFO:teuthology.orchestra.run.smithi053.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 1.4 MB/s | 1.0 MB 00:00 2024-05-13T13:44:21.750 INFO:teuthology.orchestra.run.smithi086.stdout:(5/13): crun-1.14.3-2.module_el8+968+fbb249c7.x 507 kB/s | 258 kB 00:00 2024-05-13T13:44:21.770 INFO:teuthology.orchestra.run.smithi204.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 130 kB/s | 38 kB 00:00 2024-05-13T13:44:21.937 INFO:teuthology.orchestra.run.smithi204.stdout:(4/13): buildah-1.33.6-2.module_el8+976+1136073 8.7 MB/s | 9.6 MB 00:01 2024-05-13T13:44:21.951 INFO:teuthology.orchestra.run.smithi053.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 130 kB/s | 38 kB 00:00 2024-05-13T13:44:22.017 INFO:teuthology.orchestra.run.smithi086.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 93 kB/s | 25 kB 00:00 2024-05-13T13:44:22.046 INFO:teuthology.orchestra.run.smithi204.stdout:(5/13): crun-1.14.3-2.module_el8+968+fbb249c7.x 490 kB/s | 258 kB 00:00 2024-05-13T13:44:22.059 INFO:teuthology.orchestra.run.smithi086.stdout:(7/13): python3-podman-4.9.0-1.module_el8+847+7 386 kB/s | 180 kB 00:00 2024-05-13T13:44:22.085 INFO:teuthology.orchestra.run.smithi053.stdout:(4/13): buildah-1.33.6-2.module_el8+976+1136073 9.2 MB/s | 9.6 MB 00:01 2024-05-13T13:44:22.243 INFO:teuthology.orchestra.run.smithi053.stdout:(5/13): crun-1.14.3-2.module_el8+968+fbb249c7.x 507 kB/s | 258 kB 00:00 2024-05-13T13:44:22.312 INFO:teuthology.orchestra.run.smithi204.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 93 kB/s | 25 kB 00:00 2024-05-13T13:44:22.384 INFO:teuthology.orchestra.run.smithi086.stdout:(8/13): netavark-1.10.3-1.module_el8+951+32019c 4.5 MB/s | 4.1 MB 00:00 2024-05-13T13:44:22.418 INFO:teuthology.orchestra.run.smithi086.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 234 kB/s | 94 kB 00:00 2024-05-13T13:44:22.429 INFO:teuthology.orchestra.run.smithi204.stdout:(7/13): python3-podman-4.9.0-1.module_el8+847+7 366 kB/s | 180 kB 00:00 2024-05-13T13:44:22.510 INFO:teuthology.orchestra.run.smithi053.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 93 kB/s | 25 kB 00:00 2024-05-13T13:44:22.552 INFO:teuthology.orchestra.run.smithi053.stdout:(7/13): python3-podman-4.9.0-1.module_el8+847+7 386 kB/s | 180 kB 00:00 2024-05-13T13:44:22.738 INFO:teuthology.orchestra.run.smithi204.stdout:(8/13): netavark-1.10.3-1.module_el8+951+32019c 4.2 MB/s | 4.1 MB 00:00 2024-05-13T13:44:22.760 INFO:teuthology.orchestra.run.smithi086.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 154 kB/s | 53 kB 00:00 2024-05-13T13:44:22.766 INFO:teuthology.orchestra.run.smithi204.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 208 kB/s | 94 kB 00:00 2024-05-13T13:44:22.894 INFO:teuthology.orchestra.run.smithi053.stdout:(8/13): netavark-1.10.3-1.module_el8+951+32019c 4.4 MB/s | 4.1 MB 00:00 2024-05-13T13:44:22.911 INFO:teuthology.orchestra.run.smithi053.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 234 kB/s | 94 kB 00:00 2024-05-13T13:44:23.103 INFO:teuthology.orchestra.run.smithi086.stdout:(11/13): skopeo-1.14.3-0.1.module_el8+885+7da14 8.4 MB/s | 8.8 MB 00:01 2024-05-13T13:44:23.105 INFO:teuthology.orchestra.run.smithi204.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 154 kB/s | 53 kB 00:00 2024-05-13T13:44:23.127 INFO:teuthology.orchestra.run.smithi086.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 112 kB/s | 41 kB 00:00 2024-05-13T13:44:23.229 INFO:teuthology.orchestra.run.smithi086.stdout:(13/13): toolbox-0.0.99.5-2.module_el8+971+3d3d 3.0 MB/s | 2.5 MB 00:00 2024-05-13T13:44:23.229 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:44:23.229 INFO:teuthology.orchestra.run.smithi086.stdout:Total 10 MB/s | 27 MB 00:02 2024-05-13T13:44:23.261 INFO:teuthology.orchestra.run.smithi053.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 150 kB/s | 53 kB 00:00 2024-05-13T13:44:23.439 INFO:teuthology.orchestra.run.smithi204.stdout:(11/13): skopeo-1.14.3-0.1.module_el8+885+7da14 8.7 MB/s | 8.8 MB 00:01 2024-05-13T13:44:23.489 INFO:teuthology.orchestra.run.smithi204.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 107 kB/s | 41 kB 00:00 2024-05-13T13:44:23.500 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2024-05-13T13:44:23.521 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2024-05-13T13:44:23.521 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2024-05-13T13:44:23.595 INFO:teuthology.orchestra.run.smithi053.stdout:(11/13): skopeo-1.14.3-0.1.module_el8+885+7da14 8.4 MB/s | 8.8 MB 00:01 2024-05-13T13:44:23.620 INFO:teuthology.orchestra.run.smithi053.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 114 kB/s | 41 kB 00:00 2024-05-13T13:44:23.623 INFO:teuthology.orchestra.run.smithi204.stdout:(13/13): toolbox-0.0.99.5-2.module_el8+971+3d3d 2.9 MB/s | 2.5 MB 00:00 2024-05-13T13:44:23.623 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:44:23.623 INFO:teuthology.orchestra.run.smithi204.stdout:Total 9.2 MB/s | 27 MB 00:02 2024-05-13T13:44:23.770 INFO:teuthology.orchestra.run.smithi053.stdout:(13/13): toolbox-0.0.99.5-2.module_el8+971+3d3d 2.9 MB/s | 2.5 MB 00:00 2024-05-13T13:44:23.771 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:44:23.771 INFO:teuthology.orchestra.run.smithi053.stdout:Total 9.8 MB/s | 27 MB 00:02 2024-05-13T13:44:23.777 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2024-05-13T13:44:23.781 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2024-05-13T13:44:23.897 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-05-13T13:44:23.918 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-05-13T13:44:23.918 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-05-13T13:44:24.055 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-05-13T13:44:24.077 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-05-13T13:44:24.077 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-05-13T13:44:24.206 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-05-13T13:44:24.209 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-05-13T13:44:24.350 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-05-13T13:44:24.354 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-05-13T13:44:24.430 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2024-05-13T13:44:24.940 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-05-13T13:44:25.013 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-05-13T13:44:25.370 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-05-13T13:44:25.593 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-05-13T13:44:25.764 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-05-13T13:44:25.915 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-05-13T13:44:25.995 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-05-13T13:44:26.018 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-05-13T13:44:26.160 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-05-13T13:44:26.223 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-05-13T13:44:26.267 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-05-13T13:44:26.346 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-05-13T13:44:26.377 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-05-13T13:44:26.569 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-05-13T13:44:26.593 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-05-13T13:44:26.809 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-05-13T13:44:26.825 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-05-13T13:44:26.840 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-05-13T13:44:27.401 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-05-13T13:44:27.447 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-05-13T13:44:27.911 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-05-13T13:44:28.169 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 8/13 2024-05-13T13:44:28.398 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-05-13T13:44:28.408 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 9/13 2024-05-13T13:44:28.454 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-05-13T13:44:28.707 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 8/13 2024-05-13T13:44:28.793 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 8/13 2024-05-13T13:44:28.830 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-05-13T13:44:28.914 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 9/13 2024-05-13T13:44:29.010 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 9/13 2024-05-13T13:44:29.036 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-05-13T13:44:29.242 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-05-13T13:44:29.347 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-05-13T13:44:29.454 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-05-13T13:44:29.479 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-05-13T13:44:29.548 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-05-13T13:44:29.692 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-05-13T13:44:29.737 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-05-13T13:44:29.891 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-05-13T13:44:29.920 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-05-13T13:44:29.920 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-05-13T13:44:29.920 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2/13 2024-05-13T13:44:29.920 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 3/13 2024-05-13T13:44:29.920 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-05-13T13:44:29.920 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 5/13 2024-05-13T13:44:29.920 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-05-13T13:44:29.920 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-05-13T13:44:29.921 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-05-13T13:44:29.921 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-05-13T13:44:29.921 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-05-13T13:44:29.921 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-05-13T13:44:29.921 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-05-13T13:44:29.950 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-05-13T13:44:30.070 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-05-13T13:44:30.391 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-05-13T13:44:30.391 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-05-13T13:44:30.391 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2/13 2024-05-13T13:44:30.391 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 3/13 2024-05-13T13:44:30.391 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-05-13T13:44:30.391 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 5/13 2024-05-13T13:44:30.391 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-05-13T13:44:30.391 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-05-13T13:44:30.392 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-05-13T13:44:30.392 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-05-13T13:44:30.392 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-05-13T13:44:30.392 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-05-13T13:44:30.392 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-05-13T13:44:30.417 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-05-13T13:44:30.417 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:44:30.417 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2024-05-13T13:44:30.417 INFO:teuthology.orchestra.run.smithi086.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-05-13T13:44:30.417 INFO:teuthology.orchestra.run.smithi086.stdout: buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2024-05-13T13:44:30.417 INFO:teuthology.orchestra.run.smithi086.stdout: cockpit-podman-84.1-1.module_el8+977+8ab54275.noarch 2024-05-13T13:44:30.417 INFO:teuthology.orchestra.run.smithi086.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-05-13T13:44:30.417 INFO:teuthology.orchestra.run.smithi086.stdout: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 2024-05-13T13:44:30.417 INFO:teuthology.orchestra.run.smithi086.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-05-13T13:44:30.417 INFO:teuthology.orchestra.run.smithi086.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-05-13T13:44:30.418 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-05-13T13:44:30.418 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-05-13T13:44:30.418 INFO:teuthology.orchestra.run.smithi086.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-05-13T13:44:30.418 INFO:teuthology.orchestra.run.smithi086.stdout: toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 2024-05-13T13:44:30.418 INFO:teuthology.orchestra.run.smithi086.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-05-13T13:44:30.418 INFO:teuthology.orchestra.run.smithi086.stdout: yajl-2.1.0-12.el8.x86_64 2024-05-13T13:44:30.418 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:44:30.418 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T13:44:30.520 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-05-13T13:44:30.520 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-05-13T13:44:30.520 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2/13 2024-05-13T13:44:30.520 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 3/13 2024-05-13T13:44:30.520 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-05-13T13:44:30.521 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 5/13 2024-05-13T13:44:30.521 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-05-13T13:44:30.521 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-05-13T13:44:30.521 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-05-13T13:44:30.521 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-05-13T13:44:30.521 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-05-13T13:44:30.521 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-05-13T13:44:30.521 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-05-13T13:44:30.790 DEBUG:teuthology.parallel:result is None 2024-05-13T13:44:30.933 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-05-13T13:44:30.933 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:44:30.933 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-05-13T13:44:30.933 INFO:teuthology.orchestra.run.smithi053.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-05-13T13:44:30.933 INFO:teuthology.orchestra.run.smithi053.stdout: buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2024-05-13T13:44:30.933 INFO:teuthology.orchestra.run.smithi053.stdout: cockpit-podman-84.1-1.module_el8+977+8ab54275.noarch 2024-05-13T13:44:30.933 INFO:teuthology.orchestra.run.smithi053.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-05-13T13:44:30.934 INFO:teuthology.orchestra.run.smithi053.stdout: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 2024-05-13T13:44:30.934 INFO:teuthology.orchestra.run.smithi053.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-05-13T13:44:30.934 INFO:teuthology.orchestra.run.smithi053.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-05-13T13:44:30.934 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-05-13T13:44:30.934 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-05-13T13:44:30.934 INFO:teuthology.orchestra.run.smithi053.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-05-13T13:44:30.934 INFO:teuthology.orchestra.run.smithi053.stdout: toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 2024-05-13T13:44:30.934 INFO:teuthology.orchestra.run.smithi053.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-05-13T13:44:30.935 INFO:teuthology.orchestra.run.smithi053.stdout: yajl-2.1.0-12.el8.x86_64 2024-05-13T13:44:30.935 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:44:30.935 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T13:44:31.083 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-05-13T13:44:31.084 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:44:31.084 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-05-13T13:44:31.084 INFO:teuthology.orchestra.run.smithi204.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-05-13T13:44:31.084 INFO:teuthology.orchestra.run.smithi204.stdout: buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2024-05-13T13:44:31.084 INFO:teuthology.orchestra.run.smithi204.stdout: cockpit-podman-84.1-1.module_el8+977+8ab54275.noarch 2024-05-13T13:44:31.084 INFO:teuthology.orchestra.run.smithi204.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-05-13T13:44:31.084 INFO:teuthology.orchestra.run.smithi204.stdout: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 2024-05-13T13:44:31.084 INFO:teuthology.orchestra.run.smithi204.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-05-13T13:44:31.084 INFO:teuthology.orchestra.run.smithi204.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-05-13T13:44:31.084 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-05-13T13:44:31.084 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-05-13T13:44:31.085 INFO:teuthology.orchestra.run.smithi204.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-05-13T13:44:31.085 INFO:teuthology.orchestra.run.smithi204.stdout: toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 2024-05-13T13:44:31.085 INFO:teuthology.orchestra.run.smithi204.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-05-13T13:44:31.085 INFO:teuthology.orchestra.run.smithi204.stdout: yajl-2.1.0-12.el8.x86_64 2024-05-13T13:44:31.085 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:44:31.085 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T13:44:31.259 DEBUG:teuthology.parallel:result is None 2024-05-13T13:44:31.500 DEBUG:teuthology.parallel:result is None 2024-05-13T13:44:31.500 INFO:teuthology.run_tasks:Running task install... 2024-05-13T13:44:31.509 DEBUG:teuthology.task.install:project ceph 2024-05-13T13:44:31.509 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'b806bdbddfddd976c2919d3cca5c05faad473799'}} 2024-05-13T13:44:31.509 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'b806bdbddfddd976c2919d3cca5c05faad473799'} 2024-05-13T13:44:31.509 INFO:teuthology.task.install:Using flavor: default 2024-05-13T13:44:31.516 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-05-13T13:44:31.516 INFO:teuthology.task.install:extra packages: [] 2024-05-13T13:44:31.517 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': 'b806bdbddfddd976c2919d3cca5c05faad473799', 'tag': None, 'wait_for_package': False} 2024-05-13T13:44:31.517 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=b806bdbddfddd976c2919d3cca5c05faad473799 2024-05-13T13:44:31.519 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': 'b806bdbddfddd976c2919d3cca5c05faad473799', 'tag': None, 'wait_for_package': False} 2024-05-13T13:44:31.519 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=b806bdbddfddd976c2919d3cca5c05faad473799 2024-05-13T13:44:31.520 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': 'b806bdbddfddd976c2919d3cca5c05faad473799', 'tag': None, 'wait_for_package': False} 2024-05-13T13:44:31.521 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=b806bdbddfddd976c2919d3cca5c05faad473799 2024-05-13T13:44:31.660 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/reef/b806bdbddfddd976c2919d3cca5c05faad473799/centos/8/flavors/default/ 2024-05-13T13:44:31.660 INFO:teuthology.task.install.rpm:Package version is 18.2.2-1335.gb806bdbd 2024-05-13T13:44:31.665 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/reef/b806bdbddfddd976c2919d3cca5c05faad473799/centos/8/flavors/default/ 2024-05-13T13:44:31.665 INFO:teuthology.task.install.rpm:Package version is 18.2.2-1335.gb806bdbd 2024-05-13T13:44:31.751 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/reef/b806bdbddfddd976c2919d3cca5c05faad473799/centos/8/flavors/default/ 2024-05-13T13:44:31.751 INFO:teuthology.task.install.rpm:Package version is 18.2.2-1335.gb806bdbd 2024-05-13T13:44:31.777 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/reef/b806bdbddfddd976c2919d3cca5c05faad473799/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/reef/b806bdbddfddd976c2919d3cca5c05faad473799/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/reef/b806bdbddfddd976c2919d3cca5c05faad473799/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-13T13:44:31.777 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-13T13:44:31.777 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-13T13:44:31.820 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-05-13T13:44:31.820 DEBUG:teuthology.orchestra.run.smithi053:> 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/b806bdbddfddd976c2919d3cca5c05faad473799/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-13T13:44:31.840 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/reef/b806bdbddfddd976c2919d3cca5c05faad473799/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/reef/b806bdbddfddd976c2919d3cca5c05faad473799/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/reef/b806bdbddfddd976c2919d3cca5c05faad473799/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-13T13:44:31.840 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-05-13T13:44:31.841 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-13T13:44:31.865 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/reef/b806bdbddfddd976c2919d3cca5c05faad473799/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/reef/b806bdbddfddd976c2919d3cca5c05faad473799/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/reef/b806bdbddfddd976c2919d3cca5c05faad473799/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-13T13:44:31.865 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-05-13T13:44:31.865 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-13T13:44:31.873 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-05-13T13:44:31.874 DEBUG:teuthology.orchestra.run.smithi086:> 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/b806bdbddfddd976c2919d3cca5c05faad473799/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-13T13:44:31.892 DEBUG:teuthology.orchestra.run.smithi053:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-05-13T13:44:31.893 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-05-13T13:44:31.894 DEBUG:teuthology.orchestra.run.smithi204:> 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/b806bdbddfddd976c2919d3cca5c05faad473799/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-13T13:44:31.947 DEBUG:teuthology.orchestra.run.smithi086:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-05-13T13:44:31.961 DEBUG:teuthology.orchestra.run.smithi204:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-05-13T13:44:31.971 DEBUG:teuthology.orchestra.run.smithi053:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-05-13T13:44:32.028 DEBUG:teuthology.orchestra.run.smithi086:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-05-13T13:44:32.038 DEBUG:teuthology.orchestra.run.smithi204:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-05-13T13:44:32.040 INFO:teuthology.orchestra.run.smithi053.stdout:check_obsoletes = 1 2024-05-13T13:44:32.041 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum clean all 2024-05-13T13:44:32.098 INFO:teuthology.orchestra.run.smithi086.stdout:check_obsoletes = 1 2024-05-13T13:44:32.099 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum clean all 2024-05-13T13:44:32.104 INFO:teuthology.orchestra.run.smithi204.stdout:check_obsoletes = 1 2024-05-13T13:44:32.106 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum clean all 2024-05-13T13:44:32.311 INFO:teuthology.orchestra.run.smithi053.stdout:78 files removed 2024-05-13T13:44:32.340 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-radosgw 2024-05-13T13:44:32.366 INFO:teuthology.orchestra.run.smithi086.stdout:78 files removed 2024-05-13T13:44:32.394 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install ceph-radosgw 2024-05-13T13:44:32.438 INFO:teuthology.orchestra.run.smithi204.stdout:78 files removed 2024-05-13T13:44:32.466 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-radosgw 2024-05-13T13:44:33.072 INFO:teuthology.orchestra.run.smithi053.stdout:ceph packages for x86_64 264 kB/s | 80 kB 00:00 2024-05-13T13:44:33.118 INFO:teuthology.orchestra.run.smithi086.stdout:ceph packages for x86_64 248 kB/s | 80 kB 00:00 2024-05-13T13:44:33.142 INFO:teuthology.orchestra.run.smithi204.stdout:ceph packages for x86_64 300 kB/s | 80 kB 00:00 2024-05-13T13:44:33.448 INFO:teuthology.orchestra.run.smithi053.stdout:ceph noarch packages 34 kB/s | 11 kB 00:00 2024-05-13T13:44:33.451 INFO:teuthology.orchestra.run.smithi204.stdout:ceph noarch packages 42 kB/s | 11 kB 00:00 2024-05-13T13:44:33.452 INFO:teuthology.orchestra.run.smithi086.stdout:ceph noarch packages 38 kB/s | 11 kB 00:00 2024-05-13T13:44:33.835 INFO:teuthology.orchestra.run.smithi204.stdout:ceph source packages 4.2 kB/s | 1.5 kB 00:00 2024-05-13T13:44:33.845 INFO:teuthology.orchestra.run.smithi086.stdout:ceph source packages 4.1 kB/s | 1.5 kB 00:00 2024-05-13T13:44:34.058 INFO:teuthology.orchestra.run.smithi053.stdout:ceph source packages 2.6 kB/s | 1.5 kB 00:00 2024-05-13T13:44:36.020 INFO:teuthology.orchestra.run.smithi086.stdout:CentOS Stream 8 - AppStream 13 MB/s | 28 MB 00:02 2024-05-13T13:44:36.021 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 8 - AppStream 13 MB/s | 28 MB 00:02 2024-05-13T13:44:36.300 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 8 - AppStream 13 MB/s | 28 MB 00:02 2024-05-13T13:44:42.263 INFO:teuthology.orchestra.run.smithi086.stdout:CentOS Stream 8 - BaseOS 11 MB/s | 10 MB 00:00 2024-05-13T13:44:42.373 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 8 - BaseOS 8.2 MB/s | 10 MB 00:01 2024-05-13T13:44:42.442 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 8 - BaseOS 12 MB/s | 10 MB 00:00 2024-05-13T13:44:44.247 INFO:teuthology.orchestra.run.smithi086.stdout:CentOS Stream 8 - Extras 58 kB/s | 18 kB 00:00 2024-05-13T13:44:44.428 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 8 - Extras 38 kB/s | 18 kB 00:00 2024-05-13T13:44:44.576 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 8 - Extras 41 kB/s | 18 kB 00:00 2024-05-13T13:44:44.714 INFO:teuthology.orchestra.run.smithi086.stdout:CentOS Stream 8 - Extras common packages 21 kB/s | 7.7 kB 00:00 2024-05-13T13:44:44.755 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 8 - Extras common packages 35 kB/s | 7.7 kB 00:00 2024-05-13T13:44:45.036 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 8 - Extras common packages 22 kB/s | 7.7 kB 00:00 2024-05-13T13:53:00.066 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 8 - PowerTools 10 kB/s | 5.0 MB 08:14 2024-05-13T13:53:01.233 INFO:teuthology.orchestra.run.smithi053.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2024-05-13T13:53:01.415 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 8 - PowerTools 10 kB/s | 5.0 MB 08:16 2024-05-13T13:53:02.511 INFO:teuthology.orchestra.run.smithi053.stdout:Extra Packages for Enterprise Linux 12 MB/s | 14 MB 00:01 2024-05-13T13:53:02.792 INFO:teuthology.orchestra.run.smithi204.stdout:Copr repo for python3-asyncssh owned by ceph 7.8 kB/s | 3.5 kB 00:00 2024-05-13T13:53:07.142 INFO:teuthology.orchestra.run.smithi053.stdout:lab-extras 501 kB/s | 24 kB 00:00 2024-05-13T13:53:11.086 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T13:53:11.089 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:53:11.089 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-05-13T13:53:11.089 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:53:11.089 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-05-13T13:53:11.089 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-radosgw x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 13 M 2024-05-13T13:53:11.089 INFO:teuthology.orchestra.run.smithi053.stdout:Upgrading: 2024-05-13T13:53:11.089 INFO:teuthology.orchestra.run.smithi053.stdout: librados2 x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 3.7 M 2024-05-13T13:53:11.089 INFO:teuthology.orchestra.run.smithi053.stdout: librbd1 x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 3.6 M 2024-05-13T13:53:11.090 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-05-13T13:53:11.090 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-base x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 5.5 M 2024-05-13T13:53:11.090 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-common x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 22 M 2024-05-13T13:53:11.090 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-selinux x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 24 k 2024-05-13T13:53:11.090 INFO:teuthology.orchestra.run.smithi053.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2024-05-13T13:53:11.090 INFO:teuthology.orchestra.run.smithi053.stdout: libcephfs2 x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 781 k 2024-05-13T13:53:11.090 INFO:teuthology.orchestra.run.smithi053.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2024-05-13T13:53:11.090 INFO:teuthology.orchestra.run.smithi053.stdout: librabbitmq x86_64 0.9.0-5.el8 baseos 47 k 2024-05-13T13:53:11.090 INFO:teuthology.orchestra.run.smithi053.stdout: libradosstriper1 x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 475 k 2024-05-13T13:53:11.090 INFO:teuthology.orchestra.run.smithi053.stdout: librdkafka x86_64 1.6.1-1.el8 appstream 677 k 2024-05-13T13:53:11.093 INFO:teuthology.orchestra.run.smithi053.stdout: librgw2 x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 6.5 M 2024-05-13T13:53:11.093 INFO:teuthology.orchestra.run.smithi053.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2024-05-13T13:53:11.093 INFO:teuthology.orchestra.run.smithi053.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2024-05-13T13:53:11.093 INFO:teuthology.orchestra.run.smithi053.stdout: python3-ceph-argparse x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 45 k 2024-05-13T13:53:11.093 INFO:teuthology.orchestra.run.smithi053.stdout: python3-ceph-common x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 129 k 2024-05-13T13:53:11.093 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cephfs x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 197 k 2024-05-13T13:53:11.094 INFO:teuthology.orchestra.run.smithi053.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2024-05-13T13:53:11.094 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rados x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 371 k 2024-05-13T13:53:11.094 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rbd x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 365 k 2024-05-13T13:53:11.094 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rgw x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 107 k 2024-05-13T13:53:11.094 INFO:teuthology.orchestra.run.smithi053.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2024-05-13T13:53:11.094 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:53:11.094 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-05-13T13:53:11.094 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:53:11.094 INFO:teuthology.orchestra.run.smithi053.stdout:Install 21 Packages 2024-05-13T13:53:11.094 INFO:teuthology.orchestra.run.smithi053.stdout:Upgrade 2 Packages 2024-05-13T13:53:11.094 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:53:11.095 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 60 M 2024-05-13T13:53:11.095 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-05-13T13:53:13.760 INFO:teuthology.orchestra.run.smithi053.stdout:(1/23): ceph-common-18.2.2-1335.gb806bdbd.el8.x 9.6 MB/s | 22 MB 00:02 2024-05-13T13:53:13.902 INFO:teuthology.orchestra.run.smithi053.stdout:(2/23): ceph-radosgw-18.2.2-1335.gb806bdbd.el8. 5.5 MB/s | 13 MB 00:02 2024-05-13T13:53:13.927 INFO:teuthology.orchestra.run.smithi053.stdout:(3/23): ceph-selinux-18.2.2-1335.gb806bdbd.el8. 146 kB/s | 24 kB 00:00 2024-05-13T13:53:14.002 INFO:teuthology.orchestra.run.smithi053.stdout:(4/23): ceph-base-18.2.2-1335.gb806bdbd.el8.x86 2.2 MB/s | 5.5 MB 00:02 2024-05-13T13:53:14.035 INFO:teuthology.orchestra.run.smithi053.stdout:(5/23): libradosstriper1-18.2.2-1335.gb806bdbd. 4.3 MB/s | 475 kB 00:00 2024-05-13T13:53:14.094 INFO:teuthology.orchestra.run.smithi053.stdout:(6/23): libcephfs2-18.2.2-1335.gb806bdbd.el8.x8 4.0 MB/s | 781 kB 00:00 2024-05-13T13:53:14.119 INFO:teuthology.orchestra.run.smithi053.stdout:(7/23): python3-ceph-argparse-18.2.2-1335.gb806 534 kB/s | 45 kB 00:00 2024-05-13T13:53:14.186 INFO:teuthology.orchestra.run.smithi053.stdout:(8/23): python3-ceph-common-18.2.2-1335.gb806bd 1.4 MB/s | 129 kB 00:00 2024-05-13T13:53:14.238 INFO:teuthology.orchestra.run.smithi053.stdout:(9/23): python3-cephfs-18.2.2-1335.gb806bdbd.el 1.6 MB/s | 197 kB 00:00 2024-05-13T13:53:14.287 INFO:teuthology.orchestra.run.smithi053.stdout:(10/23): python3-rados-18.2.2-1335.gb806bdbd.el 3.6 MB/s | 371 kB 00:00 2024-05-13T13:53:14.329 INFO:teuthology.orchestra.run.smithi053.stdout:(11/23): python3-rbd-18.2.2-1335.gb806bdbd.el8. 4.0 MB/s | 365 kB 00:00 2024-05-13T13:53:14.380 INFO:teuthology.orchestra.run.smithi053.stdout:(12/23): python3-rgw-18.2.2-1335.gb806bdbd.el8. 1.1 MB/s | 107 kB 00:00 2024-05-13T13:53:14.921 INFO:teuthology.orchestra.run.smithi053.stdout:(13/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 479 kB/s | 259 kB 00:00 2024-05-13T13:53:14.971 INFO:teuthology.orchestra.run.smithi053.stdout:(14/23): librdkafka-1.6.1-1.el8.x86_64.rpm 1.0 MB/s | 677 kB 00:00 2024-05-13T13:53:15.188 INFO:teuthology.orchestra.run.smithi053.stdout:(15/23): librabbitmq-0.9.0-5.el8.x86_64.rpm 217 kB/s | 47 kB 00:00 2024-05-13T13:53:15.238 INFO:teuthology.orchestra.run.smithi053.stdout:(16/23): python3-prettytable-0.7.2-14.el8.noarc 138 kB/s | 44 kB 00:00 2024-05-13T13:53:15.322 INFO:teuthology.orchestra.run.smithi053.stdout:(17/23): liboath-2.6.2-3.el8.x86_64.rpm 705 kB/s | 59 kB 00:00 2024-05-13T13:53:15.364 INFO:teuthology.orchestra.run.smithi053.stdout:(18/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.7 MB/s | 306 kB 00:00 2024-05-13T13:53:15.448 INFO:teuthology.orchestra.run.smithi053.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 600 kB/s | 75 kB 00:00 2024-05-13T13:53:15.548 INFO:teuthology.orchestra.run.smithi053.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 9.5 MB/s | 1.7 MB 00:00 2024-05-13T13:53:15.952 INFO:teuthology.orchestra.run.smithi204.stdout:Extra Packages for Enterprise Linux 1.0 MB/s | 14 MB 00:13 2024-05-13T13:53:15.957 INFO:teuthology.orchestra.run.smithi053.stdout:(21/23): librgw2-18.2.2-1335.gb806bdbd.el8.x86_ 3.4 MB/s | 6.5 MB 00:01 2024-05-13T13:53:16.024 INFO:teuthology.orchestra.run.smithi053.stdout:(22/23): librados2-18.2.2-1335.gb806bdbd.el8.x8 6.4 MB/s | 3.7 MB 00:00 2024-05-13T13:53:16.274 INFO:teuthology.orchestra.run.smithi053.stdout:(23/23): librbd1-18.2.2-1335.gb806bdbd.el8.x86_ 4.9 MB/s | 3.6 MB 00:00 2024-05-13T13:53:16.276 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:53:16.276 INFO:teuthology.orchestra.run.smithi053.stdout:Total 12 MB/s | 60 MB 00:05 2024-05-13T13:53:16.322 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-05-13T13:53:16.372 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-05-13T13:53:16.372 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-05-13T13:53:16.755 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-05-13T13:53:16.758 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-05-13T13:53:17.859 INFO:teuthology.orchestra.run.smithi086.stdout:CentOS Stream 8 - PowerTools 9.9 kB/s | 5.0 MB 08:33 2024-05-13T13:53:17.936 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-05-13T13:53:18.213 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2024-05-13T13:53:18.395 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2024-05-13T13:53:18.581 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2024-05-13T13:53:18.935 INFO:teuthology.orchestra.run.smithi086.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2024-05-13T13:53:19.020 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2024-05-13T13:53:19.206 INFO:teuthology.orchestra.run.smithi053.stdout: Upgrading : librados2-2:18.2.2-1335.gb806bdbd.el8.x86_64 4/25 2024-05-13T13:53:19.301 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: librados2-2:18.2.2-1335.gb806bdbd.el8.x86_64 4/25 2024-05-13T13:53:19.517 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-rados-2:18.2.2-1335.gb806bdbd.el8.x86_64 5/25 2024-05-13T13:53:19.689 INFO:teuthology.orchestra.run.smithi086.stdout:Extra Packages for Enterprise Linux 21 MB/s | 14 MB 00:00 2024-05-13T13:53:19.731 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libcephfs2-2:18.2.2-1335.gb806bdbd.el8.x86_64 6/25 2024-05-13T13:53:20.143 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: libcephfs2-2:18.2.2-1335.gb806bdbd.el8.x86_64 6/25 2024-05-13T13:53:20.300 INFO:teuthology.orchestra.run.smithi204.stdout:lab-extras 187 kB/s | 24 kB 00:00 2024-05-13T13:53:20.314 INFO:teuthology.orchestra.run.smithi053.stdout: Upgrading : librbd1-2:18.2.2-1335.gb806bdbd.el8.x86_64 7/25 2024-05-13T13:53:20.380 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: librbd1-2:18.2.2-1335.gb806bdbd.el8.x86_64 7/25 2024-05-13T13:53:20.628 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : librabbitmq-0.9.0-5.el8.x86_64 8/25 2024-05-13T13:53:20.805 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : librdkafka-1.6.1-1.el8.x86_64 9/25 2024-05-13T13:53:20.960 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-ceph-argparse-2:18.2.2-1335.gb806bdbd.el8. 10/25 2024-05-13T13:53:21.166 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-cephfs-2:18.2.2-1335.gb806bdbd.el8.x86_64 11/25 2024-05-13T13:53:21.400 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-rbd-2:18.2.2-1335.gb806bdbd.el8.x86_64 12/25 2024-05-13T13:53:21.531 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libradosstriper1-2:18.2.2-1335.gb806bdbd.el8.x86_6 13/25 2024-05-13T13:53:21.613 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: libradosstriper1-2:18.2.2-1335.gb806bdbd.el8.x86_6 13/25 2024-05-13T13:53:21.819 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 14/25 2024-05-13T13:53:22.633 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 15/25 2024-05-13T13:53:22.780 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : librgw2-2:18.2.2-1335.gb806bdbd.el8.x86_64 16/25 2024-05-13T13:53:22.855 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: librgw2-2:18.2.2-1335.gb806bdbd.el8.x86_64 16/25 2024-05-13T13:53:23.022 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-rgw-2:18.2.2-1335.gb806bdbd.el8.x86_64 17/25 2024-05-13T13:53:23.212 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2024-05-13T13:53:23.390 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-ceph-common-2:18.2.2-1335.gb806bdbd.el8.x8 19/25 2024-05-13T13:53:23.919 INFO:teuthology.orchestra.run.smithi086.stdout:lab-extras 412 kB/s | 24 kB 00:00 2024-05-13T13:53:24.004 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T13:53:24.007 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:53:24.007 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-05-13T13:53:24.007 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:53:24.007 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-05-13T13:53:24.007 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-radosgw x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 13 M 2024-05-13T13:53:24.007 INFO:teuthology.orchestra.run.smithi204.stdout:Upgrading: 2024-05-13T13:53:24.008 INFO:teuthology.orchestra.run.smithi204.stdout: librados2 x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 3.7 M 2024-05-13T13:53:24.008 INFO:teuthology.orchestra.run.smithi204.stdout: librbd1 x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 3.6 M 2024-05-13T13:53:24.008 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-05-13T13:53:24.008 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-base x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 5.5 M 2024-05-13T13:53:24.008 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-common x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 22 M 2024-05-13T13:53:24.008 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-selinux x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 24 k 2024-05-13T13:53:24.008 INFO:teuthology.orchestra.run.smithi204.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2024-05-13T13:53:24.008 INFO:teuthology.orchestra.run.smithi204.stdout: libcephfs2 x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 781 k 2024-05-13T13:53:24.008 INFO:teuthology.orchestra.run.smithi204.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2024-05-13T13:53:24.008 INFO:teuthology.orchestra.run.smithi204.stdout: librabbitmq x86_64 0.9.0-5.el8 baseos 47 k 2024-05-13T13:53:24.008 INFO:teuthology.orchestra.run.smithi204.stdout: libradosstriper1 x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 475 k 2024-05-13T13:53:24.008 INFO:teuthology.orchestra.run.smithi204.stdout: librdkafka x86_64 1.6.1-1.el8 appstream 677 k 2024-05-13T13:53:24.008 INFO:teuthology.orchestra.run.smithi204.stdout: librgw2 x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 6.5 M 2024-05-13T13:53:24.008 INFO:teuthology.orchestra.run.smithi204.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2024-05-13T13:53:24.008 INFO:teuthology.orchestra.run.smithi204.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2024-05-13T13:53:24.009 INFO:teuthology.orchestra.run.smithi204.stdout: python3-ceph-argparse x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 45 k 2024-05-13T13:53:24.009 INFO:teuthology.orchestra.run.smithi204.stdout: python3-ceph-common x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 129 k 2024-05-13T13:53:24.009 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cephfs x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 197 k 2024-05-13T13:53:24.009 INFO:teuthology.orchestra.run.smithi204.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2024-05-13T13:53:24.009 INFO:teuthology.orchestra.run.smithi204.stdout: python3-rados x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 371 k 2024-05-13T13:53:24.009 INFO:teuthology.orchestra.run.smithi204.stdout: python3-rbd x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 365 k 2024-05-13T13:53:24.009 INFO:teuthology.orchestra.run.smithi204.stdout: python3-rgw x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 107 k 2024-05-13T13:53:24.009 INFO:teuthology.orchestra.run.smithi204.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2024-05-13T13:53:24.009 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:53:24.009 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-05-13T13:53:24.009 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:53:24.009 INFO:teuthology.orchestra.run.smithi204.stdout:Install 21 Packages 2024-05-13T13:53:24.009 INFO:teuthology.orchestra.run.smithi204.stdout:Upgrade 2 Packages 2024-05-13T13:53:24.009 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:53:24.010 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 60 M 2024-05-13T13:53:24.010 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-05-13T13:53:25.376 INFO:teuthology.orchestra.run.smithi204.stdout:(1/23): ceph-base-18.2.2-1335.gb806bdbd.el8.x86 6.8 MB/s | 5.5 MB 00:00 2024-05-13T13:53:25.467 INFO:teuthology.orchestra.run.smithi204.stdout:(2/23): ceph-selinux-18.2.2-1335.gb806bdbd.el8. 266 kB/s | 24 kB 00:00 2024-05-13T13:53:25.584 INFO:teuthology.orchestra.run.smithi204.stdout:(3/23): libcephfs2-18.2.2-1335.gb806bdbd.el8.x8 6.5 MB/s | 781 kB 00:00 2024-05-13T13:53:25.685 INFO:teuthology.orchestra.run.smithi204.stdout:(4/23): libradosstriper1-18.2.2-1335.gb806bdbd. 4.6 MB/s | 475 kB 00:00 2024-05-13T13:53:26.096 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-common-2:18.2.2-1335.gb806bdbd.el8.x86_64 20/25 2024-05-13T13:53:26.289 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-common-2:18.2.2-1335.gb806bdbd.el8.x86_64 20/25 2024-05-13T13:53:26.293 INFO:teuthology.orchestra.run.smithi204.stdout:(5/23): librgw2-18.2.2-1335.gb806bdbd.el8.x86_6 11 MB/s | 6.5 MB 00:00 2024-05-13T13:53:26.369 INFO:teuthology.orchestra.run.smithi204.stdout:(6/23): python3-ceph-argparse-18.2.2-1335.gb806 596 kB/s | 45 kB 00:00 2024-05-13T13:53:26.502 INFO:teuthology.orchestra.run.smithi204.stdout:(7/23): ceph-radosgw-18.2.2-1335.gb806bdbd.el8. 6.8 MB/s | 13 MB 00:01 2024-05-13T13:53:26.528 INFO:teuthology.orchestra.run.smithi204.stdout:(8/23): python3-ceph-common-18.2.2-1335.gb806bd 813 kB/s | 129 kB 00:00 2024-05-13T13:53:26.586 INFO:teuthology.orchestra.run.smithi204.stdout:(9/23): python3-cephfs-18.2.2-1335.gb806bdbd.el 2.3 MB/s | 197 kB 00:00 2024-05-13T13:53:26.612 INFO:teuthology.orchestra.run.smithi204.stdout:(10/23): python3-rados-18.2.2-1335.gb806bdbd.el 4.3 MB/s | 371 kB 00:00 2024-05-13T13:53:26.670 INFO:teuthology.orchestra.run.smithi204.stdout:(11/23): python3-rbd-18.2.2-1335.gb806bdbd.el8. 4.3 MB/s | 365 kB 00:00 2024-05-13T13:53:26.695 INFO:teuthology.orchestra.run.smithi204.stdout:(12/23): python3-rgw-18.2.2-1335.gb806bdbd.el8. 1.3 MB/s | 107 kB 00:00 2024-05-13T13:53:26.945 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-common-2:18.2.2-1335.gb806bdbd.el8.x86_64 20/25 2024-05-13T13:53:27.063 INFO:teuthology.orchestra.run.smithi204.stdout:(13/23): ceph-common-18.2.2-1335.gb806bdbd.el8. 8.7 MB/s | 22 MB 00:02 2024-05-13T13:53:27.205 INFO:teuthology.orchestra.run.smithi204.stdout:(14/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 510 kB/s | 259 kB 00:00 2024-05-13T13:53:27.232 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-base-2:18.2.2-1335.gb806bdbd.el8.x86_64 21/25 2024-05-13T13:53:27.313 INFO:teuthology.orchestra.run.smithi204.stdout:(15/23): librdkafka-1.6.1-1.el8.x86_64.rpm 1.0 MB/s | 677 kB 00:00 2024-05-13T13:53:27.332 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-base-2:18.2.2-1335.gb806bdbd.el8.x86_64 21/25 2024-05-13T13:53:27.380 INFO:teuthology.orchestra.run.smithi204.stdout:(16/23): python3-prettytable-0.7.2-14.el8.noarc 138 kB/s | 44 kB 00:00 2024-05-13T13:53:27.414 INFO:teuthology.orchestra.run.smithi204.stdout:(17/23): gperftools-libs-2.7-9.el8.x86_64.rpm 3.0 MB/s | 306 kB 00:00 2024-05-13T13:53:27.439 INFO:teuthology.orchestra.run.smithi204.stdout:(18/23): librabbitmq-0.9.0-5.el8.x86_64.rpm 201 kB/s | 47 kB 00:00 2024-05-13T13:53:27.464 INFO:teuthology.orchestra.run.smithi204.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.5 MB/s | 75 kB 00:00 2024-05-13T13:53:27.490 INFO:teuthology.orchestra.run.smithi204.stdout:(20/23): liboath-2.6.2-3.el8.x86_64.rpm 538 kB/s | 59 kB 00:00 2024-05-13T13:53:27.569 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-selinux-2:18.2.2-1335.gb806bdbd.el8.x86_64 22/25 2024-05-13T13:53:27.590 INFO:teuthology.orchestra.run.smithi204.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 12 MB/s | 1.7 MB 00:00 2024-05-13T13:53:27.615 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T13:53:27.618 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:53:27.618 INFO:teuthology.orchestra.run.smithi086.stdout: Package Arch Version Repository Size 2024-05-13T13:53:27.618 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:53:27.618 INFO:teuthology.orchestra.run.smithi086.stdout:Installing: 2024-05-13T13:53:27.618 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-radosgw x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 13 M 2024-05-13T13:53:27.618 INFO:teuthology.orchestra.run.smithi086.stdout:Upgrading: 2024-05-13T13:53:27.619 INFO:teuthology.orchestra.run.smithi086.stdout: librados2 x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 3.7 M 2024-05-13T13:53:27.619 INFO:teuthology.orchestra.run.smithi086.stdout: librbd1 x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 3.6 M 2024-05-13T13:53:27.619 INFO:teuthology.orchestra.run.smithi086.stdout:Installing dependencies: 2024-05-13T13:53:27.619 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-base x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 5.5 M 2024-05-13T13:53:27.619 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-common x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 22 M 2024-05-13T13:53:27.619 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-selinux x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 24 k 2024-05-13T13:53:27.619 INFO:teuthology.orchestra.run.smithi086.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2024-05-13T13:53:27.619 INFO:teuthology.orchestra.run.smithi086.stdout: libcephfs2 x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 781 k 2024-05-13T13:53:27.619 INFO:teuthology.orchestra.run.smithi086.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2024-05-13T13:53:27.619 INFO:teuthology.orchestra.run.smithi086.stdout: librabbitmq x86_64 0.9.0-5.el8 baseos 47 k 2024-05-13T13:53:27.619 INFO:teuthology.orchestra.run.smithi086.stdout: libradosstriper1 x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 475 k 2024-05-13T13:53:27.619 INFO:teuthology.orchestra.run.smithi086.stdout: librdkafka x86_64 1.6.1-1.el8 appstream 677 k 2024-05-13T13:53:27.619 INFO:teuthology.orchestra.run.smithi086.stdout: librgw2 x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 6.5 M 2024-05-13T13:53:27.619 INFO:teuthology.orchestra.run.smithi086.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2024-05-13T13:53:27.619 INFO:teuthology.orchestra.run.smithi086.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2024-05-13T13:53:27.620 INFO:teuthology.orchestra.run.smithi086.stdout: python3-ceph-argparse x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 45 k 2024-05-13T13:53:27.620 INFO:teuthology.orchestra.run.smithi086.stdout: python3-ceph-common x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 129 k 2024-05-13T13:53:27.620 INFO:teuthology.orchestra.run.smithi086.stdout: python3-cephfs x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 197 k 2024-05-13T13:53:27.620 INFO:teuthology.orchestra.run.smithi086.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2024-05-13T13:53:27.620 INFO:teuthology.orchestra.run.smithi086.stdout: python3-rados x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 371 k 2024-05-13T13:53:27.620 INFO:teuthology.orchestra.run.smithi086.stdout: python3-rbd x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 365 k 2024-05-13T13:53:27.620 INFO:teuthology.orchestra.run.smithi086.stdout: python3-rgw x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 107 k 2024-05-13T13:53:27.620 INFO:teuthology.orchestra.run.smithi086.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2024-05-13T13:53:27.620 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:53:27.620 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2024-05-13T13:53:27.620 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:53:27.620 INFO:teuthology.orchestra.run.smithi086.stdout:Install 21 Packages 2024-05-13T13:53:27.620 INFO:teuthology.orchestra.run.smithi086.stdout:Upgrade 2 Packages 2024-05-13T13:53:27.620 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:53:27.621 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 60 M 2024-05-13T13:53:27.621 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2024-05-13T13:53:27.815 INFO:teuthology.orchestra.run.smithi204.stdout:(22/23): librados2-18.2.2-1335.gb806bdbd.el8.x8 11 MB/s | 3.7 MB 00:00 2024-05-13T13:53:27.924 INFO:teuthology.orchestra.run.smithi204.stdout:(23/23): librbd1-18.2.2-1335.gb806bdbd.el8.x86_ 8.2 MB/s | 3.6 MB 00:00 2024-05-13T13:53:27.926 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:53:27.926 INFO:teuthology.orchestra.run.smithi204.stdout:Total 15 MB/s | 60 MB 00:03 2024-05-13T13:53:27.970 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-05-13T13:53:28.016 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-05-13T13:53:28.016 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-05-13T13:53:28.378 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-05-13T13:53:28.381 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-05-13T13:53:29.087 INFO:teuthology.orchestra.run.smithi086.stdout:(1/23): ceph-base-18.2.2-1335.gb806bdbd.el8.x86 6.3 MB/s | 5.5 MB 00:00 2024-05-13T13:53:29.171 INFO:teuthology.orchestra.run.smithi086.stdout:(2/23): ceph-selinux-18.2.2-1335.gb806bdbd.el8. 291 kB/s | 24 kB 00:00 2024-05-13T13:53:29.312 INFO:teuthology.orchestra.run.smithi086.stdout:(3/23): libcephfs2-18.2.2-1335.gb806bdbd.el8.x8 5.4 MB/s | 781 kB 00:00 2024-05-13T13:53:29.446 INFO:teuthology.orchestra.run.smithi086.stdout:(4/23): libradosstriper1-18.2.2-1335.gb806bdbd. 3.5 MB/s | 475 kB 00:00 2024-05-13T13:53:29.516 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-05-13T13:53:29.722 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2024-05-13T13:53:29.919 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2024-05-13T13:53:29.938 INFO:teuthology.orchestra.run.smithi086.stdout:(5/23): ceph-radosgw-18.2.2-1335.gb806bdbd.el8. 7.6 MB/s | 13 MB 00:01 2024-05-13T13:53:30.030 INFO:teuthology.orchestra.run.smithi086.stdout:(6/23): python3-ceph-argparse-18.2.2-1335.gb806 487 kB/s | 45 kB 00:00 2024-05-13T13:53:30.074 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2024-05-13T13:53:30.122 INFO:teuthology.orchestra.run.smithi086.stdout:(7/23): python3-ceph-common-18.2.2-1335.gb806bd 1.4 MB/s | 129 kB 00:00 2024-05-13T13:53:30.230 INFO:teuthology.orchestra.run.smithi086.stdout:(8/23): python3-cephfs-18.2.2-1335.gb806bdbd.el 1.8 MB/s | 197 kB 00:00 2024-05-13T13:53:30.372 INFO:teuthology.orchestra.run.smithi086.stdout:(9/23): librgw2-18.2.2-1335.gb806bdbd.el8.x86_6 7.1 MB/s | 6.5 MB 00:00 2024-05-13T13:53:30.398 INFO:teuthology.orchestra.run.smithi086.stdout:(10/23): python3-rados-18.2.2-1335.gb806bdbd.el 2.2 MB/s | 371 kB 00:00 2024-05-13T13:53:30.464 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2024-05-13T13:53:30.615 INFO:teuthology.orchestra.run.smithi086.stdout:(11/23): ceph-common-18.2.2-1335.gb806bdbd.el8. 9.0 MB/s | 22 MB 00:02 2024-05-13T13:53:30.640 INFO:teuthology.orchestra.run.smithi086.stdout:(12/23): python3-rgw-18.2.2-1335.gb806bdbd.el8. 441 kB/s | 107 kB 00:00 2024-05-13T13:53:30.640 INFO:teuthology.orchestra.run.smithi204.stdout: Upgrading : librados2-2:18.2.2-1335.gb806bdbd.el8.x86_64 4/25 2024-05-13T13:53:30.665 INFO:teuthology.orchestra.run.smithi086.stdout:(13/23): python3-rbd-18.2.2-1335.gb806bdbd.el8. 1.2 MB/s | 365 kB 00:00 2024-05-13T13:53:30.724 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: librados2-2:18.2.2-1335.gb806bdbd.el8.x86_64 4/25 2024-05-13T13:53:30.939 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-rados-2:18.2.2-1335.gb806bdbd.el8.x86_64 5/25 2024-05-13T13:53:31.049 INFO:teuthology.orchestra.run.smithi086.stdout:(14/23): python3-prettytable-0.7.2-14.el8.noarc 114 kB/s | 44 kB 00:00 2024-05-13T13:53:31.091 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libcephfs2-2:18.2.2-1335.gb806bdbd.el8.x86_64 6/25 2024-05-13T13:53:31.224 INFO:teuthology.orchestra.run.smithi086.stdout:(15/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 445 kB/s | 259 kB 00:00 2024-05-13T13:53:31.283 INFO:teuthology.orchestra.run.smithi086.stdout:(16/23): librabbitmq-0.9.0-5.el8.x86_64.rpm 201 kB/s | 47 kB 00:00 2024-05-13T13:53:31.341 INFO:teuthology.orchestra.run.smithi086.stdout:(17/23): librdkafka-1.6.1-1.el8.x86_64.rpm 932 kB/s | 677 kB 00:00 2024-05-13T13:53:31.480 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: libcephfs2-2:18.2.2-1335.gb806bdbd.el8.x86_64 6/25 2024-05-13T13:53:31.657 INFO:teuthology.orchestra.run.smithi204.stdout: Upgrading : librbd1-2:18.2.2-1335.gb806bdbd.el8.x86_64 7/25 2024-05-13T13:53:31.721 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: librbd1-2:18.2.2-1335.gb806bdbd.el8.x86_64 7/25 2024-05-13T13:53:31.733 INFO:teuthology.orchestra.run.smithi086.stdout:(18/23): liboath-2.6.2-3.el8.x86_64.rpm 131 kB/s | 59 kB 00:00 2024-05-13T13:53:31.809 INFO:teuthology.orchestra.run.smithi086.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 161 kB/s | 75 kB 00:00 2024-05-13T13:53:31.851 INFO:teuthology.orchestra.run.smithi086.stdout:(20/23): gperftools-libs-2.7-9.el8.x86_64.rpm 489 kB/s | 306 kB 00:00 2024-05-13T13:53:31.925 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : librabbitmq-0.9.0-5.el8.x86_64 8/25 2024-05-13T13:53:32.089 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : librdkafka-1.6.1-1.el8.x86_64 9/25 2024-05-13T13:53:32.252 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-ceph-argparse-2:18.2.2-1335.gb806bdbd.el8. 10/25 2024-05-13T13:53:32.259 INFO:teuthology.orchestra.run.smithi086.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 3.3 MB/s | 1.7 MB 00:00 2024-05-13T13:53:32.429 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-cephfs-2:18.2.2-1335.gb806bdbd.el8.x86_64 11/25 2024-05-13T13:53:32.576 INFO:teuthology.orchestra.run.smithi086.stdout:(22/23): librados2-18.2.2-1335.gb806bdbd.el8.x8 4.8 MB/s | 3.7 MB 00:00 2024-05-13T13:53:32.625 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-rbd-2:18.2.2-1335.gb806bdbd.el8.x86_64 12/25 2024-05-13T13:53:32.656 INFO:teuthology.orchestra.run.smithi086.stdout:(23/23): librbd1-18.2.2-1335.gb806bdbd.el8.x86_ 4.4 MB/s | 3.6 MB 00:00 2024-05-13T13:53:32.661 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:53:32.661 INFO:teuthology.orchestra.run.smithi086.stdout:Total 12 MB/s | 60 MB 00:05 2024-05-13T13:53:32.704 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2024-05-13T13:53:32.751 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2024-05-13T13:53:32.751 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2024-05-13T13:53:32.757 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libradosstriper1-2:18.2.2-1335.gb806bdbd.el8.x86_6 13/25 2024-05-13T13:53:32.819 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: libradosstriper1-2:18.2.2-1335.gb806bdbd.el8.x86_6 13/25 2024-05-13T13:53:33.016 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 14/25 2024-05-13T13:53:33.105 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2024-05-13T13:53:33.108 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2024-05-13T13:53:33.759 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 15/25 2024-05-13T13:53:33.915 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : librgw2-2:18.2.2-1335.gb806bdbd.el8.x86_64 16/25 2024-05-13T13:53:33.968 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: librgw2-2:18.2.2-1335.gb806bdbd.el8.x86_64 16/25 2024-05-13T13:53:34.148 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-rgw-2:18.2.2-1335.gb806bdbd.el8.x86_64 17/25 2024-05-13T13:53:34.300 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2024-05-13T13:53:34.325 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2024-05-13T13:53:34.516 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-ceph-common-2:18.2.2-1335.gb806bdbd.el8.x8 19/25 2024-05-13T13:53:34.525 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2024-05-13T13:53:34.723 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2024-05-13T13:53:34.894 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2024-05-13T13:53:35.304 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2024-05-13T13:53:35.502 INFO:teuthology.orchestra.run.smithi086.stdout: Upgrading : librados2-2:18.2.2-1335.gb806bdbd.el8.x86_64 4/25 2024-05-13T13:53:35.601 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: librados2-2:18.2.2-1335.gb806bdbd.el8.x86_64 4/25 2024-05-13T13:53:35.843 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-rados-2:18.2.2-1335.gb806bdbd.el8.x86_64 5/25 2024-05-13T13:53:36.011 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : libcephfs2-2:18.2.2-1335.gb806bdbd.el8.x86_64 6/25 2024-05-13T13:53:36.389 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: libcephfs2-2:18.2.2-1335.gb806bdbd.el8.x86_64 6/25 2024-05-13T13:53:36.578 INFO:teuthology.orchestra.run.smithi086.stdout: Upgrading : librbd1-2:18.2.2-1335.gb806bdbd.el8.x86_64 7/25 2024-05-13T13:53:36.640 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: librbd1-2:18.2.2-1335.gb806bdbd.el8.x86_64 7/25 2024-05-13T13:53:36.862 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : librabbitmq-0.9.0-5.el8.x86_64 8/25 2024-05-13T13:53:37.016 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-common-2:18.2.2-1335.gb806bdbd.el8.x86_64 20/25 2024-05-13T13:53:37.034 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : librdkafka-1.6.1-1.el8.x86_64 9/25 2024-05-13T13:53:37.180 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-ceph-argparse-2:18.2.2-1335.gb806bdbd.el8. 10/25 2024-05-13T13:53:37.232 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-common-2:18.2.2-1335.gb806bdbd.el8.x86_64 20/25 2024-05-13T13:53:37.403 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-cephfs-2:18.2.2-1335.gb806bdbd.el8.x86_64 11/25 2024-05-13T13:53:37.611 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-rbd-2:18.2.2-1335.gb806bdbd.el8.x86_64 12/25 2024-05-13T13:53:37.752 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : libradosstriper1-2:18.2.2-1335.gb806bdbd.el8.x86_6 13/25 2024-05-13T13:53:37.823 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: libradosstriper1-2:18.2.2-1335.gb806bdbd.el8.x86_6 13/25 2024-05-13T13:53:37.854 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-common-2:18.2.2-1335.gb806bdbd.el8.x86_64 20/25 2024-05-13T13:53:38.061 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 14/25 2024-05-13T13:53:38.124 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-base-2:18.2.2-1335.gb806bdbd.el8.x86_64 21/25 2024-05-13T13:53:38.231 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-base-2:18.2.2-1335.gb806bdbd.el8.x86_64 21/25 2024-05-13T13:53:38.432 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-selinux-2:18.2.2-1335.gb806bdbd.el8.x86_64 22/25 2024-05-13T13:53:38.818 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 15/25 2024-05-13T13:53:38.977 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : librgw2-2:18.2.2-1335.gb806bdbd.el8.x86_64 16/25 2024-05-13T13:53:39.054 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: librgw2-2:18.2.2-1335.gb806bdbd.el8.x86_64 16/25 2024-05-13T13:53:39.260 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-rgw-2:18.2.2-1335.gb806bdbd.el8.x86_64 17/25 2024-05-13T13:53:39.446 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2024-05-13T13:53:39.653 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-ceph-common-2:18.2.2-1335.gb806bdbd.el8.x8 19/25 2024-05-13T13:53:42.167 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: ceph-common-2:18.2.2-1335.gb806bdbd.el8.x86_64 20/25 2024-05-13T13:53:42.394 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : ceph-common-2:18.2.2-1335.gb806bdbd.el8.x86_64 20/25 2024-05-13T13:53:43.001 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: ceph-common-2:18.2.2-1335.gb806bdbd.el8.x86_64 20/25 2024-05-13T13:53:43.329 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : ceph-base-2:18.2.2-1335.gb806bdbd.el8.x86_64 21/25 2024-05-13T13:53:43.439 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: ceph-base-2:18.2.2-1335.gb806bdbd.el8.x86_64 21/25 2024-05-13T13:53:43.630 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : ceph-selinux-2:18.2.2-1335.gb806bdbd.el8.x86_64 22/25 2024-05-13T13:53:47.726 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-selinux-2:18.2.2-1335.gb806bdbd.el8.x86_64 22/25 2024-05-13T13:53:47.729 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /sys 2024-05-13T13:53:47.729 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /proc 2024-05-13T13:53:47.729 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /dev 2024-05-13T13:53:47.729 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /run 2024-05-13T13:53:47.729 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /mnt 2024-05-13T13:53:47.729 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /var/tmp 2024-05-13T13:53:47.729 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /home 2024-05-13T13:53:47.729 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /tmp 2024-05-13T13:53:47.729 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /dev 2024-05-13T13:53:47.730 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:53:49.154 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-radosgw-2:18.2.2-1335.gb806bdbd.el8.x86_64 23/25 2024-05-13T13:53:49.175 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-radosgw-2:18.2.2-1335.gb806bdbd.el8.x86_64 23/25 2024-05-13T13:53:49.175 INFO:teuthology.orchestra.run.smithi053.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-05-13T13:53:49.421 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-05-13T13:53:49.421 INFO:teuthology.orchestra.run.smithi053.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2024-05-13T13:53:50.124 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2024-05-13T13:53:50.124 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-base-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/25 2024-05-13T13:53:50.124 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-common-2:18.2.2-1335.gb806bdbd.el8.x86_64 2/25 2024-05-13T13:53:50.124 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-radosgw-2:18.2.2-1335.gb806bdbd.el8.x86_64 3/25 2024-05-13T13:53:50.124 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-selinux-2:18.2.2-1335.gb806bdbd.el8.x86_64 4/25 2024-05-13T13:53:50.124 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libcephfs2-2:18.2.2-1335.gb806bdbd.el8.x86_64 5/25 2024-05-13T13:53:50.124 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libradosstriper1-2:18.2.2-1335.gb806bdbd.el8.x86_6 6/25 2024-05-13T13:53:50.124 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librgw2-2:18.2.2-1335.gb806bdbd.el8.x86_64 7/25 2024-05-13T13:53:50.124 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-ceph-argparse-2:18.2.2-1335.gb806bdbd.el8. 8/25 2024-05-13T13:53:50.124 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-ceph-common-2:18.2.2-1335.gb806bdbd.el8.x8 9/25 2024-05-13T13:53:50.124 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-cephfs-2:18.2.2-1335.gb806bdbd.el8.x86_64 10/25 2024-05-13T13:53:50.125 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-rados-2:18.2.2-1335.gb806bdbd.el8.x86_64 11/25 2024-05-13T13:53:50.125 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-rbd-2:18.2.2-1335.gb806bdbd.el8.x86_64 12/25 2024-05-13T13:53:50.125 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-rgw-2:18.2.2-1335.gb806bdbd.el8.x86_64 13/25 2024-05-13T13:53:50.125 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librdkafka-1.6.1-1.el8.x86_64 14/25 2024-05-13T13:53:50.125 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2024-05-13T13:53:50.125 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2024-05-13T13:53:50.125 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librabbitmq-0.9.0-5.el8.x86_64 17/25 2024-05-13T13:53:50.125 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2024-05-13T13:53:50.125 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2024-05-13T13:53:50.125 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2024-05-13T13:53:50.125 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2024-05-13T13:53:50.125 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librados2-2:18.2.2-1335.gb806bdbd.el8.x86_64 22/25 2024-05-13T13:53:50.125 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2024-05-13T13:53:50.125 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librbd1-2:18.2.2-1335.gb806bdbd.el8.x86_64 24/25 2024-05-13T13:53:51.017 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2024-05-13T13:53:51.017 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:53:51.017 INFO:teuthology.orchestra.run.smithi053.stdout:Upgraded: 2024-05-13T13:53:51.017 INFO:teuthology.orchestra.run.smithi053.stdout: librados2-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:53:51.017 INFO:teuthology.orchestra.run.smithi053.stdout: librbd1-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:53:51.017 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-05-13T13:53:51.017 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-base-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:53:51.017 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-common-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:53:51.017 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-radosgw-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:53:51.018 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-selinux-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:53:51.018 INFO:teuthology.orchestra.run.smithi053.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2024-05-13T13:53:51.018 INFO:teuthology.orchestra.run.smithi053.stdout: libcephfs2-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:53:51.018 INFO:teuthology.orchestra.run.smithi053.stdout: liboath-2.6.2-3.el8.x86_64 2024-05-13T13:53:51.018 INFO:teuthology.orchestra.run.smithi053.stdout: librabbitmq-0.9.0-5.el8.x86_64 2024-05-13T13:53:51.018 INFO:teuthology.orchestra.run.smithi053.stdout: libradosstriper1-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:53:51.018 INFO:teuthology.orchestra.run.smithi053.stdout: librdkafka-1.6.1-1.el8.x86_64 2024-05-13T13:53:51.018 INFO:teuthology.orchestra.run.smithi053.stdout: librgw2-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:53:51.018 INFO:teuthology.orchestra.run.smithi053.stdout: libunwind-1.3.1-3.el8.x86_64 2024-05-13T13:53:51.018 INFO:teuthology.orchestra.run.smithi053.stdout: lttng-ust-2.8.1-11.el8.x86_64 2024-05-13T13:53:51.019 INFO:teuthology.orchestra.run.smithi053.stdout: python3-ceph-argparse-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:53:51.019 INFO:teuthology.orchestra.run.smithi053.stdout: python3-ceph-common-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:53:51.019 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cephfs-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:53:51.019 INFO:teuthology.orchestra.run.smithi053.stdout: python3-prettytable-0.7.2-14.el8.noarch 2024-05-13T13:53:51.019 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rados-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:53:51.019 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rbd-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:53:51.019 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rgw-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:53:51.019 INFO:teuthology.orchestra.run.smithi053.stdout: thrift-0.13.0-2.el8.x86_64 2024-05-13T13:53:51.019 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:53:51.019 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T13:53:51.285 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-test 2024-05-13T13:53:52.049 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:00:45 ago on Mon 13 May 2024 01:53:07 PM UTC. 2024-05-13T13:53:53.826 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T13:53:53.828 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:53:53.828 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-05-13T13:53:53.828 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:53:53.828 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-05-13T13:53:53.828 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-test x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 47 M 2024-05-13T13:53:53.828 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-05-13T13:53:53.828 INFO:teuthology.orchestra.run.smithi053.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2024-05-13T13:53:53.828 INFO:teuthology.orchestra.run.smithi053.stdout: libcephsqlite x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 142 k 2024-05-13T13:53:53.828 INFO:teuthology.orchestra.run.smithi053.stdout: oniguruma x86_64 6.8.2-3.el8 appstream 188 k 2024-05-13T13:53:53.828 INFO:teuthology.orchestra.run.smithi053.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2024-05-13T13:53:53.829 INFO:teuthology.orchestra.run.smithi053.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2024-05-13T13:53:53.829 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:53:53.829 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-05-13T13:53:53.829 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:53:53.829 INFO:teuthology.orchestra.run.smithi053.stdout:Install 6 Packages 2024-05-13T13:53:53.829 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:53:53.829 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 48 M 2024-05-13T13:53:53.829 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 213 M 2024-05-13T13:53:53.829 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-05-13T13:53:54.400 INFO:teuthology.orchestra.run.smithi053.stdout:(1/6): libcephsqlite-18.2.2-1335.gb806bdbd.el8. 273 kB/s | 142 kB 00:00 2024-05-13T13:53:54.426 INFO:teuthology.orchestra.run.smithi053.stdout:(2/6): jq-1.6-8.el8.x86_64.rpm 372 kB/s | 203 kB 00:00 2024-05-13T13:53:54.893 INFO:teuthology.orchestra.run.smithi053.stdout:(3/6): oniguruma-6.8.2-3.el8.x86_64.rpm 383 kB/s | 188 kB 00:00 2024-05-13T13:53:54.968 INFO:teuthology.orchestra.run.smithi053.stdout:(4/6): socat-1.7.4.1-1.el8.x86_64.rpm 596 kB/s | 323 kB 00:00 2024-05-13T13:53:55.318 INFO:teuthology.orchestra.run.smithi053.stdout:(5/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 166 kB/s | 71 kB 00:00 2024-05-13T13:53:57.834 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-selinux-2:18.2.2-1335.gb806bdbd.el8.x86_64 22/25 2024-05-13T13:53:57.834 INFO:teuthology.orchestra.run.smithi204.stdout:skipping the directory /sys 2024-05-13T13:53:57.834 INFO:teuthology.orchestra.run.smithi204.stdout:skipping the directory /proc 2024-05-13T13:53:57.834 INFO:teuthology.orchestra.run.smithi204.stdout:skipping the directory /dev 2024-05-13T13:53:57.834 INFO:teuthology.orchestra.run.smithi204.stdout:skipping the directory /run 2024-05-13T13:53:57.834 INFO:teuthology.orchestra.run.smithi204.stdout:skipping the directory /mnt 2024-05-13T13:53:57.834 INFO:teuthology.orchestra.run.smithi204.stdout:skipping the directory /var/tmp 2024-05-13T13:53:57.834 INFO:teuthology.orchestra.run.smithi204.stdout:skipping the directory /home 2024-05-13T13:53:57.834 INFO:teuthology.orchestra.run.smithi204.stdout:skipping the directory /tmp 2024-05-13T13:53:57.835 INFO:teuthology.orchestra.run.smithi204.stdout:skipping the directory /dev 2024-05-13T13:53:57.835 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:53:59.188 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-radosgw-2:18.2.2-1335.gb806bdbd.el8.x86_64 23/25 2024-05-13T13:53:59.209 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-radosgw-2:18.2.2-1335.gb806bdbd.el8.x86_64 23/25 2024-05-13T13:53:59.209 INFO:teuthology.orchestra.run.smithi204.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-05-13T13:53:59.406 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-05-13T13:53:59.406 INFO:teuthology.orchestra.run.smithi204.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2024-05-13T13:54:00.043 INFO:teuthology.orchestra.run.smithi053.stdout:(6/6): ceph-test-18.2.2-1335.gb806bdbd.el8.x86_ 7.7 MB/s | 47 MB 00:06 2024-05-13T13:54:00.044 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:54:00.045 INFO:teuthology.orchestra.run.smithi053.stdout:Total 7.7 MB/s | 48 MB 00:06 2024-05-13T13:54:00.061 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2024-05-13T13:54:00.061 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-base-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/25 2024-05-13T13:54:00.061 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-common-2:18.2.2-1335.gb806bdbd.el8.x86_64 2/25 2024-05-13T13:54:00.061 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-radosgw-2:18.2.2-1335.gb806bdbd.el8.x86_64 3/25 2024-05-13T13:54:00.061 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-selinux-2:18.2.2-1335.gb806bdbd.el8.x86_64 4/25 2024-05-13T13:54:00.061 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libcephfs2-2:18.2.2-1335.gb806bdbd.el8.x86_64 5/25 2024-05-13T13:54:00.061 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libradosstriper1-2:18.2.2-1335.gb806bdbd.el8.x86_6 6/25 2024-05-13T13:54:00.061 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : librgw2-2:18.2.2-1335.gb806bdbd.el8.x86_64 7/25 2024-05-13T13:54:00.061 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-ceph-argparse-2:18.2.2-1335.gb806bdbd.el8. 8/25 2024-05-13T13:54:00.061 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-ceph-common-2:18.2.2-1335.gb806bdbd.el8.x8 9/25 2024-05-13T13:54:00.061 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-cephfs-2:18.2.2-1335.gb806bdbd.el8.x86_64 10/25 2024-05-13T13:54:00.061 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-rados-2:18.2.2-1335.gb806bdbd.el8.x86_64 11/25 2024-05-13T13:54:00.062 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-rbd-2:18.2.2-1335.gb806bdbd.el8.x86_64 12/25 2024-05-13T13:54:00.062 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-rgw-2:18.2.2-1335.gb806bdbd.el8.x86_64 13/25 2024-05-13T13:54:00.062 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : librdkafka-1.6.1-1.el8.x86_64 14/25 2024-05-13T13:54:00.062 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2024-05-13T13:54:00.062 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2024-05-13T13:54:00.062 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : librabbitmq-0.9.0-5.el8.x86_64 17/25 2024-05-13T13:54:00.062 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2024-05-13T13:54:00.062 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2024-05-13T13:54:00.062 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2024-05-13T13:54:00.062 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2024-05-13T13:54:00.062 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : librados2-2:18.2.2-1335.gb806bdbd.el8.x86_64 22/25 2024-05-13T13:54:00.062 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2024-05-13T13:54:00.062 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : librbd1-2:18.2.2-1335.gb806bdbd.el8.x86_64 24/25 2024-05-13T13:54:00.088 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-05-13T13:54:00.111 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-05-13T13:54:00.111 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-05-13T13:54:00.408 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-05-13T13:54:00.411 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-05-13T13:54:00.898 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-05-13T13:54:00.917 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2024-05-13T13:54:00.917 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:54:00.918 INFO:teuthology.orchestra.run.smithi204.stdout:Upgraded: 2024-05-13T13:54:00.918 INFO:teuthology.orchestra.run.smithi204.stdout: librados2-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:00.918 INFO:teuthology.orchestra.run.smithi204.stdout: librbd1-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:00.918 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-05-13T13:54:00.918 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-base-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:00.918 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-common-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:00.918 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-radosgw-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:00.918 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-selinux-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:00.918 INFO:teuthology.orchestra.run.smithi204.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2024-05-13T13:54:00.918 INFO:teuthology.orchestra.run.smithi204.stdout: libcephfs2-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:00.918 INFO:teuthology.orchestra.run.smithi204.stdout: liboath-2.6.2-3.el8.x86_64 2024-05-13T13:54:00.918 INFO:teuthology.orchestra.run.smithi204.stdout: librabbitmq-0.9.0-5.el8.x86_64 2024-05-13T13:54:00.918 INFO:teuthology.orchestra.run.smithi204.stdout: libradosstriper1-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:00.918 INFO:teuthology.orchestra.run.smithi204.stdout: librdkafka-1.6.1-1.el8.x86_64 2024-05-13T13:54:00.919 INFO:teuthology.orchestra.run.smithi204.stdout: librgw2-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:00.919 INFO:teuthology.orchestra.run.smithi204.stdout: libunwind-1.3.1-3.el8.x86_64 2024-05-13T13:54:00.919 INFO:teuthology.orchestra.run.smithi204.stdout: lttng-ust-2.8.1-11.el8.x86_64 2024-05-13T13:54:00.919 INFO:teuthology.orchestra.run.smithi204.stdout: python3-ceph-argparse-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:00.919 INFO:teuthology.orchestra.run.smithi204.stdout: python3-ceph-common-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:00.919 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cephfs-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:00.919 INFO:teuthology.orchestra.run.smithi204.stdout: python3-prettytable-0.7.2-14.el8.noarch 2024-05-13T13:54:00.919 INFO:teuthology.orchestra.run.smithi204.stdout: python3-rados-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:00.919 INFO:teuthology.orchestra.run.smithi204.stdout: python3-rbd-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:00.919 INFO:teuthology.orchestra.run.smithi204.stdout: python3-rgw-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:00.919 INFO:teuthology.orchestra.run.smithi204.stdout: thrift-0.13.0-2.el8.x86_64 2024-05-13T13:54:00.919 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:54:00.919 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T13:54:01.106 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2024-05-13T13:54:01.202 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-test 2024-05-13T13:54:01.294 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2024-05-13T13:54:01.434 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : oniguruma-6.8.2-3.el8.x86_64 3/6 2024-05-13T13:54:01.498 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: oniguruma-6.8.2-3.el8.x86_64 3/6 2024-05-13T13:54:01.689 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2024-05-13T13:54:01.867 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libcephsqlite-2:18.2.2-1335.gb806bdbd.el8.x86_64 5/6 2024-05-13T13:54:01.933 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:00:41 ago on Mon 13 May 2024 01:53:20 PM UTC. 2024-05-13T13:54:02.901 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: ceph-selinux-2:18.2.2-1335.gb806bdbd.el8.x86_64 22/25 2024-05-13T13:54:02.902 INFO:teuthology.orchestra.run.smithi086.stdout:skipping the directory /sys 2024-05-13T13:54:02.902 INFO:teuthology.orchestra.run.smithi086.stdout:skipping the directory /proc 2024-05-13T13:54:02.902 INFO:teuthology.orchestra.run.smithi086.stdout:skipping the directory /dev 2024-05-13T13:54:02.902 INFO:teuthology.orchestra.run.smithi086.stdout:skipping the directory /run 2024-05-13T13:54:02.902 INFO:teuthology.orchestra.run.smithi086.stdout:skipping the directory /mnt 2024-05-13T13:54:02.902 INFO:teuthology.orchestra.run.smithi086.stdout:skipping the directory /var/tmp 2024-05-13T13:54:02.902 INFO:teuthology.orchestra.run.smithi086.stdout:skipping the directory /home 2024-05-13T13:54:02.902 INFO:teuthology.orchestra.run.smithi086.stdout:skipping the directory /tmp 2024-05-13T13:54:02.902 INFO:teuthology.orchestra.run.smithi086.stdout:skipping the directory /dev 2024-05-13T13:54:02.902 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:54:03.594 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T13:54:03.595 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:54:03.595 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-05-13T13:54:03.595 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:54:03.595 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-05-13T13:54:03.595 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-test x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 47 M 2024-05-13T13:54:03.595 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-05-13T13:54:03.596 INFO:teuthology.orchestra.run.smithi204.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2024-05-13T13:54:03.596 INFO:teuthology.orchestra.run.smithi204.stdout: libcephsqlite x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 142 k 2024-05-13T13:54:03.596 INFO:teuthology.orchestra.run.smithi204.stdout: oniguruma x86_64 6.8.2-3.el8 appstream 188 k 2024-05-13T13:54:03.596 INFO:teuthology.orchestra.run.smithi204.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2024-05-13T13:54:03.596 INFO:teuthology.orchestra.run.smithi204.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2024-05-13T13:54:03.596 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:54:03.596 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-05-13T13:54:03.596 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:54:03.596 INFO:teuthology.orchestra.run.smithi204.stdout:Install 6 Packages 2024-05-13T13:54:03.596 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:54:03.597 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 48 M 2024-05-13T13:54:03.597 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 213 M 2024-05-13T13:54:03.597 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-05-13T13:54:04.292 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : ceph-radosgw-2:18.2.2-1335.gb806bdbd.el8.x86_64 23/25 2024-05-13T13:54:04.313 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: ceph-radosgw-2:18.2.2-1335.gb806bdbd.el8.x86_64 23/25 2024-05-13T13:54:04.313 INFO:teuthology.orchestra.run.smithi086.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-05-13T13:54:04.388 INFO:teuthology.orchestra.run.smithi204.stdout:(1/6): libcephsqlite-18.2.2-1335.gb806bdbd.el8. 316 kB/s | 142 kB 00:00 2024-05-13T13:54:04.430 INFO:teuthology.orchestra.run.smithi204.stdout:(2/6): jq-1.6-8.el8.x86_64.rpm 413 kB/s | 203 kB 00:00 2024-05-13T13:54:04.518 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-05-13T13:54:04.518 INFO:teuthology.orchestra.run.smithi086.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2024-05-13T13:54:04.864 INFO:teuthology.orchestra.run.smithi204.stdout:(3/6): oniguruma-6.8.2-3.el8.x86_64.rpm 396 kB/s | 188 kB 00:00 2024-05-13T13:54:04.972 INFO:teuthology.orchestra.run.smithi204.stdout:(4/6): socat-1.7.4.1-1.el8.x86_64.rpm 596 kB/s | 323 kB 00:00 2024-05-13T13:54:05.183 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2024-05-13T13:54:05.183 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : ceph-base-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/25 2024-05-13T13:54:05.183 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : ceph-common-2:18.2.2-1335.gb806bdbd.el8.x86_64 2/25 2024-05-13T13:54:05.183 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : ceph-radosgw-2:18.2.2-1335.gb806bdbd.el8.x86_64 3/25 2024-05-13T13:54:05.183 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : ceph-selinux-2:18.2.2-1335.gb806bdbd.el8.x86_64 4/25 2024-05-13T13:54:05.183 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : libcephfs2-2:18.2.2-1335.gb806bdbd.el8.x86_64 5/25 2024-05-13T13:54:05.183 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : libradosstriper1-2:18.2.2-1335.gb806bdbd.el8.x86_6 6/25 2024-05-13T13:54:05.184 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : librgw2-2:18.2.2-1335.gb806bdbd.el8.x86_64 7/25 2024-05-13T13:54:05.184 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-ceph-argparse-2:18.2.2-1335.gb806bdbd.el8. 8/25 2024-05-13T13:54:05.184 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-ceph-common-2:18.2.2-1335.gb806bdbd.el8.x8 9/25 2024-05-13T13:54:05.184 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-cephfs-2:18.2.2-1335.gb806bdbd.el8.x86_64 10/25 2024-05-13T13:54:05.184 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-rados-2:18.2.2-1335.gb806bdbd.el8.x86_64 11/25 2024-05-13T13:54:05.184 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-rbd-2:18.2.2-1335.gb806bdbd.el8.x86_64 12/25 2024-05-13T13:54:05.184 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-rgw-2:18.2.2-1335.gb806bdbd.el8.x86_64 13/25 2024-05-13T13:54:05.184 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : librdkafka-1.6.1-1.el8.x86_64 14/25 2024-05-13T13:54:05.184 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2024-05-13T13:54:05.184 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2024-05-13T13:54:05.184 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : librabbitmq-0.9.0-5.el8.x86_64 17/25 2024-05-13T13:54:05.184 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2024-05-13T13:54:05.184 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2024-05-13T13:54:05.184 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2024-05-13T13:54:05.184 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2024-05-13T13:54:05.185 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : librados2-2:18.2.2-1335.gb806bdbd.el8.x86_64 22/25 2024-05-13T13:54:05.185 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2024-05-13T13:54:05.185 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : librbd1-2:18.2.2-1335.gb806bdbd.el8.x86_64 24/25 2024-05-13T13:54:05.264 INFO:teuthology.orchestra.run.smithi204.stdout:(5/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 177 kB/s | 71 kB 00:00 2024-05-13T13:54:06.159 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2024-05-13T13:54:06.159 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:54:06.159 INFO:teuthology.orchestra.run.smithi086.stdout:Upgraded: 2024-05-13T13:54:06.159 INFO:teuthology.orchestra.run.smithi086.stdout: librados2-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:06.159 INFO:teuthology.orchestra.run.smithi086.stdout: librbd1-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:06.159 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2024-05-13T13:54:06.159 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-base-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:06.160 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-common-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:06.160 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-radosgw-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:06.160 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-selinux-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:06.160 INFO:teuthology.orchestra.run.smithi086.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2024-05-13T13:54:06.160 INFO:teuthology.orchestra.run.smithi086.stdout: libcephfs2-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:06.160 INFO:teuthology.orchestra.run.smithi086.stdout: liboath-2.6.2-3.el8.x86_64 2024-05-13T13:54:06.160 INFO:teuthology.orchestra.run.smithi086.stdout: librabbitmq-0.9.0-5.el8.x86_64 2024-05-13T13:54:06.160 INFO:teuthology.orchestra.run.smithi086.stdout: libradosstriper1-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:06.160 INFO:teuthology.orchestra.run.smithi086.stdout: librdkafka-1.6.1-1.el8.x86_64 2024-05-13T13:54:06.160 INFO:teuthology.orchestra.run.smithi086.stdout: librgw2-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:06.160 INFO:teuthology.orchestra.run.smithi086.stdout: libunwind-1.3.1-3.el8.x86_64 2024-05-13T13:54:06.160 INFO:teuthology.orchestra.run.smithi086.stdout: lttng-ust-2.8.1-11.el8.x86_64 2024-05-13T13:54:06.160 INFO:teuthology.orchestra.run.smithi086.stdout: python3-ceph-argparse-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:06.160 INFO:teuthology.orchestra.run.smithi086.stdout: python3-ceph-common-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:06.160 INFO:teuthology.orchestra.run.smithi086.stdout: python3-cephfs-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:06.161 INFO:teuthology.orchestra.run.smithi086.stdout: python3-prettytable-0.7.2-14.el8.noarch 2024-05-13T13:54:06.161 INFO:teuthology.orchestra.run.smithi086.stdout: python3-rados-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:06.161 INFO:teuthology.orchestra.run.smithi086.stdout: python3-rbd-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:06.161 INFO:teuthology.orchestra.run.smithi086.stdout: python3-rgw-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:06.161 INFO:teuthology.orchestra.run.smithi086.stdout: thrift-0.13.0-2.el8.x86_64 2024-05-13T13:54:06.161 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:54:06.161 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T13:54:06.491 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install ceph-test 2024-05-13T13:54:06.581 INFO:teuthology.orchestra.run.smithi204.stdout:(6/6): ceph-test-18.2.2-1335.gb806bdbd.el8.x86_ 18 MB/s | 47 MB 00:02 2024-05-13T13:54:06.584 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:54:06.584 INFO:teuthology.orchestra.run.smithi204.stdout:Total 16 MB/s | 48 MB 00:02 2024-05-13T13:54:06.626 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-05-13T13:54:06.647 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-05-13T13:54:06.647 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-05-13T13:54:06.709 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: libcephsqlite-2:18.2.2-1335.gb806bdbd.el8.x86_64 5/6 2024-05-13T13:54:06.930 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-05-13T13:54:06.932 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-test-2:18.2.2-1335.gb806bdbd.el8.x86_64 6/6 2024-05-13T13:54:06.933 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-05-13T13:54:07.221 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:00:44 ago on Mon 13 May 2024 01:53:23 PM UTC. 2024-05-13T13:54:07.228 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-test-2:18.2.2-1335.gb806bdbd.el8.x86_64 6/6 2024-05-13T13:54:07.228 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-test-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/6 2024-05-13T13:54:07.228 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libcephsqlite-2:18.2.2-1335.gb806bdbd.el8.x86_64 2/6 2024-05-13T13:54:07.228 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2024-05-13T13:54:07.228 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : oniguruma-6.8.2-3.el8.x86_64 4/6 2024-05-13T13:54:07.228 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2024-05-13T13:54:07.396 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-05-13T13:54:07.597 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2024-05-13T13:54:07.676 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2024-05-13T13:54:07.676 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:54:07.676 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-05-13T13:54:07.676 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-test-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:07.676 INFO:teuthology.orchestra.run.smithi053.stdout: jq-1.6-8.el8.x86_64 2024-05-13T13:54:07.676 INFO:teuthology.orchestra.run.smithi053.stdout: libcephsqlite-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:07.676 INFO:teuthology.orchestra.run.smithi053.stdout: oniguruma-6.8.2-3.el8.x86_64 2024-05-13T13:54:07.676 INFO:teuthology.orchestra.run.smithi053.stdout: socat-1.7.4.1-1.el8.x86_64 2024-05-13T13:54:07.676 INFO:teuthology.orchestra.run.smithi053.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2024-05-13T13:54:07.677 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:54:07.677 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T13:54:07.776 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2024-05-13T13:54:07.911 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : oniguruma-6.8.2-3.el8.x86_64 3/6 2024-05-13T13:54:07.984 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph 2024-05-13T13:54:07.985 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: oniguruma-6.8.2-3.el8.x86_64 3/6 2024-05-13T13:54:08.157 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2024-05-13T13:54:08.311 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libcephsqlite-2:18.2.2-1335.gb806bdbd.el8.x86_64 5/6 2024-05-13T13:54:08.742 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:01 ago on Mon 13 May 2024 01:53:07 PM UTC. 2024-05-13T13:54:08.872 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T13:54:08.873 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:54:08.873 INFO:teuthology.orchestra.run.smithi086.stdout: Package Arch Version Repository Size 2024-05-13T13:54:08.874 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:54:08.874 INFO:teuthology.orchestra.run.smithi086.stdout:Installing: 2024-05-13T13:54:08.874 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-test x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 47 M 2024-05-13T13:54:08.874 INFO:teuthology.orchestra.run.smithi086.stdout:Installing dependencies: 2024-05-13T13:54:08.874 INFO:teuthology.orchestra.run.smithi086.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2024-05-13T13:54:08.874 INFO:teuthology.orchestra.run.smithi086.stdout: libcephsqlite x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 142 k 2024-05-13T13:54:08.874 INFO:teuthology.orchestra.run.smithi086.stdout: oniguruma x86_64 6.8.2-3.el8 appstream 188 k 2024-05-13T13:54:08.874 INFO:teuthology.orchestra.run.smithi086.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2024-05-13T13:54:08.874 INFO:teuthology.orchestra.run.smithi086.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2024-05-13T13:54:08.874 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:54:08.874 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2024-05-13T13:54:08.874 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:54:08.874 INFO:teuthology.orchestra.run.smithi086.stdout:Install 6 Packages 2024-05-13T13:54:08.875 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:54:08.875 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 48 M 2024-05-13T13:54:08.875 INFO:teuthology.orchestra.run.smithi086.stdout:Installed size: 213 M 2024-05-13T13:54:08.875 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2024-05-13T13:54:09.579 INFO:teuthology.orchestra.run.smithi086.stdout:(1/6): jq-1.6-8.el8.x86_64.rpm 397 kB/s | 203 kB 00:00 2024-05-13T13:54:09.696 INFO:teuthology.orchestra.run.smithi086.stdout:(2/6): libcephsqlite-18.2.2-1335.gb806bdbd.el8. 226 kB/s | 142 kB 00:00 2024-05-13T13:54:10.055 INFO:teuthology.orchestra.run.smithi086.stdout:(3/6): oniguruma-6.8.2-3.el8.x86_64.rpm 396 kB/s | 188 kB 00:00 2024-05-13T13:54:10.263 INFO:teuthology.orchestra.run.smithi086.stdout:(4/6): socat-1.7.4.1-1.el8.x86_64.rpm 570 kB/s | 323 kB 00:00 2024-05-13T13:54:10.422 INFO:teuthology.orchestra.run.smithi086.stdout:(5/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 192 kB/s | 71 kB 00:00 2024-05-13T13:54:10.535 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T13:54:10.538 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:54:10.538 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-05-13T13:54:10.538 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:54:10.538 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-05-13T13:54:10.539 INFO:teuthology.orchestra.run.smithi053.stdout: ceph x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 6.4 k 2024-05-13T13:54:10.539 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-05-13T13:54:10.539 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mds x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 2.3 M 2024-05-13T13:54:10.539 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 1.6 M 2024-05-13T13:54:10.539 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-modules-core noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 246 k 2024-05-13T13:54:10.539 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mon x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 4.8 M 2024-05-13T13:54:10.539 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-osd x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 18 M 2024-05-13T13:54:10.539 INFO:teuthology.orchestra.run.smithi053.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2024-05-13T13:54:10.539 INFO:teuthology.orchestra.run.smithi053.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2024-05-13T13:54:10.539 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2024-05-13T13:54:10.539 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2024-05-13T13:54:10.539 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2024-05-13T13:54:10.539 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cryptography x86_64 3.2.1-7.el8 baseos 641 k 2024-05-13T13:54:10.539 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2024-05-13T13:54:10.540 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2024-05-13T13:54:10.540 INFO:teuthology.orchestra.run.smithi053.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2024-05-13T13:54:10.540 INFO:teuthology.orchestra.run.smithi053.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2024-05-13T13:54:10.540 INFO:teuthology.orchestra.run.smithi053.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2024-05-13T13:54:10.540 INFO:teuthology.orchestra.run.smithi053.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2024-05-13T13:54:10.540 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2024-05-13T13:54:10.540 INFO:teuthology.orchestra.run.smithi053.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2024-05-13T13:54:10.540 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2024-05-13T13:54:10.540 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2024-05-13T13:54:10.540 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2024-05-13T13:54:10.540 INFO:teuthology.orchestra.run.smithi053.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2024-05-13T13:54:10.540 INFO:teuthology.orchestra.run.smithi053.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2024-05-13T13:54:10.540 INFO:teuthology.orchestra.run.smithi053.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2024-05-13T13:54:10.540 INFO:teuthology.orchestra.run.smithi053.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2024-05-13T13:54:10.541 INFO:teuthology.orchestra.run.smithi053.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2024-05-13T13:54:10.541 INFO:teuthology.orchestra.run.smithi053.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2024-05-13T13:54:10.541 INFO:teuthology.orchestra.run.smithi053.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2024-05-13T13:54:10.541 INFO:teuthology.orchestra.run.smithi053.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2024-05-13T13:54:10.541 INFO:teuthology.orchestra.run.smithi053.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2024-05-13T13:54:10.541 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:54:10.541 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-05-13T13:54:10.541 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:54:10.541 INFO:teuthology.orchestra.run.smithi053.stdout:Install 32 Packages 2024-05-13T13:54:10.541 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:54:10.542 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 31 M 2024-05-13T13:54:10.542 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 124 M 2024-05-13T13:54:10.542 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-05-13T13:54:11.520 INFO:teuthology.orchestra.run.smithi053.stdout:(1/32): ceph-18.2.2-1335.gb806bdbd.el8.x86_64.r 19 kB/s | 6.4 kB 00:00 2024-05-13T13:54:12.064 INFO:teuthology.orchestra.run.smithi086.stdout:(6/6): ceph-test-18.2.2-1335.gb806bdbd.el8.x86_ 16 MB/s | 47 MB 00:02 2024-05-13T13:54:12.066 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:54:12.066 INFO:teuthology.orchestra.run.smithi086.stdout:Total 15 MB/s | 48 MB 00:03 2024-05-13T13:54:12.107 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2024-05-13T13:54:12.128 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2024-05-13T13:54:12.129 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2024-05-13T13:54:12.417 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2024-05-13T13:54:12.420 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2024-05-13T13:54:12.859 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: libcephsqlite-2:18.2.2-1335.gb806bdbd.el8.x86_64 5/6 2024-05-13T13:54:12.870 INFO:teuthology.orchestra.run.smithi053.stdout:(2/32): ceph-mon-18.2.2-1335.gb806bdbd.el8.x86_ 3.6 MB/s | 4.8 MB 00:01 2024-05-13T13:54:12.871 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2024-05-13T13:54:13.100 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-test-2:18.2.2-1335.gb806bdbd.el8.x86_64 6/6 2024-05-13T13:54:13.125 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2024-05-13T13:54:13.162 INFO:teuthology.orchestra.run.smithi053.stdout:(3/32): ceph-mgr-18.2.2-1335.gb806bdbd.el8.x86_ 808 kB/s | 1.6 MB 00:01 2024-05-13T13:54:13.204 INFO:teuthology.orchestra.run.smithi053.stdout:(4/32): ceph-mds-18.2.2-1335.gb806bdbd.el8.x86_ 1.1 MB/s | 2.3 MB 00:02 2024-05-13T13:54:13.318 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2024-05-13T13:54:13.373 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-test-2:18.2.2-1335.gb806bdbd.el8.x86_64 6/6 2024-05-13T13:54:13.373 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-test-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/6 2024-05-13T13:54:13.373 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libcephsqlite-2:18.2.2-1335.gb806bdbd.el8.x86_64 2/6 2024-05-13T13:54:13.373 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2024-05-13T13:54:13.373 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : oniguruma-6.8.2-3.el8.x86_64 4/6 2024-05-13T13:54:13.373 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2024-05-13T13:54:13.396 INFO:teuthology.orchestra.run.smithi053.stdout:(5/32): ceph-mgr-modules-core-18.2.2-1335.gb806 1.0 MB/s | 246 kB 00:00 2024-05-13T13:54:13.498 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : oniguruma-6.8.2-3.el8.x86_64 3/6 2024-05-13T13:54:13.576 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: oniguruma-6.8.2-3.el8.x86_64 3/6 2024-05-13T13:54:13.679 INFO:teuthology.orchestra.run.smithi053.stdout:(6/32): python3-mako-1.0.6-14.el8.noarch.rpm 331 kB/s | 157 kB 00:00 2024-05-13T13:54:13.704 INFO:teuthology.orchestra.run.smithi053.stdout:(7/32): python3-markupsafe-0.23-19.el8.x86_64.r 126 kB/s | 39 kB 00:00 2024-05-13T13:54:13.785 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2024-05-13T13:54:13.798 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2024-05-13T13:54:13.798 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:54:13.798 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-05-13T13:54:13.799 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-test-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:13.799 INFO:teuthology.orchestra.run.smithi204.stdout: jq-1.6-8.el8.x86_64 2024-05-13T13:54:13.799 INFO:teuthology.orchestra.run.smithi204.stdout: libcephsqlite-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:13.799 INFO:teuthology.orchestra.run.smithi204.stdout: oniguruma-6.8.2-3.el8.x86_64 2024-05-13T13:54:13.799 INFO:teuthology.orchestra.run.smithi204.stdout: socat-1.7.4.1-1.el8.x86_64 2024-05-13T13:54:13.799 INFO:teuthology.orchestra.run.smithi204.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2024-05-13T13:54:13.799 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:54:13.799 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T13:54:13.956 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : libcephsqlite-2:18.2.2-1335.gb806bdbd.el8.x86_64 5/6 2024-05-13T13:54:14.024 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph 2024-05-13T13:54:14.047 INFO:teuthology.orchestra.run.smithi053.stdout:(8/32): python3-pytz-2017.2-11.el8.noarch.rpm 167 kB/s | 57 kB 00:00 2024-05-13T13:54:14.080 INFO:teuthology.orchestra.run.smithi053.stdout:(9/32): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 258 kB/s | 103 kB 00:00 2024-05-13T13:54:14.506 INFO:teuthology.orchestra.run.smithi053.stdout:(10/32): ceph-osd-18.2.2-1335.gb806bdbd.el8.x86 11 MB/s | 18 MB 00:01 2024-05-13T13:54:14.531 INFO:teuthology.orchestra.run.smithi053.stdout:(11/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 552 kB/s | 249 kB 00:00 2024-05-13T13:54:14.623 INFO:teuthology.orchestra.run.smithi053.stdout:(12/32): python3-pycparser-2.14-14.el8.noarch.r 1.2 MB/s | 109 kB 00:00 2024-05-13T13:54:14.689 INFO:teuthology.orchestra.run.smithi053.stdout:(13/32): python3-werkzeug-0.12.2-4.el8.noarch.r 712 kB/s | 457 kB 00:00 2024-05-13T13:54:14.770 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:00:54 ago on Mon 13 May 2024 01:53:20 PM UTC. 2024-05-13T13:54:14.940 INFO:teuthology.orchestra.run.smithi053.stdout:(14/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 137 kB/s | 44 kB 00:00 2024-05-13T13:54:14.965 INFO:teuthology.orchestra.run.smithi053.stdout:(15/32): python3-cryptography-3.2.1-7.el8.x86_6 1.4 MB/s | 641 kB 00:00 2024-05-13T13:54:15.057 INFO:teuthology.orchestra.run.smithi053.stdout:(16/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 511 kB/s | 185 kB 00:00 2024-05-13T13:54:15.149 INFO:teuthology.orchestra.run.smithi053.stdout:(17/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 827 kB/s | 173 kB 00:00 2024-05-13T13:54:15.174 INFO:teuthology.orchestra.run.smithi053.stdout:(18/32): python3-jaraco-6.2-6.el8.noarch.rpm 95 kB/s | 11 kB 00:00 2024-05-13T13:54:15.241 INFO:teuthology.orchestra.run.smithi053.stdout:(19/32): python3-jaraco-functools-2.0-4.el8.noa 192 kB/s | 18 kB 00:00 2024-05-13T13:54:15.266 INFO:teuthology.orchestra.run.smithi053.stdout:(20/32): python3-logutils-0.3.5-11.el8.noarch.r 530 kB/s | 49 kB 00:00 2024-05-13T13:54:15.350 INFO:teuthology.orchestra.run.smithi053.stdout:(21/32): python3-more-itertools-7.2.0-3.el8.noa 541 kB/s | 59 kB 00:00 2024-05-13T13:54:15.376 INFO:teuthology.orchestra.run.smithi053.stdout:(22/32): python3-cherrypy-18.4.0-1.el8.noarch.r 938 kB/s | 384 kB 00:00 2024-05-13T13:54:15.401 INFO:teuthology.orchestra.run.smithi053.stdout:(23/32): python3-pecan-1.3.2-9.el8.noarch.rpm 2.1 MB/s | 283 kB 00:00 2024-05-13T13:54:15.426 INFO:teuthology.orchestra.run.smithi053.stdout:(24/32): python3-portend-2.6-1.el8.noarch.rpm 206 kB/s | 16 kB 00:00 2024-05-13T13:54:15.453 INFO:teuthology.orchestra.run.smithi053.stdout:(25/32): python3-simplegeneric-0.8.1-17.el8.noa 248 kB/s | 19 kB 00:00 2024-05-13T13:54:15.468 INFO:teuthology.orchestra.run.smithi053.stdout:(26/32): python3-singledispatch-3.4.0.3-18.el8. 356 kB/s | 24 kB 00:00 2024-05-13T13:54:15.494 INFO:teuthology.orchestra.run.smithi053.stdout:(27/32): python3-tempora-1.14.1-5.el8.noarch.rp 436 kB/s | 29 kB 00:00 2024-05-13T13:54:15.519 INFO:teuthology.orchestra.run.smithi053.stdout:(28/32): python3-trustme-0.6.0-4.el8.noarch.rpm 411 kB/s | 27 kB 00:00 2024-05-13T13:54:15.594 INFO:teuthology.orchestra.run.smithi053.stdout:(29/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 2.4 MB/s | 251 kB 00:00 2024-05-13T13:54:15.619 INFO:teuthology.orchestra.run.smithi053.stdout:(30/32): python3-webtest-2.0.33-1.el8.noarch.rp 852 kB/s | 85 kB 00:00 2024-05-13T13:54:15.677 INFO:teuthology.orchestra.run.smithi053.stdout:(31/32): python3-waitress-1.4.3-1.el8.noarch.rp 1.2 MB/s | 255 kB 00:00 2024-05-13T13:54:15.703 INFO:teuthology.orchestra.run.smithi053.stdout:(32/32): python3-zc-lockfile-2.0-2.el8.noarch.r 211 kB/s | 23 kB 00:00 2024-05-13T13:54:15.708 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:54:15.708 INFO:teuthology.orchestra.run.smithi053.stdout:Total 6.0 MB/s | 31 MB 00:05 2024-05-13T13:54:15.793 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-05-13T13:54:15.834 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-05-13T13:54:15.835 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-05-13T13:54:16.153 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-05-13T13:54:16.156 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-05-13T13:54:16.449 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T13:54:16.453 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:54:16.453 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-05-13T13:54:16.453 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:54:16.453 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-05-13T13:54:16.453 INFO:teuthology.orchestra.run.smithi204.stdout: ceph x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 6.4 k 2024-05-13T13:54:16.453 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-05-13T13:54:16.453 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mds x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 2.3 M 2024-05-13T13:54:16.453 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 1.6 M 2024-05-13T13:54:16.453 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-modules-core noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 246 k 2024-05-13T13:54:16.453 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mon x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 4.8 M 2024-05-13T13:54:16.453 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-osd x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 18 M 2024-05-13T13:54:16.454 INFO:teuthology.orchestra.run.smithi204.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2024-05-13T13:54:16.454 INFO:teuthology.orchestra.run.smithi204.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2024-05-13T13:54:16.454 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2024-05-13T13:54:16.454 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2024-05-13T13:54:16.454 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2024-05-13T13:54:16.454 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cryptography x86_64 3.2.1-7.el8 baseos 641 k 2024-05-13T13:54:16.454 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2024-05-13T13:54:16.454 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2024-05-13T13:54:16.454 INFO:teuthology.orchestra.run.smithi204.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2024-05-13T13:54:16.454 INFO:teuthology.orchestra.run.smithi204.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2024-05-13T13:54:16.454 INFO:teuthology.orchestra.run.smithi204.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2024-05-13T13:54:16.454 INFO:teuthology.orchestra.run.smithi204.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2024-05-13T13:54:16.454 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2024-05-13T13:54:16.454 INFO:teuthology.orchestra.run.smithi204.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2024-05-13T13:54:16.455 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2024-05-13T13:54:16.455 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2024-05-13T13:54:16.455 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2024-05-13T13:54:16.455 INFO:teuthology.orchestra.run.smithi204.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2024-05-13T13:54:16.455 INFO:teuthology.orchestra.run.smithi204.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2024-05-13T13:54:16.455 INFO:teuthology.orchestra.run.smithi204.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2024-05-13T13:54:16.455 INFO:teuthology.orchestra.run.smithi204.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2024-05-13T13:54:16.455 INFO:teuthology.orchestra.run.smithi204.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2024-05-13T13:54:16.455 INFO:teuthology.orchestra.run.smithi204.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2024-05-13T13:54:16.455 INFO:teuthology.orchestra.run.smithi204.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2024-05-13T13:54:16.455 INFO:teuthology.orchestra.run.smithi204.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2024-05-13T13:54:16.455 INFO:teuthology.orchestra.run.smithi204.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2024-05-13T13:54:16.455 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:54:16.455 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-05-13T13:54:16.455 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:54:16.456 INFO:teuthology.orchestra.run.smithi204.stdout:Install 32 Packages 2024-05-13T13:54:16.456 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:54:16.456 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 31 M 2024-05-13T13:54:16.456 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 124 M 2024-05-13T13:54:16.456 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-05-13T13:54:17.288 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-05-13T13:54:17.343 INFO:teuthology.orchestra.run.smithi204.stdout:(1/32): ceph-18.2.2-1335.gb806bdbd.el8.x86_64.r 21 kB/s | 6.4 kB 00:00 2024-05-13T13:54:17.499 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2024-05-13T13:54:17.652 INFO:teuthology.orchestra.run.smithi204.stdout:(2/32): ceph-mds-18.2.2-1335.gb806bdbd.el8.x86_ 3.7 MB/s | 2.3 MB 00:00 2024-05-13T13:54:17.707 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2024-05-13T13:54:17.919 INFO:teuthology.orchestra.run.smithi204.stdout:(3/32): ceph-mgr-18.2.2-1335.gb806bdbd.el8.x86_ 1.8 MB/s | 1.6 MB 00:00 2024-05-13T13:54:17.936 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2024-05-13T13:54:18.019 INFO:teuthology.orchestra.run.smithi204.stdout:(4/32): ceph-mgr-modules-core-18.2.2-1335.gb806 2.4 MB/s | 246 kB 00:00 2024-05-13T13:54:18.222 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2024-05-13T13:54:18.361 INFO:teuthology.orchestra.run.smithi204.stdout:(5/32): ceph-mon-18.2.2-1335.gb806bdbd.el8.x86_ 4.8 MB/s | 4.8 MB 00:01 2024-05-13T13:54:18.437 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2024-05-13T13:54:18.469 INFO:teuthology.orchestra.run.smithi204.stdout:(6/32): python3-mako-1.0.6-14.el8.noarch.rpm 349 kB/s | 157 kB 00:00 2024-05-13T13:54:18.474 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: libcephsqlite-2:18.2.2-1335.gb806bdbd.el8.x86_64 5/6 2024-05-13T13:54:18.620 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2024-05-13T13:54:18.720 INFO:teuthology.orchestra.run.smithi204.stdout:(7/32): ceph-osd-18.2.2-1335.gb806bdbd.el8.x86_ 17 MB/s | 18 MB 00:01 2024-05-13T13:54:18.737 INFO:teuthology.orchestra.run.smithi204.stdout:(8/32): python3-markupsafe-0.23-19.el8.x86_64.r 103 kB/s | 39 kB 00:00 2024-05-13T13:54:18.745 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : ceph-test-2:18.2.2-1335.gb806bdbd.el8.x86_64 6/6 2024-05-13T13:54:18.819 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2024-05-13T13:54:19.005 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2024-05-13T13:54:19.031 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: ceph-test-2:18.2.2-1335.gb806bdbd.el8.x86_64 6/6 2024-05-13T13:54:19.031 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : ceph-test-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/6 2024-05-13T13:54:19.031 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : libcephsqlite-2:18.2.2-1335.gb806bdbd.el8.x86_64 2/6 2024-05-13T13:54:19.032 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2024-05-13T13:54:19.032 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : oniguruma-6.8.2-3.el8.x86_64 4/6 2024-05-13T13:54:19.032 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2024-05-13T13:54:19.054 INFO:teuthology.orchestra.run.smithi204.stdout:(9/32): python3-pytz-2017.2-11.el8.noarch.rpm 171 kB/s | 57 kB 00:00 2024-05-13T13:54:19.079 INFO:teuthology.orchestra.run.smithi204.stdout:(10/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 170 kB/s | 103 kB 00:00 2024-05-13T13:54:19.200 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2024-05-13T13:54:19.313 INFO:teuthology.orchestra.run.smithi204.stdout:(11/32): python3-werkzeug-0.12.2-4.el8.noarch.r 795 kB/s | 457 kB 00:00 2024-05-13T13:54:19.413 INFO:teuthology.orchestra.run.smithi204.stdout:(12/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 694 kB/s | 249 kB 00:00 2024-05-13T13:54:19.420 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2024-05-13T13:54:19.454 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2024-05-13T13:54:19.454 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:54:19.454 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2024-05-13T13:54:19.454 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-test-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:19.454 INFO:teuthology.orchestra.run.smithi086.stdout: jq-1.6-8.el8.x86_64 2024-05-13T13:54:19.454 INFO:teuthology.orchestra.run.smithi086.stdout: libcephsqlite-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:19.454 INFO:teuthology.orchestra.run.smithi086.stdout: oniguruma-6.8.2-3.el8.x86_64 2024-05-13T13:54:19.454 INFO:teuthology.orchestra.run.smithi086.stdout: socat-1.7.4.1-1.el8.x86_64 2024-05-13T13:54:19.454 INFO:teuthology.orchestra.run.smithi086.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2024-05-13T13:54:19.455 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:54:19.455 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T13:54:19.471 INFO:teuthology.orchestra.run.smithi204.stdout:(13/32): python3-cryptography-3.2.1-7.el8.x86_6 1.6 MB/s | 641 kB 00:00 2024-05-13T13:54:19.555 INFO:teuthology.orchestra.run.smithi204.stdout:(14/32): python3-pycparser-2.14-14.el8.noarch.r 450 kB/s | 109 kB 00:00 2024-05-13T13:54:19.682 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install ceph 2024-05-13T13:54:19.683 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2024-05-13T13:54:19.755 INFO:teuthology.orchestra.run.smithi204.stdout:(15/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 127 kB/s | 44 kB 00:00 2024-05-13T13:54:19.864 INFO:teuthology.orchestra.run.smithi204.stdout:(16/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 478 kB/s | 185 kB 00:00 2024-05-13T13:54:19.906 INFO:teuthology.orchestra.run.smithi204.stdout:(17/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 493 kB/s | 173 kB 00:00 2024-05-13T13:54:19.908 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2024-05-13T13:54:19.948 INFO:teuthology.orchestra.run.smithi204.stdout:(18/32): python3-jaraco-6.2-6.el8.noarch.rpm 132 kB/s | 11 kB 00:00 2024-05-13T13:54:20.040 INFO:teuthology.orchestra.run.smithi204.stdout:(19/32): python3-cherrypy-18.4.0-1.el8.noarch.r 1.3 MB/s | 384 kB 00:00 2024-05-13T13:54:20.065 INFO:teuthology.orchestra.run.smithi204.stdout:(20/32): python3-logutils-0.3.5-11.el8.noarch.r 417 kB/s | 49 kB 00:00 2024-05-13T13:54:20.091 INFO:teuthology.orchestra.run.smithi204.stdout:(21/32): python3-jaraco-functools-2.0-4.el8.noa 95 kB/s | 18 kB 00:00 2024-05-13T13:54:20.116 INFO:teuthology.orchestra.run.smithi204.stdout:(22/32): python3-more-itertools-7.2.0-3.el8.noa 778 kB/s | 59 kB 00:00 2024-05-13T13:54:20.167 INFO:teuthology.orchestra.run.smithi204.stdout:(23/32): python3-portend-2.6-1.el8.noarch.rpm 207 kB/s | 16 kB 00:00 2024-05-13T13:54:20.208 INFO:teuthology.orchestra.run.smithi204.stdout:(24/32): python3-pecan-1.3.2-9.el8.noarch.rpm 1.9 MB/s | 283 kB 00:00 2024-05-13T13:54:20.234 INFO:teuthology.orchestra.run.smithi204.stdout:(25/32): python3-simplegeneric-0.8.1-17.el8.noa 159 kB/s | 19 kB 00:00 2024-05-13T13:54:20.259 INFO:teuthology.orchestra.run.smithi204.stdout:(26/32): python3-singledispatch-3.4.0.3-18.el8. 259 kB/s | 24 kB 00:00 2024-05-13T13:54:20.284 INFO:teuthology.orchestra.run.smithi204.stdout:(27/32): python3-tempora-1.14.1-5.el8.noarch.rp 387 kB/s | 29 kB 00:00 2024-05-13T13:54:20.309 INFO:teuthology.orchestra.run.smithi204.stdout:(28/32): python3-trustme-0.6.0-4.el8.noarch.rpm 365 kB/s | 27 kB 00:00 2024-05-13T13:54:20.311 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2024-05-13T13:54:20.377 INFO:teuthology.orchestra.run.smithi204.stdout:(29/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 2.7 MB/s | 251 kB 00:00 2024-05-13T13:54:20.402 INFO:teuthology.orchestra.run.smithi204.stdout:(30/32): python3-waitress-1.4.3-1.el8.noarch.rp 1.7 MB/s | 255 kB 00:00 2024-05-13T13:54:20.412 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:00:57 ago on Mon 13 May 2024 01:53:23 PM UTC. 2024-05-13T13:54:20.427 INFO:teuthology.orchestra.run.smithi204.stdout:(31/32): python3-webtest-2.0.33-1.el8.noarch.rp 730 kB/s | 85 kB 00:00 2024-05-13T13:54:20.452 INFO:teuthology.orchestra.run.smithi204.stdout:(32/32): python3-zc-lockfile-2.0-2.el8.noarch.r 305 kB/s | 23 kB 00:00 2024-05-13T13:54:20.457 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:54:20.457 INFO:teuthology.orchestra.run.smithi204.stdout:Total 7.7 MB/s | 31 MB 00:04 2024-05-13T13:54:20.540 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-05-13T13:54:20.577 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-cryptography-3.2.1-7.el8.x86_64 14/32 2024-05-13T13:54:20.578 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-05-13T13:54:20.578 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-05-13T13:54:20.765 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2024-05-13T13:54:20.886 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-05-13T13:54:20.889 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-05-13T13:54:21.027 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2024-05-13T13:54:21.275 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2024-05-13T13:54:21.565 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2024-05-13T13:54:21.772 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2024-05-13T13:54:21.970 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-05-13T13:54:21.977 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2024-05-13T13:54:22.063 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T13:54:22.066 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:54:22.066 INFO:teuthology.orchestra.run.smithi086.stdout: Package Arch Version Repository Size 2024-05-13T13:54:22.066 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:54:22.067 INFO:teuthology.orchestra.run.smithi086.stdout:Installing: 2024-05-13T13:54:22.067 INFO:teuthology.orchestra.run.smithi086.stdout: ceph x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 6.4 k 2024-05-13T13:54:22.067 INFO:teuthology.orchestra.run.smithi086.stdout:Installing dependencies: 2024-05-13T13:54:22.067 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-mds x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 2.3 M 2024-05-13T13:54:22.067 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-mgr x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 1.6 M 2024-05-13T13:54:22.067 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-mgr-modules-core noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 246 k 2024-05-13T13:54:22.067 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-mon x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 4.8 M 2024-05-13T13:54:22.067 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-osd x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 18 M 2024-05-13T13:54:22.067 INFO:teuthology.orchestra.run.smithi086.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2024-05-13T13:54:22.067 INFO:teuthology.orchestra.run.smithi086.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2024-05-13T13:54:22.067 INFO:teuthology.orchestra.run.smithi086.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2024-05-13T13:54:22.067 INFO:teuthology.orchestra.run.smithi086.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2024-05-13T13:54:22.067 INFO:teuthology.orchestra.run.smithi086.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2024-05-13T13:54:22.067 INFO:teuthology.orchestra.run.smithi086.stdout: python3-cryptography x86_64 3.2.1-7.el8 baseos 641 k 2024-05-13T13:54:22.068 INFO:teuthology.orchestra.run.smithi086.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2024-05-13T13:54:22.068 INFO:teuthology.orchestra.run.smithi086.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2024-05-13T13:54:22.068 INFO:teuthology.orchestra.run.smithi086.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2024-05-13T13:54:22.068 INFO:teuthology.orchestra.run.smithi086.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2024-05-13T13:54:22.068 INFO:teuthology.orchestra.run.smithi086.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2024-05-13T13:54:22.068 INFO:teuthology.orchestra.run.smithi086.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2024-05-13T13:54:22.068 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2024-05-13T13:54:22.068 INFO:teuthology.orchestra.run.smithi086.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2024-05-13T13:54:22.068 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2024-05-13T13:54:22.068 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2024-05-13T13:54:22.068 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2024-05-13T13:54:22.068 INFO:teuthology.orchestra.run.smithi086.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2024-05-13T13:54:22.068 INFO:teuthology.orchestra.run.smithi086.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2024-05-13T13:54:22.068 INFO:teuthology.orchestra.run.smithi086.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2024-05-13T13:54:22.069 INFO:teuthology.orchestra.run.smithi086.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2024-05-13T13:54:22.069 INFO:teuthology.orchestra.run.smithi086.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2024-05-13T13:54:22.069 INFO:teuthology.orchestra.run.smithi086.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2024-05-13T13:54:22.069 INFO:teuthology.orchestra.run.smithi086.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2024-05-13T13:54:22.069 INFO:teuthology.orchestra.run.smithi086.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2024-05-13T13:54:22.069 INFO:teuthology.orchestra.run.smithi086.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2024-05-13T13:54:22.069 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:54:22.069 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2024-05-13T13:54:22.069 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:54:22.069 INFO:teuthology.orchestra.run.smithi086.stdout:Install 32 Packages 2024-05-13T13:54:22.069 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:54:22.070 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 31 M 2024-05-13T13:54:22.070 INFO:teuthology.orchestra.run.smithi086.stdout:Installed size: 124 M 2024-05-13T13:54:22.070 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2024-05-13T13:54:22.181 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2024-05-13T13:54:22.400 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2024-05-13T13:54:22.609 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2024-05-13T13:54:22.637 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2024-05-13T13:54:22.854 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2024-05-13T13:54:22.924 INFO:teuthology.orchestra.run.smithi086.stdout:(1/32): ceph-18.2.2-1335.gb806bdbd.el8.x86_64.r 27 kB/s | 6.4 kB 00:00 2024-05-13T13:54:22.925 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2024-05-13T13:54:23.055 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2024-05-13T13:54:23.162 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2024-05-13T13:54:23.219 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2024-05-13T13:54:23.257 INFO:teuthology.orchestra.run.smithi086.stdout:(2/32): ceph-mgr-18.2.2-1335.gb806bdbd.el8.x86_ 2.7 MB/s | 1.6 MB 00:00 2024-05-13T13:54:23.406 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2024-05-13T13:54:23.556 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2024-05-13T13:54:23.559 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2024-05-13T13:54:23.772 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2024-05-13T13:54:23.774 INFO:teuthology.orchestra.run.smithi086.stdout:(3/32): ceph-mon-18.2.2-1335.gb806bdbd.el8.x86_ 5.7 MB/s | 4.8 MB 00:00 2024-05-13T13:54:23.866 INFO:teuthology.orchestra.run.smithi086.stdout:(4/32): ceph-mgr-modules-core-18.2.2-1335.gb806 2.6 MB/s | 246 kB 00:00 2024-05-13T13:54:23.890 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2024-05-13T13:54:24.018 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2024-05-13T13:54:24.202 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2024-05-13T13:54:24.231 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2024-05-13T13:54:24.308 INFO:teuthology.orchestra.run.smithi086.stdout:(5/32): ceph-osd-18.2.2-1335.gb806bdbd.el8.x86_ 18 MB/s | 18 MB 00:01 2024-05-13T13:54:24.333 INFO:teuthology.orchestra.run.smithi086.stdout:(6/32): python3-mako-1.0.6-14.el8.noarch.rpm 336 kB/s | 157 kB 00:00 2024-05-13T13:54:24.464 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2024-05-13T13:54:24.609 INFO:teuthology.orchestra.run.smithi086.stdout:(7/32): python3-markupsafe-0.23-19.el8.x86_64.r 129 kB/s | 39 kB 00:00 2024-05-13T13:54:24.667 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mgr-modules-core-2:18.2.2-1335.gb806bdbd.el8. 27/32 2024-05-13T13:54:24.767 INFO:teuthology.orchestra.run.smithi086.stdout:(8/32): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 238 kB/s | 103 kB 00:00 2024-05-13T13:54:24.852 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2024-05-13T13:54:24.866 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mgr-2:18.2.2-1335.gb806bdbd.el8.x86_64 28/32 2024-05-13T13:54:24.951 INFO:teuthology.orchestra.run.smithi086.stdout:(9/32): python3-pytz-2017.2-11.el8.noarch.rpm 167 kB/s | 57 kB 00:00 2024-05-13T13:54:25.095 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-cryptography-3.2.1-7.el8.x86_64 14/32 2024-05-13T13:54:25.218 INFO:teuthology.orchestra.run.smithi086.stdout:(10/32): ceph-mds-18.2.2-1335.gb806bdbd.el8.x86 920 kB/s | 2.3 MB 00:02 2024-05-13T13:54:25.275 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2024-05-13T13:54:25.293 INFO:teuthology.orchestra.run.smithi086.stdout:(11/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 728 kB/s | 249 kB 00:00 2024-05-13T13:54:25.335 INFO:teuthology.orchestra.run.smithi086.stdout:(12/32): python3-werkzeug-0.12.2-4.el8.noarch.r 806 kB/s | 457 kB 00:00 2024-05-13T13:54:25.385 INFO:teuthology.orchestra.run.smithi086.stdout:(13/32): python3-pycparser-2.14-14.el8.noarch.r 1.2 MB/s | 109 kB 00:00 2024-05-13T13:54:25.552 INFO:teuthology.orchestra.run.smithi086.stdout:(14/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 201 kB/s | 44 kB 00:00 2024-05-13T13:54:25.558 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2024-05-13T13:54:25.661 INFO:teuthology.orchestra.run.smithi086.stdout:(15/32): python3-cryptography-3.2.1-7.el8.x86_6 1.4 MB/s | 641 kB 00:00 2024-05-13T13:54:25.686 INFO:teuthology.orchestra.run.smithi086.stdout:(16/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 616 kB/s | 185 kB 00:00 2024-05-13T13:54:25.712 INFO:teuthology.orchestra.run.smithi086.stdout:(17/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 1.1 MB/s | 173 kB 00:00 2024-05-13T13:54:25.754 INFO:teuthology.orchestra.run.smithi086.stdout:(18/32): python3-jaraco-6.2-6.el8.noarch.rpm 166 kB/s | 11 kB 00:00 2024-05-13T13:54:25.779 INFO:teuthology.orchestra.run.smithi086.stdout:(19/32): python3-jaraco-functools-2.0-4.el8.noa 262 kB/s | 18 kB 00:00 2024-05-13T13:54:25.785 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2024-05-13T13:54:25.821 INFO:teuthology.orchestra.run.smithi086.stdout:(20/32): python3-logutils-0.3.5-11.el8.noarch.r 729 kB/s | 49 kB 00:00 2024-05-13T13:54:25.846 INFO:teuthology.orchestra.run.smithi086.stdout:(21/32): python3-more-itertools-7.2.0-3.el8.noa 881 kB/s | 59 kB 00:00 2024-05-13T13:54:25.913 INFO:teuthology.orchestra.run.smithi086.stdout:(22/32): python3-portend-2.6-1.el8.noarch.rpm 234 kB/s | 16 kB 00:00 2024-05-13T13:54:25.938 INFO:teuthology.orchestra.run.smithi086.stdout:(23/32): python3-pecan-1.3.2-9.el8.noarch.rpm 2.4 MB/s | 283 kB 00:00 2024-05-13T13:54:25.980 INFO:teuthology.orchestra.run.smithi086.stdout:(24/32): python3-simplegeneric-0.8.1-17.el8.noa 280 kB/s | 19 kB 00:00 2024-05-13T13:54:26.014 INFO:teuthology.orchestra.run.smithi086.stdout:(25/32): python3-cherrypy-18.4.0-1.el8.noarch.r 1.1 MB/s | 384 kB 00:00 2024-05-13T13:54:26.039 INFO:teuthology.orchestra.run.smithi086.stdout:(26/32): python3-singledispatch-3.4.0.3-18.el8. 237 kB/s | 24 kB 00:00 2024-05-13T13:54:26.066 INFO:teuthology.orchestra.run.smithi086.stdout:(27/32): python3-tempora-1.14.1-5.el8.noarch.rp 348 kB/s | 29 kB 00:00 2024-05-13T13:54:26.090 INFO:teuthology.orchestra.run.smithi086.stdout:(28/32): python3-trustme-0.6.0-4.el8.noarch.rpm 365 kB/s | 27 kB 00:00 2024-05-13T13:54:26.097 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2024-05-13T13:54:26.115 INFO:teuthology.orchestra.run.smithi086.stdout:(29/32): python3-waitress-1.4.3-1.el8.noarch.rp 3.3 MB/s | 255 kB 00:00 2024-05-13T13:54:26.157 INFO:teuthology.orchestra.run.smithi086.stdout:(30/32): python3-webtest-2.0.33-1.el8.noarch.rp 1.2 MB/s | 85 kB 00:00 2024-05-13T13:54:26.182 INFO:teuthology.orchestra.run.smithi086.stdout:(31/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 2.1 MB/s | 251 kB 00:00 2024-05-13T13:54:26.235 INFO:teuthology.orchestra.run.smithi086.stdout:(32/32): python3-zc-lockfile-2.0-2.el8.noarch.r 193 kB/s | 23 kB 00:00 2024-05-13T13:54:26.236 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:54:26.237 INFO:teuthology.orchestra.run.smithi086.stdout:Total 7.4 MB/s | 31 MB 00:04 2024-05-13T13:54:26.307 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2024-05-13T13:54:26.319 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2024-05-13T13:54:26.357 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2024-05-13T13:54:26.357 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2024-05-13T13:54:26.461 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2024-05-13T13:54:26.626 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mgr-2:18.2.2-1335.gb806bdbd.el8.x86_64 28/32 2024-05-13T13:54:26.630 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2024-05-13T13:54:26.671 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2024-05-13T13:54:26.674 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2024-05-13T13:54:26.832 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-osd-2:18.2.2-1335.gb806bdbd.el8.x86_64 29/32 2024-05-13T13:54:26.843 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2024-05-13T13:54:27.054 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2024-05-13T13:54:27.290 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2024-05-13T13:54:27.340 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-osd-2:18.2.2-1335.gb806bdbd.el8.x86_64 29/32 2024-05-13T13:54:27.581 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mon-2:18.2.2-1335.gb806bdbd.el8.x86_64 30/32 2024-05-13T13:54:27.624 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2024-05-13T13:54:27.806 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mon-2:18.2.2-1335.gb806bdbd.el8.x86_64 30/32 2024-05-13T13:54:27.813 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2024-05-13T13:54:27.964 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mds-2:18.2.2-1335.gb806bdbd.el8.x86_64 31/32 2024-05-13T13:54:27.982 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mds-2:18.2.2-1335.gb806bdbd.el8.x86_64 31/32 2024-05-13T13:54:28.092 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2024-05-13T13:54:28.114 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-2:18.2.2-1335.gb806bdbd.el8.x86_64 32/32 2024-05-13T13:54:28.337 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2024-05-13T13:54:28.439 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2024-05-13T13:54:28.539 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-2:18.2.2-1335.gb806bdbd.el8.x86_64 32/32 2024-05-13T13:54:28.539 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/32 2024-05-13T13:54:28.539 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mds-2:18.2.2-1335.gb806bdbd.el8.x86_64 2/32 2024-05-13T13:54:28.539 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mgr-2:18.2.2-1335.gb806bdbd.el8.x86_64 3/32 2024-05-13T13:54:28.539 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mon-2:18.2.2-1335.gb806bdbd.el8.x86_64 4/32 2024-05-13T13:54:28.539 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-osd-2:18.2.2-1335.gb806bdbd.el8.x86_64 5/32 2024-05-13T13:54:28.539 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mgr-modules-core-2:18.2.2-1335.gb806bdbd.el8. 6/32 2024-05-13T13:54:28.539 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2024-05-13T13:54:28.539 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2024-05-13T13:54:28.540 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2024-05-13T13:54:28.540 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2024-05-13T13:54:28.540 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2024-05-13T13:54:28.540 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2024-05-13T13:54:28.540 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-cryptography-3.2.1-7.el8.x86_64 13/32 2024-05-13T13:54:28.540 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2024-05-13T13:54:28.540 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2024-05-13T13:54:28.540 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2024-05-13T13:54:28.540 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2024-05-13T13:54:28.540 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2024-05-13T13:54:28.540 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2024-05-13T13:54:28.540 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2024-05-13T13:54:28.540 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2024-05-13T13:54:28.540 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2024-05-13T13:54:28.540 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2024-05-13T13:54:28.541 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2024-05-13T13:54:28.541 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2024-05-13T13:54:28.541 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2024-05-13T13:54:28.541 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2024-05-13T13:54:28.541 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2024-05-13T13:54:28.541 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2024-05-13T13:54:28.541 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2024-05-13T13:54:28.541 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2024-05-13T13:54:28.614 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2024-05-13T13:54:28.823 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-mgr-modules-core-2:18.2.2-1335.gb806bdbd.el8. 27/32 2024-05-13T13:54:28.876 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2024-05-13T13:54:29.034 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-mgr-2:18.2.2-1335.gb806bdbd.el8.x86_64 28/32 2024-05-13T13:54:29.058 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2024-05-13T13:54:29.264 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2024-05-13T13:54:29.379 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2024-05-13T13:54:29.379 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:54:29.379 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-05-13T13:54:29.379 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:29.380 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mds-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:29.380 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:29.380 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-modules-core-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:54:29.380 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mon-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:29.380 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-osd-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:29.380 INFO:teuthology.orchestra.run.smithi053.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2024-05-13T13:54:29.380 INFO:teuthology.orchestra.run.smithi053.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2024-05-13T13:54:29.380 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cffi-1.11.5-6.el8.x86_64 2024-05-13T13:54:29.380 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cheroot-8.5.2-1.el8.noarch 2024-05-13T13:54:29.380 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2024-05-13T13:54:29.380 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cryptography-3.2.1-7.el8.x86_64 2024-05-13T13:54:29.380 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco-6.2-6.el8.noarch 2024-05-13T13:54:29.380 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2024-05-13T13:54:29.381 INFO:teuthology.orchestra.run.smithi053.stdout: python3-logutils-0.3.5-11.el8.noarch 2024-05-13T13:54:29.381 INFO:teuthology.orchestra.run.smithi053.stdout: python3-mako-1.0.6-14.el8.noarch 2024-05-13T13:54:29.381 INFO:teuthology.orchestra.run.smithi053.stdout: python3-markupsafe-0.23-19.el8.x86_64 2024-05-13T13:54:29.381 INFO:teuthology.orchestra.run.smithi053.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2024-05-13T13:54:29.381 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pecan-1.3.2-9.el8.noarch 2024-05-13T13:54:29.381 INFO:teuthology.orchestra.run.smithi053.stdout: python3-portend-2.6-1.el8.noarch 2024-05-13T13:54:29.381 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2024-05-13T13:54:29.381 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pycparser-2.14-14.el8.noarch 2024-05-13T13:54:29.381 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pytz-2017.2-11.el8.noarch 2024-05-13T13:54:29.381 INFO:teuthology.orchestra.run.smithi053.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2024-05-13T13:54:29.381 INFO:teuthology.orchestra.run.smithi053.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2024-05-13T13:54:29.381 INFO:teuthology.orchestra.run.smithi053.stdout: python3-tempora-1.14.1-5.el8.noarch 2024-05-13T13:54:29.381 INFO:teuthology.orchestra.run.smithi053.stdout: python3-trustme-0.6.0-4.el8.noarch 2024-05-13T13:54:29.381 INFO:teuthology.orchestra.run.smithi053.stdout: python3-waitress-1.4.3-1.el8.noarch 2024-05-13T13:54:29.382 INFO:teuthology.orchestra.run.smithi053.stdout: python3-webob-1.8.5-1.el8.1.noarch 2024-05-13T13:54:29.382 INFO:teuthology.orchestra.run.smithi053.stdout: python3-webtest-2.0.33-1.el8.noarch 2024-05-13T13:54:29.382 INFO:teuthology.orchestra.run.smithi053.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2024-05-13T13:54:29.382 INFO:teuthology.orchestra.run.smithi053.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2024-05-13T13:54:29.382 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:54:29.382 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T13:54:29.474 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2024-05-13T13:54:29.643 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2024-05-13T13:54:29.669 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-base 2024-05-13T13:54:29.893 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2024-05-13T13:54:30.158 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2024-05-13T13:54:30.436 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2024-05-13T13:54:30.463 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:23 ago on Mon 13 May 2024 01:53:07 PM UTC. 2024-05-13T13:54:30.676 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2024-05-13T13:54:30.683 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-mgr-2:18.2.2-1335.gb806bdbd.el8.x86_64 28/32 2024-05-13T13:54:30.875 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-osd-2:18.2.2-1335.gb806bdbd.el8.x86_64 29/32 2024-05-13T13:54:31.100 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2024-05-13T13:54:31.348 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-cryptography-3.2.1-7.el8.x86_64 14/32 2024-05-13T13:54:31.353 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-osd-2:18.2.2-1335.gb806bdbd.el8.x86_64 29/32 2024-05-13T13:54:31.557 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-mon-2:18.2.2-1335.gb806bdbd.el8.x86_64 30/32 2024-05-13T13:54:31.561 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2024-05-13T13:54:31.770 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-mon-2:18.2.2-1335.gb806bdbd.el8.x86_64 30/32 2024-05-13T13:54:31.818 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2024-05-13T13:54:31.950 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-mds-2:18.2.2-1335.gb806bdbd.el8.x86_64 31/32 2024-05-13T13:54:31.968 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-mds-2:18.2.2-1335.gb806bdbd.el8.x86_64 31/32 2024-05-13T13:54:32.079 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2024-05-13T13:54:32.099 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-2:18.2.2-1335.gb806bdbd.el8.x86_64 32/32 2024-05-13T13:54:32.179 INFO:teuthology.orchestra.run.smithi053.stdout:Package ceph-base-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T13:54:32.233 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T13:54:32.234 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-05-13T13:54:32.234 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T13:54:32.364 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install cephadm 2024-05-13T13:54:32.386 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2024-05-13T13:54:32.496 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-2:18.2.2-1335.gb806bdbd.el8.x86_64 32/32 2024-05-13T13:54:32.497 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/32 2024-05-13T13:54:32.497 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-mds-2:18.2.2-1335.gb806bdbd.el8.x86_64 2/32 2024-05-13T13:54:32.497 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-mgr-2:18.2.2-1335.gb806bdbd.el8.x86_64 3/32 2024-05-13T13:54:32.497 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-mon-2:18.2.2-1335.gb806bdbd.el8.x86_64 4/32 2024-05-13T13:54:32.497 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-osd-2:18.2.2-1335.gb806bdbd.el8.x86_64 5/32 2024-05-13T13:54:32.497 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-mgr-modules-core-2:18.2.2-1335.gb806bdbd.el8. 6/32 2024-05-13T13:54:32.497 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2024-05-13T13:54:32.497 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2024-05-13T13:54:32.497 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2024-05-13T13:54:32.497 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2024-05-13T13:54:32.497 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2024-05-13T13:54:32.497 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2024-05-13T13:54:32.497 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-cryptography-3.2.1-7.el8.x86_64 13/32 2024-05-13T13:54:32.498 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2024-05-13T13:54:32.498 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2024-05-13T13:54:32.498 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2024-05-13T13:54:32.498 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2024-05-13T13:54:32.498 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2024-05-13T13:54:32.498 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2024-05-13T13:54:32.498 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2024-05-13T13:54:32.498 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2024-05-13T13:54:32.498 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2024-05-13T13:54:32.498 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2024-05-13T13:54:32.498 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2024-05-13T13:54:32.499 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2024-05-13T13:54:32.499 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2024-05-13T13:54:32.499 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2024-05-13T13:54:32.499 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2024-05-13T13:54:32.499 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2024-05-13T13:54:32.499 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2024-05-13T13:54:32.499 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2024-05-13T13:54:32.659 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2024-05-13T13:54:32.831 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2024-05-13T13:54:33.008 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2024-05-13T13:54:33.154 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:26 ago on Mon 13 May 2024 01:53:07 PM UTC. 2024-05-13T13:54:33.293 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2024-05-13T13:54:33.507 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2024-05-13T13:54:33.642 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2024-05-13T13:54:33.643 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:54:33.643 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-05-13T13:54:33.643 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:33.643 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mds-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:33.643 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:33.643 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-modules-core-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:54:33.643 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mon-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:33.643 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-osd-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:33.643 INFO:teuthology.orchestra.run.smithi204.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2024-05-13T13:54:33.643 INFO:teuthology.orchestra.run.smithi204.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2024-05-13T13:54:33.643 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cffi-1.11.5-6.el8.x86_64 2024-05-13T13:54:33.643 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cheroot-8.5.2-1.el8.noarch 2024-05-13T13:54:33.643 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2024-05-13T13:54:33.644 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cryptography-3.2.1-7.el8.x86_64 2024-05-13T13:54:33.644 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco-6.2-6.el8.noarch 2024-05-13T13:54:33.644 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2024-05-13T13:54:33.644 INFO:teuthology.orchestra.run.smithi204.stdout: python3-logutils-0.3.5-11.el8.noarch 2024-05-13T13:54:33.644 INFO:teuthology.orchestra.run.smithi204.stdout: python3-mako-1.0.6-14.el8.noarch 2024-05-13T13:54:33.644 INFO:teuthology.orchestra.run.smithi204.stdout: python3-markupsafe-0.23-19.el8.x86_64 2024-05-13T13:54:33.644 INFO:teuthology.orchestra.run.smithi204.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2024-05-13T13:54:33.644 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pecan-1.3.2-9.el8.noarch 2024-05-13T13:54:33.644 INFO:teuthology.orchestra.run.smithi204.stdout: python3-portend-2.6-1.el8.noarch 2024-05-13T13:54:33.644 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2024-05-13T13:54:33.644 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pycparser-2.14-14.el8.noarch 2024-05-13T13:54:33.644 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pytz-2017.2-11.el8.noarch 2024-05-13T13:54:33.644 INFO:teuthology.orchestra.run.smithi204.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2024-05-13T13:54:33.644 INFO:teuthology.orchestra.run.smithi204.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2024-05-13T13:54:33.644 INFO:teuthology.orchestra.run.smithi204.stdout: python3-tempora-1.14.1-5.el8.noarch 2024-05-13T13:54:33.645 INFO:teuthology.orchestra.run.smithi204.stdout: python3-trustme-0.6.0-4.el8.noarch 2024-05-13T13:54:33.645 INFO:teuthology.orchestra.run.smithi204.stdout: python3-waitress-1.4.3-1.el8.noarch 2024-05-13T13:54:33.645 INFO:teuthology.orchestra.run.smithi204.stdout: python3-webob-1.8.5-1.el8.1.noarch 2024-05-13T13:54:33.645 INFO:teuthology.orchestra.run.smithi204.stdout: python3-webtest-2.0.33-1.el8.noarch 2024-05-13T13:54:33.645 INFO:teuthology.orchestra.run.smithi204.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2024-05-13T13:54:33.645 INFO:teuthology.orchestra.run.smithi204.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2024-05-13T13:54:33.645 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:54:33.645 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T13:54:33.721 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2024-05-13T13:54:33.890 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-base 2024-05-13T13:54:34.087 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2024-05-13T13:54:34.417 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2024-05-13T13:54:34.669 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:14 ago on Mon 13 May 2024 01:53:20 PM UTC. 2024-05-13T13:54:34.807 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : ceph-mgr-modules-core-2:18.2.2-1335.gb806bdbd.el8. 27/32 2024-05-13T13:54:34.938 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T13:54:34.938 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:54:34.938 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-05-13T13:54:34.939 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:54:34.939 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-05-13T13:54:34.939 INFO:teuthology.orchestra.run.smithi053.stdout: cephadm noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 173 k 2024-05-13T13:54:34.939 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:54:34.939 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-05-13T13:54:34.939 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:54:34.939 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2024-05-13T13:54:34.939 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:54:34.939 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 173 k 2024-05-13T13:54:34.939 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 692 k 2024-05-13T13:54:34.939 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-05-13T13:54:35.047 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : ceph-mgr-2:18.2.2-1335.gb806bdbd.el8.x86_64 28/32 2024-05-13T13:54:35.126 INFO:teuthology.orchestra.run.smithi053.stdout:cephadm-18.2.2-1335.gb806bdbd.el8.noarch.rpm 924 kB/s | 173 kB 00:00 2024-05-13T13:54:35.127 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:54:35.127 INFO:teuthology.orchestra.run.smithi053.stdout:Total 918 kB/s | 173 kB 00:00 2024-05-13T13:54:35.127 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-05-13T13:54:35.136 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-05-13T13:54:35.136 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-05-13T13:54:35.138 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-05-13T13:54:35.142 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-05-13T13:54:35.189 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-05-13T13:54:35.721 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 1/1 2024-05-13T13:54:35.903 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 1/1 2024-05-13T13:54:36.136 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 1/1 2024-05-13T13:54:36.279 INFO:teuthology.orchestra.run.smithi204.stdout:Package ceph-base-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T13:54:36.331 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T13:54:36.332 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-05-13T13:54:36.332 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T13:54:36.434 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install cephadm 2024-05-13T13:54:36.532 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 1/1 2024-05-13T13:54:36.532 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:54:36.532 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-05-13T13:54:36.532 INFO:teuthology.orchestra.run.smithi053.stdout: cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:54:36.532 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:54:36.532 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T13:54:36.700 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: ceph-mgr-2:18.2.2-1335.gb806bdbd.el8.x86_64 28/32 2024-05-13T13:54:36.783 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-immutable-object-cache 2024-05-13T13:54:36.913 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : ceph-osd-2:18.2.2-1335.gb806bdbd.el8.x86_64 29/32 2024-05-13T13:54:37.189 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:17 ago on Mon 13 May 2024 01:53:20 PM UTC. 2024-05-13T13:54:37.391 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: ceph-osd-2:18.2.2-1335.gb806bdbd.el8.x86_64 29/32 2024-05-13T13:54:37.576 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:30 ago on Mon 13 May 2024 01:53:07 PM UTC. 2024-05-13T13:54:38.103 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : ceph-mon-2:18.2.2-1335.gb806bdbd.el8.x86_64 30/32 2024-05-13T13:54:38.320 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: ceph-mon-2:18.2.2-1335.gb806bdbd.el8.x86_64 30/32 2024-05-13T13:54:38.495 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : ceph-mds-2:18.2.2-1335.gb806bdbd.el8.x86_64 31/32 2024-05-13T13:54:38.512 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: ceph-mds-2:18.2.2-1335.gb806bdbd.el8.x86_64 31/32 2024-05-13T13:54:38.686 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : ceph-2:18.2.2-1335.gb806bdbd.el8.x86_64 32/32 2024-05-13T13:54:38.844 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T13:54:38.845 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:54:38.845 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-05-13T13:54:38.845 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:54:38.845 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-05-13T13:54:38.845 INFO:teuthology.orchestra.run.smithi204.stdout: cephadm noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 173 k 2024-05-13T13:54:38.845 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:54:38.845 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-05-13T13:54:38.846 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:54:38.846 INFO:teuthology.orchestra.run.smithi204.stdout:Install 1 Package 2024-05-13T13:54:38.846 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:54:38.846 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 173 k 2024-05-13T13:54:38.846 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 692 k 2024-05-13T13:54:38.846 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-05-13T13:54:39.089 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: ceph-2:18.2.2-1335.gb806bdbd.el8.x86_64 32/32 2024-05-13T13:54:39.089 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : ceph-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/32 2024-05-13T13:54:39.089 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : ceph-mds-2:18.2.2-1335.gb806bdbd.el8.x86_64 2/32 2024-05-13T13:54:39.089 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : ceph-mgr-2:18.2.2-1335.gb806bdbd.el8.x86_64 3/32 2024-05-13T13:54:39.089 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : ceph-mon-2:18.2.2-1335.gb806bdbd.el8.x86_64 4/32 2024-05-13T13:54:39.089 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : ceph-osd-2:18.2.2-1335.gb806bdbd.el8.x86_64 5/32 2024-05-13T13:54:39.090 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : ceph-mgr-modules-core-2:18.2.2-1335.gb806bdbd.el8. 6/32 2024-05-13T13:54:39.090 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2024-05-13T13:54:39.090 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2024-05-13T13:54:39.090 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2024-05-13T13:54:39.090 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2024-05-13T13:54:39.090 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2024-05-13T13:54:39.090 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2024-05-13T13:54:39.090 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-cryptography-3.2.1-7.el8.x86_64 13/32 2024-05-13T13:54:39.090 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2024-05-13T13:54:39.090 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2024-05-13T13:54:39.090 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2024-05-13T13:54:39.091 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2024-05-13T13:54:39.091 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2024-05-13T13:54:39.091 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2024-05-13T13:54:39.091 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2024-05-13T13:54:39.091 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2024-05-13T13:54:39.091 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2024-05-13T13:54:39.091 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2024-05-13T13:54:39.091 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2024-05-13T13:54:39.091 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2024-05-13T13:54:39.091 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2024-05-13T13:54:39.091 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2024-05-13T13:54:39.091 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2024-05-13T13:54:39.091 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2024-05-13T13:54:39.092 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2024-05-13T13:54:39.092 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2024-05-13T13:54:39.279 INFO:teuthology.orchestra.run.smithi204.stdout:cephadm-18.2.2-1335.gb806bdbd.el8.noarch.rpm 399 kB/s | 173 kB 00:00 2024-05-13T13:54:39.279 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:54:39.279 INFO:teuthology.orchestra.run.smithi204.stdout:Total 398 kB/s | 173 kB 00:00 2024-05-13T13:54:39.280 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-05-13T13:54:39.288 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-05-13T13:54:39.288 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-05-13T13:54:39.291 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-05-13T13:54:39.294 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-05-13T13:54:39.335 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-05-13T13:54:39.359 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T13:54:39.359 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:54:39.359 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repo Size 2024-05-13T13:54:39.359 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:54:39.359 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-05-13T13:54:39.359 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-immutable-object-cache x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 166 k 2024-05-13T13:54:39.359 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:54:39.359 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-05-13T13:54:39.359 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:54:39.360 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2024-05-13T13:54:39.360 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:54:39.360 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 166 k 2024-05-13T13:54:39.360 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 503 k 2024-05-13T13:54:39.360 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-05-13T13:54:39.665 INFO:teuthology.orchestra.run.smithi053.stdout:ceph-immutable-object-cache-18.2.2-1335.gb806bd 543 kB/s | 166 kB 00:00 2024-05-13T13:54:39.665 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:54:39.665 INFO:teuthology.orchestra.run.smithi053.stdout:Total 541 kB/s | 166 kB 00:00 2024-05-13T13:54:39.666 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-05-13T13:54:39.678 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-05-13T13:54:39.678 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-05-13T13:54:39.729 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-05-13T13:54:39.732 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-05-13T13:54:39.854 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-05-13T13:54:39.892 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 1/1 2024-05-13T13:54:39.957 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2024-05-13T13:54:39.957 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:54:39.957 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2024-05-13T13:54:39.957 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:39.957 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-mds-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:39.957 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-mgr-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:39.957 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-mgr-modules-core-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:54:39.957 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-mon-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:39.957 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-osd-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:39.958 INFO:teuthology.orchestra.run.smithi086.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2024-05-13T13:54:39.958 INFO:teuthology.orchestra.run.smithi086.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2024-05-13T13:54:39.958 INFO:teuthology.orchestra.run.smithi086.stdout: python3-cffi-1.11.5-6.el8.x86_64 2024-05-13T13:54:39.958 INFO:teuthology.orchestra.run.smithi086.stdout: python3-cheroot-8.5.2-1.el8.noarch 2024-05-13T13:54:39.958 INFO:teuthology.orchestra.run.smithi086.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2024-05-13T13:54:39.958 INFO:teuthology.orchestra.run.smithi086.stdout: python3-cryptography-3.2.1-7.el8.x86_64 2024-05-13T13:54:39.958 INFO:teuthology.orchestra.run.smithi086.stdout: python3-jaraco-6.2-6.el8.noarch 2024-05-13T13:54:39.958 INFO:teuthology.orchestra.run.smithi086.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2024-05-13T13:54:39.958 INFO:teuthology.orchestra.run.smithi086.stdout: python3-logutils-0.3.5-11.el8.noarch 2024-05-13T13:54:39.958 INFO:teuthology.orchestra.run.smithi086.stdout: python3-mako-1.0.6-14.el8.noarch 2024-05-13T13:54:39.958 INFO:teuthology.orchestra.run.smithi086.stdout: python3-markupsafe-0.23-19.el8.x86_64 2024-05-13T13:54:39.958 INFO:teuthology.orchestra.run.smithi086.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2024-05-13T13:54:39.958 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pecan-1.3.2-9.el8.noarch 2024-05-13T13:54:39.959 INFO:teuthology.orchestra.run.smithi086.stdout: python3-portend-2.6-1.el8.noarch 2024-05-13T13:54:39.959 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2024-05-13T13:54:39.959 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pycparser-2.14-14.el8.noarch 2024-05-13T13:54:39.959 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pytz-2017.2-11.el8.noarch 2024-05-13T13:54:39.959 INFO:teuthology.orchestra.run.smithi086.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2024-05-13T13:54:39.959 INFO:teuthology.orchestra.run.smithi086.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2024-05-13T13:54:39.959 INFO:teuthology.orchestra.run.smithi086.stdout: python3-tempora-1.14.1-5.el8.noarch 2024-05-13T13:54:39.959 INFO:teuthology.orchestra.run.smithi086.stdout: python3-trustme-0.6.0-4.el8.noarch 2024-05-13T13:54:39.959 INFO:teuthology.orchestra.run.smithi086.stdout: python3-waitress-1.4.3-1.el8.noarch 2024-05-13T13:54:39.959 INFO:teuthology.orchestra.run.smithi086.stdout: python3-webob-1.8.5-1.el8.1.noarch 2024-05-13T13:54:39.959 INFO:teuthology.orchestra.run.smithi086.stdout: python3-webtest-2.0.33-1.el8.noarch 2024-05-13T13:54:39.959 INFO:teuthology.orchestra.run.smithi086.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2024-05-13T13:54:39.959 INFO:teuthology.orchestra.run.smithi086.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2024-05-13T13:54:39.959 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:54:39.959 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T13:54:40.037 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-immutable-object-cache-2:18.2.2-1335.gb806bdbd. 1/1 2024-05-13T13:54:40.079 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 1/1 2024-05-13T13:54:40.224 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install ceph-base 2024-05-13T13:54:40.311 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 1/1 2024-05-13T13:54:40.478 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.2-1335.gb806bdbd. 1/1 2024-05-13T13:54:40.656 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 1/1 2024-05-13T13:54:40.656 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:54:40.656 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-05-13T13:54:40.656 INFO:teuthology.orchestra.run.smithi204.stdout: cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:54:40.656 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:54:40.657 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T13:54:40.868 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-immutable-object-cache 2024-05-13T13:54:40.882 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-immutable-object-cache-2:18.2.2-1335.gb806bdbd. 1/1 2024-05-13T13:54:40.882 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:54:40.882 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-05-13T13:54:40.882 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-immutable-object-cache-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:40.882 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:54:40.882 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T13:54:40.984 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:01:17 ago on Mon 13 May 2024 01:53:23 PM UTC. 2024-05-13T13:54:41.092 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-mgr 2024-05-13T13:54:41.635 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:21 ago on Mon 13 May 2024 01:53:20 PM UTC. 2024-05-13T13:54:41.887 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:34 ago on Mon 13 May 2024 01:53:07 PM UTC. 2024-05-13T13:54:42.576 INFO:teuthology.orchestra.run.smithi086.stdout:Package ceph-base-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T13:54:42.628 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T13:54:42.629 INFO:teuthology.orchestra.run.smithi086.stdout:Nothing to do. 2024-05-13T13:54:42.629 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T13:54:42.753 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install cephadm 2024-05-13T13:54:43.305 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T13:54:43.305 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:54:43.306 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repo Size 2024-05-13T13:54:43.306 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:54:43.306 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-05-13T13:54:43.306 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-immutable-object-cache x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 166 k 2024-05-13T13:54:43.306 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:54:43.306 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-05-13T13:54:43.306 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:54:43.306 INFO:teuthology.orchestra.run.smithi204.stdout:Install 1 Package 2024-05-13T13:54:43.306 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:54:43.307 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 166 k 2024-05-13T13:54:43.307 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 503 k 2024-05-13T13:54:43.307 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-05-13T13:54:43.501 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:01:20 ago on Mon 13 May 2024 01:53:23 PM UTC. 2024-05-13T13:54:43.618 INFO:teuthology.orchestra.run.smithi204.stdout:ceph-immutable-object-cache-18.2.2-1335.gb806bd 533 kB/s | 166 kB 00:00 2024-05-13T13:54:43.618 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:54:43.619 INFO:teuthology.orchestra.run.smithi204.stdout:Total 531 kB/s | 166 kB 00:00 2024-05-13T13:54:43.619 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-05-13T13:54:43.622 INFO:teuthology.orchestra.run.smithi053.stdout:Package ceph-mgr-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T13:54:43.630 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-05-13T13:54:43.630 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-05-13T13:54:43.678 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-05-13T13:54:43.682 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-05-13T13:54:43.682 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T13:54:43.682 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-05-13T13:54:43.682 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T13:54:43.790 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-mgr-dashboard 2024-05-13T13:54:43.793 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-05-13T13:54:44.015 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-immutable-object-cache-2:18.2.2-1335.gb806bdbd. 1/1 2024-05-13T13:54:44.414 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.2-1335.gb806bdbd. 1/1 2024-05-13T13:54:44.569 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:37 ago on Mon 13 May 2024 01:53:07 PM UTC. 2024-05-13T13:54:45.155 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T13:54:45.155 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:54:45.155 INFO:teuthology.orchestra.run.smithi086.stdout: Package Arch Version Repository Size 2024-05-13T13:54:45.155 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:54:45.155 INFO:teuthology.orchestra.run.smithi086.stdout:Installing: 2024-05-13T13:54:45.155 INFO:teuthology.orchestra.run.smithi086.stdout: cephadm noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 173 k 2024-05-13T13:54:45.155 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:54:45.155 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2024-05-13T13:54:45.155 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:54:45.156 INFO:teuthology.orchestra.run.smithi086.stdout:Install 1 Package 2024-05-13T13:54:45.156 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:54:45.156 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 173 k 2024-05-13T13:54:45.156 INFO:teuthology.orchestra.run.smithi086.stdout:Installed size: 692 k 2024-05-13T13:54:45.156 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2024-05-13T13:54:45.307 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-immutable-object-cache-2:18.2.2-1335.gb806bdbd. 1/1 2024-05-13T13:54:45.307 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:54:45.307 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-05-13T13:54:45.307 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-immutable-object-cache-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:45.307 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:54:45.307 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T13:54:45.440 INFO:teuthology.orchestra.run.smithi086.stdout:cephadm-18.2.2-1335.gb806bdbd.el8.noarch.rpm 609 kB/s | 173 kB 00:00 2024-05-13T13:54:45.440 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:54:45.441 INFO:teuthology.orchestra.run.smithi086.stdout:Total 606 kB/s | 173 kB 00:00 2024-05-13T13:54:45.441 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2024-05-13T13:54:45.449 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2024-05-13T13:54:45.449 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2024-05-13T13:54:45.451 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2024-05-13T13:54:45.454 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2024-05-13T13:54:45.532 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2024-05-13T13:54:46.024 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 1/1 2024-05-13T13:54:46.216 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 1/1 2024-05-13T13:54:46.342 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T13:54:46.343 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:54:46.344 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-05-13T13:54:46.344 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:54:46.344 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-05-13T13:54:46.344 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-dashboard noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 3.5 M 2024-05-13T13:54:46.344 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-05-13T13:54:46.344 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-grafana-dashboards noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 24 k 2024-05-13T13:54:46.344 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-prometheus-alerts noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 16 k 2024-05-13T13:54:46.344 INFO:teuthology.orchestra.run.smithi053.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2024-05-13T13:54:46.344 INFO:teuthology.orchestra.run.smithi053.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2024-05-13T13:54:46.344 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:54:46.344 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-05-13T13:54:46.344 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:54:46.344 INFO:teuthology.orchestra.run.smithi053.stdout:Install 5 Packages 2024-05-13T13:54:46.345 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:54:46.346 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 3.8 M 2024-05-13T13:54:46.346 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 87 M 2024-05-13T13:54:46.346 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-05-13T13:54:46.346 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-mgr 2024-05-13T13:54:46.439 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 1/1 2024-05-13T13:54:46.770 INFO:teuthology.orchestra.run.smithi053.stdout:(1/5): ceph-grafana-dashboards-18.2.2-1335.gb80 70 kB/s | 24 kB 00:00 2024-05-13T13:54:46.801 INFO:teuthology.orchestra.run.smithi053.stdout:(2/5): ceph-prometheus-alerts-18.2.2-1335.gb806 43 kB/s | 16 kB 00:00 2024-05-13T13:54:46.811 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 1/1 2024-05-13T13:54:46.811 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:54:46.812 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2024-05-13T13:54:46.812 INFO:teuthology.orchestra.run.smithi086.stdout: cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:54:46.812 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:54:46.812 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T13:54:47.043 INFO:teuthology.orchestra.run.smithi053.stdout:(3/5): python3-repoze-lru-0.7-6.el8.noarch.rpm 122 kB/s | 34 kB 00:00 2024-05-13T13:54:47.063 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install ceph-immutable-object-cache 2024-05-13T13:54:47.116 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:27 ago on Mon 13 May 2024 01:53:20 PM UTC. 2024-05-13T13:54:47.169 INFO:teuthology.orchestra.run.smithi053.stdout:(4/5): python3-routes-2.4.1-12.el8.noarch.rpm 535 kB/s | 196 kB 00:00 2024-05-13T13:54:47.821 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:01:24 ago on Mon 13 May 2024 01:53:23 PM UTC. 2024-05-13T13:54:48.719 INFO:teuthology.orchestra.run.smithi204.stdout:Package ceph-mgr-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T13:54:48.767 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T13:54:48.769 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-05-13T13:54:48.769 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T13:54:48.876 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-mgr-dashboard 2024-05-13T13:54:48.910 INFO:teuthology.orchestra.run.smithi053.stdout:(5/5): ceph-mgr-dashboard-18.2.2-1335.gb806bdbd 1.4 MB/s | 3.5 MB 00:02 2024-05-13T13:54:48.912 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:54:48.912 INFO:teuthology.orchestra.run.smithi053.stdout:Total 1.5 MB/s | 3.8 MB 00:02 2024-05-13T13:54:48.913 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-05-13T13:54:48.923 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-05-13T13:54:48.923 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-05-13T13:54:49.017 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-05-13T13:54:49.019 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-05-13T13:54:49.264 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-05-13T13:54:49.469 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/5 2024-05-13T13:54:49.493 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T13:54:49.494 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:54:49.494 INFO:teuthology.orchestra.run.smithi086.stdout: Package Arch Version Repo Size 2024-05-13T13:54:49.494 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:54:49.494 INFO:teuthology.orchestra.run.smithi086.stdout:Installing: 2024-05-13T13:54:49.494 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-immutable-object-cache x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 166 k 2024-05-13T13:54:49.494 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:54:49.494 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2024-05-13T13:54:49.494 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:54:49.494 INFO:teuthology.orchestra.run.smithi086.stdout:Install 1 Package 2024-05-13T13:54:49.494 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:54:49.494 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 166 k 2024-05-13T13:54:49.495 INFO:teuthology.orchestra.run.smithi086.stdout:Installed size: 503 k 2024-05-13T13:54:49.495 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2024-05-13T13:54:49.629 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:29 ago on Mon 13 May 2024 01:53:20 PM UTC. 2024-05-13T13:54:50.028 INFO:teuthology.orchestra.run.smithi086.stdout:ceph-immutable-object-cache-18.2.2-1335.gb806bd 311 kB/s | 166 kB 00:00 2024-05-13T13:54:50.029 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:54:50.029 INFO:teuthology.orchestra.run.smithi086.stdout:Total 310 kB/s | 166 kB 00:00 2024-05-13T13:54:50.029 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2024-05-13T13:54:50.042 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2024-05-13T13:54:50.042 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2024-05-13T13:54:50.067 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/5 2024-05-13T13:54:50.088 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2024-05-13T13:54:50.091 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2024-05-13T13:54:50.236 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2024-05-13T13:54:50.336 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-prometheus-alerts-2:18.2.2-1335.gb806bdbd.el8.n 3/5 2024-05-13T13:54:50.443 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : ceph-immutable-object-cache-2:18.2.2-1335.gb806bdbd. 1/1 2024-05-13T13:54:50.851 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.2-1335.gb806bdbd. 1/1 2024-05-13T13:54:51.241 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : ceph-immutable-object-cache-2:18.2.2-1335.gb806bdbd. 1/1 2024-05-13T13:54:51.241 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:54:51.241 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2024-05-13T13:54:51.241 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-immutable-object-cache-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:54:51.241 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:54:51.241 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T13:54:51.252 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T13:54:51.253 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:54:51.253 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-05-13T13:54:51.253 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:54:51.253 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-05-13T13:54:51.253 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-dashboard noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 3.5 M 2024-05-13T13:54:51.253 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-05-13T13:54:51.253 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-grafana-dashboards noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 24 k 2024-05-13T13:54:51.254 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-prometheus-alerts noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 16 k 2024-05-13T13:54:51.254 INFO:teuthology.orchestra.run.smithi204.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2024-05-13T13:54:51.254 INFO:teuthology.orchestra.run.smithi204.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2024-05-13T13:54:51.254 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:54:51.254 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-05-13T13:54:51.254 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:54:51.254 INFO:teuthology.orchestra.run.smithi204.stdout:Install 5 Packages 2024-05-13T13:54:51.254 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:54:51.255 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 3.8 M 2024-05-13T13:54:51.255 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 87 M 2024-05-13T13:54:51.255 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-05-13T13:54:51.498 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install ceph-mgr 2024-05-13T13:54:51.581 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-grafana-dashboards-2:18.2.2-1335.gb806bdbd.el8. 4/5 2024-05-13T13:54:51.837 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mgr-dashboard-2:18.2.2-1335.gb806bdbd.el8.noarc 5/5 2024-05-13T13:54:51.905 INFO:teuthology.orchestra.run.smithi204.stdout:(1/5): ceph-grafana-dashboards-18.2.2-1335.gb80 78 kB/s | 24 kB 00:00 2024-05-13T13:54:51.930 INFO:teuthology.orchestra.run.smithi204.stdout:(2/5): ceph-prometheus-alerts-18.2.2-1335.gb806 49 kB/s | 16 kB 00:00 2024-05-13T13:54:51.988 INFO:teuthology.orchestra.run.smithi204.stdout:(3/5): python3-repoze-lru-0.7-6.el8.noarch.rpm 404 kB/s | 34 kB 00:00 2024-05-13T13:54:52.014 INFO:teuthology.orchestra.run.smithi204.stdout:(4/5): python3-routes-2.4.1-12.el8.noarch.rpm 2.3 MB/s | 196 kB 00:00 2024-05-13T13:54:52.130 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.2-1335.gb806bdbd.el8.noarc 5/5 2024-05-13T13:54:52.130 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-grafana-dashboards-2:18.2.2-1335.gb806bdbd.el8. 1/5 2024-05-13T13:54:52.130 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mgr-dashboard-2:18.2.2-1335.gb806bdbd.el8.noarc 2/5 2024-05-13T13:54:52.130 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-prometheus-alerts-2:18.2.2-1335.gb806bdbd.el8.n 3/5 2024-05-13T13:54:52.130 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/5 2024-05-13T13:54:52.257 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:01:29 ago on Mon 13 May 2024 01:53:23 PM UTC. 2024-05-13T13:54:52.281 INFO:teuthology.orchestra.run.smithi204.stdout:(5/5): ceph-mgr-dashboard-18.2.2-1335.gb806bdbd 5.1 MB/s | 3.5 MB 00:00 2024-05-13T13:54:52.282 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:54:52.283 INFO:teuthology.orchestra.run.smithi204.stdout:Total 3.7 MB/s | 3.8 MB 00:01 2024-05-13T13:54:52.283 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-05-13T13:54:52.293 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-05-13T13:54:52.293 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-05-13T13:54:52.375 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-05-13T13:54:52.378 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-05-13T13:54:52.542 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/5 2024-05-13T13:54:52.542 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:54:52.542 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-05-13T13:54:52.542 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-grafana-dashboards-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:54:52.542 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-dashboard-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:54:52.542 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-prometheus-alerts-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:54:52.542 INFO:teuthology.orchestra.run.smithi053.stdout: python3-repoze-lru-0.7-6.el8.noarch 2024-05-13T13:54:52.543 INFO:teuthology.orchestra.run.smithi053.stdout: python3-routes-2.4.1-12.el8.noarch 2024-05-13T13:54:52.543 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:54:52.543 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T13:54:52.611 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-05-13T13:54:52.676 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-13T13:54:52.827 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/5 2024-05-13T13:54:53.041 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/5 2024-05-13T13:54:53.161 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-prometheus-alerts-2:18.2.2-1335.gb806bdbd.el8.n 3/5 2024-05-13T13:54:53.465 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:46 ago on Mon 13 May 2024 01:53:07 PM UTC. 2024-05-13T13:54:53.876 INFO:teuthology.orchestra.run.smithi086.stdout:Package ceph-mgr-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T13:54:53.925 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T13:54:53.926 INFO:teuthology.orchestra.run.smithi086.stdout:Nothing to do. 2024-05-13T13:54:53.926 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T13:54:54.046 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install ceph-mgr-dashboard 2024-05-13T13:54:54.312 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-grafana-dashboards-2:18.2.2-1335.gb806bdbd.el8. 4/5 2024-05-13T13:54:54.580 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-mgr-dashboard-2:18.2.2-1335.gb806bdbd.el8.noarc 5/5 2024-05-13T13:54:54.791 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:01:31 ago on Mon 13 May 2024 01:53:23 PM UTC. 2024-05-13T13:54:54.852 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.2-1335.gb806bdbd.el8.noarc 5/5 2024-05-13T13:54:54.852 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-grafana-dashboards-2:18.2.2-1335.gb806bdbd.el8. 1/5 2024-05-13T13:54:54.852 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-mgr-dashboard-2:18.2.2-1335.gb806bdbd.el8.noarc 2/5 2024-05-13T13:54:54.852 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-prometheus-alerts-2:18.2.2-1335.gb806bdbd.el8.n 3/5 2024-05-13T13:54:54.852 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/5 2024-05-13T13:54:55.225 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/5 2024-05-13T13:54:55.226 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:54:55.226 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-05-13T13:54:55.226 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-grafana-dashboards-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:54:55.226 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-dashboard-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:54:55.226 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-prometheus-alerts-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:54:55.226 INFO:teuthology.orchestra.run.smithi204.stdout: python3-repoze-lru-0.7-6.el8.noarch 2024-05-13T13:54:55.226 INFO:teuthology.orchestra.run.smithi204.stdout: python3-routes-2.4.1-12.el8.noarch 2024-05-13T13:54:55.226 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:54:55.226 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T13:54:55.251 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T13:54:55.252 INFO:teuthology.orchestra.run.smithi053.stdout:============================================================================================ 2024-05-13T13:54:55.252 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-05-13T13:54:55.252 INFO:teuthology.orchestra.run.smithi053.stdout:============================================================================================ 2024-05-13T13:54:55.252 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-05-13T13:54:55.252 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 7.4 M 2024-05-13T13:54:55.252 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-05-13T13:54:55.252 INFO:teuthology.orchestra.run.smithi053.stdout: libgfortran x86_64 8.5.0-22.el8 baseos 645 k 2024-05-13T13:54:55.252 INFO:teuthology.orchestra.run.smithi053.stdout: libquadmath x86_64 8.5.0-22.el8 baseos 172 k 2024-05-13T13:54:55.252 INFO:teuthology.orchestra.run.smithi053.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2024-05-13T13:54:55.253 INFO:teuthology.orchestra.run.smithi053.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2024-05-13T13:54:55.253 INFO:teuthology.orchestra.run.smithi053.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2024-05-13T13:54:55.253 INFO:teuthology.orchestra.run.smithi053.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2024-05-13T13:54:55.253 INFO:teuthology.orchestra.run.smithi053.stdout: python3-scipy x86_64 1.0.0-21.module_el8+762+77bd8591 appstream 14 M 2024-05-13T13:54:55.253 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:54:55.253 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-05-13T13:54:55.253 INFO:teuthology.orchestra.run.smithi053.stdout:============================================================================================ 2024-05-13T13:54:55.253 INFO:teuthology.orchestra.run.smithi053.stdout:Install 8 Packages 2024-05-13T13:54:55.253 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:54:55.254 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 36 M 2024-05-13T13:54:55.254 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 210 M 2024-05-13T13:54:55.254 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-05-13T13:54:55.341 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-13T13:54:56.107 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:36 ago on Mon 13 May 2024 01:53:20 PM UTC. 2024-05-13T13:54:56.444 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T13:54:56.445 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:54:56.445 INFO:teuthology.orchestra.run.smithi086.stdout: Package Arch Version Repository Size 2024-05-13T13:54:56.445 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:54:56.445 INFO:teuthology.orchestra.run.smithi086.stdout:Installing: 2024-05-13T13:54:56.445 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-mgr-dashboard noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 3.5 M 2024-05-13T13:54:56.445 INFO:teuthology.orchestra.run.smithi086.stdout:Installing dependencies: 2024-05-13T13:54:56.445 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-grafana-dashboards noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 24 k 2024-05-13T13:54:56.445 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-prometheus-alerts noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 16 k 2024-05-13T13:54:56.445 INFO:teuthology.orchestra.run.smithi086.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2024-05-13T13:54:56.445 INFO:teuthology.orchestra.run.smithi086.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2024-05-13T13:54:56.446 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:54:56.446 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2024-05-13T13:54:56.446 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:54:56.446 INFO:teuthology.orchestra.run.smithi086.stdout:Install 5 Packages 2024-05-13T13:54:56.446 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:54:56.446 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 3.8 M 2024-05-13T13:54:56.446 INFO:teuthology.orchestra.run.smithi086.stdout:Installed size: 87 M 2024-05-13T13:54:56.447 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2024-05-13T13:54:56.680 INFO:teuthology.orchestra.run.smithi086.stdout:(1/5): ceph-grafana-dashboards-18.2.2-1335.gb80 115 kB/s | 24 kB 00:00 2024-05-13T13:54:56.881 INFO:teuthology.orchestra.run.smithi086.stdout:(2/5): ceph-prometheus-alerts-18.2.2-1335.gb806 40 kB/s | 16 kB 00:00 2024-05-13T13:54:56.903 INFO:teuthology.orchestra.run.smithi053.stdout:(1/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 3.9 MB/s | 4.9 MB 00:01 2024-05-13T13:54:56.948 INFO:teuthology.orchestra.run.smithi086.stdout:(3/5): python3-repoze-lru-0.7-6.el8.noarch.rpm 126 kB/s | 34 kB 00:00 2024-05-13T13:54:56.978 INFO:teuthology.orchestra.run.smithi053.stdout:(2/8): openblas-0.3.15-4.el8.x86_64.rpm 3.6 MB/s | 4.7 MB 00:01 2024-05-13T13:54:57.165 INFO:teuthology.orchestra.run.smithi086.stdout:(4/5): ceph-mgr-dashboard-18.2.2-1335.gb806bdbd 5.1 MB/s | 3.5 MB 00:00 2024-05-13T13:54:57.515 INFO:teuthology.orchestra.run.smithi086.stdout:(5/5): python3-routes-2.4.1-12.el8.noarch.rpm 310 kB/s | 196 kB 00:00 2024-05-13T13:54:57.517 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:54:57.517 INFO:teuthology.orchestra.run.smithi086.stdout:Total 3.5 MB/s | 3.8 MB 00:01 2024-05-13T13:54:57.517 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2024-05-13T13:54:57.526 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2024-05-13T13:54:57.526 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2024-05-13T13:54:57.595 INFO:teuthology.orchestra.run.smithi053.stdout:(3/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 365 kB/s | 225 kB 00:00 2024-05-13T13:54:57.611 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2024-05-13T13:54:57.614 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2024-05-13T13:54:57.757 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T13:54:57.758 INFO:teuthology.orchestra.run.smithi204.stdout:============================================================================================ 2024-05-13T13:54:57.758 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-05-13T13:54:57.758 INFO:teuthology.orchestra.run.smithi204.stdout:============================================================================================ 2024-05-13T13:54:57.758 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-05-13T13:54:57.758 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 7.4 M 2024-05-13T13:54:57.758 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-05-13T13:54:57.758 INFO:teuthology.orchestra.run.smithi204.stdout: libgfortran x86_64 8.5.0-22.el8 baseos 645 k 2024-05-13T13:54:57.758 INFO:teuthology.orchestra.run.smithi204.stdout: libquadmath x86_64 8.5.0-22.el8 baseos 172 k 2024-05-13T13:54:57.759 INFO:teuthology.orchestra.run.smithi204.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2024-05-13T13:54:57.759 INFO:teuthology.orchestra.run.smithi204.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2024-05-13T13:54:57.759 INFO:teuthology.orchestra.run.smithi204.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2024-05-13T13:54:57.759 INFO:teuthology.orchestra.run.smithi204.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2024-05-13T13:54:57.759 INFO:teuthology.orchestra.run.smithi204.stdout: python3-scipy x86_64 1.0.0-21.module_el8+762+77bd8591 appstream 14 M 2024-05-13T13:54:57.759 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:54:57.759 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-05-13T13:54:57.759 INFO:teuthology.orchestra.run.smithi204.stdout:============================================================================================ 2024-05-13T13:54:57.759 INFO:teuthology.orchestra.run.smithi204.stdout:Install 8 Packages 2024-05-13T13:54:57.759 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:54:57.760 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 36 M 2024-05-13T13:54:57.760 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 210 M 2024-05-13T13:54:57.760 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-05-13T13:54:57.876 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2024-05-13T13:54:57.911 INFO:teuthology.orchestra.run.smithi053.stdout:(4/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 3.7 MB/s | 3.7 MB 00:01 2024-05-13T13:54:58.089 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/5 2024-05-13T13:54:58.337 INFO:teuthology.orchestra.run.smithi053.stdout:(5/8): libgfortran-8.5.0-22.el8.x86_64.rpm 1.5 MB/s | 645 kB 00:00 2024-05-13T13:54:58.345 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/5 2024-05-13T13:54:58.429 INFO:teuthology.orchestra.run.smithi053.stdout:(6/8): libquadmath-8.5.0-22.el8.x86_64.rpm 1.8 MB/s | 172 kB 00:00 2024-05-13T13:54:58.465 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : ceph-prometheus-alerts-2:18.2.2-1335.gb806bdbd.el8.n 3/5 2024-05-13T13:54:58.871 INFO:teuthology.orchestra.run.smithi053.stdout:(7/8): python3-scipy-1.0.0-21.module_el8+762+77 11 MB/s | 14 MB 00:01 2024-05-13T13:54:59.339 INFO:teuthology.orchestra.run.smithi204.stdout:(1/8): openblas-0.3.15-4.el8.x86_64.rpm 4.6 MB/s | 4.7 MB 00:01 2024-05-13T13:54:59.423 INFO:teuthology.orchestra.run.smithi204.stdout:(2/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 4.4 MB/s | 4.9 MB 00:01 2024-05-13T13:54:59.602 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : ceph-grafana-dashboards-2:18.2.2-1335.gb806bdbd.el8. 4/5 2024-05-13T13:54:59.740 INFO:teuthology.orchestra.run.smithi204.stdout:(3/8): ceph-mgr-diskprediction-local-18.2.2-133 5.2 MB/s | 7.4 MB 00:01 2024-05-13T13:54:59.852 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : ceph-mgr-dashboard-2:18.2.2-1335.gb806bdbd.el8.noarc 5/5 2024-05-13T13:54:59.965 INFO:teuthology.orchestra.run.smithi204.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 415 kB/s | 225 kB 00:00 2024-05-13T13:55:00.130 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.2-1335.gb806bdbd.el8.noarc 5/5 2024-05-13T13:55:00.130 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : ceph-grafana-dashboards-2:18.2.2-1335.gb806bdbd.el8. 1/5 2024-05-13T13:55:00.130 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : ceph-mgr-dashboard-2:18.2.2-1335.gb806bdbd.el8.noarc 2/5 2024-05-13T13:55:00.130 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : ceph-prometheus-alerts-2:18.2.2-1335.gb806bdbd.el8.n 3/5 2024-05-13T13:55:00.130 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/5 2024-05-13T13:55:00.215 INFO:teuthology.orchestra.run.smithi204.stdout:(5/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 4.3 MB/s | 3.7 MB 00:00 2024-05-13T13:55:00.374 INFO:teuthology.orchestra.run.smithi204.stdout:(6/8): libgfortran-8.5.0-22.el8.x86_64.rpm 1.5 MB/s | 645 kB 00:00 2024-05-13T13:55:00.522 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/5 2024-05-13T13:55:00.522 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:55:00.522 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2024-05-13T13:55:00.522 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-grafana-dashboards-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:55:00.523 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-mgr-dashboard-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:55:00.523 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-prometheus-alerts-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:55:00.523 INFO:teuthology.orchestra.run.smithi086.stdout: python3-repoze-lru-0.7-6.el8.noarch 2024-05-13T13:55:00.523 INFO:teuthology.orchestra.run.smithi086.stdout: python3-routes-2.4.1-12.el8.noarch 2024-05-13T13:55:00.523 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:55:00.523 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T13:55:00.524 INFO:teuthology.orchestra.run.smithi204.stdout:(7/8): libquadmath-8.5.0-22.el8.x86_64.rpm 560 kB/s | 172 kB 00:00 2024-05-13T13:55:00.761 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-13T13:55:01.024 INFO:teuthology.orchestra.run.smithi204.stdout:(8/8): python3-scipy-1.0.0-21.module_el8+762+77 11 MB/s | 14 MB 00:01 2024-05-13T13:55:01.025 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:55:01.026 INFO:teuthology.orchestra.run.smithi204.stdout:Total 11 MB/s | 36 MB 00:03 2024-05-13T13:55:01.257 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-05-13T13:55:01.276 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-05-13T13:55:01.276 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-05-13T13:55:01.511 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:01:38 ago on Mon 13 May 2024 01:53:23 PM UTC. 2024-05-13T13:55:01.647 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-05-13T13:55:01.650 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-05-13T13:55:02.383 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-05-13T13:55:03.174 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T13:55:03.175 INFO:teuthology.orchestra.run.smithi086.stdout:============================================================================================ 2024-05-13T13:55:03.175 INFO:teuthology.orchestra.run.smithi086.stdout: Package Arch Version Repository Size 2024-05-13T13:55:03.175 INFO:teuthology.orchestra.run.smithi086.stdout:============================================================================================ 2024-05-13T13:55:03.175 INFO:teuthology.orchestra.run.smithi086.stdout:Installing: 2024-05-13T13:55:03.176 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 7.4 M 2024-05-13T13:55:03.176 INFO:teuthology.orchestra.run.smithi086.stdout:Installing dependencies: 2024-05-13T13:55:03.176 INFO:teuthology.orchestra.run.smithi086.stdout: libgfortran x86_64 8.5.0-22.el8 baseos 645 k 2024-05-13T13:55:03.176 INFO:teuthology.orchestra.run.smithi086.stdout: libquadmath x86_64 8.5.0-22.el8 baseos 172 k 2024-05-13T13:55:03.176 INFO:teuthology.orchestra.run.smithi086.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2024-05-13T13:55:03.176 INFO:teuthology.orchestra.run.smithi086.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2024-05-13T13:55:03.176 INFO:teuthology.orchestra.run.smithi086.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2024-05-13T13:55:03.176 INFO:teuthology.orchestra.run.smithi086.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2024-05-13T13:55:03.176 INFO:teuthology.orchestra.run.smithi086.stdout: python3-scipy x86_64 1.0.0-21.module_el8+762+77bd8591 appstream 14 M 2024-05-13T13:55:03.176 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:55:03.176 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2024-05-13T13:55:03.177 INFO:teuthology.orchestra.run.smithi086.stdout:============================================================================================ 2024-05-13T13:55:03.177 INFO:teuthology.orchestra.run.smithi086.stdout:Install 8 Packages 2024-05-13T13:55:03.177 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:55:03.177 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 36 M 2024-05-13T13:55:03.177 INFO:teuthology.orchestra.run.smithi086.stdout:Installed size: 210 M 2024-05-13T13:55:03.177 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2024-05-13T13:55:03.187 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libquadmath-8.5.0-22.el8.x86_64 1/8 2024-05-13T13:55:03.328 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: libquadmath-8.5.0-22.el8.x86_64 1/8 2024-05-13T13:55:03.487 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libgfortran-8.5.0-22.el8.x86_64 2/8 2024-05-13T13:55:03.495 INFO:teuthology.orchestra.run.smithi053.stdout:(8/8): ceph-mgr-diskprediction-local-18.2.2-133 966 kB/s | 7.4 MB 00:07 2024-05-13T13:55:03.496 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:55:03.497 INFO:teuthology.orchestra.run.smithi053.stdout:Total 4.4 MB/s | 36 MB 00:08 2024-05-13T13:55:03.737 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-05-13T13:55:03.757 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-05-13T13:55:03.757 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-05-13T13:55:04.084 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: libgfortran-8.5.0-22.el8.x86_64 2/8 2024-05-13T13:55:04.204 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-05-13T13:55:04.208 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-05-13T13:55:04.253 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2024-05-13T13:55:04.877 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2024-05-13T13:55:04.880 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-05-13T13:55:05.026 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libquadmath-8.5.0-22.el8.x86_64 1/8 2024-05-13T13:55:05.029 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2024-05-13T13:55:05.143 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: libquadmath-8.5.0-22.el8.x86_64 1/8 2024-05-13T13:55:05.317 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libgfortran-8.5.0-22.el8.x86_64 2/8 2024-05-13T13:55:05.718 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2024-05-13T13:55:05.948 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: libgfortran-8.5.0-22.el8.x86_64 2/8 2024-05-13T13:55:06.031 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2024-05-13T13:55:06.125 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2024-05-13T13:55:06.262 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-05-13T13:55:06.413 INFO:teuthology.orchestra.run.smithi086.stdout:(1/8): openblas-0.3.15-4.el8.x86_64.rpm 3.9 MB/s | 4.7 MB 00:01 2024-05-13T13:55:06.499 INFO:teuthology.orchestra.run.smithi086.stdout:(2/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 3.7 MB/s | 4.9 MB 00:01 2024-05-13T13:55:06.779 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2024-05-13T13:55:06.791 INFO:teuthology.orchestra.run.smithi086.stdout:(3/8): ceph-mgr-diskprediction-local-18.2.2-133 4.6 MB/s | 7.4 MB 00:01 2024-05-13T13:55:06.909 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2024-05-13T13:55:06.992 INFO:teuthology.orchestra.run.smithi086.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 458 kB/s | 225 kB 00:00 2024-05-13T13:55:07.250 INFO:teuthology.orchestra.run.smithi086.stdout:(5/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 4.5 MB/s | 3.7 MB 00:00 2024-05-13T13:55:07.417 INFO:teuthology.orchestra.run.smithi086.stdout:(6/8): libgfortran-8.5.0-22.el8.x86_64.rpm 1.5 MB/s | 645 kB 00:00 2024-05-13T13:55:07.567 INFO:teuthology.orchestra.run.smithi086.stdout:(7/8): libquadmath-8.5.0-22.el8.x86_64.rpm 545 kB/s | 172 kB 00:00 2024-05-13T13:55:07.666 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2024-05-13T13:55:08.002 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-05-13T13:55:08.009 INFO:teuthology.orchestra.run.smithi086.stdout:(8/8): python3-scipy-1.0.0-21.module_el8+762+77 12 MB/s | 14 MB 00:01 2024-05-13T13:55:08.010 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:55:08.010 INFO:teuthology.orchestra.run.smithi086.stdout:Total 7.4 MB/s | 36 MB 00:04 2024-05-13T13:55:08.025 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2024-05-13T13:55:08.242 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2024-05-13T13:55:08.250 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-05-13T13:55:08.260 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2024-05-13T13:55:08.260 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2024-05-13T13:55:08.632 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2024-05-13T13:55:08.636 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2024-05-13T13:55:09.235 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 7/8 2024-05-13T13:55:09.266 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2024-05-13T13:55:09.408 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : libquadmath-8.5.0-22.el8.x86_64 1/8 2024-05-13T13:55:09.419 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.2-1335.gb806bdb 8/8 2024-05-13T13:55:09.537 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: libquadmath-8.5.0-22.el8.x86_64 1/8 2024-05-13T13:55:09.707 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : libgfortran-8.5.0-22.el8.x86_64 2/8 2024-05-13T13:55:09.717 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.2-1335.gb806bdb 8/8 2024-05-13T13:55:09.717 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.2-1335.gb806bdb 1/8 2024-05-13T13:55:09.717 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2024-05-13T13:55:09.717 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2024-05-13T13:55:09.717 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2024-05-13T13:55:09.717 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2024-05-13T13:55:09.717 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 6/8 2024-05-13T13:55:09.717 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libgfortran-8.5.0-22.el8.x86_64 7/8 2024-05-13T13:55:10.122 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-05-13T13:55:10.142 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libquadmath-8.5.0-22.el8.x86_64 8/8 2024-05-13T13:55:10.142 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:55:10.142 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-05-13T13:55:10.142 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-diskprediction-local-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:55:10.143 INFO:teuthology.orchestra.run.smithi204.stdout: libgfortran-8.5.0-22.el8.x86_64 2024-05-13T13:55:10.143 INFO:teuthology.orchestra.run.smithi204.stdout: libquadmath-8.5.0-22.el8.x86_64 2024-05-13T13:55:10.143 INFO:teuthology.orchestra.run.smithi204.stdout: openblas-0.3.15-4.el8.x86_64 2024-05-13T13:55:10.143 INFO:teuthology.orchestra.run.smithi204.stdout: openblas-threads-0.3.15-4.el8.x86_64 2024-05-13T13:55:10.143 INFO:teuthology.orchestra.run.smithi204.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2024-05-13T13:55:10.143 INFO:teuthology.orchestra.run.smithi204.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2024-05-13T13:55:10.143 INFO:teuthology.orchestra.run.smithi204.stdout: python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_64 2024-05-13T13:55:10.143 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:55:10.143 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T13:55:10.266 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-mgr-rook 2024-05-13T13:55:10.305 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: libgfortran-8.5.0-22.el8.x86_64 2/8 2024-05-13T13:55:10.457 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2024-05-13T13:55:11.020 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:51 ago on Mon 13 May 2024 01:53:20 PM UTC. 2024-05-13T13:55:11.062 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2024-05-13T13:55:11.224 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2024-05-13T13:55:11.390 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 7/8 2024-05-13T13:55:11.616 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.2-1335.gb806bdb 8/8 2024-05-13T13:55:11.906 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2024-05-13T13:55:11.969 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.2-1335.gb806bdb 8/8 2024-05-13T13:55:11.969 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.2-1335.gb806bdb 1/8 2024-05-13T13:55:11.969 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2024-05-13T13:55:11.969 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2024-05-13T13:55:11.969 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2024-05-13T13:55:11.969 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2024-05-13T13:55:11.969 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 6/8 2024-05-13T13:55:11.969 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libgfortran-8.5.0-22.el8.x86_64 7/8 2024-05-13T13:55:12.393 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libquadmath-8.5.0-22.el8.x86_64 8/8 2024-05-13T13:55:12.393 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:55:12.393 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-05-13T13:55:12.394 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-diskprediction-local-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:55:12.394 INFO:teuthology.orchestra.run.smithi053.stdout: libgfortran-8.5.0-22.el8.x86_64 2024-05-13T13:55:12.394 INFO:teuthology.orchestra.run.smithi053.stdout: libquadmath-8.5.0-22.el8.x86_64 2024-05-13T13:55:12.394 INFO:teuthology.orchestra.run.smithi053.stdout: openblas-0.3.15-4.el8.x86_64 2024-05-13T13:55:12.394 INFO:teuthology.orchestra.run.smithi053.stdout: openblas-threads-0.3.15-4.el8.x86_64 2024-05-13T13:55:12.394 INFO:teuthology.orchestra.run.smithi053.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2024-05-13T13:55:12.394 INFO:teuthology.orchestra.run.smithi053.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2024-05-13T13:55:12.394 INFO:teuthology.orchestra.run.smithi053.stdout: python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_64 2024-05-13T13:55:12.394 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:55:12.394 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T13:55:12.517 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-mgr-rook 2024-05-13T13:55:12.530 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2024-05-13T13:55:12.646 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T13:55:12.648 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:55:12.648 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-05-13T13:55:12.648 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:55:12.648 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-05-13T13:55:12.648 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-rook noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 49 k 2024-05-13T13:55:12.648 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-05-13T13:55:12.648 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2024-05-13T13:55:12.648 INFO:teuthology.orchestra.run.smithi204.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2024-05-13T13:55:12.648 INFO:teuthology.orchestra.run.smithi204.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2024-05-13T13:55:12.648 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2024-05-13T13:55:12.648 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2024-05-13T13:55:12.648 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2024-05-13T13:55:12.648 INFO:teuthology.orchestra.run.smithi204.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2024-05-13T13:55:12.649 INFO:teuthology.orchestra.run.smithi204.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2024-05-13T13:55:12.649 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2024-05-13T13:55:12.649 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2024-05-13T13:55:12.649 INFO:teuthology.orchestra.run.smithi204.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2024-05-13T13:55:12.649 INFO:teuthology.orchestra.run.smithi204.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2024-05-13T13:55:12.649 INFO:teuthology.orchestra.run.smithi204.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2024-05-13T13:55:12.649 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:55:12.649 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-05-13T13:55:12.649 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:55:12.649 INFO:teuthology.orchestra.run.smithi204.stdout:Install 14 Packages 2024-05-13T13:55:12.649 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:55:12.650 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 2.0 M 2024-05-13T13:55:12.650 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 25 M 2024-05-13T13:55:12.650 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-05-13T13:55:12.790 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-05-13T13:55:13.250 INFO:teuthology.orchestra.run.smithi204.stdout:(1/14): python3-jsonpointer-1.10-11.el8.noarch. 69 kB/s | 20 kB 00:00 2024-05-13T13:55:13.276 INFO:teuthology.orchestra.run.smithi204.stdout:(2/14): python3-jsonpatch-1.21-2.el8.noarch.rpm 85 kB/s | 27 kB 00:00 2024-05-13T13:55:13.311 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:02:06 ago on Mon 13 May 2024 01:53:07 PM UTC. 2024-05-13T13:55:13.317 INFO:teuthology.orchestra.run.smithi204.stdout:(3/14): ceph-mgr-rook-18.2.2-1335.gb806bdbd.el8 138 kB/s | 49 kB 00:00 2024-05-13T13:55:13.584 INFO:teuthology.orchestra.run.smithi204.stdout:(4/14): python3-jwt-1.6.1-2.el8.noarch.rpm 160 kB/s | 43 kB 00:00 2024-05-13T13:55:13.743 INFO:teuthology.orchestra.run.smithi204.stdout:(5/14): python3-pyasn1-modules-0.3.7-6.el8.noar 235 kB/s | 110 kB 00:00 2024-05-13T13:55:13.768 INFO:teuthology.orchestra.run.smithi204.stdout:(6/14): python3-pyasn1-0.3.7-6.el8.noarch.rpm 244 kB/s | 126 kB 00:00 2024-05-13T13:55:13.794 INFO:teuthology.orchestra.run.smithi204.stdout:(7/14): python3-oauthlib-2.1.0-1.el8.noarch.rpm 741 kB/s | 155 kB 00:00 2024-05-13T13:55:14.036 INFO:teuthology.orchestra.run.smithi204.stdout:(8/14): python3-requests-oauthlib-1.0.0-1.el8.n 146 kB/s | 43 kB 00:00 2024-05-13T13:55:14.061 INFO:teuthology.orchestra.run.smithi204.stdout:(9/14): python3-cachetools-3.1.1-4.el8.noarch.r 113 kB/s | 33 kB 00:00 2024-05-13T13:55:14.086 INFO:teuthology.orchestra.run.smithi204.stdout:(10/14): python3-certifi-2018.10.15-7.el8.noarc 56 kB/s | 16 kB 00:00 2024-05-13T13:55:14.228 INFO:teuthology.orchestra.run.smithi204.stdout:(11/14): python3-rsa-4.9-2.el8.noarch.rpm 454 kB/s | 64 kB 00:00 2024-05-13T13:55:14.320 INFO:teuthology.orchestra.run.smithi204.stdout:(12/14): python3-websocket-client-0.56.0-5.el8. 668 kB/s | 61 kB 00:00 2024-05-13T13:55:14.362 INFO:teuthology.orchestra.run.smithi204.stdout:(13/14): python3-google-auth-1.1.1-10.el8.noarc 249 kB/s | 81 kB 00:00 2024-05-13T13:55:14.542 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-05-13T13:55:14.987 INFO:teuthology.orchestra.run.smithi204.stdout:(14/14): python3-kubernetes-11.0.0-6.el8.noarch 1.3 MB/s | 1.2 MB 00:00 2024-05-13T13:55:14.990 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:55:14.990 INFO:teuthology.orchestra.run.smithi204.stdout:Total 863 kB/s | 2.0 MB 00:02 2024-05-13T13:55:15.055 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-05-13T13:55:15.068 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T13:55:15.070 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:55:15.070 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-05-13T13:55:15.070 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:55:15.070 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-05-13T13:55:15.070 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-rook noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 49 k 2024-05-13T13:55:15.070 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-05-13T13:55:15.071 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2024-05-13T13:55:15.071 INFO:teuthology.orchestra.run.smithi053.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2024-05-13T13:55:15.071 INFO:teuthology.orchestra.run.smithi053.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2024-05-13T13:55:15.071 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2024-05-13T13:55:15.071 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2024-05-13T13:55:15.071 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2024-05-13T13:55:15.071 INFO:teuthology.orchestra.run.smithi053.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2024-05-13T13:55:15.071 INFO:teuthology.orchestra.run.smithi053.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2024-05-13T13:55:15.071 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2024-05-13T13:55:15.071 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2024-05-13T13:55:15.071 INFO:teuthology.orchestra.run.smithi053.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2024-05-13T13:55:15.071 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2024-05-13T13:55:15.071 INFO:teuthology.orchestra.run.smithi053.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2024-05-13T13:55:15.071 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:55:15.072 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-05-13T13:55:15.072 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:55:15.072 INFO:teuthology.orchestra.run.smithi053.stdout:Install 14 Packages 2024-05-13T13:55:15.072 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:55:15.073 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-05-13T13:55:15.073 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-05-13T13:55:15.073 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 2.0 M 2024-05-13T13:55:15.073 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 25 M 2024-05-13T13:55:15.073 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-05-13T13:55:15.161 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-05-13T13:55:15.164 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-05-13T13:55:15.685 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-05-13T13:55:15.754 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 7/8 2024-05-13T13:55:15.871 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/14 2024-05-13T13:55:15.883 INFO:teuthology.orchestra.run.smithi053.stdout:(1/14): ceph-mgr-rook-18.2.2-1335.gb806bdbd.el8 208 kB/s | 49 kB 00:00 2024-05-13T13:55:15.934 INFO:teuthology.orchestra.run.smithi053.stdout:(2/14): python3-jsonpointer-1.10-11.el8.noarch. 70 kB/s | 20 kB 00:00 2024-05-13T13:55:15.940 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.2-1335.gb806bdb 8/8 2024-05-13T13:55:15.967 INFO:teuthology.orchestra.run.smithi053.stdout:(3/14): python3-jsonpatch-1.21-2.el8.noarch.rpm 83 kB/s | 27 kB 00:00 2024-05-13T13:55:16.051 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/14 2024-05-13T13:55:16.216 INFO:teuthology.orchestra.run.smithi053.stdout:(4/14): python3-jwt-1.6.1-2.el8.noarch.rpm 171 kB/s | 43 kB 00:00 2024-05-13T13:55:16.237 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/14 2024-05-13T13:55:16.261 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.2-1335.gb806bdb 8/8 2024-05-13T13:55:16.261 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.2-1335.gb806bdb 1/8 2024-05-13T13:55:16.261 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2024-05-13T13:55:16.261 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2024-05-13T13:55:16.261 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2024-05-13T13:55:16.261 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2024-05-13T13:55:16.261 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 6/8 2024-05-13T13:55:16.261 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : libgfortran-8.5.0-22.el8.x86_64 7/8 2024-05-13T13:55:16.343 INFO:teuthology.orchestra.run.smithi053.stdout:(5/14): python3-pyasn1-0.3.7-6.el8.noarch.rpm 275 kB/s | 126 kB 00:00 2024-05-13T13:55:16.368 INFO:teuthology.orchestra.run.smithi053.stdout:(6/14): python3-pyasn1-modules-0.3.7-6.el8.noar 253 kB/s | 110 kB 00:00 2024-05-13T13:55:16.427 INFO:teuthology.orchestra.run.smithi053.stdout:(7/14): python3-oauthlib-2.1.0-1.el8.noarch.rpm 737 kB/s | 155 kB 00:00 2024-05-13T13:55:16.442 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/14 2024-05-13T13:55:16.560 INFO:teuthology.orchestra.run.smithi053.stdout:(8/14): python3-cachetools-3.1.1-4.el8.noarch.r 172 kB/s | 33 kB 00:00 2024-05-13T13:55:16.586 INFO:teuthology.orchestra.run.smithi053.stdout:(9/14): python3-requests-oauthlib-1.0.0-1.el8.n 176 kB/s | 43 kB 00:00 2024-05-13T13:55:16.611 INFO:teuthology.orchestra.run.smithi053.stdout:(10/14): python3-certifi-2018.10.15-7.el8.noarc 89 kB/s | 16 kB 00:00 2024-05-13T13:55:16.640 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/14 2024-05-13T13:55:16.670 INFO:teuthology.orchestra.run.smithi053.stdout:(11/14): python3-google-auth-1.1.1-10.el8.noarc 747 kB/s | 81 kB 00:00 2024-05-13T13:55:16.697 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : libquadmath-8.5.0-22.el8.x86_64 8/8 2024-05-13T13:55:16.697 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:55:16.697 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2024-05-13T13:55:16.697 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-mgr-diskprediction-local-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:55:16.698 INFO:teuthology.orchestra.run.smithi086.stdout: libgfortran-8.5.0-22.el8.x86_64 2024-05-13T13:55:16.698 INFO:teuthology.orchestra.run.smithi086.stdout: libquadmath-8.5.0-22.el8.x86_64 2024-05-13T13:55:16.698 INFO:teuthology.orchestra.run.smithi086.stdout: openblas-0.3.15-4.el8.x86_64 2024-05-13T13:55:16.698 INFO:teuthology.orchestra.run.smithi086.stdout: openblas-threads-0.3.15-4.el8.x86_64 2024-05-13T13:55:16.698 INFO:teuthology.orchestra.run.smithi086.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2024-05-13T13:55:16.698 INFO:teuthology.orchestra.run.smithi086.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2024-05-13T13:55:16.698 INFO:teuthology.orchestra.run.smithi086.stdout: python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_64 2024-05-13T13:55:16.698 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:55:16.698 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T13:55:16.736 INFO:teuthology.orchestra.run.smithi053.stdout:(12/14): python3-websocket-client-0.56.0-5.el8. 995 kB/s | 61 kB 00:00 2024-05-13T13:55:16.837 INFO:teuthology.orchestra.run.smithi053.stdout:(13/14): python3-rsa-4.9-2.el8.noarch.rpm 285 kB/s | 64 kB 00:00 2024-05-13T13:55:16.844 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install ceph-mgr-rook 2024-05-13T13:55:16.846 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/14 2024-05-13T13:55:16.879 INFO:teuthology.orchestra.run.smithi053.stdout:(14/14): python3-kubernetes-11.0.0-6.el8.noarch 4.0 MB/s | 1.2 MB 00:00 2024-05-13T13:55:16.881 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:55:16.882 INFO:teuthology.orchestra.run.smithi053.stdout:Total 1.1 MB/s | 2.0 MB 00:01 2024-05-13T13:55:16.950 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-05-13T13:55:16.968 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-05-13T13:55:16.968 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-05-13T13:55:17.063 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-05-13T13:55:17.066 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-05-13T13:55:17.069 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/14 2024-05-13T13:55:17.321 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 8/14 2024-05-13T13:55:17.522 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 9/14 2024-05-13T13:55:17.593 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-05-13T13:55:17.595 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:01:54 ago on Mon 13 May 2024 01:53:23 PM UTC. 2024-05-13T13:55:17.846 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/14 2024-05-13T13:55:18.026 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/14 2024-05-13T13:55:18.261 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/14 2024-05-13T13:55:18.498 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/14 2024-05-13T13:55:18.529 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 10/14 2024-05-13T13:55:18.758 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 11/14 2024-05-13T13:55:18.858 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/14 2024-05-13T13:55:18.975 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 12/14 2024-05-13T13:55:19.076 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/14 2024-05-13T13:55:19.179 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 13/14 2024-05-13T13:55:19.235 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T13:55:19.237 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:55:19.237 INFO:teuthology.orchestra.run.smithi086.stdout: Package Arch Version Repository Size 2024-05-13T13:55:19.237 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:55:19.237 INFO:teuthology.orchestra.run.smithi086.stdout:Installing: 2024-05-13T13:55:19.237 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-mgr-rook noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 49 k 2024-05-13T13:55:19.237 INFO:teuthology.orchestra.run.smithi086.stdout:Installing dependencies: 2024-05-13T13:55:19.237 INFO:teuthology.orchestra.run.smithi086.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2024-05-13T13:55:19.238 INFO:teuthology.orchestra.run.smithi086.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2024-05-13T13:55:19.238 INFO:teuthology.orchestra.run.smithi086.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2024-05-13T13:55:19.238 INFO:teuthology.orchestra.run.smithi086.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2024-05-13T13:55:19.238 INFO:teuthology.orchestra.run.smithi086.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2024-05-13T13:55:19.238 INFO:teuthology.orchestra.run.smithi086.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2024-05-13T13:55:19.238 INFO:teuthology.orchestra.run.smithi086.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2024-05-13T13:55:19.238 INFO:teuthology.orchestra.run.smithi086.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2024-05-13T13:55:19.238 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2024-05-13T13:55:19.238 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2024-05-13T13:55:19.238 INFO:teuthology.orchestra.run.smithi086.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2024-05-13T13:55:19.238 INFO:teuthology.orchestra.run.smithi086.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2024-05-13T13:55:19.238 INFO:teuthology.orchestra.run.smithi086.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2024-05-13T13:55:19.238 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:55:19.239 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2024-05-13T13:55:19.239 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:55:19.239 INFO:teuthology.orchestra.run.smithi086.stdout:Install 14 Packages 2024-05-13T13:55:19.239 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:55:19.239 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 2.0 M 2024-05-13T13:55:19.239 INFO:teuthology.orchestra.run.smithi086.stdout:Installed size: 25 M 2024-05-13T13:55:19.240 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2024-05-13T13:55:19.304 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/14 2024-05-13T13:55:19.359 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-mgr-rook-2:18.2.2-1335.gb806bdbd.el8.noarch 14/14 2024-05-13T13:55:19.596 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 8/14 2024-05-13T13:55:19.658 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.2-1335.gb806bdbd.el8.noarch 14/14 2024-05-13T13:55:19.658 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-mgr-rook-2:18.2.2-1335.gb806bdbd.el8.noarch 1/14 2024-05-13T13:55:19.658 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/14 2024-05-13T13:55:19.658 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/14 2024-05-13T13:55:19.658 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/14 2024-05-13T13:55:19.658 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/14 2024-05-13T13:55:19.659 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/14 2024-05-13T13:55:19.659 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 7/14 2024-05-13T13:55:19.659 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 8/14 2024-05-13T13:55:19.659 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 9/14 2024-05-13T13:55:19.659 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 10/14 2024-05-13T13:55:19.659 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 11/14 2024-05-13T13:55:19.659 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 12/14 2024-05-13T13:55:19.659 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 13/14 2024-05-13T13:55:19.831 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 9/14 2024-05-13T13:55:19.958 INFO:teuthology.orchestra.run.smithi086.stdout:(1/14): python3-jsonpointer-1.10-11.el8.noarch. 77 kB/s | 20 kB 00:00 2024-05-13T13:55:19.984 INFO:teuthology.orchestra.run.smithi086.stdout:(2/14): python3-jsonpatch-1.21-2.el8.noarch.rpm 93 kB/s | 27 kB 00:00 2024-05-13T13:55:20.116 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 14/14 2024-05-13T13:55:20.116 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:55:20.116 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-05-13T13:55:20.116 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-rook-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:55:20.116 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cachetools-3.1.1-4.el8.noarch 2024-05-13T13:55:20.116 INFO:teuthology.orchestra.run.smithi204.stdout: python3-certifi-2018.10.15-7.el8.noarch 2024-05-13T13:55:20.116 INFO:teuthology.orchestra.run.smithi204.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2024-05-13T13:55:20.116 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jsonpatch-1.21-2.el8.noarch 2024-05-13T13:55:20.116 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jsonpointer-1.10-11.el8.noarch 2024-05-13T13:55:20.116 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jwt-1.6.1-2.el8.noarch 2024-05-13T13:55:20.116 INFO:teuthology.orchestra.run.smithi204.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2024-05-13T13:55:20.117 INFO:teuthology.orchestra.run.smithi204.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2024-05-13T13:55:20.117 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2024-05-13T13:55:20.117 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2024-05-13T13:55:20.117 INFO:teuthology.orchestra.run.smithi204.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2024-05-13T13:55:20.117 INFO:teuthology.orchestra.run.smithi204.stdout: python3-rsa-4.9-2.el8.noarch 2024-05-13T13:55:20.117 INFO:teuthology.orchestra.run.smithi204.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2024-05-13T13:55:20.117 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:55:20.117 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T13:55:20.117 INFO:teuthology.orchestra.run.smithi086.stdout:(3/14): ceph-mgr-rook-18.2.2-1335.gb806bdbd.el8 117 kB/s | 49 kB 00:00 2024-05-13T13:55:20.242 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-mgr-cephadm 2024-05-13T13:55:20.376 INFO:teuthology.orchestra.run.smithi086.stdout:(4/14): python3-jwt-1.6.1-2.el8.noarch.rpm 165 kB/s | 43 kB 00:00 2024-05-13T13:55:20.476 INFO:teuthology.orchestra.run.smithi086.stdout:(5/14): python3-pyasn1-0.3.7-6.el8.noarch.rpm 244 kB/s | 126 kB 00:00 2024-05-13T13:55:20.502 INFO:teuthology.orchestra.run.smithi086.stdout:(6/14): python3-pyasn1-modules-0.3.7-6.el8.noar 212 kB/s | 110 kB 00:00 2024-05-13T13:55:20.560 INFO:teuthology.orchestra.run.smithi086.stdout:(7/14): python3-cachetools-3.1.1-4.el8.noarch.r 567 kB/s | 33 kB 00:00 2024-05-13T13:55:20.586 INFO:teuthology.orchestra.run.smithi086.stdout:(8/14): python3-oauthlib-2.1.0-1.el8.noarch.rpm 741 kB/s | 155 kB 00:00 2024-05-13T13:55:20.611 INFO:teuthology.orchestra.run.smithi086.stdout:(9/14): python3-certifi-2018.10.15-7.el8.noarch 324 kB/s | 16 kB 00:00 2024-05-13T13:55:20.670 INFO:teuthology.orchestra.run.smithi086.stdout:(10/14): python3-google-auth-1.1.1-10.el8.noarc 972 kB/s | 81 kB 00:00 2024-05-13T13:55:20.695 INFO:teuthology.orchestra.run.smithi086.stdout:(11/14): python3-rsa-4.9-2.el8.noarch.rpm 2.5 MB/s | 64 kB 00:00 2024-05-13T13:55:20.758 INFO:teuthology.orchestra.run.smithi086.stdout:(12/14): python3-kubernetes-11.0.0-6.el8.noarch 7.9 MB/s | 1.2 MB 00:00 2024-05-13T13:55:20.787 INFO:teuthology.orchestra.run.smithi086.stdout:(13/14): python3-requests-oauthlib-1.0.0-1.el8. 137 kB/s | 43 kB 00:00 2024-05-13T13:55:20.812 INFO:teuthology.orchestra.run.smithi086.stdout:(14/14): python3-websocket-client-0.56.0-5.el8. 523 kB/s | 61 kB 00:00 2024-05-13T13:55:20.813 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:55:20.813 INFO:teuthology.orchestra.run.smithi086.stdout:Total 1.3 MB/s | 2.0 MB 00:01 2024-05-13T13:55:20.879 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2024-05-13T13:55:20.895 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2024-05-13T13:55:20.895 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2024-05-13T13:55:20.934 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 10/14 2024-05-13T13:55:20.983 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2024-05-13T13:55:20.986 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2024-05-13T13:55:20.993 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:02:00 ago on Mon 13 May 2024 01:53:20 PM UTC. 2024-05-13T13:55:21.189 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 11/14 2024-05-13T13:55:21.432 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 12/14 2024-05-13T13:55:21.530 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2024-05-13T13:55:21.646 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 13/14 2024-05-13T13:55:21.758 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/14 2024-05-13T13:55:21.881 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mgr-rook-2:18.2.2-1335.gb806bdbd.el8.noarch 14/14 2024-05-13T13:55:21.980 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/14 2024-05-13T13:55:22.224 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/14 2024-05-13T13:55:22.445 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/14 2024-05-13T13:55:22.609 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T13:55:22.610 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:55:22.610 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-05-13T13:55:22.610 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:55:22.611 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-05-13T13:55:22.611 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-cephadm noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 138 k 2024-05-13T13:55:22.611 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-05-13T13:55:22.611 INFO:teuthology.orchestra.run.smithi204.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2024-05-13T13:55:22.611 INFO:teuthology.orchestra.run.smithi204.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2024-05-13T13:55:22.611 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jinja2 noarch 2.10.1-4.el8 appstream 578 k 2024-05-13T13:55:22.611 INFO:teuthology.orchestra.run.smithi204.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2024-05-13T13:55:22.611 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:55:22.611 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-05-13T13:55:22.611 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:55:22.611 INFO:teuthology.orchestra.run.smithi204.stdout:Install 5 Packages 2024-05-13T13:55:22.611 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:55:22.612 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 6.0 M 2024-05-13T13:55:22.612 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 26 M 2024-05-13T13:55:22.612 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-05-13T13:55:22.709 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.2-1335.gb806bdbd.el8.noarch 14/14 2024-05-13T13:55:22.709 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mgr-rook-2:18.2.2-1335.gb806bdbd.el8.noarch 1/14 2024-05-13T13:55:22.709 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/14 2024-05-13T13:55:22.709 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/14 2024-05-13T13:55:22.709 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/14 2024-05-13T13:55:22.709 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/14 2024-05-13T13:55:22.709 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/14 2024-05-13T13:55:22.710 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 7/14 2024-05-13T13:55:22.710 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 8/14 2024-05-13T13:55:22.710 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 9/14 2024-05-13T13:55:22.710 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 10/14 2024-05-13T13:55:22.710 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 11/14 2024-05-13T13:55:22.710 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 12/14 2024-05-13T13:55:22.710 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 13/14 2024-05-13T13:55:22.711 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/14 2024-05-13T13:55:22.936 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/14 2024-05-13T13:55:23.113 INFO:teuthology.orchestra.run.smithi204.stdout:(1/5): ceph-mgr-cephadm-18.2.2-1335.gb806bdbd.e 460 kB/s | 138 kB 00:00 2024-05-13T13:55:23.192 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/14 2024-05-13T13:55:23.405 INFO:teuthology.orchestra.run.smithi204.stdout:(2/5): python3-jinja2-2.10.1-4.el8.noarch.rpm 976 kB/s | 578 kB 00:00 2024-05-13T13:55:23.447 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 8/14 2024-05-13T13:55:23.539 INFO:teuthology.orchestra.run.smithi204.stdout:(3/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.1 MB/s | 476 kB 00:00 2024-05-13T13:55:23.582 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 14/14 2024-05-13T13:55:23.582 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:55:23.582 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-05-13T13:55:23.582 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-rook-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:55:23.582 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cachetools-3.1.1-4.el8.noarch 2024-05-13T13:55:23.582 INFO:teuthology.orchestra.run.smithi053.stdout: python3-certifi-2018.10.15-7.el8.noarch 2024-05-13T13:55:23.582 INFO:teuthology.orchestra.run.smithi053.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2024-05-13T13:55:23.583 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jsonpatch-1.21-2.el8.noarch 2024-05-13T13:55:23.583 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jsonpointer-1.10-11.el8.noarch 2024-05-13T13:55:23.583 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jwt-1.6.1-2.el8.noarch 2024-05-13T13:55:23.583 INFO:teuthology.orchestra.run.smithi053.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2024-05-13T13:55:23.583 INFO:teuthology.orchestra.run.smithi053.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2024-05-13T13:55:23.583 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2024-05-13T13:55:23.583 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2024-05-13T13:55:23.583 INFO:teuthology.orchestra.run.smithi053.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2024-05-13T13:55:23.583 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rsa-4.9-2.el8.noarch 2024-05-13T13:55:23.583 INFO:teuthology.orchestra.run.smithi053.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2024-05-13T13:55:23.584 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:55:23.584 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T13:55:23.716 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-mgr-cephadm 2024-05-13T13:55:23.719 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 9/14 2024-05-13T13:55:23.756 INFO:teuthology.orchestra.run.smithi204.stdout:(4/5): python3-babel-2.5.1-7.el8.noarch.rpm 5.1 MB/s | 4.8 MB 00:00 2024-05-13T13:55:23.781 INFO:teuthology.orchestra.run.smithi204.stdout:(5/5): python3-natsort-7.1.1-2.el8.noarch.rpm 160 kB/s | 60 kB 00:00 2024-05-13T13:55:23.783 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:55:23.783 INFO:teuthology.orchestra.run.smithi204.stdout:Total 5.1 MB/s | 6.0 MB 00:01 2024-05-13T13:55:23.834 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-05-13T13:55:23.845 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-05-13T13:55:23.845 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-05-13T13:55:23.950 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-05-13T13:55:23.953 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-05-13T13:55:24.210 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-05-13T13:55:24.502 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:02:17 ago on Mon 13 May 2024 01:53:07 PM UTC. 2024-05-13T13:55:24.538 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2024-05-13T13:55:24.753 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 10/14 2024-05-13T13:55:25.045 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 11/14 2024-05-13T13:55:25.270 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 12/14 2024-05-13T13:55:25.500 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2024-05-13T13:55:25.524 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 13/14 2024-05-13T13:55:25.705 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : ceph-mgr-rook-2:18.2.2-1335.gb806bdbd.el8.noarch 14/14 2024-05-13T13:55:25.830 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2024-05-13T13:55:25.984 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.2-1335.gb806bdbd.el8.noarch 14/14 2024-05-13T13:55:25.985 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : ceph-mgr-rook-2:18.2.2-1335.gb806bdbd.el8.noarch 1/14 2024-05-13T13:55:25.985 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/14 2024-05-13T13:55:25.985 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/14 2024-05-13T13:55:25.985 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/14 2024-05-13T13:55:25.986 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/14 2024-05-13T13:55:25.986 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/14 2024-05-13T13:55:25.986 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 7/14 2024-05-13T13:55:25.986 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 8/14 2024-05-13T13:55:25.986 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 9/14 2024-05-13T13:55:25.986 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 10/14 2024-05-13T13:55:25.987 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 11/14 2024-05-13T13:55:25.987 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 12/14 2024-05-13T13:55:25.987 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 13/14 2024-05-13T13:55:26.075 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-jinja2-2.10.1-4.el8.noarch 4/5 2024-05-13T13:55:26.270 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T13:55:26.271 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:55:26.271 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-05-13T13:55:26.271 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:55:26.271 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-05-13T13:55:26.271 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-cephadm noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 138 k 2024-05-13T13:55:26.271 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-05-13T13:55:26.272 INFO:teuthology.orchestra.run.smithi053.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2024-05-13T13:55:26.272 INFO:teuthology.orchestra.run.smithi053.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2024-05-13T13:55:26.272 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jinja2 noarch 2.10.1-4.el8 appstream 578 k 2024-05-13T13:55:26.272 INFO:teuthology.orchestra.run.smithi053.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2024-05-13T13:55:26.272 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:55:26.272 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-05-13T13:55:26.272 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:55:26.272 INFO:teuthology.orchestra.run.smithi053.stdout:Install 5 Packages 2024-05-13T13:55:26.272 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:55:26.273 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 6.0 M 2024-05-13T13:55:26.273 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 26 M 2024-05-13T13:55:26.273 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-05-13T13:55:26.275 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-mgr-cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 5/5 2024-05-13T13:55:26.461 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 14/14 2024-05-13T13:55:26.461 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:55:26.461 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2024-05-13T13:55:26.461 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-mgr-rook-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:55:26.461 INFO:teuthology.orchestra.run.smithi086.stdout: python3-cachetools-3.1.1-4.el8.noarch 2024-05-13T13:55:26.461 INFO:teuthology.orchestra.run.smithi086.stdout: python3-certifi-2018.10.15-7.el8.noarch 2024-05-13T13:55:26.462 INFO:teuthology.orchestra.run.smithi086.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2024-05-13T13:55:26.462 INFO:teuthology.orchestra.run.smithi086.stdout: python3-jsonpatch-1.21-2.el8.noarch 2024-05-13T13:55:26.462 INFO:teuthology.orchestra.run.smithi086.stdout: python3-jsonpointer-1.10-11.el8.noarch 2024-05-13T13:55:26.462 INFO:teuthology.orchestra.run.smithi086.stdout: python3-jwt-1.6.1-2.el8.noarch 2024-05-13T13:55:26.462 INFO:teuthology.orchestra.run.smithi086.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2024-05-13T13:55:26.462 INFO:teuthology.orchestra.run.smithi086.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2024-05-13T13:55:26.462 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2024-05-13T13:55:26.462 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2024-05-13T13:55:26.462 INFO:teuthology.orchestra.run.smithi086.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2024-05-13T13:55:26.462 INFO:teuthology.orchestra.run.smithi086.stdout: python3-rsa-4.9-2.el8.noarch 2024-05-13T13:55:26.462 INFO:teuthology.orchestra.run.smithi086.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2024-05-13T13:55:26.462 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:55:26.462 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T13:55:26.546 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 5/5 2024-05-13T13:55:26.546 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-mgr-cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 1/5 2024-05-13T13:55:26.546 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2024-05-13T13:55:26.546 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-jinja2-2.10.1-4.el8.noarch 3/5 2024-05-13T13:55:26.546 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2024-05-13T13:55:26.587 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install ceph-mgr-cephadm 2024-05-13T13:55:26.762 INFO:teuthology.orchestra.run.smithi053.stdout:(1/5): ceph-mgr-cephadm-18.2.2-1335.gb806bdbd.e 474 kB/s | 138 kB 00:00 2024-05-13T13:55:26.941 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2024-05-13T13:55:26.941 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:55:26.941 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-05-13T13:55:26.942 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:55:26.942 INFO:teuthology.orchestra.run.smithi204.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2024-05-13T13:55:26.942 INFO:teuthology.orchestra.run.smithi204.stdout: python3-babel-2.5.1-7.el8.noarch 2024-05-13T13:55:26.942 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jinja2-2.10.1-4.el8.noarch 2024-05-13T13:55:26.942 INFO:teuthology.orchestra.run.smithi204.stdout: python3-natsort-7.1.1-2.el8.noarch 2024-05-13T13:55:26.942 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:55:26.942 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T13:55:27.056 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-fuse 2024-05-13T13:55:27.137 INFO:teuthology.orchestra.run.smithi053.stdout:(2/5): python3-jinja2-2.10.1-4.el8.noarch.rpm 866 kB/s | 578 kB 00:00 2024-05-13T13:55:27.340 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:02:04 ago on Mon 13 May 2024 01:53:23 PM UTC. 2024-05-13T13:55:27.432 INFO:teuthology.orchestra.run.smithi053.stdout:(3/5): python3-babel-2.5.1-7.el8.noarch.rpm 5.0 MB/s | 4.8 MB 00:00 2024-05-13T13:55:27.462 INFO:teuthology.orchestra.run.smithi053.stdout:(4/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 679 kB/s | 476 kB 00:00 2024-05-13T13:55:27.479 INFO:teuthology.orchestra.run.smithi053.stdout:(5/5): python3-natsort-7.1.1-2.el8.noarch.rpm 176 kB/s | 60 kB 00:00 2024-05-13T13:55:27.480 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:55:27.480 INFO:teuthology.orchestra.run.smithi053.stdout:Total 5.0 MB/s | 6.0 MB 00:01 2024-05-13T13:55:27.536 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-05-13T13:55:27.548 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-05-13T13:55:27.548 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-05-13T13:55:27.661 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-05-13T13:55:27.664 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-05-13T13:55:27.811 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:02:07 ago on Mon 13 May 2024 01:53:20 PM UTC. 2024-05-13T13:55:27.928 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-05-13T13:55:28.270 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2024-05-13T13:55:28.993 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T13:55:28.994 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:55:28.994 INFO:teuthology.orchestra.run.smithi086.stdout: Package Arch Version Repository Size 2024-05-13T13:55:28.994 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:55:28.995 INFO:teuthology.orchestra.run.smithi086.stdout:Installing: 2024-05-13T13:55:28.995 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-mgr-cephadm noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 138 k 2024-05-13T13:55:28.995 INFO:teuthology.orchestra.run.smithi086.stdout:Installing dependencies: 2024-05-13T13:55:28.995 INFO:teuthology.orchestra.run.smithi086.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2024-05-13T13:55:28.995 INFO:teuthology.orchestra.run.smithi086.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2024-05-13T13:55:28.995 INFO:teuthology.orchestra.run.smithi086.stdout: python3-jinja2 noarch 2.10.1-4.el8 appstream 578 k 2024-05-13T13:55:28.995 INFO:teuthology.orchestra.run.smithi086.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2024-05-13T13:55:28.995 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:55:28.995 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2024-05-13T13:55:28.995 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:55:28.995 INFO:teuthology.orchestra.run.smithi086.stdout:Install 5 Packages 2024-05-13T13:55:28.995 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:55:28.996 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 6.0 M 2024-05-13T13:55:28.996 INFO:teuthology.orchestra.run.smithi086.stdout:Installed size: 26 M 2024-05-13T13:55:28.996 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2024-05-13T13:55:29.268 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2024-05-13T13:55:29.429 INFO:teuthology.orchestra.run.smithi086.stdout:(1/5): ceph-mgr-cephadm-18.2.2-1335.gb806bdbd.e 394 kB/s | 138 kB 00:00 2024-05-13T13:55:29.489 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T13:55:29.490 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:55:29.490 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-05-13T13:55:29.490 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:55:29.490 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-05-13T13:55:29.490 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-fuse x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 859 k 2024-05-13T13:55:29.490 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-05-13T13:55:29.490 INFO:teuthology.orchestra.run.smithi204.stdout: fuse x86_64 2.9.7-19.el8 baseos 83 k 2024-05-13T13:55:29.490 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:55:29.490 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-05-13T13:55:29.490 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:55:29.491 INFO:teuthology.orchestra.run.smithi204.stdout:Install 2 Packages 2024-05-13T13:55:29.491 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:55:29.491 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 942 k 2024-05-13T13:55:29.491 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 3.0 M 2024-05-13T13:55:29.491 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-05-13T13:55:29.744 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2024-05-13T13:55:29.746 INFO:teuthology.orchestra.run.smithi086.stdout:(2/5): python3-jinja2-2.10.1-4.el8.noarch.rpm 865 kB/s | 578 kB 00:00 2024-05-13T13:55:29.823 INFO:teuthology.orchestra.run.smithi204.stdout:(1/2): fuse-2.9.7-19.el8.x86_64.rpm 299 kB/s | 83 kB 00:00 2024-05-13T13:55:29.897 INFO:teuthology.orchestra.run.smithi086.stdout:(3/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.0 MB/s | 476 kB 00:00 2024-05-13T13:55:29.989 INFO:teuthology.orchestra.run.smithi204.stdout:(2/2): ceph-fuse-18.2.2-1335.gb806bdbd.el8.x86_ 1.9 MB/s | 859 kB 00:00 2024-05-13T13:55:29.990 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:55:29.990 INFO:teuthology.orchestra.run.smithi204.stdout:Total 1.8 MB/s | 942 kB 00:00 2024-05-13T13:55:30.000 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-05-13T13:55:30.021 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-05-13T13:55:30.021 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-05-13T13:55:30.041 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jinja2-2.10.1-4.el8.noarch 4/5 2024-05-13T13:55:30.047 INFO:teuthology.orchestra.run.smithi086.stdout:(4/5): python3-babel-2.5.1-7.el8.noarch.rpm 4.9 MB/s | 4.8 MB 00:00 2024-05-13T13:55:30.107 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-05-13T13:55:30.110 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-05-13T13:55:30.114 INFO:teuthology.orchestra.run.smithi086.stdout:(5/5): python3-natsort-7.1.1-2.el8.noarch.rpm 164 kB/s | 60 kB 00:00 2024-05-13T13:55:30.117 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:55:30.117 INFO:teuthology.orchestra.run.smithi086.stdout:Total 5.4 MB/s | 6.0 MB 00:01 2024-05-13T13:55:30.169 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2024-05-13T13:55:30.181 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2024-05-13T13:55:30.181 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2024-05-13T13:55:30.221 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mgr-cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 5/5 2024-05-13T13:55:30.283 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2024-05-13T13:55:30.284 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-05-13T13:55:30.286 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2024-05-13T13:55:30.521 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 5/5 2024-05-13T13:55:30.521 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mgr-cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 1/5 2024-05-13T13:55:30.521 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2024-05-13T13:55:30.521 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jinja2-2.10.1-4.el8.noarch 3/5 2024-05-13T13:55:30.521 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2024-05-13T13:55:30.558 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2024-05-13T13:55:30.565 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : fuse-2.9.7-19.el8.x86_64 1/2 2024-05-13T13:55:30.758 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-fuse-2:18.2.2-1335.gb806bdbd.el8.x86_64 2/2 2024-05-13T13:55:30.925 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2024-05-13T13:55:30.955 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2024-05-13T13:55:30.955 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:55:30.955 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-05-13T13:55:30.955 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:55:30.955 INFO:teuthology.orchestra.run.smithi053.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2024-05-13T13:55:30.956 INFO:teuthology.orchestra.run.smithi053.stdout: python3-babel-2.5.1-7.el8.noarch 2024-05-13T13:55:30.956 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jinja2-2.10.1-4.el8.noarch 2024-05-13T13:55:30.956 INFO:teuthology.orchestra.run.smithi053.stdout: python3-natsort-7.1.1-2.el8.noarch 2024-05-13T13:55:30.956 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:55:30.956 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T13:55:31.085 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-fuse 2024-05-13T13:55:31.150 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-fuse-2:18.2.2-1335.gb806bdbd.el8.x86_64 2/2 2024-05-13T13:55:31.150 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-fuse-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/2 2024-05-13T13:55:31.546 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : fuse-2.9.7-19.el8.x86_64 2/2 2024-05-13T13:55:31.546 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:55:31.546 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-05-13T13:55:31.546 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-fuse-2:18.2.2-1335.gb806bdbd.el8.x86_64 fuse-2.9.7-19.el8.x86_64 2024-05-13T13:55:31.546 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:55:31.546 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T13:55:31.723 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-volume 2024-05-13T13:55:31.878 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:02:24 ago on Mon 13 May 2024 01:53:07 PM UTC. 2024-05-13T13:55:31.886 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2024-05-13T13:55:32.224 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2024-05-13T13:55:32.491 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:02:12 ago on Mon 13 May 2024 01:53:20 PM UTC. 2024-05-13T13:55:32.503 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-jinja2-2.10.1-4.el8.noarch 4/5 2024-05-13T13:55:32.704 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : ceph-mgr-cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 5/5 2024-05-13T13:55:33.209 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 5/5 2024-05-13T13:55:33.209 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : ceph-mgr-cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 1/5 2024-05-13T13:55:33.209 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2024-05-13T13:55:33.209 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-jinja2-2.10.1-4.el8.noarch 3/5 2024-05-13T13:55:33.209 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2024-05-13T13:55:33.649 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T13:55:33.650 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:55:33.650 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-05-13T13:55:33.650 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:55:33.650 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-05-13T13:55:33.650 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-fuse x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 859 k 2024-05-13T13:55:33.650 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-05-13T13:55:33.650 INFO:teuthology.orchestra.run.smithi053.stdout: fuse x86_64 2.9.7-19.el8 baseos 83 k 2024-05-13T13:55:33.650 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:55:33.650 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-05-13T13:55:33.650 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:55:33.650 INFO:teuthology.orchestra.run.smithi053.stdout:Install 2 Packages 2024-05-13T13:55:33.651 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:55:33.651 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 942 k 2024-05-13T13:55:33.651 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 3.0 M 2024-05-13T13:55:33.651 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-05-13T13:55:33.951 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2024-05-13T13:55:33.951 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:55:33.952 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2024-05-13T13:55:33.952 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-mgr-cephadm-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:55:33.952 INFO:teuthology.orchestra.run.smithi086.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2024-05-13T13:55:33.952 INFO:teuthology.orchestra.run.smithi086.stdout: python3-babel-2.5.1-7.el8.noarch 2024-05-13T13:55:33.952 INFO:teuthology.orchestra.run.smithi086.stdout: python3-jinja2-2.10.1-4.el8.noarch 2024-05-13T13:55:33.952 INFO:teuthology.orchestra.run.smithi086.stdout: python3-natsort-7.1.1-2.el8.noarch 2024-05-13T13:55:33.952 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:55:33.952 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T13:55:33.970 INFO:teuthology.orchestra.run.smithi053.stdout:(1/2): fuse-2.9.7-19.el8.x86_64.rpm 312 kB/s | 83 kB 00:00 2024-05-13T13:55:34.083 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install ceph-fuse 2024-05-13T13:55:34.104 INFO:teuthology.orchestra.run.smithi053.stdout:(2/2): ceph-fuse-18.2.2-1335.gb806bdbd.el8.x86_ 2.1 MB/s | 859 kB 00:00 2024-05-13T13:55:34.104 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:55:34.104 INFO:teuthology.orchestra.run.smithi053.stdout:Total 2.0 MB/s | 942 kB 00:00 2024-05-13T13:55:34.115 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-05-13T13:55:34.135 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T13:55:34.136 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:55:34.136 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-05-13T13:55:34.136 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:55:34.136 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-05-13T13:55:34.136 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-volume noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 263 k 2024-05-13T13:55:34.137 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-05-13T13:55:34.137 INFO:teuthology.orchestra.run.smithi204.stdout: python3-packaging noarch 16.8-9.el8 powertools 48 k 2024-05-13T13:55:34.137 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:55:34.137 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-05-13T13:55:34.137 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:55:34.137 INFO:teuthology.orchestra.run.smithi204.stdout:Install 2 Packages 2024-05-13T13:55:34.137 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:55:34.137 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 311 k 2024-05-13T13:55:34.138 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 1.4 M 2024-05-13T13:55:34.138 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-05-13T13:55:34.138 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-05-13T13:55:34.138 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-05-13T13:55:34.232 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-05-13T13:55:34.235 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-05-13T13:55:34.417 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-05-13T13:55:34.692 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : fuse-2.9.7-19.el8.x86_64 1/2 2024-05-13T13:55:34.828 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:02:11 ago on Mon 13 May 2024 01:53:23 PM UTC. 2024-05-13T13:55:34.905 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-fuse-2:18.2.2-1335.gb806bdbd.el8.x86_64 2/2 2024-05-13T13:55:35.061 INFO:teuthology.orchestra.run.smithi204.stdout:(1/2): ceph-volume-18.2.2-1335.gb806bdbd.el8.no 302 kB/s | 263 kB 00:00 2024-05-13T13:55:35.309 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-fuse-2:18.2.2-1335.gb806bdbd.el8.x86_64 2/2 2024-05-13T13:55:35.309 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-fuse-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/2 2024-05-13T13:55:35.783 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : fuse-2.9.7-19.el8.x86_64 2/2 2024-05-13T13:55:35.783 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:55:35.783 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-05-13T13:55:35.783 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-fuse-2:18.2.2-1335.gb806bdbd.el8.x86_64 fuse-2.9.7-19.el8.x86_64 2024-05-13T13:55:35.783 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:55:35.783 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T13:55:35.993 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-volume 2024-05-13T13:55:36.457 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T13:55:36.457 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:55:36.458 INFO:teuthology.orchestra.run.smithi086.stdout: Package Arch Version Repository Size 2024-05-13T13:55:36.458 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:55:36.458 INFO:teuthology.orchestra.run.smithi086.stdout:Installing: 2024-05-13T13:55:36.458 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-fuse x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 859 k 2024-05-13T13:55:36.458 INFO:teuthology.orchestra.run.smithi086.stdout:Installing dependencies: 2024-05-13T13:55:36.458 INFO:teuthology.orchestra.run.smithi086.stdout: fuse x86_64 2.9.7-19.el8 baseos 83 k 2024-05-13T13:55:36.458 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:55:36.458 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2024-05-13T13:55:36.458 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:55:36.458 INFO:teuthology.orchestra.run.smithi086.stdout:Install 2 Packages 2024-05-13T13:55:36.458 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:55:36.459 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 942 k 2024-05-13T13:55:36.459 INFO:teuthology.orchestra.run.smithi086.stdout:Installed size: 3.0 M 2024-05-13T13:55:36.459 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2024-05-13T13:55:36.790 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:02:29 ago on Mon 13 May 2024 01:53:07 PM UTC. 2024-05-13T13:55:36.922 INFO:teuthology.orchestra.run.smithi086.stdout:(1/2): fuse-2.9.7-19.el8.x86_64.rpm 305 kB/s | 83 kB 00:00 2024-05-13T13:55:37.048 INFO:teuthology.orchestra.run.smithi086.stdout:(2/2): ceph-fuse-18.2.2-1335.gb806bdbd.el8.x86_ 2.1 MB/s | 859 kB 00:00 2024-05-13T13:55:37.048 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:55:37.048 INFO:teuthology.orchestra.run.smithi086.stdout:Total 1.6 MB/s | 942 kB 00:00 2024-05-13T13:55:37.058 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2024-05-13T13:55:37.080 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2024-05-13T13:55:37.081 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2024-05-13T13:55:37.167 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2024-05-13T13:55:37.170 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2024-05-13T13:55:37.392 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2024-05-13T13:55:37.652 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : fuse-2.9.7-19.el8.x86_64 1/2 2024-05-13T13:55:37.861 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : ceph-fuse-2:18.2.2-1335.gb806bdbd.el8.x86_64 2/2 2024-05-13T13:55:38.255 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: ceph-fuse-2:18.2.2-1335.gb806bdbd.el8.x86_64 2/2 2024-05-13T13:55:38.255 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : ceph-fuse-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/2 2024-05-13T13:55:38.572 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T13:55:38.573 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:55:38.573 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-05-13T13:55:38.573 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:55:38.573 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-05-13T13:55:38.573 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-volume noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 263 k 2024-05-13T13:55:38.573 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-05-13T13:55:38.573 INFO:teuthology.orchestra.run.smithi053.stdout: python3-packaging noarch 16.8-9.el8 powertools 48 k 2024-05-13T13:55:38.573 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:55:38.573 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-05-13T13:55:38.573 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:55:38.573 INFO:teuthology.orchestra.run.smithi053.stdout:Install 2 Packages 2024-05-13T13:55:38.573 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:55:38.574 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 311 k 2024-05-13T13:55:38.574 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 1.4 M 2024-05-13T13:55:38.574 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-05-13T13:55:38.624 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : fuse-2.9.7-19.el8.x86_64 2/2 2024-05-13T13:55:38.624 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:55:38.624 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2024-05-13T13:55:38.624 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-fuse-2:18.2.2-1335.gb806bdbd.el8.x86_64 fuse-2.9.7-19.el8.x86_64 2024-05-13T13:55:38.624 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:55:38.624 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T13:55:38.859 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install ceph-volume 2024-05-13T13:55:39.417 INFO:teuthology.orchestra.run.smithi053.stdout:(1/2): ceph-volume-18.2.2-1335.gb806bdbd.el8.no 333 kB/s | 263 kB 00:00 2024-05-13T13:55:39.628 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:02:16 ago on Mon 13 May 2024 01:53:23 PM UTC. 2024-05-13T13:55:41.273 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T13:55:41.274 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:55:41.274 INFO:teuthology.orchestra.run.smithi086.stdout: Package Arch Version Repository Size 2024-05-13T13:55:41.274 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:55:41.274 INFO:teuthology.orchestra.run.smithi086.stdout:Installing: 2024-05-13T13:55:41.274 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-volume noarch 2:18.2.2-1335.gb806bdbd.el8 ceph-noarch 263 k 2024-05-13T13:55:41.274 INFO:teuthology.orchestra.run.smithi086.stdout:Installing dependencies: 2024-05-13T13:55:41.274 INFO:teuthology.orchestra.run.smithi086.stdout: python3-packaging noarch 16.8-9.el8 powertools 48 k 2024-05-13T13:55:41.274 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:55:41.275 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2024-05-13T13:55:41.275 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:55:41.275 INFO:teuthology.orchestra.run.smithi086.stdout:Install 2 Packages 2024-05-13T13:55:41.275 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:55:41.275 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 311 k 2024-05-13T13:55:41.275 INFO:teuthology.orchestra.run.smithi086.stdout:Installed size: 1.4 M 2024-05-13T13:55:41.276 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2024-05-13T13:55:41.652 INFO:teuthology.orchestra.run.smithi086.stdout:(1/2): ceph-volume-18.2.2-1335.gb806bdbd.el8.no 813 kB/s | 263 kB 00:00 2024-05-13T13:59:39.951 INFO:teuthology.orchestra.run.smithi204.stdout:[MIRROR] python3-packaging-16.8-9.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/PowerTools/x86_64/os/Packages/python3-packaging-16.8-9.el8.noarch.rpm [Recv failure: Connection reset by peer] 2024-05-13T13:59:40.255 INFO:teuthology.orchestra.run.smithi204.stdout:(2/2): python3-packaging-16.8-9.el8.noarch.rpm 200 B/s | 48 kB 04:06 2024-05-13T13:59:40.255 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:59:40.255 INFO:teuthology.orchestra.run.smithi204.stdout:Total 1.3 kB/s | 311 kB 04:06 2024-05-13T13:59:40.265 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-05-13T13:59:40.278 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-05-13T13:59:40.278 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-05-13T13:59:40.326 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-05-13T13:59:40.330 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-05-13T13:59:40.462 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-05-13T13:59:40.747 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-packaging-16.8-9.el8.noarch 1/2 2024-05-13T13:59:41.000 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-volume-2:18.2.2-1335.gb806bdbd.el8.noarch 2/2 2024-05-13T13:59:41.403 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-volume-2:18.2.2-1335.gb806bdbd.el8.noarch 2/2 2024-05-13T13:59:41.403 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-volume-2:18.2.2-1335.gb806bdbd.el8.noarch 1/2 2024-05-13T13:59:41.785 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-packaging-16.8-9.el8.noarch 2/2 2024-05-13T13:59:41.785 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:59:41.786 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-05-13T13:59:41.786 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-volume-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:59:41.786 INFO:teuthology.orchestra.run.smithi204.stdout: python3-packaging-16.8-9.el8.noarch 2024-05-13T13:59:41.786 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:59:41.786 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T13:59:41.988 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install librados-devel 2024-05-13T13:59:42.753 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:06:22 ago on Mon 13 May 2024 01:53:20 PM UTC. 2024-05-13T13:59:44.424 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T13:59:44.425 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:59:44.425 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repo Size 2024-05-13T13:59:44.425 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:59:44.425 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-05-13T13:59:44.425 INFO:teuthology.orchestra.run.smithi204.stdout: librados-devel x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 139 k 2024-05-13T13:59:44.425 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:59:44.425 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-05-13T13:59:44.426 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:59:44.426 INFO:teuthology.orchestra.run.smithi204.stdout:Install 1 Package 2024-05-13T13:59:44.426 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:59:44.426 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 139 k 2024-05-13T13:59:44.426 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 513 k 2024-05-13T13:59:44.426 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-05-13T13:59:44.810 INFO:teuthology.orchestra.run.smithi204.stdout:librados-devel-18.2.2-1335.gb806bdbd.el8.x86_64 362 kB/s | 139 kB 00:00 2024-05-13T13:59:44.978 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:59:44.978 INFO:teuthology.orchestra.run.smithi204.stdout:Total 361 kB/s | 139 kB 00:00 2024-05-13T13:59:44.978 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-05-13T13:59:44.978 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-05-13T13:59:44.978 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-05-13T13:59:44.978 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-05-13T13:59:44.978 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-05-13T13:59:44.994 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-05-13T13:59:45.189 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : librados-devel-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T13:59:45.468 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: librados-devel-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T13:59:45.871 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : librados-devel-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T13:59:45.871 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:59:45.871 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-05-13T13:59:45.871 INFO:teuthology.orchestra.run.smithi204.stdout: librados-devel-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:59:45.871 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:59:45.871 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T13:59:46.094 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install libcephfs2 2024-05-13T13:59:46.857 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:06:26 ago on Mon 13 May 2024 01:53:20 PM UTC. 2024-05-13T13:59:47.011 INFO:teuthology.orchestra.run.smithi053.stdout:[MIRROR] python3-packaging-16.8-9.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/PowerTools/x86_64/os/Packages/python3-packaging-16.8-9.el8.noarch.rpm [Recv failure: Connection reset by peer] 2024-05-13T13:59:47.313 INFO:teuthology.orchestra.run.smithi053.stdout:(2/2): python3-packaging-16.8-9.el8.noarch.rpm 198 B/s | 48 kB 04:08 2024-05-13T13:59:47.314 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:59:47.314 INFO:teuthology.orchestra.run.smithi053.stdout:Total 1.2 kB/s | 311 kB 04:08 2024-05-13T13:59:47.325 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-05-13T13:59:47.338 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-05-13T13:59:47.338 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-05-13T13:59:47.387 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-05-13T13:59:47.391 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-05-13T13:59:47.530 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-05-13T13:59:48.014 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-packaging-16.8-9.el8.noarch 1/2 2024-05-13T13:59:48.229 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-volume-2:18.2.2-1335.gb806bdbd.el8.noarch 2/2 2024-05-13T13:59:48.466 INFO:teuthology.orchestra.run.smithi204.stdout:Package libcephfs2-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T13:59:48.514 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T13:59:48.516 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-05-13T13:59:48.516 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T13:59:48.621 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install libcephfs-devel 2024-05-13T13:59:48.668 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-volume-2:18.2.2-1335.gb806bdbd.el8.noarch 2/2 2024-05-13T13:59:48.668 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-volume-2:18.2.2-1335.gb806bdbd.el8.noarch 1/2 2024-05-13T13:59:48.730 INFO:teuthology.orchestra.run.smithi086.stdout:[MIRROR] python3-packaging-16.8-9.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/PowerTools/x86_64/os/Packages/python3-packaging-16.8-9.el8.noarch.rpm [Recv failure: Connection reset by peer] 2024-05-13T13:59:49.041 INFO:teuthology.orchestra.run.smithi086.stdout:(2/2): python3-packaging-16.8-9.el8.noarch.rpm 199 B/s | 48 kB 04:07 2024-05-13T13:59:49.041 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:59:49.042 INFO:teuthology.orchestra.run.smithi086.stdout:Total 1.3 kB/s | 311 kB 04:07 2024-05-13T13:59:49.051 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2024-05-13T13:59:49.064 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2024-05-13T13:59:49.064 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2024-05-13T13:59:49.100 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-packaging-16.8-9.el8.noarch 2/2 2024-05-13T13:59:49.100 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:59:49.100 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-05-13T13:59:49.100 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-volume-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:59:49.100 INFO:teuthology.orchestra.run.smithi053.stdout: python3-packaging-16.8-9.el8.noarch 2024-05-13T13:59:49.100 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:59:49.100 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T13:59:49.128 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2024-05-13T13:59:49.132 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2024-05-13T13:59:49.266 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2024-05-13T13:59:49.328 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install librados-devel 2024-05-13T13:59:49.388 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:06:29 ago on Mon 13 May 2024 01:53:20 PM UTC. 2024-05-13T13:59:49.578 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-packaging-16.8-9.el8.noarch 1/2 2024-05-13T13:59:49.871 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : ceph-volume-2:18.2.2-1335.gb806bdbd.el8.noarch 2/2 2024-05-13T13:59:50.128 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:06:43 ago on Mon 13 May 2024 01:53:07 PM UTC. 2024-05-13T13:59:50.268 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: ceph-volume-2:18.2.2-1335.gb806bdbd.el8.noarch 2/2 2024-05-13T13:59:50.268 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : ceph-volume-2:18.2.2-1335.gb806bdbd.el8.noarch 1/2 2024-05-13T13:59:50.708 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-packaging-16.8-9.el8.noarch 2/2 2024-05-13T13:59:50.708 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:59:50.708 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2024-05-13T13:59:50.708 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-volume-2:18.2.2-1335.gb806bdbd.el8.noarch 2024-05-13T13:59:50.708 INFO:teuthology.orchestra.run.smithi086.stdout: python3-packaging-16.8-9.el8.noarch 2024-05-13T13:59:50.708 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:59:50.708 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T13:59:50.920 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install librados-devel 2024-05-13T13:59:51.036 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T13:59:51.036 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:59:51.036 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repo Size 2024-05-13T13:59:51.036 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:59:51.036 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-05-13T13:59:51.037 INFO:teuthology.orchestra.run.smithi204.stdout: libcephfs-devel x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 31 k 2024-05-13T13:59:51.037 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:59:51.037 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-05-13T13:59:51.037 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T13:59:51.037 INFO:teuthology.orchestra.run.smithi204.stdout:Install 1 Package 2024-05-13T13:59:51.037 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:59:51.037 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 31 k 2024-05-13T13:59:51.038 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 139 k 2024-05-13T13:59:51.038 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-05-13T13:59:51.188 INFO:teuthology.orchestra.run.smithi204.stdout:libcephfs-devel-18.2.2-1335.gb806bdbd.el8.x86_6 206 kB/s | 31 kB 00:00 2024-05-13T13:59:51.189 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:59:51.189 INFO:teuthology.orchestra.run.smithi204.stdout:Total 203 kB/s | 31 kB 00:00 2024-05-13T13:59:51.190 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-05-13T13:59:51.193 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-05-13T13:59:51.193 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-05-13T13:59:51.217 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-05-13T13:59:51.220 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-05-13T13:59:51.279 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-05-13T13:59:51.488 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libcephfs-devel-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T13:59:51.684 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:06:28 ago on Mon 13 May 2024 01:53:23 PM UTC. 2024-05-13T13:59:51.734 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: libcephfs-devel-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T13:59:51.895 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T13:59:51.898 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:59:51.898 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repo Size 2024-05-13T13:59:51.899 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:59:51.899 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-05-13T13:59:51.899 INFO:teuthology.orchestra.run.smithi053.stdout: librados-devel x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 139 k 2024-05-13T13:59:51.899 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:59:51.899 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-05-13T13:59:51.899 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:59:51.899 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2024-05-13T13:59:51.899 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:59:51.899 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 139 k 2024-05-13T13:59:51.899 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 513 k 2024-05-13T13:59:51.899 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-05-13T13:59:52.085 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libcephfs-devel-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T13:59:52.085 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:59:52.085 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-05-13T13:59:52.085 INFO:teuthology.orchestra.run.smithi204.stdout: libcephfs-devel-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:59:52.086 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T13:59:52.086 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T13:59:52.196 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install librados2 2024-05-13T13:59:52.301 INFO:teuthology.orchestra.run.smithi053.stdout:librados-devel-18.2.2-1335.gb806bdbd.el8.x86_64 344 kB/s | 139 kB 00:00 2024-05-13T13:59:52.301 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:59:52.302 INFO:teuthology.orchestra.run.smithi053.stdout:Total 343 kB/s | 139 kB 00:00 2024-05-13T13:59:52.302 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-05-13T13:59:52.309 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-05-13T13:59:52.309 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-05-13T13:59:52.364 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-05-13T13:59:52.367 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-05-13T13:59:52.488 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-05-13T13:59:52.711 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : librados-devel-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T13:59:52.946 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:06:32 ago on Mon 13 May 2024 01:53:20 PM UTC. 2024-05-13T13:59:53.020 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: librados-devel-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T13:59:53.348 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T13:59:53.349 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:59:53.349 INFO:teuthology.orchestra.run.smithi086.stdout: Package Arch Version Repo Size 2024-05-13T13:59:53.349 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:59:53.349 INFO:teuthology.orchestra.run.smithi086.stdout:Installing: 2024-05-13T13:59:53.349 INFO:teuthology.orchestra.run.smithi086.stdout: librados-devel x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 139 k 2024-05-13T13:59:53.349 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:59:53.349 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2024-05-13T13:59:53.349 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:59:53.349 INFO:teuthology.orchestra.run.smithi086.stdout:Install 1 Package 2024-05-13T13:59:53.349 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:59:53.349 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 139 k 2024-05-13T13:59:53.349 INFO:teuthology.orchestra.run.smithi086.stdout:Installed size: 513 k 2024-05-13T13:59:53.349 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2024-05-13T13:59:53.423 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librados-devel-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T13:59:53.423 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:59:53.423 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-05-13T13:59:53.423 INFO:teuthology.orchestra.run.smithi053.stdout: librados-devel-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:59:53.423 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:59:53.423 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T13:59:53.554 INFO:teuthology.orchestra.run.smithi086.stdout:librados-devel-18.2.2-1335.gb806bdbd.el8.x86_64 680 kB/s | 139 kB 00:00 2024-05-13T13:59:53.555 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:59:53.555 INFO:teuthology.orchestra.run.smithi086.stdout:Total 675 kB/s | 139 kB 00:00 2024-05-13T13:59:53.555 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2024-05-13T13:59:53.560 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2024-05-13T13:59:53.561 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2024-05-13T13:59:53.611 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2024-05-13T13:59:53.614 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2024-05-13T13:59:53.704 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install libcephfs2 2024-05-13T13:59:53.778 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2024-05-13T13:59:53.994 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : librados-devel-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T13:59:54.299 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: librados-devel-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T13:59:54.496 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:06:47 ago on Mon 13 May 2024 01:53:07 PM UTC. 2024-05-13T13:59:54.536 INFO:teuthology.orchestra.run.smithi204.stdout:Package librados2-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T13:59:54.585 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T13:59:54.587 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-05-13T13:59:54.587 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T13:59:54.684 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : librados-devel-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T13:59:54.684 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:59:54.684 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2024-05-13T13:59:54.684 INFO:teuthology.orchestra.run.smithi086.stdout: librados-devel-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T13:59:54.685 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:59:54.685 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T13:59:54.695 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install librbd1 2024-05-13T13:59:54.930 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install libcephfs2 2024-05-13T13:59:55.455 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:06:35 ago on Mon 13 May 2024 01:53:20 PM UTC. 2024-05-13T13:59:55.690 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:06:32 ago on Mon 13 May 2024 01:53:23 PM UTC. 2024-05-13T13:59:56.217 INFO:teuthology.orchestra.run.smithi053.stdout:Package libcephfs2-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T13:59:56.270 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T13:59:56.271 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-05-13T13:59:56.271 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T13:59:56.375 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install libcephfs-devel 2024-05-13T13:59:57.074 INFO:teuthology.orchestra.run.smithi204.stdout:Package librbd1-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T13:59:57.122 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T13:59:57.124 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-05-13T13:59:57.124 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T13:59:57.160 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:06:50 ago on Mon 13 May 2024 01:53:07 PM UTC. 2024-05-13T13:59:57.224 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install python3-rados 2024-05-13T13:59:57.314 INFO:teuthology.orchestra.run.smithi086.stdout:Package libcephfs2-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T13:59:57.363 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T13:59:57.364 INFO:teuthology.orchestra.run.smithi086.stdout:Nothing to do. 2024-05-13T13:59:57.364 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T13:59:57.478 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install libcephfs-devel 2024-05-13T13:59:57.975 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:06:37 ago on Mon 13 May 2024 01:53:20 PM UTC. 2024-05-13T13:59:58.242 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:06:35 ago on Mon 13 May 2024 01:53:23 PM UTC. 2024-05-13T13:59:58.935 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T13:59:58.935 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:59:58.935 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repo Size 2024-05-13T13:59:58.935 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:59:58.935 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-05-13T13:59:58.935 INFO:teuthology.orchestra.run.smithi053.stdout: libcephfs-devel x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 31 k 2024-05-13T13:59:58.936 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:59:58.936 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-05-13T13:59:58.936 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T13:59:58.936 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2024-05-13T13:59:58.936 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T13:59:58.936 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 31 k 2024-05-13T13:59:58.936 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 139 k 2024-05-13T13:59:58.936 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-05-13T13:59:59.078 INFO:teuthology.orchestra.run.smithi053.stdout:libcephfs-devel-18.2.2-1335.gb806bdbd.el8.x86_6 219 kB/s | 31 kB 00:00 2024-05-13T13:59:59.078 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-05-13T13:59:59.079 INFO:teuthology.orchestra.run.smithi053.stdout:Total 217 kB/s | 31 kB 00:00 2024-05-13T13:59:59.079 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-05-13T13:59:59.082 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-05-13T13:59:59.083 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-05-13T13:59:59.109 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-05-13T13:59:59.112 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-05-13T13:59:59.174 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-05-13T13:59:59.386 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libcephfs-devel-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T13:59:59.574 INFO:teuthology.orchestra.run.smithi204.stdout:Package python3-rados-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T13:59:59.623 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T13:59:59.624 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-05-13T13:59:59.625 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T13:59:59.665 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: libcephfs-devel-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T13:59:59.737 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install python3-rgw 2024-05-13T13:59:59.878 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T13:59:59.879 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:59:59.879 INFO:teuthology.orchestra.run.smithi086.stdout: Package Arch Version Repo Size 2024-05-13T13:59:59.879 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:59:59.879 INFO:teuthology.orchestra.run.smithi086.stdout:Installing: 2024-05-13T13:59:59.879 INFO:teuthology.orchestra.run.smithi086.stdout: libcephfs-devel x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 31 k 2024-05-13T13:59:59.879 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:59:59.879 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2024-05-13T13:59:59.879 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T13:59:59.880 INFO:teuthology.orchestra.run.smithi086.stdout:Install 1 Package 2024-05-13T13:59:59.880 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T13:59:59.880 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 31 k 2024-05-13T13:59:59.880 INFO:teuthology.orchestra.run.smithi086.stdout:Installed size: 139 k 2024-05-13T13:59:59.880 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2024-05-13T14:00:00.024 INFO:teuthology.orchestra.run.smithi086.stdout:libcephfs-devel-18.2.2-1335.gb806bdbd.el8.x86_6 215 kB/s | 31 kB 00:00 2024-05-13T14:00:00.025 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2024-05-13T14:00:00.025 INFO:teuthology.orchestra.run.smithi086.stdout:Total 213 kB/s | 31 kB 00:00 2024-05-13T14:00:00.025 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2024-05-13T14:00:00.029 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2024-05-13T14:00:00.029 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2024-05-13T14:00:00.043 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libcephfs-devel-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:00.044 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:00:00.044 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-05-13T14:00:00.044 INFO:teuthology.orchestra.run.smithi053.stdout: libcephfs-devel-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T14:00:00.044 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:00:00.044 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T14:00:00.046 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2024-05-13T14:00:00.050 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2024-05-13T14:00:00.144 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2024-05-13T14:00:00.168 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install librados2 2024-05-13T14:00:00.351 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : libcephfs-devel-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:00.504 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:06:40 ago on Mon 13 May 2024 01:53:20 PM UTC. 2024-05-13T14:00:00.601 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: libcephfs-devel-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:00.955 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:06:53 ago on Mon 13 May 2024 01:53:07 PM UTC. 2024-05-13T14:00:00.967 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : libcephfs-devel-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:00.967 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T14:00:00.967 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2024-05-13T14:00:00.967 INFO:teuthology.orchestra.run.smithi086.stdout: libcephfs-devel-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T14:00:00.967 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T14:00:00.967 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T14:00:01.099 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install librados2 2024-05-13T14:00:01.848 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:06:38 ago on Mon 13 May 2024 01:53:23 PM UTC. 2024-05-13T14:00:02.107 INFO:teuthology.orchestra.run.smithi204.stdout:Package python3-rgw-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T14:00:02.157 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T14:00:02.158 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-05-13T14:00:02.159 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T14:00:02.268 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install python3-cephfs 2024-05-13T14:00:02.679 INFO:teuthology.orchestra.run.smithi053.stdout:Package librados2-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T14:00:02.731 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T14:00:02.733 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-05-13T14:00:02.733 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T14:00:02.839 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install librbd1 2024-05-13T14:00:03.021 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:06:43 ago on Mon 13 May 2024 01:53:20 PM UTC. 2024-05-13T14:00:03.452 INFO:teuthology.orchestra.run.smithi086.stdout:Package librados2-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T14:00:03.500 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T14:00:03.501 INFO:teuthology.orchestra.run.smithi086.stdout:Nothing to do. 2024-05-13T14:00:03.501 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T14:00:03.621 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install librbd1 2024-05-13T14:00:03.622 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:06:56 ago on Mon 13 May 2024 01:53:07 PM UTC. 2024-05-13T14:00:04.372 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:06:41 ago on Mon 13 May 2024 01:53:23 PM UTC. 2024-05-13T14:00:04.639 INFO:teuthology.orchestra.run.smithi204.stdout:Package python3-cephfs-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T14:00:04.687 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T14:00:04.688 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-05-13T14:00:04.688 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T14:00:04.800 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install python3-rbd 2024-05-13T14:00:05.472 INFO:teuthology.orchestra.run.smithi053.stdout:Package librbd1-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T14:00:05.524 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T14:00:05.526 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-05-13T14:00:05.526 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T14:00:05.567 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:06:45 ago on Mon 13 May 2024 01:53:20 PM UTC. 2024-05-13T14:00:05.645 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install python3-rados 2024-05-13T14:00:05.972 INFO:teuthology.orchestra.run.smithi086.stdout:Package librbd1-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T14:00:06.020 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T14:00:06.022 INFO:teuthology.orchestra.run.smithi086.stdout:Nothing to do. 2024-05-13T14:00:06.022 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T14:00:06.137 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install python3-rados 2024-05-13T14:00:06.448 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:06:59 ago on Mon 13 May 2024 01:53:07 PM UTC. 2024-05-13T14:00:06.885 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:06:43 ago on Mon 13 May 2024 01:53:23 PM UTC. 2024-05-13T14:00:07.174 INFO:teuthology.orchestra.run.smithi204.stdout:Package python3-rbd-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T14:00:07.222 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T14:00:07.224 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-05-13T14:00:07.224 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T14:00:07.336 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install rbd-fuse 2024-05-13T14:00:08.084 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:06:48 ago on Mon 13 May 2024 01:53:20 PM UTC. 2024-05-13T14:00:08.172 INFO:teuthology.orchestra.run.smithi053.stdout:Package python3-rados-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T14:00:08.224 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T14:00:08.225 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-05-13T14:00:08.225 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T14:00:08.344 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install python3-rgw 2024-05-13T14:00:08.487 INFO:teuthology.orchestra.run.smithi086.stdout:Package python3-rados-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T14:00:08.536 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T14:00:08.537 INFO:teuthology.orchestra.run.smithi086.stdout:Nothing to do. 2024-05-13T14:00:08.537 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T14:00:08.662 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install python3-rgw 2024-05-13T14:00:09.131 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:07:02 ago on Mon 13 May 2024 01:53:07 PM UTC. 2024-05-13T14:00:09.407 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:06:46 ago on Mon 13 May 2024 01:53:23 PM UTC. 2024-05-13T14:00:09.746 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T14:00:09.746 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T14:00:09.746 INFO:teuthology.orchestra.run.smithi204.stdout: Package Architecture Version Repository Size 2024-05-13T14:00:09.746 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T14:00:09.746 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-05-13T14:00:09.746 INFO:teuthology.orchestra.run.smithi204.stdout: rbd-fuse x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 95 k 2024-05-13T14:00:09.746 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T14:00:09.747 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-05-13T14:00:09.747 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T14:00:09.747 INFO:teuthology.orchestra.run.smithi204.stdout:Install 1 Package 2024-05-13T14:00:09.747 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T14:00:09.747 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 95 k 2024-05-13T14:00:09.747 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 280 k 2024-05-13T14:00:09.748 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-05-13T14:00:10.081 INFO:teuthology.orchestra.run.smithi204.stdout:rbd-fuse-18.2.2-1335.gb806bdbd.el8.x86_64.rpm 285 kB/s | 95 kB 00:00 2024-05-13T14:00:10.081 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-05-13T14:00:10.082 INFO:teuthology.orchestra.run.smithi204.stdout:Total 284 kB/s | 95 kB 00:00 2024-05-13T14:00:10.082 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-05-13T14:00:10.092 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-05-13T14:00:10.092 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-05-13T14:00:10.142 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-05-13T14:00:10.144 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-05-13T14:00:10.244 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-05-13T14:00:10.419 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : rbd-fuse-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:10.714 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: rbd-fuse-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:10.846 INFO:teuthology.orchestra.run.smithi053.stdout:Package python3-rgw-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T14:00:10.899 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T14:00:10.900 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-05-13T14:00:10.900 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T14:00:10.995 INFO:teuthology.orchestra.run.smithi086.stdout:Package python3-rgw-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T14:00:11.010 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install python3-cephfs 2024-05-13T14:00:11.044 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T14:00:11.045 INFO:teuthology.orchestra.run.smithi086.stdout:Nothing to do. 2024-05-13T14:00:11.045 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T14:00:11.170 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install python3-cephfs 2024-05-13T14:00:11.356 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : rbd-fuse-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:11.356 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T14:00:11.356 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-05-13T14:00:11.356 INFO:teuthology.orchestra.run.smithi204.stdout: rbd-fuse-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T14:00:11.356 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T14:00:11.356 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T14:00:11.554 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install rbd-mirror 2024-05-13T14:00:11.804 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:07:04 ago on Mon 13 May 2024 01:53:07 PM UTC. 2024-05-13T14:00:11.917 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:06:48 ago on Mon 13 May 2024 01:53:23 PM UTC. 2024-05-13T14:00:12.318 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:06:52 ago on Mon 13 May 2024 01:53:20 PM UTC. 2024-05-13T14:00:13.509 INFO:teuthology.orchestra.run.smithi086.stdout:Package python3-cephfs-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T14:00:13.529 INFO:teuthology.orchestra.run.smithi053.stdout:Package python3-cephfs-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T14:00:13.557 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T14:00:13.559 INFO:teuthology.orchestra.run.smithi086.stdout:Nothing to do. 2024-05-13T14:00:13.559 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T14:00:13.582 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T14:00:13.583 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-05-13T14:00:13.583 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T14:00:13.671 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install python3-rbd 2024-05-13T14:00:13.702 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install python3-rbd 2024-05-13T14:00:13.976 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T14:00:13.976 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T14:00:13.977 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repo Size 2024-05-13T14:00:13.977 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T14:00:13.977 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-05-13T14:00:13.977 INFO:teuthology.orchestra.run.smithi204.stdout: rbd-mirror x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 3.5 M 2024-05-13T14:00:13.977 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T14:00:13.977 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-05-13T14:00:13.977 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T14:00:13.977 INFO:teuthology.orchestra.run.smithi204.stdout:Install 1 Package 2024-05-13T14:00:13.977 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T14:00:13.977 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 3.5 M 2024-05-13T14:00:13.977 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 16 M 2024-05-13T14:00:13.977 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-05-13T14:00:14.417 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:06:51 ago on Mon 13 May 2024 01:53:23 PM UTC. 2024-05-13T14:00:14.487 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:07:07 ago on Mon 13 May 2024 01:53:07 PM UTC. 2024-05-13T14:00:16.007 INFO:teuthology.orchestra.run.smithi086.stdout:Package python3-rbd-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T14:00:16.056 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T14:00:16.057 INFO:teuthology.orchestra.run.smithi086.stdout:Nothing to do. 2024-05-13T14:00:16.057 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T14:00:16.170 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install rbd-fuse 2024-05-13T14:00:16.199 INFO:teuthology.orchestra.run.smithi053.stdout:Package python3-rbd-2:18.2.2-1335.gb806bdbd.el8.x86_64 is already installed. 2024-05-13T14:00:16.252 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T14:00:16.254 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-05-13T14:00:16.254 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T14:00:16.356 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install rbd-fuse 2024-05-13T14:00:16.915 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:06:53 ago on Mon 13 May 2024 01:53:23 PM UTC. 2024-05-13T14:00:17.145 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:07:10 ago on Mon 13 May 2024 01:53:07 PM UTC. 2024-05-13T14:00:18.555 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T14:00:18.556 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T14:00:18.556 INFO:teuthology.orchestra.run.smithi086.stdout: Package Architecture Version Repository Size 2024-05-13T14:00:18.556 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T14:00:18.556 INFO:teuthology.orchestra.run.smithi086.stdout:Installing: 2024-05-13T14:00:18.556 INFO:teuthology.orchestra.run.smithi086.stdout: rbd-fuse x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 95 k 2024-05-13T14:00:18.556 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T14:00:18.556 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2024-05-13T14:00:18.556 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T14:00:18.556 INFO:teuthology.orchestra.run.smithi086.stdout:Install 1 Package 2024-05-13T14:00:18.556 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T14:00:18.557 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 95 k 2024-05-13T14:00:18.557 INFO:teuthology.orchestra.run.smithi086.stdout:Installed size: 280 k 2024-05-13T14:00:18.557 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2024-05-13T14:00:18.943 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T14:00:18.944 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T14:00:18.944 INFO:teuthology.orchestra.run.smithi053.stdout: Package Architecture Version Repository Size 2024-05-13T14:00:18.944 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T14:00:18.944 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-05-13T14:00:18.944 INFO:teuthology.orchestra.run.smithi053.stdout: rbd-fuse x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 95 k 2024-05-13T14:00:18.944 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:00:18.944 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-05-13T14:00:18.945 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T14:00:18.945 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2024-05-13T14:00:18.945 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:00:18.945 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 95 k 2024-05-13T14:00:18.945 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 280 k 2024-05-13T14:00:18.945 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-05-13T14:00:19.401 INFO:teuthology.orchestra.run.smithi086.stdout:rbd-fuse-18.2.2-1335.gb806bdbd.el8.x86_64.rpm 113 kB/s | 95 kB 00:00 2024-05-13T14:00:19.401 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2024-05-13T14:00:19.402 INFO:teuthology.orchestra.run.smithi086.stdout:Total 112 kB/s | 95 kB 00:00 2024-05-13T14:00:19.402 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2024-05-13T14:00:19.414 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2024-05-13T14:00:19.414 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2024-05-13T14:00:19.467 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2024-05-13T14:00:19.508 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2024-05-13T14:00:19.928 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2024-05-13T14:00:20.115 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : rbd-fuse-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:20.418 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: rbd-fuse-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:20.860 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : rbd-fuse-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:20.860 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T14:00:20.860 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2024-05-13T14:00:20.860 INFO:teuthology.orchestra.run.smithi086.stdout: rbd-fuse-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T14:00:20.861 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T14:00:20.861 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T14:00:21.085 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install rbd-mirror 2024-05-13T14:00:21.850 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:06:58 ago on Mon 13 May 2024 01:53:23 PM UTC. 2024-05-13T14:00:23.155 INFO:teuthology.orchestra.run.smithi053.stdout:rbd-fuse-18.2.2-1335.gb806bdbd.el8.x86_64.rpm 23 kB/s | 95 kB 00:04 2024-05-13T14:00:23.155 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-05-13T14:00:23.155 INFO:teuthology.orchestra.run.smithi053.stdout:Total 23 kB/s | 95 kB 00:04 2024-05-13T14:00:23.156 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-05-13T14:00:23.169 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-05-13T14:00:23.170 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-05-13T14:00:23.228 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-05-13T14:00:23.232 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-05-13T14:00:23.346 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-05-13T14:00:23.517 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T14:00:23.518 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T14:00:23.518 INFO:teuthology.orchestra.run.smithi086.stdout: Package Arch Version Repo Size 2024-05-13T14:00:23.519 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T14:00:23.519 INFO:teuthology.orchestra.run.smithi086.stdout:Installing: 2024-05-13T14:00:23.519 INFO:teuthology.orchestra.run.smithi086.stdout: rbd-mirror x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 3.5 M 2024-05-13T14:00:23.519 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T14:00:23.519 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2024-05-13T14:00:23.519 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T14:00:23.519 INFO:teuthology.orchestra.run.smithi086.stdout:Install 1 Package 2024-05-13T14:00:23.519 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T14:00:23.520 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 3.5 M 2024-05-13T14:00:23.520 INFO:teuthology.orchestra.run.smithi086.stdout:Installed size: 16 M 2024-05-13T14:00:23.520 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2024-05-13T14:00:23.548 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : rbd-fuse-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:23.859 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: rbd-fuse-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:24.261 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : rbd-fuse-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:24.261 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:00:24.261 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-05-13T14:00:24.261 INFO:teuthology.orchestra.run.smithi053.stdout: rbd-fuse-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T14:00:24.262 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:00:24.262 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T14:00:24.499 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install rbd-mirror 2024-05-13T14:00:24.812 INFO:teuthology.orchestra.run.smithi086.stdout:rbd-mirror-18.2.2-1335.gb806bdbd.el8.x86_64.rpm 2.7 MB/s | 3.5 MB 00:01 2024-05-13T14:00:24.813 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2024-05-13T14:00:24.813 INFO:teuthology.orchestra.run.smithi086.stdout:Total 2.7 MB/s | 3.5 MB 00:01 2024-05-13T14:00:24.814 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2024-05-13T14:00:24.827 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2024-05-13T14:00:24.827 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2024-05-13T14:00:24.894 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2024-05-13T14:00:24.897 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2024-05-13T14:00:25.284 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:07:18 ago on Mon 13 May 2024 01:53:07 PM UTC. 2024-05-13T14:00:25.342 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2024-05-13T14:00:25.541 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : rbd-mirror-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:25.971 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: rbd-mirror-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:26.343 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : rbd-mirror-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:26.343 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T14:00:26.343 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2024-05-13T14:00:26.343 INFO:teuthology.orchestra.run.smithi086.stdout: rbd-mirror-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T14:00:26.344 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T14:00:26.344 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T14:00:26.614 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install rbd-nbd 2024-05-13T14:00:27.054 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T14:00:27.055 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T14:00:27.055 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repo Size 2024-05-13T14:00:27.055 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T14:00:27.055 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-05-13T14:00:27.055 INFO:teuthology.orchestra.run.smithi053.stdout: rbd-mirror x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 3.5 M 2024-05-13T14:00:27.055 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:00:27.055 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-05-13T14:00:27.055 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T14:00:27.056 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2024-05-13T14:00:27.056 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:00:27.056 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 3.5 M 2024-05-13T14:00:27.056 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 16 M 2024-05-13T14:00:27.056 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-05-13T14:00:27.380 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:07:04 ago on Mon 13 May 2024 01:53:23 PM UTC. 2024-05-13T14:00:29.033 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-05-13T14:00:29.034 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T14:00:29.034 INFO:teuthology.orchestra.run.smithi086.stdout: Package Architecture Version Repository Size 2024-05-13T14:00:29.034 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T14:00:29.035 INFO:teuthology.orchestra.run.smithi086.stdout:Installing: 2024-05-13T14:00:29.035 INFO:teuthology.orchestra.run.smithi086.stdout: rbd-nbd x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 181 k 2024-05-13T14:00:29.035 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T14:00:29.035 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2024-05-13T14:00:29.035 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-05-13T14:00:29.035 INFO:teuthology.orchestra.run.smithi086.stdout:Install 1 Package 2024-05-13T14:00:29.035 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T14:00:29.035 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 181 k 2024-05-13T14:00:29.035 INFO:teuthology.orchestra.run.smithi086.stdout:Installed size: 572 k 2024-05-13T14:00:29.035 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2024-05-13T14:00:29.074 INFO:teuthology.orchestra.run.smithi204.stdout:rbd-mirror-18.2.2-1335.gb806bdbd.el8.x86_64.rpm 234 kB/s | 3.5 MB 00:15 2024-05-13T14:00:29.075 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-05-13T14:00:29.075 INFO:teuthology.orchestra.run.smithi204.stdout:Total 234 kB/s | 3.5 MB 00:15 2024-05-13T14:00:29.076 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-05-13T14:00:29.089 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-05-13T14:00:29.089 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-05-13T14:00:29.156 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-05-13T14:00:29.159 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-05-13T14:00:29.602 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-05-13T14:00:29.682 INFO:teuthology.orchestra.run.smithi086.stdout:rbd-nbd-18.2.2-1335.gb806bdbd.el8.x86_64.rpm 280 kB/s | 181 kB 00:00 2024-05-13T14:00:29.683 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2024-05-13T14:00:29.683 INFO:teuthology.orchestra.run.smithi086.stdout:Total 279 kB/s | 181 kB 00:00 2024-05-13T14:00:29.683 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2024-05-13T14:00:29.696 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2024-05-13T14:00:29.696 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2024-05-13T14:00:29.749 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2024-05-13T14:00:29.752 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2024-05-13T14:00:29.800 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : rbd-mirror-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:29.871 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2024-05-13T14:00:30.105 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : rbd-nbd-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:30.215 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: rbd-mirror-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:30.388 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: rbd-nbd-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:30.594 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : rbd-mirror-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:30.594 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T14:00:30.594 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-05-13T14:00:30.594 INFO:teuthology.orchestra.run.smithi204.stdout: rbd-mirror-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T14:00:30.594 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T14:00:30.595 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T14:00:30.774 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : rbd-nbd-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:30.774 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T14:00:30.774 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2024-05-13T14:00:30.774 INFO:teuthology.orchestra.run.smithi086.stdout: rbd-nbd-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T14:00:30.774 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-05-13T14:00:30.774 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-05-13T14:00:30.792 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install rbd-nbd 2024-05-13T14:00:31.024 DEBUG:teuthology.parallel:result is None 2024-05-13T14:00:31.563 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:07:11 ago on Mon 13 May 2024 01:53:20 PM UTC. 2024-05-13T14:00:33.173 INFO:teuthology.orchestra.run.smithi053.stdout:rbd-mirror-18.2.2-1335.gb806bdbd.el8.x86_64.rpm 578 kB/s | 3.5 MB 00:06 2024-05-13T14:00:33.173 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-05-13T14:00:33.174 INFO:teuthology.orchestra.run.smithi053.stdout:Total 578 kB/s | 3.5 MB 00:06 2024-05-13T14:00:33.174 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-05-13T14:00:33.189 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-05-13T14:00:33.189 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-05-13T14:00:33.223 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-05-13T14:00:33.224 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T14:00:33.224 INFO:teuthology.orchestra.run.smithi204.stdout: Package Architecture Version Repository Size 2024-05-13T14:00:33.224 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T14:00:33.224 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-05-13T14:00:33.224 INFO:teuthology.orchestra.run.smithi204.stdout: rbd-nbd x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 181 k 2024-05-13T14:00:33.224 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T14:00:33.224 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-05-13T14:00:33.224 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-05-13T14:00:33.224 INFO:teuthology.orchestra.run.smithi204.stdout:Install 1 Package 2024-05-13T14:00:33.224 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T14:00:33.225 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 181 k 2024-05-13T14:00:33.225 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 572 k 2024-05-13T14:00:33.225 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-05-13T14:00:33.260 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-05-13T14:00:33.263 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-05-13T14:00:33.718 INFO:teuthology.orchestra.run.smithi204.stdout:rbd-nbd-18.2.2-1335.gb806bdbd.el8.x86_64.rpm 368 kB/s | 181 kB 00:00 2024-05-13T14:00:33.719 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-05-13T14:00:33.719 INFO:teuthology.orchestra.run.smithi204.stdout:Total 367 kB/s | 181 kB 00:00 2024-05-13T14:00:33.719 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-05-13T14:00:33.728 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-05-13T14:00:33.730 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-05-13T14:00:33.731 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-05-13T14:00:33.781 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-05-13T14:00:33.784 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-05-13T14:00:33.901 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-05-13T14:00:33.931 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : rbd-mirror-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:34.081 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : rbd-nbd-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:34.368 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: rbd-mirror-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:34.375 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: rbd-nbd-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:34.740 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : rbd-nbd-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:34.740 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T14:00:34.740 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-05-13T14:00:34.740 INFO:teuthology.orchestra.run.smithi204.stdout: rbd-nbd-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T14:00:34.740 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T14:00:34.740 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-05-13T14:00:34.804 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : rbd-mirror-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:34.804 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:00:34.804 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-05-13T14:00:34.805 INFO:teuthology.orchestra.run.smithi053.stdout: rbd-mirror-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T14:00:34.805 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:00:34.805 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T14:00:34.939 DEBUG:teuthology.parallel:result is None 2024-05-13T14:00:35.038 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install rbd-nbd 2024-05-13T14:00:35.839 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:07:28 ago on Mon 13 May 2024 01:53:07 PM UTC. 2024-05-13T14:00:37.622 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-13T14:00:37.623 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T14:00:37.623 INFO:teuthology.orchestra.run.smithi053.stdout: Package Architecture Version Repository Size 2024-05-13T14:00:37.623 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T14:00:37.623 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-05-13T14:00:37.623 INFO:teuthology.orchestra.run.smithi053.stdout: rbd-nbd x86_64 2:18.2.2-1335.gb806bdbd.el8 ceph 181 k 2024-05-13T14:00:37.623 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:00:37.623 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-05-13T14:00:37.623 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-13T14:00:37.623 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2024-05-13T14:00:37.623 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:00:37.624 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 181 k 2024-05-13T14:00:37.624 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 572 k 2024-05-13T14:00:37.624 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-05-13T14:00:38.183 INFO:teuthology.orchestra.run.smithi053.stdout:rbd-nbd-18.2.2-1335.gb806bdbd.el8.x86_64.rpm 324 kB/s | 181 kB 00:00 2024-05-13T14:00:38.184 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-05-13T14:00:38.184 INFO:teuthology.orchestra.run.smithi053.stdout:Total 323 kB/s | 181 kB 00:00 2024-05-13T14:00:38.184 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-05-13T14:00:38.198 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-05-13T14:00:38.198 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-05-13T14:00:38.254 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-05-13T14:00:38.257 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-05-13T14:00:38.377 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-05-13T14:00:38.604 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : rbd-nbd-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:38.911 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: rbd-nbd-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:39.352 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : rbd-nbd-2:18.2.2-1335.gb806bdbd.el8.x86_64 1/1 2024-05-13T14:00:39.352 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:00:39.352 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-05-13T14:00:39.352 INFO:teuthology.orchestra.run.smithi053.stdout: rbd-nbd-2:18.2.2-1335.gb806bdbd.el8.x86_64 2024-05-13T14:00:39.352 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:00:39.353 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-13T14:00:39.588 DEBUG:teuthology.parallel:result is None 2024-05-13T14:00:39.589 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=b806bdbddfddd976c2919d3cca5c05faad473799 2024-05-13T14:00:39.738 DEBUG:teuthology.orchestra.run.smithi053:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-13T14:00:39.761 INFO:teuthology.orchestra.run.smithi053.stdout:18.2.2-1335.gb806bdbd.el8 2024-05-13T14:00:39.762 INFO:teuthology.packaging:The installed version of ceph is 18.2.2-1335.gb806bdbd.el8 2024-05-13T14:00:39.762 INFO:teuthology.task.install:The correct ceph version 18.2.2-1335.gb806bdbd is installed. 2024-05-13T14:00:39.764 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=b806bdbddfddd976c2919d3cca5c05faad473799 2024-05-13T14:00:40.037 DEBUG:teuthology.orchestra.run.smithi086:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-13T14:00:40.064 INFO:teuthology.orchestra.run.smithi086.stdout:18.2.2-1335.gb806bdbd.el8 2024-05-13T14:00:40.064 INFO:teuthology.packaging:The installed version of ceph is 18.2.2-1335.gb806bdbd.el8 2024-05-13T14:00:40.064 INFO:teuthology.task.install:The correct ceph version 18.2.2-1335.gb806bdbd is installed. 2024-05-13T14:00:40.066 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=b806bdbddfddd976c2919d3cca5c05faad473799 2024-05-13T14:00:40.210 DEBUG:teuthology.orchestra.run.smithi204:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-13T14:00:40.237 INFO:teuthology.orchestra.run.smithi204.stdout:18.2.2-1335.gb806bdbd.el8 2024-05-13T14:00:40.237 INFO:teuthology.packaging:The installed version of ceph is 18.2.2-1335.gb806bdbd.el8 2024-05-13T14:00:40.237 INFO:teuthology.task.install:The correct ceph version 18.2.2-1335.gb806bdbd is installed. 2024-05-13T14:00:40.239 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-13T14:00:40.239 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-13T14:00:40.239 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-13T14:00:40.271 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-05-13T14:00:40.271 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-13T14:00:40.304 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-05-13T14:00:40.304 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-13T14:00:40.337 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-13T14:00:40.337 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-13T14:00:40.337 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/usr/bin/daemon-helper 2024-05-13T14:00:40.367 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-13T14:00:40.435 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-05-13T14:00:40.435 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/usr/bin/daemon-helper 2024-05-13T14:00:40.467 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-13T14:00:40.537 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-05-13T14:00:40.537 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/usr/bin/daemon-helper 2024-05-13T14:00:40.569 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-13T14:00:40.640 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-13T14:00:40.640 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-13T14:00:40.641 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-13T14:00:40.670 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-13T14:00:40.739 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-05-13T14:00:40.739 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-13T14:00:40.771 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-13T14:00:40.841 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-05-13T14:00:40.842 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-13T14:00:40.873 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-13T14:00:40.944 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-13T14:00:40.944 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-13T14:00:40.945 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/usr/bin/stdin-killer 2024-05-13T14:00:40.978 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-13T14:00:41.049 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-05-13T14:00:41.176 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/usr/bin/stdin-killer 2024-05-13T14:00:41.209 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-13T14:00:41.279 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-05-13T14:00:41.279 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/usr/bin/stdin-killer 2024-05-13T14:00:41.311 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-13T14:00:41.382 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-13T14:00:41.482 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'b806bdbddfddd976c2919d3cca5c05faad473799'} 2024-05-13T14:00:41.482 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 2024-05-13T14:00:41.483 INFO:tasks.cephadm:Cluster fsid is 2f34b982-1131-11ef-bc98-c7b262605968 2024-05-13T14:00:41.483 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-13T14:00:41.483 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.53', 'mon.b': '172.21.15.86', 'mon.c': '172.21.15.204'} 2024-05-13T14:00:41.483 INFO:tasks.cephadm:First mon is mon.a on smithi053 2024-05-13T14:00:41.483 INFO:tasks.cephadm:First mgr is a 2024-05-13T14:00:41.483 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-13T14:00:41.483 DEBUG:teuthology.orchestra.run.smithi053:> sudo hostname $(hostname -s) 2024-05-13T14:00:41.518 DEBUG:teuthology.orchestra.run.smithi086:> sudo hostname $(hostname -s) 2024-05-13T14:00:41.550 DEBUG:teuthology.orchestra.run.smithi204:> sudo hostname $(hostname -s) 2024-05-13T14:00:41.583 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-13T14:00:41.583 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=b806bdbddfddd976c2919d3cca5c05faad473799 2024-05-13T14:00:41.909 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'b806bdbddfddd976c2919d3cca5c05faad473799', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=arm64,AVAILABLE_ARCH=arm64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/55130/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.2.2-1335-gb806bdbd', 'node_name': '172.21.4.57+omani007', 'job_name': 'ceph-dev-build/ARCH=arm64,AVAILABLE_ARCH=arm64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.2.2-1335.gb806bdbd'}, 'url': 'https://2.chacra.ceph.com/r/ceph/reef/b806bdbddfddd976c2919d3cca5c05faad473799/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2024-05-11 19:31:09.078235', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'reef', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/reef/b806bdbddfddd976c2919d3cca5c05faad473799/centos/8/flavors/default/', 'archs': ['x86_64', 'source', 'arm64'], 'distro': 'centos'}] 2024-05-13T14:00:42.220 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref reef, sha1 b806bdbddfddd976c2919d3cca5c05faad473799 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=b806bdbddfddd976c2919d3cca5c05faad473799 2024-05-13T14:00:42.221 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/reef/b806bdbddfddd976c2919d3cca5c05faad473799/centos/8/x86_64/flavors/default/cephadm 2024-05-13T14:00:42.222 DEBUG:teuthology.orchestra.run.smithi053:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/reef/b806bdbddfddd976c2919d3cca5c05faad473799/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-13T14:00:42.962 INFO:teuthology.orchestra.run.smithi053.stdout:-rw-rw-r--. 1 ubuntu ubuntu 703022 May 13 14:00 /home/ubuntu/cephtest/cephadm 2024-05-13T14:00:42.963 DEBUG:teuthology.orchestra.run.smithi086:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/reef/b806bdbddfddd976c2919d3cca5c05faad473799/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-13T14:00:43.367 INFO:teuthology.orchestra.run.smithi086.stdout:-rw-rw-r--. 1 ubuntu ubuntu 703022 May 13 14:00 /home/ubuntu/cephtest/cephadm 2024-05-13T14:00:43.367 DEBUG:teuthology.orchestra.run.smithi204:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/reef/b806bdbddfddd976c2919d3cca5c05faad473799/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-13T14:00:44.308 INFO:teuthology.orchestra.run.smithi204.stdout:-rw-rw-r--. 1 ubuntu ubuntu 703022 May 13 14:00 /home/ubuntu/cephtest/cephadm 2024-05-13T14:00:44.308 DEBUG:teuthology.orchestra.run.smithi053:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-13T14:00:44.332 DEBUG:teuthology.orchestra.run.smithi086:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-13T14:00:44.355 DEBUG:teuthology.orchestra.run.smithi204:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-13T14:00:44.389 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 on all hosts... 2024-05-13T14:00:44.389 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 pull 2024-05-13T14:00:44.392 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 pull 2024-05-13T14:00:44.398 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 pull 2024-05-13T14:00:45.423 INFO:teuthology.orchestra.run.smithi204.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799... 2024-05-13T14:00:45.572 INFO:teuthology.orchestra.run.smithi086.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799... 2024-05-13T14:00:45.856 INFO:teuthology.orchestra.run.smithi053.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799... 2024-05-13T14:01:39.582 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-05-13T14:01:39.583 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph_version": "ceph version 18.2.2-1335-gb806bdbd (b806bdbddfddd976c2919d3cca5c05faad473799) reef (stable)", 2024-05-13T14:01:39.583 INFO:teuthology.orchestra.run.smithi053.stdout: "image_id": "e2c899e09d2b2849bb366fdde78034574237e3774a721d3eb07445a5ea4068cf", 2024-05-13T14:01:39.583 INFO:teuthology.orchestra.run.smithi053.stdout: "repo_digests": [ 2024-05-13T14:01:39.583 INFO:teuthology.orchestra.run.smithi053.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:eb3bfe20272fcc554f32f0e4189179c370f2e8312dd7da29aeb16c6bdba00bf3" 2024-05-13T14:01:39.583 INFO:teuthology.orchestra.run.smithi053.stdout: ] 2024-05-13T14:01:39.583 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-05-13T14:01:42.350 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-05-13T14:01:42.351 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph_version": "ceph version 18.2.2-1335-gb806bdbd (b806bdbddfddd976c2919d3cca5c05faad473799) reef (stable)", 2024-05-13T14:01:42.351 INFO:teuthology.orchestra.run.smithi086.stdout: "image_id": "e2c899e09d2b2849bb366fdde78034574237e3774a721d3eb07445a5ea4068cf", 2024-05-13T14:01:42.351 INFO:teuthology.orchestra.run.smithi086.stdout: "repo_digests": [ 2024-05-13T14:01:42.351 INFO:teuthology.orchestra.run.smithi086.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:eb3bfe20272fcc554f32f0e4189179c370f2e8312dd7da29aeb16c6bdba00bf3" 2024-05-13T14:01:42.351 INFO:teuthology.orchestra.run.smithi086.stdout: ] 2024-05-13T14:01:42.351 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-05-13T14:01:43.398 INFO:teuthology.orchestra.run.smithi204.stdout:{ 2024-05-13T14:01:43.398 INFO:teuthology.orchestra.run.smithi204.stdout: "ceph_version": "ceph version 18.2.2-1335-gb806bdbd (b806bdbddfddd976c2919d3cca5c05faad473799) reef (stable)", 2024-05-13T14:01:43.398 INFO:teuthology.orchestra.run.smithi204.stdout: "image_id": "e2c899e09d2b2849bb366fdde78034574237e3774a721d3eb07445a5ea4068cf", 2024-05-13T14:01:43.398 INFO:teuthology.orchestra.run.smithi204.stdout: "repo_digests": [ 2024-05-13T14:01:43.398 INFO:teuthology.orchestra.run.smithi204.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:eb3bfe20272fcc554f32f0e4189179c370f2e8312dd7da29aeb16c6bdba00bf3" 2024-05-13T14:01:43.398 INFO:teuthology.orchestra.run.smithi204.stdout: ] 2024-05-13T14:01:43.398 INFO:teuthology.orchestra.run.smithi204.stdout:} 2024-05-13T14:01:43.419 DEBUG:teuthology.orchestra.run.smithi053:> sudo mkdir -p /etc/ceph 2024-05-13T14:01:43.457 DEBUG:teuthology.orchestra.run.smithi086:> sudo mkdir -p /etc/ceph 2024-05-13T14:01:43.495 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /etc/ceph 2024-05-13T14:01:43.525 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod 777 /etc/ceph 2024-05-13T14:01:43.557 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod 777 /etc/ceph 2024-05-13T14:01:43.587 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 777 /etc/ceph 2024-05-13T14:01:43.614 INFO:tasks.cephadm:Writing seed config... 2024-05-13T14:01:43.615 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-05-13T14:01:43.615 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-05-13T14:01:43.615 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-05-13T14:01:43.615 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-05-13T14:01:43.615 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-05-13T14:01:43.616 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-05-13T14:01:43.616 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-05-13T14:01:43.616 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-05-13T14:01:43.616 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-05-13T14:01:43.616 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-13T14:01:43.616 DEBUG:teuthology.orchestra.run.smithi053:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-05-13T14:01:43.638 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 2f34b982-1131-11ef-bc98-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-05-13T14:01:43.638 DEBUG:teuthology.orchestra.run.smithi053:mon.a> sudo journalctl -f -n 0 -u ceph-2f34b982-1131-11ef-bc98-c7b262605968@mon.a.service 2024-05-13T14:01:43.681 DEBUG:teuthology.orchestra.run.smithi053:mgr.a> sudo journalctl -f -n 0 -u ceph-2f34b982-1131-11ef-bc98-c7b262605968@mgr.a.service 2024-05-13T14:01:43.713 INFO:journalctl@ceph.mon.a.smithi053.stdout:-- Logs begin at Mon 2024-05-13 13:25:08 UTC. -- 2024-05-13T14:01:43.714 INFO:tasks.cephadm:Bootstrapping... 2024-05-13T14:01:43.714 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 -v bootstrap --fsid 2f34b982-1131-11ef-bc98-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.53 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-05-13T14:01:43.743 INFO:journalctl@ceph.mgr.a.smithi053.stdout:-- Logs begin at Mon 2024-05-13 13:25:08 UTC. -- 2024-05-13T14:01:43.887 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-05-13T14:01:43.888 INFO:teuthology.orchestra.run.smithi053.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799', '-v', 'bootstrap', '--fsid', '2f34b982-1131-11ef-bc98-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.53', '--skip-admin-label'] 2024-05-13T14:01:43.921 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stdout 4.9.4-dev 2024-05-13T14:01:43.921 INFO:teuthology.orchestra.run.smithi053.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-05-13T14:01:43.922 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying podman|docker is present... 2024-05-13T14:01:43.951 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stdout 4.9.4-dev 2024-05-13T14:01:43.951 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying lvm2 is present... 2024-05-13T14:01:43.951 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying time synchronization is in place... 2024-05-13T14:01:43.958 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-13T14:01:43.959 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-13T14:01:43.964 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-13T14:01:43.964 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout inactive 2024-05-13T14:01:43.970 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout enabled 2024-05-13T14:01:43.976 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout active 2024-05-13T14:01:43.976 INFO:teuthology.orchestra.run.smithi053.stdout:Unit chronyd.service is enabled and running 2024-05-13T14:01:43.976 INFO:teuthology.orchestra.run.smithi053.stdout:Repeating the final host check... 2024-05-13T14:01:44.006 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stdout 4.9.4-dev 2024-05-13T14:01:44.006 INFO:teuthology.orchestra.run.smithi053.stdout:podman (/bin/podman) version 4.9.4 is present 2024-05-13T14:01:44.007 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl is present 2024-05-13T14:01:44.007 INFO:teuthology.orchestra.run.smithi053.stdout:lvcreate is present 2024-05-13T14:01:44.014 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-13T14:01:44.014 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-13T14:01:44.018 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-13T14:01:44.018 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout inactive 2024-05-13T14:01:44.024 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout enabled 2024-05-13T14:01:44.030 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout active 2024-05-13T14:01:44.030 INFO:teuthology.orchestra.run.smithi053.stdout:Unit chronyd.service is enabled and running 2024-05-13T14:01:44.030 INFO:teuthology.orchestra.run.smithi053.stdout:Host looks OK 2024-05-13T14:01:44.030 INFO:teuthology.orchestra.run.smithi053.stdout:Cluster fsid: 2f34b982-1131-11ef-bc98-c7b262605968 2024-05-13T14:01:44.030 INFO:teuthology.orchestra.run.smithi053.stdout:Acquiring lock 140543710570984 on /run/cephadm/2f34b982-1131-11ef-bc98-c7b262605968.lock 2024-05-13T14:01:44.031 INFO:teuthology.orchestra.run.smithi053.stdout:Lock 140543710570984 acquired on /run/cephadm/2f34b982-1131-11ef-bc98-c7b262605968.lock 2024-05-13T14:01:44.031 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying IP 172.21.15.53 port 3300 ... 2024-05-13T14:01:44.031 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying IP 172.21.15.53 port 6789 ... 2024-05-13T14:01:44.031 INFO:teuthology.orchestra.run.smithi053.stdout:Base mon IP(s) is [172.21.15.53:3300, 172.21.15.53:6789], mon addrv is [v2:172.21.15.53:3300,v1:172.21.15.53:6789] 2024-05-13T14:01:44.035 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.53 metric 100 2024-05-13T14:01:44.035 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.53 metric 100 2024-05-13T14:01:44.038 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-05-13T14:01:44.038 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-05-13T14:01:44.038 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1785sec hoplimit 64 pref medium 2024-05-13T14:01:44.040 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-05-13T14:01:44.041 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-05-13T14:01:44.041 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-13T14:01:44.041 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-05-13T14:01:44.041 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout inet6 fe80::ae1f:6bff:fef8:3718/64 scope link 2024-05-13T14:01:44.041 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-13T14:01:44.041 INFO:teuthology.orchestra.run.smithi053.stdout:Mon IP `172.21.15.53` is in CIDR network `172.21.0.0/20` 2024-05-13T14:01:44.042 INFO:teuthology.orchestra.run.smithi053.stdout:Mon IP `172.21.15.53` is in CIDR network `172.21.0.0/20` 2024-05-13T14:01:44.042 INFO:teuthology.orchestra.run.smithi053.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-05-13T14:01:44.042 INFO:teuthology.orchestra.run.smithi053.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-05-13T14:01:44.043 INFO:teuthology.orchestra.run.smithi053.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799... 2024-05-13T14:01:44.496 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stdout e2c899e09d2b2849bb366fdde78034574237e3774a721d3eb07445a5ea4068cf 2024-05-13T14:01:44.497 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799... 2024-05-13T14:01:44.497 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stderr Getting image source signatures 2024-05-13T14:01:44.497 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stderr Copying blob sha256:bf5b95bd68251da39c6cd2eb96c6ba4138bb37a62bdc39287908b25e92047d7e 2024-05-13T14:01:44.497 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stderr Copying blob sha256:95264ba751b598200bc53bdbf5f04b4d4054ff2fc82d41b3f4f849b8f13535c1 2024-05-13T14:01:44.497 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stderr Copying config sha256:e2c899e09d2b2849bb366fdde78034574237e3774a721d3eb07445a5ea4068cf 2024-05-13T14:01:44.497 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stderr Writing manifest to image destination 2024-05-13T14:01:45.543 INFO:teuthology.orchestra.run.smithi053.stdout:ceph: stdout ceph version 18.2.2-1335-gb806bdbd (b806bdbddfddd976c2919d3cca5c05faad473799) reef (stable) 2024-05-13T14:01:45.543 INFO:teuthology.orchestra.run.smithi053.stdout:Ceph version: ceph version 18.2.2-1335-gb806bdbd (b806bdbddfddd976c2919d3cca5c05faad473799) reef (stable) 2024-05-13T14:01:45.543 INFO:teuthology.orchestra.run.smithi053.stdout:Extracting ceph user uid/gid from container image... 2024-05-13T14:01:46.608 INFO:teuthology.orchestra.run.smithi053.stdout:stat: stdout 167 167 2024-05-13T14:01:46.608 INFO:teuthology.orchestra.run.smithi053.stdout:Creating initial keys... 2024-05-13T14:01:47.609 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-authtool: stdout AQBKHUJmH6x2NxAANY/tZgkIDYuYIDCakXiitw== 2024-05-13T14:01:48.644 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-authtool: stdout AQBLHUJmcAKLOBAAblKRODCU90habUcQJOsMOw== 2024-05-13T14:01:49.735 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-authtool: stdout AQBNHUJmt8MsAhAADf0hwYjKIrQu2QkqBgxErw== 2024-05-13T14:01:49.736 INFO:teuthology.orchestra.run.smithi053.stdout:Creating initial monmap... 2024-05-13T14:01:50.795 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-13T14:01:50.795 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2024-05-13T14:01:50.795 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 2f34b982-1131-11ef-bc98-c7b262605968 2024-05-13T14:01:50.795 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-13T14:01:50.795 INFO:teuthology.orchestra.run.smithi053.stdout:monmaptool for a [v2:172.21.15.53:3300,v1:172.21.15.53:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-13T14:01:50.795 INFO:teuthology.orchestra.run.smithi053.stdout:setting min_mon_release = pacific 2024-05-13T14:01:50.796 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/monmaptool: set fsid to 2f34b982-1131-11ef-bc98-c7b262605968 2024-05-13T14:01:50.796 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-13T14:01:50.796 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:01:50.796 INFO:teuthology.orchestra.run.smithi053.stdout:Creating mon... 2024-05-13T14:01:51.753 INFO:teuthology.orchestra.run.smithi053.stdout:create mon.a on 2024-05-13T14:01:51.883 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-05-13T14:01:51.976 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-05-13T14:01:52.097 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-2f34b982-1131-11ef-bc98-c7b262605968.target → /etc/systemd/system/ceph-2f34b982-1131-11ef-bc98-c7b262605968.target. 2024-05-13T14:01:52.098 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-2f34b982-1131-11ef-bc98-c7b262605968.target → /etc/systemd/system/ceph-2f34b982-1131-11ef-bc98-c7b262605968.target. 2024-05-13T14:01:52.292 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-2f34b982-1131-11ef-bc98-c7b262605968@mon.a 2024-05-13T14:01:52.292 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to reset failed state of unit ceph-2f34b982-1131-11ef-bc98-c7b262605968@mon.a.service: Unit ceph-2f34b982-1131-11ef-bc98-c7b262605968@mon.a.service not loaded. 2024-05-13T14:01:52.388 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-2f34b982-1131-11ef-bc98-c7b262605968.target.wants/ceph-2f34b982-1131-11ef-bc98-c7b262605968@mon.a.service → /etc/systemd/system/ceph-2f34b982-1131-11ef-bc98-c7b262605968@.service. 2024-05-13T14:01:53.022 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-13T14:01:53.022 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout disabled 2024-05-13T14:01:53.030 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-13T14:01:53.030 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout inactive 2024-05-13T14:01:53.030 INFO:teuthology.orchestra.run.smithi053.stdout:firewalld.service is not enabled 2024-05-13T14:01:53.030 INFO:teuthology.orchestra.run.smithi053.stdout:Not possible to enable service . firewalld.service is not available 2024-05-13T14:01:53.031 INFO:teuthology.orchestra.run.smithi053.stdout:Waiting for mon to start... 2024-05-13T14:01:53.031 INFO:teuthology.orchestra.run.smithi053.stdout:Waiting for mon... 2024-05-13T14:01:53.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:53 smithi053 bash[39698]: 9f931d1b49f53e564cca10ac5c2d72b79b4ff561b8baf11e7880f240802345d8 2024-05-13T14:01:53.355 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:53 smithi053 systemd[1]: Started Ceph mon.a for 2f34b982-1131-11ef-bc98-c7b262605968. 2024-05-13T14:01:54.161 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout cluster: 2024-05-13T14:01:54.161 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout id: 2f34b982-1131-11ef-bc98-c7b262605968 2024-05-13T14:01:54.161 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-05-13T14:01:54.162 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-05-13T14:01:54.162 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout services: 2024-05-13T14:01:54.162 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.722512s) 2024-05-13T14:01:54.162 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-05-13T14:01:54.162 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-05-13T14:01:54.162 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-05-13T14:01:54.162 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout data: 2024-05-13T14:01:54.162 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-05-13T14:01:54.162 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-05-13T14:01:54.162 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-05-13T14:01:54.162 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout pgs: 2024-05-13T14:01:54.162 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-05-13T14:01:54.162 INFO:teuthology.orchestra.run.smithi053.stdout:mon is available 2024-05-13T14:01:54.162 INFO:teuthology.orchestra.run.smithi053.stdout:Assimilating anything we can from ceph.conf... 2024-05-13T14:01:54.375 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:53 smithi053 ceph-mon[39717]: mon.a is new leader, mons a in quorum (ranks 0) 2024-05-13T14:01:54.376 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:53 smithi053 ceph-mon[39717]: monmap e1: 1 mons at {a=[v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-05-13T14:01:54.376 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:53 smithi053 ceph-mon[39717]: fsmap 2024-05-13T14:01:54.376 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:53 smithi053 ceph-mon[39717]: osdmap e1: 0 total, 0 up, 0 in 2024-05-13T14:01:54.376 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:53 smithi053 ceph-mon[39717]: mgrmap e1: no daemons active 2024-05-13T14:01:54.376 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:53 smithi053 ceph-mon[39717]: from='client.? 172.21.15.53:0/518605107' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-13T14:01:55.138 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:54 smithi053 ceph-mon[39717]: from='client.? 172.21.15.53:0/4268427717' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-13T14:01:55.139 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:54 smithi053 ceph-mon[39717]: from='client.? 172.21.15.53:0/4268427717' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-13T14:01:55.376 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-05-13T14:01:55.376 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout [global] 2024-05-13T14:01:55.376 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout fsid = 2f34b982-1131-11ef-bc98-c7b262605968 2024-05-13T14:01:55.376 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.53:3300,v1:172.21.15.53:6789] 2024-05-13T14:01:55.377 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-13T14:01:55.377 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-13T14:01:55.377 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-13T14:01:55.377 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-13T14:01:55.377 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-05-13T14:01:55.377 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-13T14:01:55.377 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-05-13T14:01:55.377 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-13T14:01:55.377 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-05-13T14:01:55.377 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout [osd] 2024-05-13T14:01:55.377 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-13T14:01:55.377 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-13T14:01:55.377 INFO:teuthology.orchestra.run.smithi053.stdout:Generating new minimal ceph.conf... 2024-05-13T14:01:56.237 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:55 smithi053 ceph-mon[39717]: from='client.? 172.21.15.53:0/362424573' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:01:56.499 INFO:teuthology.orchestra.run.smithi053.stdout:Restarting the monitor... 2024-05-13T14:01:56.911 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:56 smithi053 systemd[1]: Stopping Ceph mon.a for 2f34b982-1131-11ef-bc98-c7b262605968... 2024-05-13T14:01:56.911 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:56 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mon-a[39713]: 2024-05-13T14:01:56.747+0000 7faa48574700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-05-13T14:01:56.911 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:56 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mon-a[39713]: 2024-05-13T14:01:56.747+0000 7faa48574700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-05-13T14:01:57.411 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:57 smithi053 bash[39968]: ceph-2f34b982-1131-11ef-bc98-c7b262605968-mon-a 2024-05-13T14:01:57.911 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:57 smithi053 systemd[1]: ceph-2f34b982-1131-11ef-bc98-c7b262605968@mon.a.service: Succeeded. 2024-05-13T14:01:57.911 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:57 smithi053 systemd[1]: Stopped Ceph mon.a for 2f34b982-1131-11ef-bc98-c7b262605968. 2024-05-13T14:01:57.911 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:57 smithi053 systemd[1]: Starting Ceph mon.a for 2f34b982-1131-11ef-bc98-c7b262605968... 2024-05-13T14:01:58.090 INFO:teuthology.orchestra.run.smithi053.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-05-13T14:01:58.323 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: set uid:gid to 167:167 (ceph:ceph) 2024-05-13T14:01:58.324 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: ceph version 18.2.2-1335-gb806bdbd (b806bdbddfddd976c2919d3cca5c05faad473799) reef (stable), process ceph-mon, pid 2 2024-05-13T14:01:58.324 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: pidfile_write: ignore empty --pid-file 2024-05-13T14:01:58.324 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: load: jerasure load: lrc 2024-05-13T14:01:58.324 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: RocksDB version: 7.9.2 2024-05-13T14:01:58.324 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Git sha 0 2024-05-13T14:01:58.324 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Compile date 2024-05-11 15:04:43 2024-05-13T14:01:58.324 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: DB SUMMARY 2024-05-13T14:01:58.324 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: DB Session ID: SEAA01YCF95SWKKHXFLC 2024-05-13T14:01:58.324 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: CURRENT file: CURRENT 2024-05-13T14:01:58.324 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: IDENTITY file: IDENTITY 2024-05-13T14:01:58.324 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-13T14:01:58.324 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-05-13T14:01:58.325 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 83712 ; 2024-05-13T14:01:58.325 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.error_if_exists: 0 2024-05-13T14:01:58.325 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.create_if_missing: 0 2024-05-13T14:01:58.325 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.paranoid_checks: 1 2024-05-13T14:01:58.325 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.flush_verify_memtable_count: 1 2024-05-13T14:01:58.325 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-13T14:01:58.325 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-13T14:01:58.325 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.env: 0x55eb76e5e820 2024-05-13T14:01:58.325 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.fs: PosixFileSystem 2024-05-13T14:01:58.325 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.info_log: 0x55eb795c9520 2024-05-13T14:01:58.325 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.max_file_opening_threads: 16 2024-05-13T14:01:58.325 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.statistics: (nil) 2024-05-13T14:01:58.325 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.use_fsync: 0 2024-05-13T14:01:58.325 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.max_log_file_size: 0 2024-05-13T14:01:58.326 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-13T14:01:58.326 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.log_file_time_to_roll: 0 2024-05-13T14:01:58.326 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.keep_log_file_num: 1000 2024-05-13T14:01:58.326 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.recycle_log_file_num: 0 2024-05-13T14:01:58.326 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.allow_fallocate: 1 2024-05-13T14:01:58.326 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.allow_mmap_reads: 0 2024-05-13T14:01:58.326 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.allow_mmap_writes: 0 2024-05-13T14:01:58.326 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.use_direct_reads: 0 2024-05-13T14:01:58.326 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-13T14:01:58.326 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.create_missing_column_families: 0 2024-05-13T14:01:58.326 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.db_log_dir: 2024-05-13T14:01:58.326 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.wal_dir: 2024-05-13T14:01:58.326 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.table_cache_numshardbits: 6 2024-05-13T14:01:58.326 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.WAL_ttl_seconds: 0 2024-05-13T14:01:58.327 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.WAL_size_limit_MB: 0 2024-05-13T14:01:58.327 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-13T14:01:58.327 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-13T14:01:58.327 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.is_fd_close_on_exec: 1 2024-05-13T14:01:58.327 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.advise_random_on_open: 1 2024-05-13T14:01:58.327 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.db_write_buffer_size: 0 2024-05-13T14:01:58.327 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.write_buffer_manager: 0x55eb7883e140 2024-05-13T14:01:58.327 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-13T14:01:58.327 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-13T14:01:58.327 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.use_adaptive_mutex: 0 2024-05-13T14:01:58.327 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.rate_limiter: (nil) 2024-05-13T14:01:58.327 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-13T14:01:58.327 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.wal_recovery_mode: 2 2024-05-13T14:01:58.327 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.enable_thread_tracking: 0 2024-05-13T14:01:58.328 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.enable_pipelined_write: 0 2024-05-13T14:01:58.328 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.unordered_write: 0 2024-05-13T14:01:58.328 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-13T14:01:58.328 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-13T14:01:58.328 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-13T14:01:58.328 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-13T14:01:58.328 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.row_cache: None 2024-05-13T14:01:58.328 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.wal_filter: None 2024-05-13T14:01:58.328 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-13T14:01:58.328 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.allow_ingest_behind: 0 2024-05-13T14:01:58.328 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.two_write_queues: 0 2024-05-13T14:01:58.328 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.manual_wal_flush: 0 2024-05-13T14:01:58.328 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.wal_compression: 0 2024-05-13T14:01:58.328 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.atomic_flush: 0 2024-05-13T14:01:58.328 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-13T14:01:58.329 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.persist_stats_to_disk: 0 2024-05-13T14:01:58.329 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.write_dbid_to_manifest: 0 2024-05-13T14:01:58.329 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.log_readahead_size: 0 2024-05-13T14:01:58.329 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-13T14:01:58.329 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.best_efforts_recovery: 0 2024-05-13T14:01:58.329 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-13T14:01:58.329 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-13T14:01:58.329 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.allow_data_in_errors: 0 2024-05-13T14:01:58.329 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.db_host_id: __hostname__ 2024-05-13T14:01:58.329 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.enforce_single_del_contracts: true 2024-05-13T14:01:58.329 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.max_background_jobs: 2 2024-05-13T14:01:58.329 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.max_background_compactions: -1 2024-05-13T14:01:58.329 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.max_subcompactions: 1 2024-05-13T14:01:58.329 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-13T14:01:58.330 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-13T14:01:58.330 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.delayed_write_rate : 16777216 2024-05-13T14:01:58.330 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.max_total_wal_size: 0 2024-05-13T14:01:58.330 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-13T14:01:58.330 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.stats_dump_period_sec: 600 2024-05-13T14:01:58.330 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.stats_persist_period_sec: 600 2024-05-13T14:01:58.330 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-13T14:01:58.330 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.max_open_files: -1 2024-05-13T14:01:58.330 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.bytes_per_sync: 0 2024-05-13T14:01:58.330 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.wal_bytes_per_sync: 0 2024-05-13T14:01:58.330 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.strict_bytes_per_sync: 0 2024-05-13T14:01:58.330 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.compaction_readahead_size: 0 2024-05-13T14:01:58.330 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.max_background_flushes: -1 2024-05-13T14:01:58.330 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Compression algorithms supported: 2024-05-13T14:01:58.330 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-13T14:01:58.331 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: kZSTD supported: 0 2024-05-13T14:01:58.331 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: kXpressCompression supported: 0 2024-05-13T14:01:58.331 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: kLZ4HCCompression supported: 1 2024-05-13T14:01:58.331 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: kZlibCompression supported: 1 2024-05-13T14:01:58.331 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: kSnappyCompression supported: 1 2024-05-13T14:01:58.331 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: kLZ4Compression supported: 1 2024-05-13T14:01:58.331 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: kBZip2Compression supported: 0 2024-05-13T14:01:58.331 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Fast CRC32 supported: Supported on x86 2024-05-13T14:01:58.331 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: DMutex implementation: pthread_mutex_t 2024-05-13T14:01:58.331 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-05-13T14:01:58.331 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-13T14:01:58.331 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-13T14:01:58.331 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.merge_operator: 2024-05-13T14:01:58.331 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.compaction_filter: None 2024-05-13T14:01:58.332 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.compaction_filter_factory: None 2024-05-13T14:01:58.332 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.sst_partitioner_factory: None 2024-05-13T14:01:58.332 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.memtable_factory: SkipListFactory 2024-05-13T14:01:58.332 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.table_factory: BlockBasedTable 2024-05-13T14:01:58.332 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55eb795c9620) 2024-05-13T14:01:58.332 INFO:journalctl@ceph.mon.a.smithi053.stdout: cache_index_and_filter_blocks: 1 2024-05-13T14:01:58.332 INFO:journalctl@ceph.mon.a.smithi053.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-13T14:01:58.332 INFO:journalctl@ceph.mon.a.smithi053.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-13T14:01:58.332 INFO:journalctl@ceph.mon.a.smithi053.stdout: pin_top_level_index_and_filter: 1 2024-05-13T14:01:58.332 INFO:journalctl@ceph.mon.a.smithi053.stdout: index_type: 0 2024-05-13T14:01:58.332 INFO:journalctl@ceph.mon.a.smithi053.stdout: data_block_index_type: 0 2024-05-13T14:01:58.332 INFO:journalctl@ceph.mon.a.smithi053.stdout: index_shortening: 1 2024-05-13T14:01:58.332 INFO:journalctl@ceph.mon.a.smithi053.stdout: data_block_hash_table_util_ratio: 0.750000 2024-05-13T14:01:58.332 INFO:journalctl@ceph.mon.a.smithi053.stdout: checksum: 4 2024-05-13T14:01:58.332 INFO:journalctl@ceph.mon.a.smithi053.stdout: no_block_cache: 0 2024-05-13T14:01:58.333 INFO:journalctl@ceph.mon.a.smithi053.stdout: block_cache: 0x55eb788e11f0 2024-05-13T14:01:58.333 INFO:journalctl@ceph.mon.a.smithi053.stdout: block_cache_name: BinnedLRUCache 2024-05-13T14:01:58.333 INFO:journalctl@ceph.mon.a.smithi053.stdout: block_cache_options: 2024-05-13T14:01:58.333 INFO:journalctl@ceph.mon.a.smithi053.stdout: capacity : 536870912 2024-05-13T14:01:58.333 INFO:journalctl@ceph.mon.a.smithi053.stdout: num_shard_bits : 4 2024-05-13T14:01:58.333 INFO:journalctl@ceph.mon.a.smithi053.stdout: strict_capacity_limit : 0 2024-05-13T14:01:58.333 INFO:journalctl@ceph.mon.a.smithi053.stdout: high_pri_pool_ratio: 0.000 2024-05-13T14:01:58.333 INFO:journalctl@ceph.mon.a.smithi053.stdout: block_cache_compressed: (nil) 2024-05-13T14:01:58.333 INFO:journalctl@ceph.mon.a.smithi053.stdout: persistent_cache: (nil) 2024-05-13T14:01:58.333 INFO:journalctl@ceph.mon.a.smithi053.stdout: block_size: 4096 2024-05-13T14:01:58.333 INFO:journalctl@ceph.mon.a.smithi053.stdout: block_size_deviation: 10 2024-05-13T14:01:58.333 INFO:journalctl@ceph.mon.a.smithi053.stdout: block_restart_interval: 16 2024-05-13T14:01:58.333 INFO:journalctl@ceph.mon.a.smithi053.stdout: index_block_restart_interval: 1 2024-05-13T14:01:58.333 INFO:journalctl@ceph.mon.a.smithi053.stdout: metadata_block_size: 4096 2024-05-13T14:01:58.334 INFO:journalctl@ceph.mon.a.smithi053.stdout: partition_filters: 0 2024-05-13T14:01:58.334 INFO:journalctl@ceph.mon.a.smithi053.stdout: use_delta_encoding: 1 2024-05-13T14:01:58.334 INFO:journalctl@ceph.mon.a.smithi053.stdout: filter_policy: bloomfilter 2024-05-13T14:01:58.334 INFO:journalctl@ceph.mon.a.smithi053.stdout: whole_key_filtering: 1 2024-05-13T14:01:58.334 INFO:journalctl@ceph.mon.a.smithi053.stdout: verify_compression: 0 2024-05-13T14:01:58.334 INFO:journalctl@ceph.mon.a.smithi053.stdout: read_amp_bytes_per_bit: 0 2024-05-13T14:01:58.334 INFO:journalctl@ceph.mon.a.smithi053.stdout: format_version: 5 2024-05-13T14:01:58.334 INFO:journalctl@ceph.mon.a.smithi053.stdout: enable_index_compression: 1 2024-05-13T14:01:58.334 INFO:journalctl@ceph.mon.a.smithi053.stdout: block_align: 0 2024-05-13T14:01:58.334 INFO:journalctl@ceph.mon.a.smithi053.stdout: max_auto_readahead_size: 262144 2024-05-13T14:01:58.334 INFO:journalctl@ceph.mon.a.smithi053.stdout: prepopulate_block_cache: 0 2024-05-13T14:01:58.334 INFO:journalctl@ceph.mon.a.smithi053.stdout: initial_auto_readahead_size: 8192 2024-05-13T14:01:58.334 INFO:journalctl@ceph.mon.a.smithi053.stdout: num_file_reads_for_auto_readahead: 2 2024-05-13T14:01:58.334 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.write_buffer_size: 33554432 2024-05-13T14:01:58.335 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.max_write_buffer_number: 2 2024-05-13T14:01:58.335 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.compression: NoCompression 2024-05-13T14:01:58.335 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.bottommost_compression: Disabled 2024-05-13T14:01:58.335 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.prefix_extractor: nullptr 2024-05-13T14:01:58.335 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-13T14:01:58.335 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.num_levels: 7 2024-05-13T14:01:58.335 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-13T14:01:58.335 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-13T14:01:58.335 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-13T14:01:58.335 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-13T14:01:58.335 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-13T14:01:58.335 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-13T14:01:58.335 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-13T14:01:58.335 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-13T14:01:58.337 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-13T14:01:58.337 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-13T14:01:58.337 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-13T14:01:58.337 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-13T14:01:58.337 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.compression_opts.window_bits: -14 2024-05-13T14:01:58.337 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.compression_opts.level: 32767 2024-05-13T14:01:58.337 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.compression_opts.strategy: 0 2024-05-13T14:01:58.337 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-13T14:01:58.337 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-13T14:01:58.337 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-13T14:01:58.337 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-13T14:01:58.337 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.compression_opts.enabled: false 2024-05-13T14:01:58.338 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-13T14:01:58.338 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-13T14:01:58.338 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-13T14:01:58.338 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-13T14:01:58.338 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.target_file_size_base: 67108864 2024-05-13T14:01:58.338 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.target_file_size_multiplier: 1 2024-05-13T14:01:58.338 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-13T14:01:58.338 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-13T14:01:58.338 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-13T14:01:58.338 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-13T14:01:58.338 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-13T14:01:58.338 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-13T14:01:58.338 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-13T14:01:58.338 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-13T14:01:58.339 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-13T14:01:58.339 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-13T14:01:58.339 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-13T14:01:58.339 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-13T14:01:58.339 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-13T14:01:58.339 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.arena_block_size: 1048576 2024-05-13T14:01:58.339 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-13T14:01:58.339 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-13T14:01:58.339 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.disable_auto_compactions: 0 2024-05-13T14:01:58.339 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-13T14:01:58.339 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-13T14:01:58.339 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-13T14:01:58.339 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-13T14:01:58.339 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-13T14:01:58.340 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-13T14:01:58.340 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-13T14:01:58.340 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-13T14:01:58.340 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-13T14:01:58.340 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-13T14:01:58.340 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.table_properties_collectors: 2024-05-13T14:01:58.340 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.inplace_update_support: 0 2024-05-13T14:01:58.340 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.inplace_update_num_locks: 10000 2024-05-13T14:01:58.340 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-13T14:01:58.340 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-13T14:01:58.340 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.memtable_huge_page_size: 0 2024-05-13T14:01:58.340 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.bloom_locality: 0 2024-05-13T14:01:58.340 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.max_successive_merges: 0 2024-05-13T14:01:58.340 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.optimize_filters_for_hits: 0 2024-05-13T14:01:58.340 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.paranoid_file_checks: 0 2024-05-13T14:01:58.341 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.force_consistency_checks: 1 2024-05-13T14:01:58.341 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.report_bg_io_stats: 0 2024-05-13T14:01:58.341 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.ttl: 2592000 2024-05-13T14:01:58.341 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.periodic_compaction_seconds: 0 2024-05-13T14:01:58.341 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-13T14:01:58.341 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-13T14:01:58.341 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.enable_blob_files: false 2024-05-13T14:01:58.341 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.min_blob_size: 0 2024-05-13T14:01:58.341 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.blob_file_size: 268435456 2024-05-13T14:01:58.341 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.blob_compression_type: NoCompression 2024-05-13T14:01:58.341 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.enable_blob_garbage_collection: false 2024-05-13T14:01:58.341 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-13T14:01:58.341 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-13T14:01:58.341 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-13T14:01:58.341 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.blob_file_starting_level: 0 2024-05-13T14:01:58.342 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-13T14:01:58.342 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-05-13T14:01:58.342 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-13T14:01:58.342 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 681d238d-1510-4622-9f7c-bac64d5ca1f0 2024-05-13T14:01:58.342 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715608918068458, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-13T14:01:58.342 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-13T14:01:58.342 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715608918069351, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80459, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 250, "table_properties": {"data_size": 78646, "index_size": 223, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9896, "raw_average_key_size": 47, "raw_value_size": 72954, "raw_average_value_size": 349, "num_data_blocks": 10, "num_entries": 209, "num_filter_entries": 209, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1715608918, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "681d238d-1510-4622-9f7c-bac64d5ca1f0", "db_session_id": "SEAA01YCF95SWKKHXFLC", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-13T14:01:58.342 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715608918069435, "job": 1, "event": "recovery_finished"} 2024-05-13T14:01:58.342 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-13T14:01:58.342 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-05-13T14:01:58.342 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55eb7897e000 2024-05-13T14:01:58.342 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: DB pointer 0x55eb7896c000 2024-05-13T14:01:58.342 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-13T14:01:58.343 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-13T14:01:58.343 INFO:journalctl@ceph.mon.a.smithi053.stdout: ** DB Stats ** 2024-05-13T14:01:58.343 INFO:journalctl@ceph.mon.a.smithi053.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-13T14:01:58.343 INFO:journalctl@ceph.mon.a.smithi053.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-13T14:01:58.343 INFO:journalctl@ceph.mon.a.smithi053.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-13T14:01:58.343 INFO:journalctl@ceph.mon.a.smithi053.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-13T14:01:58.343 INFO:journalctl@ceph.mon.a.smithi053.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-13T14:01:58.343 INFO:journalctl@ceph.mon.a.smithi053.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-13T14:01:58.343 INFO:journalctl@ceph.mon.a.smithi053.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-13T14:01:58.343 INFO:journalctl@ceph.mon.a.smithi053.stdout: 2024-05-13T14:01:58.343 INFO:journalctl@ceph.mon.a.smithi053.stdout: ** Compaction Stats [default] ** 2024-05-13T14:01:58.343 INFO:journalctl@ceph.mon.a.smithi053.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-13T14:01:58.343 INFO:journalctl@ceph.mon.a.smithi053.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-13T14:01:58.343 INFO:journalctl@ceph.mon.a.smithi053.stdout: L0 2/0 80.41 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 140.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-13T14:01:58.344 INFO:journalctl@ceph.mon.a.smithi053.stdout: Sum 2/0 80.41 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 140.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-13T14:01:58.344 INFO:journalctl@ceph.mon.a.smithi053.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 140.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-13T14:01:58.344 INFO:journalctl@ceph.mon.a.smithi053.stdout: 2024-05-13T14:01:58.344 INFO:journalctl@ceph.mon.a.smithi053.stdout: ** Compaction Stats [default] ** 2024-05-13T14:01:58.344 INFO:journalctl@ceph.mon.a.smithi053.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-13T14:01:58.344 INFO:journalctl@ceph.mon.a.smithi053.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-13T14:01:58.344 INFO:journalctl@ceph.mon.a.smithi053.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 140.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-13T14:01:58.344 INFO:journalctl@ceph.mon.a.smithi053.stdout: 2024-05-13T14:01:58.344 INFO:journalctl@ceph.mon.a.smithi053.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-13T14:01:58.344 INFO:journalctl@ceph.mon.a.smithi053.stdout: 2024-05-13T14:01:58.344 INFO:journalctl@ceph.mon.a.smithi053.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-13T14:01:58.344 INFO:journalctl@ceph.mon.a.smithi053.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-05-13T14:01:58.344 INFO:journalctl@ceph.mon.a.smithi053.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-13T14:01:58.344 INFO:journalctl@ceph.mon.a.smithi053.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-05-13T14:01:58.344 INFO:journalctl@ceph.mon.a.smithi053.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-05-13T14:01:58.345 INFO:journalctl@ceph.mon.a.smithi053.stdout: AddFile(Keys): cumulative 0, interval 0 2024-05-13T14:01:58.345 INFO:journalctl@ceph.mon.a.smithi053.stdout: Cumulative compaction: 0.00 GB write, 25.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-13T14:01:58.345 INFO:journalctl@ceph.mon.a.smithi053.stdout: Interval compaction: 0.00 GB write, 25.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-13T14:01:58.345 INFO:journalctl@ceph.mon.a.smithi053.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-05-13T14:01:58.345 INFO:journalctl@ceph.mon.a.smithi053.stdout: Block cache BinnedLRUCache@0x55eb788e11f0#2 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-05-13T14:01:58.345 INFO:journalctl@ceph.mon.a.smithi053.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-05-13T14:01:58.345 INFO:journalctl@ceph.mon.a.smithi053.stdout: 2024-05-13T14:01:58.345 INFO:journalctl@ceph.mon.a.smithi053.stdout: ** File Read Latency Histogram By Level [default] ** 2024-05-13T14:01:58.345 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: starting mon.a rank 0 at public addrs [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] at bind addrs [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 2f34b982-1131-11ef-bc98-c7b262605968 2024-05-13T14:01:58.345 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: mon.a@-1(???) e1 preinit fsid 2f34b982-1131-11ef-bc98-c7b262605968 2024-05-13T14:01:58.345 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: mon.a@-1(???).mds e1 new map 2024-05-13T14:01:58.345 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: mon.a@-1(???).mds e1 print_map 2024-05-13T14:01:58.345 INFO:journalctl@ceph.mon.a.smithi053.stdout: e1 2024-05-13T14:01:58.345 INFO:journalctl@ceph.mon.a.smithi053.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-13T14:01:58.345 INFO:journalctl@ceph.mon.a.smithi053.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} 2024-05-13T14:01:58.346 INFO:journalctl@ceph.mon.a.smithi053.stdout: legacy client fscid: -1 2024-05-13T14:01:58.346 INFO:journalctl@ceph.mon.a.smithi053.stdout: 2024-05-13T14:01:58.346 INFO:journalctl@ceph.mon.a.smithi053.stdout: No filesystems configured 2024-05-13T14:01:58.346 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-13T14:01:58.346 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-13T14:01:58.346 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-13T14:01:58.346 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-13T14:01:58.346 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-05-13T14:01:58.346 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 bash[40081]: dba34c42c0960bd00fcf009b277ea04c9959f5493d437fcdcd8aba1d8e561d3c 2024-05-13T14:01:58.346 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 systemd[1]: Started Ceph mon.a for 2f34b982-1131-11ef-bc98-c7b262605968. 2024-05-13T14:01:58.346 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: mon.a is new leader, mons a in quorum (ranks 0) 2024-05-13T14:01:58.346 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: monmap e1: 1 mons at {a=[v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-05-13T14:01:58.346 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: fsmap 2024-05-13T14:01:58.346 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: osdmap e1: 0 total, 0 up, 0 in 2024-05-13T14:01:58.347 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:58 smithi053 ceph-mon[40100]: mgrmap e1: no daemons active 2024-05-13T14:01:59.212 INFO:teuthology.orchestra.run.smithi053.stdout:Wrote config to /etc/ceph/ceph.conf 2024-05-13T14:01:59.234 INFO:teuthology.orchestra.run.smithi053.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-05-13T14:01:59.234 INFO:teuthology.orchestra.run.smithi053.stdout:Creating mgr... 2024-05-13T14:01:59.235 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying port 0.0.0.0:9283 ... 2024-05-13T14:01:59.235 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying port 0.0.0.0:8765 ... 2024-05-13T14:01:59.478 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-2f34b982-1131-11ef-bc98-c7b262605968@mgr.a 2024-05-13T14:01:59.478 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to reset failed state of unit ceph-2f34b982-1131-11ef-bc98-c7b262605968@mgr.a.service: Unit ceph-2f34b982-1131-11ef-bc98-c7b262605968@mgr.a.service not loaded. 2024-05-13T14:01:59.576 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-2f34b982-1131-11ef-bc98-c7b262605968.target.wants/ceph-2f34b982-1131-11ef-bc98-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-2f34b982-1131-11ef-bc98-c7b262605968@.service. 2024-05-13T14:01:59.630 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:01:59 smithi053 systemd[1]: Starting Ceph mgr.a for 2f34b982-1131-11ef-bc98-c7b262605968... 2024-05-13T14:01:59.911 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:01:59 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/2175685249' entity='client.admin' 2024-05-13T14:02:00.071 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-13T14:02:00.071 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout disabled 2024-05-13T14:02:00.081 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-13T14:02:00.081 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout inactive 2024-05-13T14:02:00.081 INFO:teuthology.orchestra.run.smithi053.stdout:firewalld.service is not enabled 2024-05-13T14:02:00.081 INFO:teuthology.orchestra.run.smithi053.stdout:Not possible to enable service . firewalld.service is not available 2024-05-13T14:02:00.090 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-13T14:02:00.090 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout disabled 2024-05-13T14:02:00.098 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-13T14:02:00.098 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout inactive 2024-05-13T14:02:00.098 INFO:teuthology.orchestra.run.smithi053.stdout:firewalld.service is not enabled 2024-05-13T14:02:00.098 INFO:teuthology.orchestra.run.smithi053.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-05-13T14:02:00.099 INFO:teuthology.orchestra.run.smithi053.stdout:Waiting for mgr to start... 2024-05-13T14:02:00.099 INFO:teuthology.orchestra.run.smithi053.stdout:Waiting for mgr... 2024-05-13T14:02:00.348 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:00 smithi053 bash[40315]: bc4e14db6d86949d763bafb2e6d762f2d43c290326fa6ca02d43c4fe72811857 2024-05-13T14:02:00.348 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:00 smithi053 systemd[1]: Started Ceph mgr.a for 2f34b982-1131-11ef-bc98-c7b262605968. 2024-05-13T14:02:00.348 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:00 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:00.168+0000 7f2f8ba69200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-13T14:02:00.661 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:00 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:00.352+0000 7f2f8ba69200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-13T14:02:01.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:00 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/2365859275' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-13T14:02:01.161 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:00 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:00.700+0000 7f2f8ba69200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-13T14:02:01.307 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-05-13T14:02:01.313 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout { 2024-05-13T14:02:01.313 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "fsid": "2f34b982-1131-11ef-bc98-c7b262605968", 2024-05-13T14:02:01.313 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "health": { 2024-05-13T14:02:01.313 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-13T14:02:01.313 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-13T14:02:01.313 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-13T14:02:01.313 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-05-13T14:02:01.313 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-13T14:02:01.313 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-13T14:02:01.314 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 0 2024-05-13T14:02:01.314 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2024-05-13T14:02:01.314 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-13T14:02:01.314 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "a" 2024-05-13T14:02:01.314 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2024-05-13T14:02:01.314 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-05-13T14:02:01.314 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-13T14:02:01.314 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-13T14:02:01.314 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-05-13T14:02:01.314 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-13T14:02:01.314 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-05-13T14:02:01.314 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-13T14:02:01.314 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-13T14:02:01.314 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-13T14:02:01.315 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-13T14:02:01.315 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-13T14:02:01.315 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-13T14:02:01.315 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-13T14:02:01.315 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-13T14:02:01.315 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-05-13T14:02:01.315 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-13T14:02:01.315 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-13T14:02:01.315 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-13T14:02:01.315 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-13T14:02:01.315 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-13T14:02:01.315 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-13T14:02:01.315 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-13T14:02:01.315 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-13T14:02:01.315 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-13T14:02:01.316 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-05-13T14:02:01.316 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-13T14:02:01.316 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-13T14:02:01.316 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-13T14:02:01.316 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-13T14:02:01.316 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-05-13T14:02:01.316 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-13T14:02:01.316 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-13T14:02:01.316 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-13T14:02:01.316 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-13T14:02:01.316 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-13T14:02:01.316 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-13T14:02:01.316 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "restful" 2024-05-13T14:02:01.316 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2024-05-13T14:02:01.316 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-13T14:02:01.316 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-05-13T14:02:01.317 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-13T14:02:01.317 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-13T14:02:01.317 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "modified": "2024-05-13T14:01:52.969392+0000", 2024-05-13T14:02:01.317 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-13T14:02:01.317 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-05-13T14:02:01.317 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-13T14:02:01.317 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout } 2024-05-13T14:02:01.317 INFO:teuthology.orchestra.run.smithi053.stdout:mgr not available, waiting (1/15)... 2024-05-13T14:02:01.479 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:01 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:01.231+0000 7f2f8ba69200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-13T14:02:01.911 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:01 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:01.483+0000 7f2f8ba69200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-13T14:02:02.411 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:01 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:01.933+0000 7f2f8ba69200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-13T14:02:03.161 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:02 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:02.680+0000 7f2f8ba69200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-13T14:02:03.161 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:02 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:02.769+0000 7f2f8ba69200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-13T14:02:03.661 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:03 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:03.404+0000 7f2f8ba69200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-13T14:02:03.661 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:03 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:03.493+0000 7f2f8ba69200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-13T14:02:03.661 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:03 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:03.583+0000 7f2f8ba69200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-13T14:02:03.973 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:03 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:03.680+0000 7f2f8ba69200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-13T14:02:04.246 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:03 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:03.915+0000 7f2f8ba69200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-13T14:02:04.246 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:04 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:04.010+0000 7f2f8ba69200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-13T14:02:04.538 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:04 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:04.250+0000 7f2f8ba69200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-13T14:02:04.538 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:04 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:04.349+0000 7f2f8ba69200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-13T14:02:04.911 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:04 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:04.541+0000 7f2f8ba69200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-13T14:02:04.911 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:04 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:04.631+0000 7f2f8ba69200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-13T14:02:05.831 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:05 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:05.416+0000 7f2f8ba69200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-13T14:02:05.831 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:05 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:05.634+0000 7f2f8ba69200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-13T14:02:06.161 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:05 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:05.835+0000 7f2f8ba69200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-13T14:02:06.911 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:06 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:06.524+0000 7f2f8ba69200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-13T14:02:06.911 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:06 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:06.727+0000 7f2f8ba69200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-13T14:02:07.411 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:06 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:06.915+0000 7f2f8ba69200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-13T14:02:07.411 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:07 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:07.038+0000 7f2f8ba69200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-13T14:02:07.411 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:07 smithi053 ceph-mon[40100]: Activating manager daemon a 2024-05-13T14:02:07.411 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:07 smithi053 ceph-mon[40100]: mgrmap e2: a(active, starting, since 0.0032522s) 2024-05-13T14:02:07.412 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:07 smithi053 ceph-mon[40100]: from='mgr.14100 172.21.15.53:0/1930156737' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-13T14:02:07.412 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:07 smithi053 ceph-mon[40100]: from='mgr.14100 172.21.15.53:0/1930156737' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-13T14:02:07.412 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:07 smithi053 ceph-mon[40100]: from='mgr.14100 172.21.15.53:0/1930156737' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-13T14:02:07.412 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:07 smithi053 ceph-mon[40100]: from='mgr.14100 172.21.15.53:0/1930156737' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T14:02:07.412 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:07 smithi053 ceph-mon[40100]: from='mgr.14100 172.21.15.53:0/1930156737' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-13T14:02:07.412 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:07 smithi053 ceph-mon[40100]: Manager daemon a is now available 2024-05-13T14:02:07.412 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:07 smithi053 ceph-mon[40100]: from='mgr.14100 172.21.15.53:0/1930156737' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-13T14:02:07.412 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:07 smithi053 ceph-mon[40100]: from='mgr.14100 172.21.15.53:0/1930156737' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-13T14:02:07.412 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:07 smithi053 ceph-mon[40100]: from='mgr.14100 172.21.15.53:0/1930156737' entity='mgr.a' 2024-05-13T14:02:07.412 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:07 smithi053 ceph-mon[40100]: from='mgr.14100 172.21.15.53:0/1930156737' entity='mgr.a' 2024-05-13T14:02:07.412 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:07 smithi053 ceph-mon[40100]: from='mgr.14100 172.21.15.53:0/1930156737' entity='mgr.a' 2024-05-13T14:02:08.411 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:08 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/4167651152' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-13T14:02:08.411 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:08 smithi053 ceph-mon[40100]: mgrmap e3: a(active, since 1.0076s) 2024-05-13T14:02:10.411 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:10 smithi053 ceph-mon[40100]: mgrmap e4: a(active, since 2s) 2024-05-13T14:02:11.538 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-05-13T14:02:11.539 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout { 2024-05-13T14:02:11.539 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "fsid": "2f34b982-1131-11ef-bc98-c7b262605968", 2024-05-13T14:02:11.539 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "health": { 2024-05-13T14:02:11.539 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-13T14:02:11.539 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-13T14:02:11.539 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-13T14:02:11.539 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-05-13T14:02:11.539 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-13T14:02:11.539 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-13T14:02:11.539 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 0 2024-05-13T14:02:11.539 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2024-05-13T14:02:11.539 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-13T14:02:11.540 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "a" 2024-05-13T14:02:11.540 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2024-05-13T14:02:11.540 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-05-13T14:02:11.540 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-13T14:02:11.540 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-13T14:02:11.540 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-05-13T14:02:11.540 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-13T14:02:11.540 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-05-13T14:02:11.540 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-13T14:02:11.540 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-13T14:02:11.541 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-13T14:02:11.541 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-13T14:02:11.541 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-13T14:02:11.541 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-13T14:02:11.545 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-13T14:02:11.546 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-13T14:02:11.546 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-05-13T14:02:11.546 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-13T14:02:11.546 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-13T14:02:11.546 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-13T14:02:11.546 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-13T14:02:11.546 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-13T14:02:11.546 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-13T14:02:11.546 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-13T14:02:11.546 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-13T14:02:11.547 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-13T14:02:11.547 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-05-13T14:02:11.547 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-13T14:02:11.547 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-13T14:02:11.547 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-13T14:02:11.547 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-13T14:02:11.547 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-05-13T14:02:11.547 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-13T14:02:11.547 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-13T14:02:11.547 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-13T14:02:11.547 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-13T14:02:11.547 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-13T14:02:11.547 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-13T14:02:11.547 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "restful" 2024-05-13T14:02:11.547 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2024-05-13T14:02:11.548 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-13T14:02:11.548 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-05-13T14:02:11.548 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-13T14:02:11.548 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-13T14:02:11.548 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "modified": "2024-05-13T14:01:52.969392+0000", 2024-05-13T14:02:11.548 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-13T14:02:11.548 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-05-13T14:02:11.548 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-13T14:02:11.548 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout } 2024-05-13T14:02:11.548 INFO:teuthology.orchestra.run.smithi053.stdout:mgr not available, waiting (2/15)... 2024-05-13T14:02:14.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:14 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/903729146' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-13T14:02:14.870 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-05-13T14:02:14.870 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout { 2024-05-13T14:02:14.870 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "fsid": "2f34b982-1131-11ef-bc98-c7b262605968", 2024-05-13T14:02:14.871 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "health": { 2024-05-13T14:02:14.871 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-13T14:02:14.871 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-13T14:02:14.871 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-13T14:02:14.871 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-05-13T14:02:14.871 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-13T14:02:14.871 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-13T14:02:14.871 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 0 2024-05-13T14:02:14.871 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2024-05-13T14:02:14.872 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-13T14:02:14.872 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "a" 2024-05-13T14:02:14.872 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2024-05-13T14:02:14.872 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum_age": 16, 2024-05-13T14:02:14.872 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-13T14:02:14.872 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-13T14:02:14.872 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-05-13T14:02:14.872 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-13T14:02:14.872 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-05-13T14:02:14.872 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-13T14:02:14.872 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-13T14:02:14.872 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-13T14:02:14.873 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-13T14:02:14.873 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-13T14:02:14.873 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-13T14:02:14.873 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-13T14:02:14.873 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-13T14:02:14.873 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-05-13T14:02:14.873 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-13T14:02:14.873 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-13T14:02:14.873 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-13T14:02:14.873 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-13T14:02:14.873 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-13T14:02:14.873 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-13T14:02:14.873 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-13T14:02:14.873 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-13T14:02:14.874 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-13T14:02:14.874 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-05-13T14:02:14.874 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-13T14:02:14.874 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-13T14:02:14.874 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-13T14:02:14.874 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-13T14:02:14.874 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-05-13T14:02:14.874 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-13T14:02:14.874 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-13T14:02:14.874 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-13T14:02:14.874 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-13T14:02:14.874 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-13T14:02:14.874 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-13T14:02:14.874 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "restful" 2024-05-13T14:02:14.875 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2024-05-13T14:02:14.875 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-13T14:02:14.875 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-05-13T14:02:14.875 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-13T14:02:14.875 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-13T14:02:14.875 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "modified": "2024-05-13T14:01:52.969392+0000", 2024-05-13T14:02:14.875 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-13T14:02:14.875 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-05-13T14:02:14.875 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-13T14:02:14.875 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout } 2024-05-13T14:02:14.875 INFO:teuthology.orchestra.run.smithi053.stdout:mgr is available 2024-05-13T14:02:15.886 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:15 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/2588988632' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-13T14:02:15.886 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:15 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/2588988632' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-13T14:02:16.107 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-05-13T14:02:16.107 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout [global] 2024-05-13T14:02:16.107 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout fsid = 2f34b982-1131-11ef-bc98-c7b262605968 2024-05-13T14:02:16.109 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-13T14:02:16.109 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-13T14:02:16.109 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-13T14:02:16.110 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-13T14:02:16.110 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-05-13T14:02:16.110 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-13T14:02:16.110 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-13T14:02:16.110 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-05-13T14:02:16.110 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout [osd] 2024-05-13T14:02:16.110 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-13T14:02:16.110 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-13T14:02:16.110 INFO:teuthology.orchestra.run.smithi053.stdout:Enabling cephadm module... 2024-05-13T14:02:17.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:16 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/3059712733' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-13T14:02:17.161 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:16 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: ignoring --setuser ceph since I am not root 2024-05-13T14:02:17.161 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:16 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: ignoring --setgroup ceph since I am not root 2024-05-13T14:02:17.161 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:17 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:17.031+0000 7f04c38f1200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-13T14:02:17.542 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:17 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:17.212+0000 7f04c38f1200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-13T14:02:17.856 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:17 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:17.548+0000 7f04c38f1200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-13T14:02:18.161 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:18 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:18.071+0000 7f04c38f1200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-13T14:02:18.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:17 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/3059712733' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-13T14:02:18.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:17 smithi053 ceph-mon[40100]: mgrmap e5: a(active, since 9s) 2024-05-13T14:02:18.660 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:18 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:18.329+0000 7f04c38f1200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-13T14:02:18.911 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout { 2024-05-13T14:02:18.912 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-05-13T14:02:18.912 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-13T14:02:18.912 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-13T14:02:18.912 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-13T14:02:18.912 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout } 2024-05-13T14:02:18.912 INFO:teuthology.orchestra.run.smithi053.stdout:Waiting for the mgr to restart... 2024-05-13T14:02:18.912 INFO:teuthology.orchestra.run.smithi053.stdout:Waiting for mgr epoch 5... 2024-05-13T14:02:19.087 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:18 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/1642769571' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-13T14:02:19.087 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:18 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:18.783+0000 7f04c38f1200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-13T14:02:19.911 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:19 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:19.547+0000 7f04c38f1200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-13T14:02:19.911 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:19 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:19.637+0000 7f04c38f1200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-13T14:02:20.535 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:20 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:20.261+0000 7f04c38f1200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-13T14:02:20.536 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:20 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:20.350+0000 7f04c38f1200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-13T14:02:20.536 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:20 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:20.442+0000 7f04c38f1200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-13T14:02:20.536 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:20 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:20.540+0000 7f04c38f1200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-13T14:02:20.868 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:20 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:20.775+0000 7f04c38f1200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-13T14:02:21.160 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:20 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:20.873+0000 7f04c38f1200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-13T14:02:21.161 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:21 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:21.113+0000 7f04c38f1200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-13T14:02:21.491 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:21 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:21.213+0000 7f04c38f1200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-13T14:02:21.492 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:21 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:21.406+0000 7f04c38f1200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-13T14:02:21.492 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:21 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:21.496+0000 7f04c38f1200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-13T14:02:22.661 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:22 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:22.277+0000 7f04c38f1200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-13T14:02:22.661 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:22 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:22.496+0000 7f04c38f1200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-13T14:02:23.160 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:22 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:22.699+0000 7f04c38f1200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-13T14:02:23.660 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:23 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:23.391+0000 7f04c38f1200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-13T14:02:23.661 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:23 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:23.596+0000 7f04c38f1200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-13T14:02:24.161 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:23 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:23.785+0000 7f04c38f1200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-13T14:02:24.161 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:23 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:23.904+0000 7f04c38f1200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-13T14:02:24.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:23 smithi053 ceph-mon[40100]: Active manager daemon a restarted 2024-05-13T14:02:24.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:23 smithi053 ceph-mon[40100]: Activating manager daemon a 2024-05-13T14:02:24.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:23 smithi053 ceph-mon[40100]: osdmap e2: 0 total, 0 up, 0 in 2024-05-13T14:02:24.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:23 smithi053 ceph-mon[40100]: mgrmap e6: a(active, starting, since 0.00314893s) 2024-05-13T14:02:24.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:23 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T14:02:24.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:23 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-13T14:02:24.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:23 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-13T14:02:24.162 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:23 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-13T14:02:24.162 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:23 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-13T14:02:24.162 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:23 smithi053 ceph-mon[40100]: Manager daemon a is now available 2024-05-13T14:02:24.162 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:23 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' 2024-05-13T14:02:24.162 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:23 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' 2024-05-13T14:02:24.162 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:23 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' 2024-05-13T14:02:24.162 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:23 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:02:24.162 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:23 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:02:25.411 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:24 smithi053 ceph-mon[40100]: Found migration_current of "None". Setting to last migration. 2024-05-13T14:02:25.411 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:24 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-13T14:02:25.411 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:24 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-13T14:02:25.412 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:24 smithi053 ceph-mon[40100]: mgrmap e7: a(active, since 1.00539s) 2024-05-13T14:02:25.493 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout { 2024-05-13T14:02:25.493 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-05-13T14:02:25.493 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-13T14:02:25.493 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout } 2024-05-13T14:02:25.493 INFO:teuthology.orchestra.run.smithi053.stdout:mgr epoch 5 is available 2024-05-13T14:02:25.493 INFO:teuthology.orchestra.run.smithi053.stdout:Setting orchestrator backend to cephadm... 2024-05-13T14:02:26.660 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:26 smithi053 ceph-mon[40100]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-13T14:02:26.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:26 smithi053 ceph-mon[40100]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-13T14:02:26.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:26 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' 2024-05-13T14:02:26.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:26 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' 2024-05-13T14:02:26.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:26 smithi053 ceph-mon[40100]: [13/May/2024:14:02:25] ENGINE Bus STARTING 2024-05-13T14:02:26.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:26 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' 2024-05-13T14:02:26.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:26 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:02:27.660 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:27 smithi053 ceph-mon[40100]: [13/May/2024:14:02:26] ENGINE Serving on https://172.21.15.53:7150 2024-05-13T14:02:27.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:27 smithi053 ceph-mon[40100]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:02:27.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:27 smithi053 ceph-mon[40100]: [13/May/2024:14:02:26] ENGINE Serving on http://172.21.15.53:8765 2024-05-13T14:02:27.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:27 smithi053 ceph-mon[40100]: [13/May/2024:14:02:26] ENGINE Bus STARTED 2024-05-13T14:02:27.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:27 smithi053 ceph-mon[40100]: mgrmap e8: a(active, since 2s) 2024-05-13T14:02:27.998 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout value unchanged 2024-05-13T14:02:27.998 INFO:teuthology.orchestra.run.smithi053.stdout:Generating ssh key... 2024-05-13T14:02:28.660 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:28 smithi053 ceph-mon[40100]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:02:29.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:29 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: Generating public/private rsa key pair. 2024-05-13T14:02:29.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:29 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: Your identification has been saved in /tmp/tmpywsyp3m3/key. 2024-05-13T14:02:29.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:29 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: Your public key has been saved in /tmp/tmpywsyp3m3/key.pub. 2024-05-13T14:02:29.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:29 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: The key fingerprint is: 2024-05-13T14:02:29.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:29 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: SHA256:cj3ESeLJant20b49jod1grxR0lHPiFI7Nm9EqmFKYsg ceph-2f34b982-1131-11ef-bc98-c7b262605968 2024-05-13T14:02:29.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:29 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: The key's randomart image is: 2024-05-13T14:02:29.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:29 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: +---[RSA 3072]----+ 2024-05-13T14:02:29.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:29 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: | . . . ...| 2024-05-13T14:02:29.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:29 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: | . . o = o =.o.| 2024-05-13T14:02:29.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:29 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: | E o = B B.o.o| 2024-05-13T14:02:29.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:29 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: | . + = *.=o | 2024-05-13T14:02:29.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:29 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: | + S =..+o | 2024-05-13T14:02:29.384 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:29 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: | . + ++.o .| 2024-05-13T14:02:29.385 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:29 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: | . o . .= o | 2024-05-13T14:02:29.385 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:29 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: | o . o+o | 2024-05-13T14:02:29.385 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:29 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: | ooo. | 2024-05-13T14:02:29.385 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:29 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: +----[SHA256]-----+ 2024-05-13T14:02:29.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:29 smithi053 ceph-mon[40100]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:02:29.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:29 smithi053 ceph-mon[40100]: Generating ssh key... 2024-05-13T14:02:29.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:29 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' 2024-05-13T14:02:29.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:29 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' 2024-05-13T14:02:31.069 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/3645CnnfX1butKp+PYeoMzPdhOOpCYUTR60W6INIPqZeQGEYKXoVSmDSsH9en2jYxlLAQJq5a1cBOf5nHSVeuTdX4IXyD84wdFhUBMkPbndptMV3hswvmsERRVyxu+eQOTd7185p0rDmZrVAjP1+lYpIMieZudANyCy6a0yK6j5XIptPrpPgRlLHppYg0ccm0iNhGr6zSf/goyY+sarLrbvyv/wM1QMXBNtBcSX0bKxl6oXF/MJy6hfYyDE3Jotz4+fexXw3oIIqLvJ6mOmzzFH9LNIxIIpeUto4cgM6e+4nL3CD6R9KGyFOAQ8Z4g4WYaevxBnD2JN6XNRS3AWGoykaVAoeqPDDhX7/fTCQZxD2ftarolvRJAN+1jVxKOrToMzfeuDeV/1UukZ+AYsON3VjGU/puhWzeff1/Fm+7ksp6vkiqoKdLz0ad4TCS+Hazw3cQju6j2XGFHARm7ryas93XKhTFYs08A9lkt6+pjU+WlzGKezVDhurgMIPtEU= ceph-2f34b982-1131-11ef-bc98-c7b262605968 2024-05-13T14:02:31.070 INFO:teuthology.orchestra.run.smithi053.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-05-13T14:02:31.070 INFO:teuthology.orchestra.run.smithi053.stdout:Adding key to root@localhost authorized_keys... 2024-05-13T14:02:31.071 INFO:teuthology.orchestra.run.smithi053.stdout:Adding host smithi053... 2024-05-13T14:02:31.072 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:30 smithi053 ceph-mon[40100]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:02:31.981 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:31 smithi053 ceph-mon[40100]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi053", "addr": "172.21.15.53", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:02:33.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:32 smithi053 ceph-mon[40100]: Deploying cephadm binary to smithi053 2024-05-13T14:02:34.620 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout Added host 'smithi053' with addr '172.21.15.53' 2024-05-13T14:02:34.620 INFO:teuthology.orchestra.run.smithi053.stdout:Deploying unmanaged mon service... 2024-05-13T14:02:35.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:34 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' 2024-05-13T14:02:35.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:34 smithi053 ceph-mon[40100]: Added host smithi053 2024-05-13T14:02:35.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:34 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:02:36.173 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-05-13T14:02:36.173 INFO:teuthology.orchestra.run.smithi053.stdout:Deploying unmanaged mgr service... 2024-05-13T14:02:36.910 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:36 smithi053 ceph-mon[40100]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:02:36.910 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:36 smithi053 ceph-mon[40100]: Saving service mon spec with placement count:5 2024-05-13T14:02:36.911 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:36 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' 2024-05-13T14:02:38.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:38 smithi053 ceph-mon[40100]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:02:38.411 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:38 smithi053 ceph-mon[40100]: Saving service mgr spec with placement count:2 2024-05-13T14:02:38.411 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:38 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' 2024-05-13T14:02:38.411 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:38 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' 2024-05-13T14:02:38.710 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-05-13T14:02:39.910 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:39 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' 2024-05-13T14:02:39.910 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:39 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/4164830197' entity='client.admin' 2024-05-13T14:02:41.330 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:40 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' 2024-05-13T14:02:41.330 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:40 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' 2024-05-13T14:02:41.330 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:40 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"}]: dispatch 2024-05-13T14:02:41.330 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:40 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' 2024-05-13T14:02:41.330 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:40 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi053", "caps": []}]: dispatch 2024-05-13T14:02:41.330 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:40 smithi053 ceph-mon[40100]: from='mgr.14118 172.21.15.53:0/3144483865' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi053", "caps": []}]': finished 2024-05-13T14:02:41.330 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:40 smithi053 ceph-mon[40100]: Deploying daemon agent.smithi053 on smithi053 2024-05-13T14:02:41.330 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:40 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/3238714037' entity='client.admin' 2024-05-13T14:02:41.459 INFO:teuthology.orchestra.run.smithi053.stdout:Enabling the dashboard module... 2024-05-13T14:02:42.582 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:42 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/3411659300' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-13T14:02:42.582 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:42 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: ignoring --setuser ceph since I am not root 2024-05-13T14:02:42.582 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:42 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: ignoring --setgroup ceph since I am not root 2024-05-13T14:02:42.582 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:42 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:42.403+0000 7fedbe033200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-13T14:02:42.582 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:42 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:42.587+0000 7fedbe033200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-13T14:02:43.171 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:42 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:42.931+0000 7fedbe033200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-13T14:02:43.448 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:43 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/3411659300' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-13T14:02:43.448 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:43 smithi053 ceph-mon[40100]: mgrmap e9: a(active, since 18s) 2024-05-13T14:02:43.708 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:43 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:43.453+0000 7fedbe033200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-13T14:02:44.160 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:43 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:43.713+0000 7fedbe033200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-13T14:02:44.460 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout { 2024-05-13T14:02:44.460 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-05-13T14:02:44.460 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-13T14:02:44.460 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-13T14:02:44.460 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-13T14:02:44.460 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout } 2024-05-13T14:02:44.460 INFO:teuthology.orchestra.run.smithi053.stdout:Waiting for the mgr to restart... 2024-05-13T14:02:44.460 INFO:teuthology.orchestra.run.smithi053.stdout:Waiting for mgr epoch 9... 2024-05-13T14:02:44.460 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:44 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/3317208558' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-13T14:02:44.461 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:44 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:44.174+0000 7fedbe033200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-13T14:02:45.410 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:44 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:44.938+0000 7fedbe033200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-13T14:02:45.410 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:45 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:45.028+0000 7fedbe033200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-13T14:02:45.910 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:45 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:45.659+0000 7fedbe033200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-13T14:02:45.910 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:45 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:45.748+0000 7fedbe033200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-13T14:02:45.910 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:45 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:45.840+0000 7fedbe033200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-13T14:02:46.265 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:45 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:45.937+0000 7fedbe033200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-13T14:02:46.265 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:46 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:46.173+0000 7fedbe033200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-13T14:02:46.606 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:46 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:46.270+0000 7fedbe033200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-13T14:02:46.606 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:46 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:46.511+0000 7fedbe033200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-13T14:02:46.891 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:46 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:46.611+0000 7fedbe033200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-13T14:02:46.891 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:46 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:46.806+0000 7fedbe033200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-13T14:02:47.160 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:46 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:46.897+0000 7fedbe033200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-13T14:02:48.108 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:47 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:47.685+0000 7fedbe033200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-13T14:02:48.108 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:47 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:47.907+0000 7fedbe033200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-13T14:02:48.410 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:48 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:48.113+0000 7fedbe033200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-13T14:02:49.160 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:48 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:48.826+0000 7fedbe033200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-13T14:02:49.160 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:49 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:49.035+0000 7fedbe033200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-13T14:02:49.473 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:49 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:49.225+0000 7fedbe033200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-13T14:02:49.474 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:02:49 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:02:49.345+0000 7fedbe033200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-13T14:02:49.474 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:49 smithi053 ceph-mon[40100]: Active manager daemon a restarted 2024-05-13T14:02:49.474 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:49 smithi053 ceph-mon[40100]: Activating manager daemon a 2024-05-13T14:02:49.474 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:49 smithi053 ceph-mon[40100]: osdmap e3: 0 total, 0 up, 0 in 2024-05-13T14:02:49.474 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:49 smithi053 ceph-mon[40100]: mgrmap e10: a(active, starting, since 0.00315554s) 2024-05-13T14:02:49.474 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:49 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T14:02:49.474 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:49 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-13T14:02:49.475 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:49 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-13T14:02:49.475 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:49 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-13T14:02:49.475 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:49 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-13T14:02:49.475 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:49 smithi053 ceph-mon[40100]: Manager daemon a is now available 2024-05-13T14:02:49.475 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:49 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:02:49.475 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:49 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:02:50.660 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:50 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-13T14:02:50.660 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:50 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-13T14:02:50.660 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:50 smithi053 ceph-mon[40100]: [13/May/2024:14:02:50] ENGINE Bus STARTING 2024-05-13T14:02:50.660 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:50 smithi053 ceph-mon[40100]: [13/May/2024:14:02:50] ENGINE Serving on https://172.21.15.53:7150 2024-05-13T14:02:50.660 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:50 smithi053 ceph-mon[40100]: [13/May/2024:14:02:50] ENGINE Serving on http://172.21.15.53:8765 2024-05-13T14:02:50.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:50 smithi053 ceph-mon[40100]: [13/May/2024:14:02:50] ENGINE Bus STARTED 2024-05-13T14:02:50.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:50 smithi053 ceph-mon[40100]: mgrmap e11: a(active, since 1.00542s) 2024-05-13T14:02:51.086 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout { 2024-05-13T14:02:51.086 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-05-13T14:02:51.086 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-13T14:02:51.086 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout } 2024-05-13T14:02:51.086 INFO:teuthology.orchestra.run.smithi053.stdout:mgr epoch 9 is available 2024-05-13T14:02:51.086 INFO:teuthology.orchestra.run.smithi053.stdout:Generating a dashboard self-signed certificate... 2024-05-13T14:02:52.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:51 smithi053 ceph-mon[40100]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-13T14:02:52.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:51 smithi053 ceph-mon[40100]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-13T14:02:52.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:51 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:02:52.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:51 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"}]: dispatch 2024-05-13T14:02:52.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:51 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:02:52.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:51 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi053", "caps": []}]: dispatch 2024-05-13T14:02:52.353 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-05-13T14:02:52.353 INFO:teuthology.orchestra.run.smithi053.stdout:Creating initial admin user... 2024-05-13T14:02:52.910 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:52 smithi053 ceph-mon[40100]: Deploying daemon agent.smithi053 on smithi053 2024-05-13T14:02:52.910 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:52 smithi053 ceph-mon[40100]: mgrmap e12: a(active, since 2s) 2024-05-13T14:02:52.910 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:52 smithi053 ceph-mon[40100]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:02:52.910 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:52 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:02:52.910 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:52 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:02:53.926 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$r4W4D4fYJqAy6nQITqx5sONcqnl0OFQRg8Ww78PM4VKudbbpzhdxC", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1715608973, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-05-13T14:02:53.926 INFO:teuthology.orchestra.run.smithi053.stdout:Fetching dashboard port number... 2024-05-13T14:02:53.929 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:53 smithi053 ceph-mon[40100]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:02:53.929 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:53 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:02:54.911 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:54 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/2967115069' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-13T14:02:55.065 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 8443 2024-05-13T14:02:55.075 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-13T14:02:55.075 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout disabled 2024-05-13T14:02:55.083 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-13T14:02:55.083 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout inactive 2024-05-13T14:02:55.084 INFO:teuthology.orchestra.run.smithi053.stdout:firewalld.service is not enabled 2024-05-13T14:02:55.084 INFO:teuthology.orchestra.run.smithi053.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-05-13T14:02:55.086 INFO:teuthology.orchestra.run.smithi053.stdout:Ceph Dashboard is now available at: 2024-05-13T14:02:55.086 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:02:55.086 INFO:teuthology.orchestra.run.smithi053.stdout: URL: https://smithi053.front.sepia.ceph.com:8443/ 2024-05-13T14:02:55.086 INFO:teuthology.orchestra.run.smithi053.stdout: User: admin 2024-05-13T14:02:55.086 INFO:teuthology.orchestra.run.smithi053.stdout: Password: f0cqh1vcc6 2024-05-13T14:02:55.086 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:02:55.087 INFO:teuthology.orchestra.run.smithi053.stdout:Saving cluster configuration to /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config directory 2024-05-13T14:02:55.087 INFO:teuthology.orchestra.run.smithi053.stdout:Enabling autotune for osd_memory_target 2024-05-13T14:02:56.910 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:56 smithi053 ceph-mon[40100]: mgrmap e13: a(active, since 6s) 2024-05-13T14:02:57.688 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-05-13T14:02:57.688 INFO:teuthology.orchestra.run.smithi053.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-05-13T14:02:57.688 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:02:57.689 INFO:teuthology.orchestra.run.smithi053.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-05-13T14:02:57.689 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:02:57.689 INFO:teuthology.orchestra.run.smithi053.stdout:Or, if you are only running a single cluster on this host: 2024-05-13T14:02:57.689 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:02:57.689 INFO:teuthology.orchestra.run.smithi053.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-05-13T14:02:57.689 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:02:57.689 INFO:teuthology.orchestra.run.smithi053.stdout:Please consider enabling telemetry to help improve Ceph: 2024-05-13T14:02:57.689 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:02:57.689 INFO:teuthology.orchestra.run.smithi053.stdout: ceph telemetry on 2024-05-13T14:02:57.689 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:02:57.689 INFO:teuthology.orchestra.run.smithi053.stdout:For more information see: 2024-05-13T14:02:57.689 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:02:57.689 INFO:teuthology.orchestra.run.smithi053.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-05-13T14:02:57.689 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:02:57.689 INFO:teuthology.orchestra.run.smithi053.stdout:Bootstrap complete. 2024-05-13T14:02:57.731 INFO:tasks.cephadm:Fetching config... 2024-05-13T14:02:57.731 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-13T14:02:57.731 DEBUG:teuthology.orchestra.run.smithi053:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-05-13T14:02:57.751 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-05-13T14:02:57.751 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-13T14:02:57.751 DEBUG:teuthology.orchestra.run.smithi053:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-05-13T14:02:57.809 INFO:tasks.cephadm:Fetching mon keyring... 2024-05-13T14:02:57.810 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-13T14:02:57.810 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/keyring of=/dev/stdout 2024-05-13T14:02:57.882 INFO:tasks.cephadm:Fetching pub ssh key... 2024-05-13T14:02:57.882 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-13T14:02:57.882 DEBUG:teuthology.orchestra.run.smithi053:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-05-13T14:02:57.950 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-05-13T14:02:57.950 DEBUG:teuthology.orchestra.run.smithi053:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/3645CnnfX1butKp+PYeoMzPdhOOpCYUTR60W6INIPqZeQGEYKXoVSmDSsH9en2jYxlLAQJq5a1cBOf5nHSVeuTdX4IXyD84wdFhUBMkPbndptMV3hswvmsERRVyxu+eQOTd7185p0rDmZrVAjP1+lYpIMieZudANyCy6a0yK6j5XIptPrpPgRlLHppYg0ccm0iNhGr6zSf/goyY+sarLrbvyv/wM1QMXBNtBcSX0bKxl6oXF/MJy6hfYyDE3Jotz4+fexXw3oIIqLvJ6mOmzzFH9LNIxIIpeUto4cgM6e+4nL3CD6R9KGyFOAQ8Z4g4WYaevxBnD2JN6XNRS3AWGoykaVAoeqPDDhX7/fTCQZxD2ftarolvRJAN+1jVxKOrToMzfeuDeV/1UukZ+AYsON3VjGU/puhWzeff1/Fm+7ksp6vkiqoKdLz0ad4TCS+Hazw3cQju6j2XGFHARm7ryas93XKhTFYs08A9lkt6+pjU+WlzGKezVDhurgMIPtEU= ceph-2f34b982-1131-11ef-bc98-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-13T14:02:58.032 INFO:teuthology.orchestra.run.smithi053.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/3645CnnfX1butKp+PYeoMzPdhOOpCYUTR60W6INIPqZeQGEYKXoVSmDSsH9en2jYxlLAQJq5a1cBOf5nHSVeuTdX4IXyD84wdFhUBMkPbndptMV3hswvmsERRVyxu+eQOTd7185p0rDmZrVAjP1+lYpIMieZudANyCy6a0yK6j5XIptPrpPgRlLHppYg0ccm0iNhGr6zSf/goyY+sarLrbvyv/wM1QMXBNtBcSX0bKxl6oXF/MJy6hfYyDE3Jotz4+fexXw3oIIqLvJ6mOmzzFH9LNIxIIpeUto4cgM6e+4nL3CD6R9KGyFOAQ8Z4g4WYaevxBnD2JN6XNRS3AWGoykaVAoeqPDDhX7/fTCQZxD2ftarolvRJAN+1jVxKOrToMzfeuDeV/1UukZ+AYsON3VjGU/puhWzeff1/Fm+7ksp6vkiqoKdLz0ad4TCS+Hazw3cQju6j2XGFHARm7ryas93XKhTFYs08A9lkt6+pjU+WlzGKezVDhurgMIPtEU= ceph-2f34b982-1131-11ef-bc98-c7b262605968 2024-05-13T14:02:58.044 DEBUG:teuthology.orchestra.run.smithi086:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/3645CnnfX1butKp+PYeoMzPdhOOpCYUTR60W6INIPqZeQGEYKXoVSmDSsH9en2jYxlLAQJq5a1cBOf5nHSVeuTdX4IXyD84wdFhUBMkPbndptMV3hswvmsERRVyxu+eQOTd7185p0rDmZrVAjP1+lYpIMieZudANyCy6a0yK6j5XIptPrpPgRlLHppYg0ccm0iNhGr6zSf/goyY+sarLrbvyv/wM1QMXBNtBcSX0bKxl6oXF/MJy6hfYyDE3Jotz4+fexXw3oIIqLvJ6mOmzzFH9LNIxIIpeUto4cgM6e+4nL3CD6R9KGyFOAQ8Z4g4WYaevxBnD2JN6XNRS3AWGoykaVAoeqPDDhX7/fTCQZxD2ftarolvRJAN+1jVxKOrToMzfeuDeV/1UukZ+AYsON3VjGU/puhWzeff1/Fm+7ksp6vkiqoKdLz0ad4TCS+Hazw3cQju6j2XGFHARm7ryas93XKhTFYs08A9lkt6+pjU+WlzGKezVDhurgMIPtEU= ceph-2f34b982-1131-11ef-bc98-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-13T14:02:58.089 INFO:teuthology.orchestra.run.smithi086.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/3645CnnfX1butKp+PYeoMzPdhOOpCYUTR60W6INIPqZeQGEYKXoVSmDSsH9en2jYxlLAQJq5a1cBOf5nHSVeuTdX4IXyD84wdFhUBMkPbndptMV3hswvmsERRVyxu+eQOTd7185p0rDmZrVAjP1+lYpIMieZudANyCy6a0yK6j5XIptPrpPgRlLHppYg0ccm0iNhGr6zSf/goyY+sarLrbvyv/wM1QMXBNtBcSX0bKxl6oXF/MJy6hfYyDE3Jotz4+fexXw3oIIqLvJ6mOmzzFH9LNIxIIpeUto4cgM6e+4nL3CD6R9KGyFOAQ8Z4g4WYaevxBnD2JN6XNRS3AWGoykaVAoeqPDDhX7/fTCQZxD2ftarolvRJAN+1jVxKOrToMzfeuDeV/1UukZ+AYsON3VjGU/puhWzeff1/Fm+7ksp6vkiqoKdLz0ad4TCS+Hazw3cQju6j2XGFHARm7ryas93XKhTFYs08A9lkt6+pjU+WlzGKezVDhurgMIPtEU= ceph-2f34b982-1131-11ef-bc98-c7b262605968 2024-05-13T14:02:58.101 DEBUG:teuthology.orchestra.run.smithi204:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/3645CnnfX1butKp+PYeoMzPdhOOpCYUTR60W6INIPqZeQGEYKXoVSmDSsH9en2jYxlLAQJq5a1cBOf5nHSVeuTdX4IXyD84wdFhUBMkPbndptMV3hswvmsERRVyxu+eQOTd7185p0rDmZrVAjP1+lYpIMieZudANyCy6a0yK6j5XIptPrpPgRlLHppYg0ccm0iNhGr6zSf/goyY+sarLrbvyv/wM1QMXBNtBcSX0bKxl6oXF/MJy6hfYyDE3Jotz4+fexXw3oIIqLvJ6mOmzzFH9LNIxIIpeUto4cgM6e+4nL3CD6R9KGyFOAQ8Z4g4WYaevxBnD2JN6XNRS3AWGoykaVAoeqPDDhX7/fTCQZxD2ftarolvRJAN+1jVxKOrToMzfeuDeV/1UukZ+AYsON3VjGU/puhWzeff1/Fm+7ksp6vkiqoKdLz0ad4TCS+Hazw3cQju6j2XGFHARm7ryas93XKhTFYs08A9lkt6+pjU+WlzGKezVDhurgMIPtEU= ceph-2f34b982-1131-11ef-bc98-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-13T14:02:58.145 INFO:teuthology.orchestra.run.smithi204.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/3645CnnfX1butKp+PYeoMzPdhOOpCYUTR60W6INIPqZeQGEYKXoVSmDSsH9en2jYxlLAQJq5a1cBOf5nHSVeuTdX4IXyD84wdFhUBMkPbndptMV3hswvmsERRVyxu+eQOTd7185p0rDmZrVAjP1+lYpIMieZudANyCy6a0yK6j5XIptPrpPgRlLHppYg0ccm0iNhGr6zSf/goyY+sarLrbvyv/wM1QMXBNtBcSX0bKxl6oXF/MJy6hfYyDE3Jotz4+fexXw3oIIqLvJ6mOmzzFH9LNIxIIpeUto4cgM6e+4nL3CD6R9KGyFOAQ8Z4g4WYaevxBnD2JN6XNRS3AWGoykaVAoeqPDDhX7/fTCQZxD2ftarolvRJAN+1jVxKOrToMzfeuDeV/1UukZ+AYsON3VjGU/puhWzeff1/Fm+7ksp6vkiqoKdLz0ad4TCS+Hazw3cQju6j2XGFHARm7ryas93XKhTFYs08A9lkt6+pjU+WlzGKezVDhurgMIPtEU= ceph-2f34b982-1131-11ef-bc98-c7b262605968 2024-05-13T14:02:58.157 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-05-13T14:02:58.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:58 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/3025943831' entity='client.admin' 2024-05-13T14:02:58.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:58 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:02:58.512 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:02:59.405 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:59 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:02:59.405 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:59 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:02:59.405 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:59 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:02:59.405 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:59 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:02:59.405 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:59 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:02:59.405 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:59 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:02:59.405 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:59 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:02:59.406 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:59 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:02:59.406 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:59 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:02:59.406 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:59 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:02:59.406 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:02:59 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:00.767 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:00 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:00.767 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:00 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/1567841131' entity='client.admin' 2024-05-13T14:03:00.767 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:00 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:00.768 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:00 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:01.001 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-05-13T14:03:01.002 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-05-13T14:03:01.415 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:03:03.533 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:03 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:03.533 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:03 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:04.953 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:04 smithi053 ceph-mon[40100]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:03:04.953 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:04 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:05.075 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi086 2024-05-13T14:03:05.075 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-05-13T14:03:05.075 DEBUG:teuthology.orchestra.run.smithi086:> dd of=/etc/ceph/ceph.conf 2024-05-13T14:03:05.097 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-05-13T14:03:05.097 DEBUG:teuthology.orchestra.run.smithi086:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-13T14:03:05.158 INFO:tasks.cephadm:Adding host smithi086 to orchestrator... 2024-05-13T14:03:05.158 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph orch host add smithi086 2024-05-13T14:03:05.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:04 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:05.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:04 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:05.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:04 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:05.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:04 smithi053 ceph-mon[40100]: Updating smithi053:/etc/ceph/ceph.conf 2024-05-13T14:03:05.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:04 smithi053 ceph-mon[40100]: Updating smithi053:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T14:03:05.825 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:03:06.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:06 smithi053 ceph-mon[40100]: Updating smithi053:/etc/ceph/ceph.client.admin.keyring 2024-05-13T14:03:06.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:06 smithi053 ceph-mon[40100]: Updating smithi053:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-13T14:03:06.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:06 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:06.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:06 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:06.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:06 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:06.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:06 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:08.660 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:08 smithi053 ceph-mon[40100]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi086", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:03:08.660 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:08 smithi053 ceph-mon[40100]: Deploying cephadm binary to smithi086 2024-05-13T14:03:09.945 INFO:teuthology.orchestra.run.smithi053.stdout:Added host 'smithi086' with addr '172.21.15.86' 2024-05-13T14:03:10.586 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph orch host ls --format=json 2024-05-13T14:03:10.819 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:03:11.228 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:10 smithi053 ceph-mon[40100]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:11.228 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:10 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:11.228 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:10 smithi053 ceph-mon[40100]: Added host smithi086 2024-05-13T14:03:11.228 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:10 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:11.228 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:10 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:11.228 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:10 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:11.228 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:10 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:11.228 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:10 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi086", "name": "osd_memory_target"}]: dispatch 2024-05-13T14:03:11.228 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:10 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:11.228 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:10 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:12.067 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:11 smithi053 ceph-mon[40100]: Updating smithi086:/etc/ceph/ceph.conf 2024-05-13T14:03:12.068 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:11 smithi053 ceph-mon[40100]: Updating smithi086:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T14:03:12.068 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:11 smithi053 ceph-mon[40100]: Updating smithi086:/etc/ceph/ceph.client.admin.keyring 2024-05-13T14:03:12.068 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:11 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:12.068 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:11 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:12.068 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:11 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi086", "caps": []}]: dispatch 2024-05-13T14:03:12.068 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:11 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi086", "caps": []}]': finished 2024-05-13T14:03:12.521 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:03:12.521 INFO:teuthology.orchestra.run.smithi053.stdout:[{"addr": "172.21.15.53", "hostname": "smithi053", "labels": [], "status": ""}, {"addr": "172.21.15.86", "hostname": "smithi086", "labels": [], "status": ""}] 2024-05-13T14:03:13.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:12 smithi053 ceph-mon[40100]: Updating smithi086:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-13T14:03:13.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:12 smithi053 ceph-mon[40100]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:13.229 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi204 2024-05-13T14:03:13.229 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-05-13T14:03:13.229 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/etc/ceph/ceph.conf 2024-05-13T14:03:13.252 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-05-13T14:03:13.252 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-13T14:03:13.313 INFO:tasks.cephadm:Adding host smithi204 to orchestrator... 2024-05-13T14:03:13.313 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph orch host add smithi204 2024-05-13T14:03:13.541 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:03:14.539 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:14 smithi053 ceph-mon[40100]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-13T14:03:14.539 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:14 smithi053 ceph-mon[40100]: Deploying daemon agent.smithi086 on smithi086 2024-05-13T14:03:14.539 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:14 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:14.539 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:14 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:14.540 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:14 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:14.540 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:14 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:14.540 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:14 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:14.540 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:14 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:14.540 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:14 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:14.540 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:14 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:14.540 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:14 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:14.540 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:14 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:14.540 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:14 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:14.540 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:14 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:14.540 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:14 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:14.540 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:14 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:15.660 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:15 smithi053 ceph-mon[40100]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:15.660 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:15 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:16.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:16 smithi053 ceph-mon[40100]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:03:17.521 INFO:teuthology.orchestra.run.smithi053.stdout:Added host 'smithi204' with addr '172.21.15.204' 2024-05-13T14:03:17.546 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:17 smithi053 ceph-mon[40100]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:17.546 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:17 smithi053 ceph-mon[40100]: Deploying cephadm binary to smithi204 2024-05-13T14:03:17.546 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:17 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:17.546 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:17 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:18.251 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph orch host ls --format=json 2024-05-13T14:03:18.480 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:03:18.761 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:18 smithi053 ceph-mon[40100]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:18.761 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:18 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:18.762 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:18 smithi053 ceph-mon[40100]: Added host smithi204 2024-05-13T14:03:18.762 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:18 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:18.762 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:18 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:18.762 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:18 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:18.762 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:18 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:18.762 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:18 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-05-13T14:03:18.762 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:18 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:18.762 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:18 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:18.762 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:18 smithi053 ceph-mon[40100]: Updating smithi204:/etc/ceph/ceph.conf 2024-05-13T14:03:20.203 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:20 smithi053 ceph-mon[40100]: Updating smithi204:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T14:03:20.203 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:20 smithi053 ceph-mon[40100]: Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-05-13T14:03:20.203 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:20 smithi053 ceph-mon[40100]: Updating smithi204:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-13T14:03:20.203 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:20.204 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:20.204 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-05-13T14:03:20.204 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]': finished 2024-05-13T14:03:20.204 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:20.204 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:20.205 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:20.205 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:20.205 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:20.205 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:20.205 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:20.205 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:20.205 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:20.205 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:20.880 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:03:20.880 INFO:teuthology.orchestra.run.smithi053.stdout:[{"addr": "172.21.15.53", "hostname": "smithi053", "labels": [], "status": ""}, {"addr": "172.21.15.86", "hostname": "smithi086", "labels": [], "status": ""}, {"addr": "172.21.15.204", "hostname": "smithi204", "labels": [], "status": ""}] 2024-05-13T14:03:21.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:21 smithi053 ceph-mon[40100]: Deploying daemon agent.smithi204 on smithi204 2024-05-13T14:03:21.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:21 smithi053 ceph-mon[40100]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:21.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:21 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:21.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:21 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:21.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:21 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:21.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:21 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:21.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:21 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:21.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:21 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:21.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:21 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:21.787 INFO:tasks.cephadm:Setting crush tunables to default 2024-05-13T14:03:21.787 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph osd crush tunables default 2024-05-13T14:03:22.339 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:03:22.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:22 smithi053 ceph-mon[40100]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-13T14:03:23.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:23 smithi053 ceph-mon[40100]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:24.296 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:24 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:24.297 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:24 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:25.429 INFO:teuthology.orchestra.run.smithi053.stderr:adjusted tunables profile to default 2024-05-13T14:03:25.460 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:25 smithi053 ceph-mon[40100]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:25.460 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:25 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:25.460 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:25 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/1130954081' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-13T14:03:26.128 INFO:tasks.cephadm:Adding mon.a on smithi053 2024-05-13T14:03:26.128 INFO:tasks.cephadm:Adding mon.b on smithi086 2024-05-13T14:03:26.128 INFO:tasks.cephadm:Adding mon.c on smithi204 2024-05-13T14:03:26.128 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph orch apply mon '3;smithi053:172.21.15.53=a;smithi086:172.21.15.86=b;smithi204:172.21.15.204=c' 2024-05-13T14:03:26.386 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T14:03:26.909 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:26 smithi053 ceph-mon[40100]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:26.910 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:26 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/1130954081' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-13T14:03:26.910 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:26 smithi053 ceph-mon[40100]: osdmap e4: 0 total, 0 up, 0 in 2024-05-13T14:03:28.013 INFO:teuthology.orchestra.run.smithi204.stdout:Scheduled mon update... 2024-05-13T14:03:28.624 DEBUG:teuthology.orchestra.run.smithi086:mon.b> sudo journalctl -f -n 0 -u ceph-2f34b982-1131-11ef-bc98-c7b262605968@mon.b.service 2024-05-13T14:03:28.630 DEBUG:teuthology.orchestra.run.smithi204:mon.c> sudo journalctl -f -n 0 -u ceph-2f34b982-1131-11ef-bc98-c7b262605968@mon.c.service 2024-05-13T14:03:28.632 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-13T14:03:28.632 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph mon dump -f json 2024-05-13T14:03:28.663 INFO:journalctl@ceph.mon.b.smithi086.stdout:-- Logs begin at Mon 2024-05-13 13:25:18 UTC. -- 2024-05-13T14:03:28.665 INFO:journalctl@ceph.mon.c.smithi204.stdout:-- Logs begin at Mon 2024-05-13 13:25:22 UTC. -- 2024-05-13T14:03:29.263 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T14:03:29.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:29 smithi053 ceph-mon[40100]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:29.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:29 smithi053 ceph-mon[40100]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi053:172.21.15.53=a;smithi086:172.21.15.86=b;smithi204:172.21.15.204=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:03:29.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:29 smithi053 ceph-mon[40100]: Saving service mon spec with placement smithi053:172.21.15.53=a;smithi086:172.21.15.86=b;smithi204:172.21.15.204=c;count:3 2024-05-13T14:03:29.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:29 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:29.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:29 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:29.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:29 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:29.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:29 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:29.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:29 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:29.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:29 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T14:03:29.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:29 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:29.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:29 smithi053 ceph-mon[40100]: Deploying daemon mon.c on smithi204 2024-05-13T14:03:31.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:31 smithi053 ceph-mon[40100]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:31.704 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T14:03:31.704 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"2f34b982-1131-11ef-bc98-c7b262605968","modified":"2024-05-13T14:01:50.095400Z","created":"2024-05-13T14:01:50.095400Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:3300","nonce":0},{"type":"v1","addr":"172.21.15.53:6789","nonce":0}]},"addr":"172.21.15.53:6789/0","public_addr":"172.21.15.53:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-05-13T14:03:31.706 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-05-13T14:03:32.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:32 smithi053 ceph-mon[40100]: from='client.? 172.21.15.204:0/358673057' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-13T14:03:33.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:33 smithi204 bash[42186]: fea44c94e0fe36b53cb7edad15cb5275a4a971854f5962d59370388bf3e1c4b3 2024-05-13T14:03:33.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:33 smithi204 systemd[1]: Started Ceph mon.c for 2f34b982-1131-11ef-bc98-c7b262605968. 2024-05-13T14:03:33.393 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-13T14:03:33.394 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph mon dump -f json 2024-05-13T14:03:33.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:33 smithi053 ceph-mon[40100]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:33.610 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.c/config 2024-05-13T14:03:38.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:38 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T14:03:38.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:38 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:03:38.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:38 smithi053 ceph-mon[40100]: mon.a calling monitor election 2024-05-13T14:03:38.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:38 smithi053 ceph-mon[40100]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:38.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:38 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:03:38.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:38 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:03:38.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:38 smithi053 ceph-mon[40100]: mon.c calling monitor election 2024-05-13T14:03:38.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:38 smithi053 ceph-mon[40100]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:38.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:38 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:03:38.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:38 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:03:38.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:38 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:03:38.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:38 smithi053 ceph-mon[40100]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-13T14:03:38.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:38 smithi053 ceph-mon[40100]: monmap e2: 2 mons at {a=[v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0],c=[v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-05-13T14:03:38.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:38 smithi053 ceph-mon[40100]: fsmap 2024-05-13T14:03:38.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:38 smithi053 ceph-mon[40100]: osdmap e4: 0 total, 0 up, 0 in 2024-05-13T14:03:38.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:38 smithi053 ceph-mon[40100]: mgrmap e13: a(active, since 48s) 2024-05-13T14:03:38.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:38 smithi053 ceph-mon[40100]: overall HEALTH_OK 2024-05-13T14:03:38.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:38 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:38.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:38 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:38.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:38 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:38.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:38 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:38.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:38 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:38.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:38 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:38.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:38 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T14:03:38.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:38 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:38.371 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T14:03:38.372 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":2,"fsid":"2f34b982-1131-11ef-bc98-c7b262605968","modified":"2024-05-13T14:03:33.034066Z","created":"2024-05-13T14:01:50.095400Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:3300","nonce":0},{"type":"v1","addr":"172.21.15.53:6789","nonce":0}]},"addr":"172.21.15.53:6789/0","public_addr":"172.21.15.53:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:3300","nonce":0},{"type":"v1","addr":"172.21.15.204:6789","nonce":0}]},"addr":"172.21.15.204:6789/0","public_addr":"172.21.15.204:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-05-13T14:03:38.374 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 2 2024-05-13T14:03:38.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:38 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T14:03:38.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:38 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:03:38.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:38 smithi204 ceph-mon[42205]: mon.a calling monitor election 2024-05-13T14:03:38.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:38 smithi204 ceph-mon[42205]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:38.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:38 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:03:38.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:38 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:03:38.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:38 smithi204 ceph-mon[42205]: mon.c calling monitor election 2024-05-13T14:03:38.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:38 smithi204 ceph-mon[42205]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:38.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:38 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:03:38.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:38 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:03:38.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:38 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:03:38.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:38 smithi204 ceph-mon[42205]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-13T14:03:38.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:38 smithi204 ceph-mon[42205]: monmap e2: 2 mons at {a=[v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0],c=[v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-05-13T14:03:38.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:38 smithi204 ceph-mon[42205]: fsmap 2024-05-13T14:03:38.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:38 smithi204 ceph-mon[42205]: osdmap e4: 0 total, 0 up, 0 in 2024-05-13T14:03:38.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:38 smithi204 ceph-mon[42205]: mgrmap e13: a(active, since 48s) 2024-05-13T14:03:38.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:38 smithi204 ceph-mon[42205]: overall HEALTH_OK 2024-05-13T14:03:38.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:38 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:38.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:38 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:38.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:38 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:38.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:38 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:38.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:38 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:38.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:38 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:38.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:38 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T14:03:38.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:38 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:39.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:39 smithi204 ceph-mon[42205]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:39.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:39 smithi204 ceph-mon[42205]: Deploying daemon mon.b on smithi086 2024-05-13T14:03:39.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:39 smithi204 ceph-mon[42205]: from='client.? 172.21.15.204:0/2704924771' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-13T14:03:39.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:39 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:03:39.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:39 smithi053 ceph-mon[40100]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:39.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:39 smithi053 ceph-mon[40100]: Deploying daemon mon.b on smithi086 2024-05-13T14:03:39.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:39 smithi053 ceph-mon[40100]: from='client.? 172.21.15.204:0/2704924771' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-13T14:03:39.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:39 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:03:39.934 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-13T14:03:39.934 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph mon dump -f json 2024-05-13T14:03:41.013 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.c/config 2024-05-13T14:03:41.291 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 systemd[1]: Starting Ceph mon.b for 2f34b982-1131-11ef-bc98-c7b262605968... 2024-05-13T14:03:41.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:41 smithi204 ceph-mon[42205]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:41.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:41 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:41.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:41 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:41.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:41 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:41.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:41 smithi053 ceph-mon[40100]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:41.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:41 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:41.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:41 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:41.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:41 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: set uid:gid to 167:167 (ceph:ceph) 2024-05-13T14:03:42.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: ceph version 18.2.2-1335-gb806bdbd (b806bdbddfddd976c2919d3cca5c05faad473799) reef (stable), process ceph-mon, pid 2 2024-05-13T14:03:42.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: pidfile_write: ignore empty --pid-file 2024-05-13T14:03:42.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: load: jerasure load: lrc 2024-05-13T14:03:42.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: RocksDB version: 7.9.2 2024-05-13T14:03:42.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Git sha 0 2024-05-13T14:03:42.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Compile date 2024-05-11 15:04:43 2024-05-13T14:03:42.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: DB SUMMARY 2024-05-13T14:03:42.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: DB Session ID: 0WJ09PX0UGCLV2DGFLMT 2024-05-13T14:03:42.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: CURRENT file: CURRENT 2024-05-13T14:03:42.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: IDENTITY file: IDENTITY 2024-05-13T14:03:42.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-05-13T14:03:42.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-05-13T14:03:42.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2024-05-13T14:03:42.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.error_if_exists: 0 2024-05-13T14:03:42.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.create_if_missing: 0 2024-05-13T14:03:42.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.paranoid_checks: 1 2024-05-13T14:03:42.043 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.flush_verify_memtable_count: 1 2024-05-13T14:03:42.043 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-13T14:03:42.043 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-13T14:03:42.043 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.env: 0x559fc1cd0820 2024-05-13T14:03:42.043 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.fs: PosixFileSystem 2024-05-13T14:03:42.043 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.info_log: 0x559fc4b57520 2024-05-13T14:03:42.043 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.max_file_opening_threads: 16 2024-05-13T14:03:42.043 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.statistics: (nil) 2024-05-13T14:03:42.043 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.use_fsync: 0 2024-05-13T14:03:42.043 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.max_log_file_size: 0 2024-05-13T14:03:42.043 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-13T14:03:42.043 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.log_file_time_to_roll: 0 2024-05-13T14:03:42.043 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.keep_log_file_num: 1000 2024-05-13T14:03:42.043 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.recycle_log_file_num: 0 2024-05-13T14:03:42.043 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.allow_fallocate: 1 2024-05-13T14:03:42.044 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.allow_mmap_reads: 0 2024-05-13T14:03:42.044 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.allow_mmap_writes: 0 2024-05-13T14:03:42.044 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.use_direct_reads: 0 2024-05-13T14:03:42.044 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-13T14:03:42.044 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.create_missing_column_families: 0 2024-05-13T14:03:42.044 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.db_log_dir: 2024-05-13T14:03:42.044 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.wal_dir: 2024-05-13T14:03:42.044 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.table_cache_numshardbits: 6 2024-05-13T14:03:42.046 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.WAL_ttl_seconds: 0 2024-05-13T14:03:42.046 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.WAL_size_limit_MB: 0 2024-05-13T14:03:42.046 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-13T14:03:42.046 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-13T14:03:42.046 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.is_fd_close_on_exec: 1 2024-05-13T14:03:42.046 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.advise_random_on_open: 1 2024-05-13T14:03:42.046 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.db_write_buffer_size: 0 2024-05-13T14:03:42.047 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.write_buffer_manager: 0x559fc3dcc140 2024-05-13T14:03:42.047 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-13T14:03:42.047 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-13T14:03:42.047 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.use_adaptive_mutex: 0 2024-05-13T14:03:42.047 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.rate_limiter: (nil) 2024-05-13T14:03:42.047 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-13T14:03:42.047 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.wal_recovery_mode: 2 2024-05-13T14:03:42.047 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.enable_thread_tracking: 0 2024-05-13T14:03:42.047 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.enable_pipelined_write: 0 2024-05-13T14:03:42.047 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.unordered_write: 0 2024-05-13T14:03:42.047 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-13T14:03:42.047 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-13T14:03:42.047 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-13T14:03:42.047 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-13T14:03:42.048 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.row_cache: None 2024-05-13T14:03:42.048 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.wal_filter: None 2024-05-13T14:03:42.048 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-13T14:03:42.048 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.allow_ingest_behind: 0 2024-05-13T14:03:42.048 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.two_write_queues: 0 2024-05-13T14:03:42.048 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.manual_wal_flush: 0 2024-05-13T14:03:42.048 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.wal_compression: 0 2024-05-13T14:03:42.048 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.atomic_flush: 0 2024-05-13T14:03:42.048 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-13T14:03:42.048 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.persist_stats_to_disk: 0 2024-05-13T14:03:42.048 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.write_dbid_to_manifest: 0 2024-05-13T14:03:42.048 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.log_readahead_size: 0 2024-05-13T14:03:42.048 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-13T14:03:42.048 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.best_efforts_recovery: 0 2024-05-13T14:03:42.049 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-13T14:03:42.049 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-13T14:03:42.049 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.allow_data_in_errors: 0 2024-05-13T14:03:42.049 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.db_host_id: __hostname__ 2024-05-13T14:03:42.049 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.enforce_single_del_contracts: true 2024-05-13T14:03:42.049 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.max_background_jobs: 2 2024-05-13T14:03:42.049 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.max_background_compactions: -1 2024-05-13T14:03:42.049 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.max_subcompactions: 1 2024-05-13T14:03:42.049 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-13T14:03:42.049 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-13T14:03:42.049 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.delayed_write_rate : 16777216 2024-05-13T14:03:42.049 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.max_total_wal_size: 0 2024-05-13T14:03:42.049 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-13T14:03:42.049 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.stats_dump_period_sec: 600 2024-05-13T14:03:42.049 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.stats_persist_period_sec: 600 2024-05-13T14:03:42.050 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-13T14:03:42.050 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.max_open_files: -1 2024-05-13T14:03:42.050 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.bytes_per_sync: 0 2024-05-13T14:03:42.050 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.wal_bytes_per_sync: 0 2024-05-13T14:03:42.050 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.strict_bytes_per_sync: 0 2024-05-13T14:03:42.050 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.compaction_readahead_size: 0 2024-05-13T14:03:42.050 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.max_background_flushes: -1 2024-05-13T14:03:42.050 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Compression algorithms supported: 2024-05-13T14:03:42.050 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-13T14:03:42.050 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: kZSTD supported: 0 2024-05-13T14:03:42.050 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: kXpressCompression supported: 0 2024-05-13T14:03:42.050 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: kLZ4HCCompression supported: 1 2024-05-13T14:03:42.050 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: kZlibCompression supported: 1 2024-05-13T14:03:42.050 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: kSnappyCompression supported: 1 2024-05-13T14:03:42.051 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: kLZ4Compression supported: 1 2024-05-13T14:03:42.051 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: kBZip2Compression supported: 0 2024-05-13T14:03:42.051 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Fast CRC32 supported: Supported on x86 2024-05-13T14:03:42.051 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: DMutex implementation: pthread_mutex_t 2024-05-13T14:03:42.051 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-05-13T14:03:42.051 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-13T14:03:42.051 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-13T14:03:42.051 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.merge_operator: 2024-05-13T14:03:42.051 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.compaction_filter: None 2024-05-13T14:03:42.051 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.compaction_filter_factory: None 2024-05-13T14:03:42.051 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.sst_partitioner_factory: None 2024-05-13T14:03:42.051 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.memtable_factory: SkipListFactory 2024-05-13T14:03:42.051 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.table_factory: BlockBasedTable 2024-05-13T14:03:42.051 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559fc4b57620) 2024-05-13T14:03:42.051 INFO:journalctl@ceph.mon.b.smithi086.stdout: cache_index_and_filter_blocks: 1 2024-05-13T14:03:42.052 INFO:journalctl@ceph.mon.b.smithi086.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-13T14:03:42.052 INFO:journalctl@ceph.mon.b.smithi086.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-13T14:03:42.052 INFO:journalctl@ceph.mon.b.smithi086.stdout: pin_top_level_index_and_filter: 1 2024-05-13T14:03:42.052 INFO:journalctl@ceph.mon.b.smithi086.stdout: index_type: 0 2024-05-13T14:03:42.052 INFO:journalctl@ceph.mon.b.smithi086.stdout: data_block_index_type: 0 2024-05-13T14:03:42.052 INFO:journalctl@ceph.mon.b.smithi086.stdout: index_shortening: 1 2024-05-13T14:03:42.052 INFO:journalctl@ceph.mon.b.smithi086.stdout: data_block_hash_table_util_ratio: 0.750000 2024-05-13T14:03:42.052 INFO:journalctl@ceph.mon.b.smithi086.stdout: checksum: 4 2024-05-13T14:03:42.052 INFO:journalctl@ceph.mon.b.smithi086.stdout: no_block_cache: 0 2024-05-13T14:03:42.052 INFO:journalctl@ceph.mon.b.smithi086.stdout: block_cache: 0x559fc3e6f1f0 2024-05-13T14:03:42.052 INFO:journalctl@ceph.mon.b.smithi086.stdout: block_cache_name: BinnedLRUCache 2024-05-13T14:03:42.052 INFO:journalctl@ceph.mon.b.smithi086.stdout: block_cache_options: 2024-05-13T14:03:42.052 INFO:journalctl@ceph.mon.b.smithi086.stdout: capacity : 536870912 2024-05-13T14:03:42.053 INFO:journalctl@ceph.mon.b.smithi086.stdout: num_shard_bits : 4 2024-05-13T14:03:42.053 INFO:journalctl@ceph.mon.b.smithi086.stdout: strict_capacity_limit : 0 2024-05-13T14:03:42.053 INFO:journalctl@ceph.mon.b.smithi086.stdout: high_pri_pool_ratio: 0.000 2024-05-13T14:03:42.053 INFO:journalctl@ceph.mon.b.smithi086.stdout: block_cache_compressed: (nil) 2024-05-13T14:03:42.053 INFO:journalctl@ceph.mon.b.smithi086.stdout: persistent_cache: (nil) 2024-05-13T14:03:42.053 INFO:journalctl@ceph.mon.b.smithi086.stdout: block_size: 4096 2024-05-13T14:03:42.053 INFO:journalctl@ceph.mon.b.smithi086.stdout: block_size_deviation: 10 2024-05-13T14:03:42.053 INFO:journalctl@ceph.mon.b.smithi086.stdout: block_restart_interval: 16 2024-05-13T14:03:42.053 INFO:journalctl@ceph.mon.b.smithi086.stdout: index_block_restart_interval: 1 2024-05-13T14:03:42.053 INFO:journalctl@ceph.mon.b.smithi086.stdout: metadata_block_size: 4096 2024-05-13T14:03:42.053 INFO:journalctl@ceph.mon.b.smithi086.stdout: partition_filters: 0 2024-05-13T14:03:42.053 INFO:journalctl@ceph.mon.b.smithi086.stdout: use_delta_encoding: 1 2024-05-13T14:03:42.053 INFO:journalctl@ceph.mon.b.smithi086.stdout: filter_policy: bloomfilter 2024-05-13T14:03:42.053 INFO:journalctl@ceph.mon.b.smithi086.stdout: whole_key_filtering: 1 2024-05-13T14:03:42.053 INFO:journalctl@ceph.mon.b.smithi086.stdout: verify_compression: 0 2024-05-13T14:03:42.054 INFO:journalctl@ceph.mon.b.smithi086.stdout: read_amp_bytes_per_bit: 0 2024-05-13T14:03:42.054 INFO:journalctl@ceph.mon.b.smithi086.stdout: format_version: 5 2024-05-13T14:03:42.054 INFO:journalctl@ceph.mon.b.smithi086.stdout: enable_index_compression: 1 2024-05-13T14:03:42.054 INFO:journalctl@ceph.mon.b.smithi086.stdout: block_align: 0 2024-05-13T14:03:42.054 INFO:journalctl@ceph.mon.b.smithi086.stdout: max_auto_readahead_size: 262144 2024-05-13T14:03:42.054 INFO:journalctl@ceph.mon.b.smithi086.stdout: prepopulate_block_cache: 0 2024-05-13T14:03:42.054 INFO:journalctl@ceph.mon.b.smithi086.stdout: initial_auto_readahead_size: 8192 2024-05-13T14:03:42.054 INFO:journalctl@ceph.mon.b.smithi086.stdout: num_file_reads_for_auto_readahead: 2 2024-05-13T14:03:42.054 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.write_buffer_size: 33554432 2024-05-13T14:03:42.054 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.max_write_buffer_number: 2 2024-05-13T14:03:42.054 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.compression: NoCompression 2024-05-13T14:03:42.054 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.bottommost_compression: Disabled 2024-05-13T14:03:42.054 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.prefix_extractor: nullptr 2024-05-13T14:03:42.054 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-13T14:03:42.055 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.num_levels: 7 2024-05-13T14:03:42.055 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-13T14:03:42.055 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-13T14:03:42.055 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-13T14:03:42.055 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-13T14:03:42.055 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-13T14:03:42.055 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-13T14:03:42.055 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-13T14:03:42.055 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-13T14:03:42.055 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-13T14:03:42.055 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-13T14:03:42.055 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-13T14:03:42.055 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-13T14:03:42.055 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.compression_opts.window_bits: -14 2024-05-13T14:03:42.056 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.compression_opts.level: 32767 2024-05-13T14:03:42.056 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.compression_opts.strategy: 0 2024-05-13T14:03:42.056 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-13T14:03:42.056 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-13T14:03:42.056 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-13T14:03:42.056 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-13T14:03:42.056 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.compression_opts.enabled: false 2024-05-13T14:03:42.056 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-13T14:03:42.056 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-13T14:03:42.056 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-13T14:03:42.056 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-13T14:03:42.056 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.target_file_size_base: 67108864 2024-05-13T14:03:42.056 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.target_file_size_multiplier: 1 2024-05-13T14:03:42.056 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-13T14:03:42.056 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-13T14:03:42.057 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-13T14:03:42.057 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-13T14:03:42.057 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-13T14:03:42.057 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-13T14:03:42.057 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-13T14:03:42.057 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-13T14:03:42.057 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-13T14:03:42.057 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-13T14:03:42.057 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-13T14:03:42.057 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-13T14:03:42.057 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-13T14:03:42.057 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.arena_block_size: 1048576 2024-05-13T14:03:42.057 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-13T14:03:42.057 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-13T14:03:42.057 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.disable_auto_compactions: 0 2024-05-13T14:03:42.058 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-13T14:03:42.058 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-13T14:03:42.058 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-13T14:03:42.058 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-13T14:03:42.058 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-13T14:03:42.058 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-13T14:03:42.058 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-13T14:03:42.058 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-13T14:03:42.058 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-13T14:03:42.058 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-13T14:03:42.058 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.table_properties_collectors: 2024-05-13T14:03:42.058 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.inplace_update_support: 0 2024-05-13T14:03:42.058 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.inplace_update_num_locks: 10000 2024-05-13T14:03:42.058 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-13T14:03:42.059 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-13T14:03:42.059 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.memtable_huge_page_size: 0 2024-05-13T14:03:42.059 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.bloom_locality: 0 2024-05-13T14:03:42.059 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.max_successive_merges: 0 2024-05-13T14:03:42.059 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.optimize_filters_for_hits: 0 2024-05-13T14:03:42.059 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.paranoid_file_checks: 0 2024-05-13T14:03:42.059 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.force_consistency_checks: 1 2024-05-13T14:03:42.059 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.report_bg_io_stats: 0 2024-05-13T14:03:42.059 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.ttl: 2592000 2024-05-13T14:03:42.059 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.periodic_compaction_seconds: 0 2024-05-13T14:03:42.059 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-13T14:03:42.059 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-13T14:03:42.059 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.enable_blob_files: false 2024-05-13T14:03:42.059 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.min_blob_size: 0 2024-05-13T14:03:42.060 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.blob_file_size: 268435456 2024-05-13T14:03:42.060 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.blob_compression_type: NoCompression 2024-05-13T14:03:42.060 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.enable_blob_garbage_collection: false 2024-05-13T14:03:42.060 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-13T14:03:42.060 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-13T14:03:42.060 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-13T14:03:42.060 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.blob_file_starting_level: 0 2024-05-13T14:03:42.060 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-13T14:03:42.060 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-05-13T14:03:42.060 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-13T14:03:42.060 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 9897d908-e5b9-4150-8e3d-b0d7085b86cc 2024-05-13T14:03:42.060 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715609021556606, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-05-13T14:03:42.060 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-05-13T14:03:42.060 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715609021557058, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1747, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 648, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 526, "raw_average_value_size": 105, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1715609021, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "9897d908-e5b9-4150-8e3d-b0d7085b86cc", "db_session_id": "0WJ09PX0UGCLV2DGFLMT", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-05-13T14:03:42.060 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715609021557135, "job": 1, "event": "recovery_finished"} 2024-05-13T14:03:42.061 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-05-13T14:03:42.061 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-05-13T14:03:42.061 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x559fc3f0c000 2024-05-13T14:03:42.061 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: DB pointer 0x559fc3efa000 2024-05-13T14:03:42.061 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-13T14:03:42.061 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-13T14:03:42.061 INFO:journalctl@ceph.mon.b.smithi086.stdout: ** DB Stats ** 2024-05-13T14:03:42.061 INFO:journalctl@ceph.mon.b.smithi086.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-13T14:03:42.061 INFO:journalctl@ceph.mon.b.smithi086.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-13T14:03:42.061 INFO:journalctl@ceph.mon.b.smithi086.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-13T14:03:42.061 INFO:journalctl@ceph.mon.b.smithi086.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-13T14:03:42.061 INFO:journalctl@ceph.mon.b.smithi086.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-13T14:03:42.061 INFO:journalctl@ceph.mon.b.smithi086.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-13T14:03:42.061 INFO:journalctl@ceph.mon.b.smithi086.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-13T14:03:42.061 INFO:journalctl@ceph.mon.b.smithi086.stdout: 2024-05-13T14:03:42.062 INFO:journalctl@ceph.mon.b.smithi086.stdout: ** Compaction Stats [default] ** 2024-05-13T14:03:42.062 INFO:journalctl@ceph.mon.b.smithi086.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-13T14:03:42.062 INFO:journalctl@ceph.mon.b.smithi086.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-13T14:03:42.062 INFO:journalctl@ceph.mon.b.smithi086.stdout: L0 1/0 1.71 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-13T14:03:42.062 INFO:journalctl@ceph.mon.b.smithi086.stdout: Sum 1/0 1.71 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-13T14:03:42.062 INFO:journalctl@ceph.mon.b.smithi086.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-13T14:03:42.062 INFO:journalctl@ceph.mon.b.smithi086.stdout: 2024-05-13T14:03:42.062 INFO:journalctl@ceph.mon.b.smithi086.stdout: ** Compaction Stats [default] ** 2024-05-13T14:03:42.062 INFO:journalctl@ceph.mon.b.smithi086.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-13T14:03:42.062 INFO:journalctl@ceph.mon.b.smithi086.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-13T14:03:42.062 INFO:journalctl@ceph.mon.b.smithi086.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-13T14:03:42.062 INFO:journalctl@ceph.mon.b.smithi086.stdout: 2024-05-13T14:03:42.062 INFO:journalctl@ceph.mon.b.smithi086.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-13T14:03:42.062 INFO:journalctl@ceph.mon.b.smithi086.stdout: 2024-05-13T14:03:42.063 INFO:journalctl@ceph.mon.b.smithi086.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-13T14:03:42.063 INFO:journalctl@ceph.mon.b.smithi086.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-05-13T14:03:42.063 INFO:journalctl@ceph.mon.b.smithi086.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-13T14:03:42.063 INFO:journalctl@ceph.mon.b.smithi086.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-05-13T14:03:42.063 INFO:journalctl@ceph.mon.b.smithi086.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-05-13T14:03:42.063 INFO:journalctl@ceph.mon.b.smithi086.stdout: AddFile(Keys): cumulative 0, interval 0 2024-05-13T14:03:42.063 INFO:journalctl@ceph.mon.b.smithi086.stdout: Cumulative compaction: 0.00 GB write, 0.69 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-13T14:03:42.063 INFO:journalctl@ceph.mon.b.smithi086.stdout: Interval compaction: 0.00 GB write, 0.69 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-13T14:03:42.063 INFO:journalctl@ceph.mon.b.smithi086.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-05-13T14:03:42.063 INFO:journalctl@ceph.mon.b.smithi086.stdout: Block cache BinnedLRUCache@0x559fc3e6f1f0#2 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-05-13T14:03:42.063 INFO:journalctl@ceph.mon.b.smithi086.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-05-13T14:03:42.063 INFO:journalctl@ceph.mon.b.smithi086.stdout: 2024-05-13T14:03:42.063 INFO:journalctl@ceph.mon.b.smithi086.stdout: ** File Read Latency Histogram By Level [default] ** 2024-05-13T14:03:42.063 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-05-13T14:03:42.064 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: using public_addr v2:172.21.15.86:0/0 -> [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] 2024-05-13T14:03:42.064 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: starting mon.b rank -1 at public addrs [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] at bind addrs [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 2f34b982-1131-11ef-bc98-c7b262605968 2024-05-13T14:03:42.064 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: mon.b@-1(???) e0 preinit fsid 2f34b982-1131-11ef-bc98-c7b262605968 2024-05-13T14:03:42.064 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: mon.b@-1(synchronizing).mds e1 new map 2024-05-13T14:03:42.064 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: mon.b@-1(synchronizing).mds e1 print_map 2024-05-13T14:03:42.064 INFO:journalctl@ceph.mon.b.smithi086.stdout: e1 2024-05-13T14:03:42.064 INFO:journalctl@ceph.mon.b.smithi086.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-13T14:03:42.064 INFO:journalctl@ceph.mon.b.smithi086.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} 2024-05-13T14:03:42.064 INFO:journalctl@ceph.mon.b.smithi086.stdout: legacy client fscid: -1 2024-05-13T14:03:42.064 INFO:journalctl@ceph.mon.b.smithi086.stdout: 2024-05-13T14:03:42.064 INFO:journalctl@ceph.mon.b.smithi086.stdout: No filesystems configured 2024-05-13T14:03:42.064 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-05-13T14:03:42.065 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-05-13T14:03:42.065 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-05-13T14:03:42.065 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-05-13T14:03:42.065 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-05-13T14:03:42.065 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-05-13T14:03:42.065 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-13T14:03:42.065 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-13T14:03:42.065 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-13T14:03:42.065 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-13T14:03:42.065 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:42.065 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.065 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:03:42.065 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:42.065 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: Deploying cephadm binary to smithi204 2024-05-13T14:03:42.065 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.066 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.066 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:42.066 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.066 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: Added host smithi204 2024-05-13T14:03:42.066 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:42.066 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.066 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.066 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.066 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-05-13T14:03:42.066 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:42.066 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:42.066 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: Updating smithi204:/etc/ceph/ceph.conf 2024-05-13T14:03:42.066 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: Updating smithi204:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T14:03:42.066 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-05-13T14:03:42.067 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: Updating smithi204:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-13T14:03:42.067 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.067 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.067 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-05-13T14:03:42.067 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]': finished 2024-05-13T14:03:42.067 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.067 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.067 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.067 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.067 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.067 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.067 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:42.067 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:42.067 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:42.067 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.068 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: Deploying daemon agent.smithi204 on smithi204 2024-05-13T14:03:42.068 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:42.068 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.068 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:42.068 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:42.068 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:42.068 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.068 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.068 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.068 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-13T14:03:42.068 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:42.068 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.068 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.068 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:42.068 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.069 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='client.? 172.21.15.53:0/1130954081' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-13T14:03:42.069 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:42.069 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='client.? 172.21.15.53:0/1130954081' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-13T14:03:42.069 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: osdmap e4: 0 total, 0 up, 0 in 2024-05-13T14:03:42.069 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:42.069 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi053:172.21.15.53=a;smithi086:172.21.15.86=b;smithi204:172.21.15.204=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:03:42.069 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: Saving service mon spec with placement smithi053:172.21.15.53=a;smithi086:172.21.15.86=b;smithi204:172.21.15.204=c;count:3 2024-05-13T14:03:42.069 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.069 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:42.069 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:42.069 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:42.069 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.070 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T14:03:42.070 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:42.070 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: Deploying daemon mon.c on smithi204 2024-05-13T14:03:42.070 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:42.070 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='client.? 172.21.15.204:0/358673057' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-13T14:03:42.070 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:42.070 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T14:03:42.070 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:03:42.070 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: mon.a calling monitor election 2024-05-13T14:03:42.070 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:42.070 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:03:42.070 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:03:42.070 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: mon.c calling monitor election 2024-05-13T14:03:42.070 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:42.071 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:03:42.071 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:03:42.071 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:03:42.071 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-13T14:03:42.071 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: monmap e2: 2 mons at {a=[v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0],c=[v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-05-13T14:03:42.071 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: fsmap 2024-05-13T14:03:42.071 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: osdmap e4: 0 total, 0 up, 0 in 2024-05-13T14:03:42.071 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: mgrmap e13: a(active, since 48s) 2024-05-13T14:03:42.071 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: overall HEALTH_OK 2024-05-13T14:03:42.071 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.071 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.071 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.071 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.071 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.072 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.072 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T14:03:42.072 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:42.072 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:42.072 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: Deploying daemon mon.b on smithi086 2024-05-13T14:03:42.072 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='client.? 172.21.15.204:0/2704924771' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-13T14:03:42.072 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:03:42.072 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:42.072 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.072 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.072 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:42.072 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 ceph-mon[42135]: mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-05-13T14:03:42.072 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 bash[42117]: ccc21a905d402accfcc5d9eb1e3bb77e06e987892adcfcea3ddc824cf649dbb0 2024-05-13T14:03:42.072 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:41 smithi086 systemd[1]: Started Ceph mon.b for 2f34b982-1131-11ef-bc98-c7b262605968. 2024-05-13T14:03:46.983 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-13T14:03:46.983 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":3,"fsid":"2f34b982-1131-11ef-bc98-c7b262605968","modified":"2024-05-13T14:03:41.587606Z","created":"2024-05-13T14:01:50.095400Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:3300","nonce":0},{"type":"v1","addr":"172.21.15.53:6789","nonce":0}]},"addr":"172.21.15.53:6789/0","public_addr":"172.21.15.53:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:3300","nonce":0},{"type":"v1","addr":"172.21.15.204:6789","nonce":0}]},"addr":"172.21.15.204:6789/0","public_addr":"172.21.15.204:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-05-13T14:03:46.986 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 3 2024-05-13T14:03:47.016 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:46 smithi204 ceph-mon[42205]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:47.016 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:46 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T14:03:47.016 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:46 smithi204 ceph-mon[42205]: mon.a calling monitor election 2024-05-13T14:03:47.016 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:46 smithi204 ceph-mon[42205]: mon.c calling monitor election 2024-05-13T14:03:47.016 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:46 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:03:47.017 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:46 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:03:47.017 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:46 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:03:47.017 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:46 smithi204 ceph-mon[42205]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:47.017 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:46 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:03:47.017 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:46 smithi204 ceph-mon[42205]: mon.b calling monitor election 2024-05-13T14:03:47.017 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:46 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:03:47.017 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:46 smithi204 ceph-mon[42205]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:47.017 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:46 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:03:47.017 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:46 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:03:47.017 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:46 smithi204 ceph-mon[42205]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-13T14:03:47.017 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:46 smithi204 ceph-mon[42205]: monmap e3: 3 mons at {a=[v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0],b=[v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0],c=[v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-05-13T14:03:47.017 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:46 smithi204 ceph-mon[42205]: fsmap 2024-05-13T14:03:47.017 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:46 smithi204 ceph-mon[42205]: osdmap e4: 0 total, 0 up, 0 in 2024-05-13T14:03:47.017 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:46 smithi204 ceph-mon[42205]: mgrmap e13: a(active, since 57s) 2024-05-13T14:03:47.017 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:46 smithi204 ceph-mon[42205]: overall HEALTH_OK 2024-05-13T14:03:47.017 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:46 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:47.018 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:46 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:47.018 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:46 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:47.018 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:46 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:47.018 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:46 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:47.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:46 smithi086 ceph-mon[42135]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:47.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:46 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T14:03:47.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:46 smithi086 ceph-mon[42135]: mon.a calling monitor election 2024-05-13T14:03:47.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:46 smithi086 ceph-mon[42135]: mon.c calling monitor election 2024-05-13T14:03:47.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:46 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:03:47.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:46 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:03:47.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:46 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:03:47.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:46 smithi086 ceph-mon[42135]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:47.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:46 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:03:47.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:46 smithi086 ceph-mon[42135]: mon.b calling monitor election 2024-05-13T14:03:47.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:46 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:03:47.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:46 smithi086 ceph-mon[42135]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:47.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:46 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:03:47.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:46 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:03:47.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:46 smithi086 ceph-mon[42135]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-13T14:03:47.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:46 smithi086 ceph-mon[42135]: monmap e3: 3 mons at {a=[v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0],b=[v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0],c=[v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-05-13T14:03:47.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:46 smithi086 ceph-mon[42135]: fsmap 2024-05-13T14:03:47.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:46 smithi086 ceph-mon[42135]: osdmap e4: 0 total, 0 up, 0 in 2024-05-13T14:03:47.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:46 smithi086 ceph-mon[42135]: mgrmap e13: a(active, since 57s) 2024-05-13T14:03:47.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:46 smithi086 ceph-mon[42135]: overall HEALTH_OK 2024-05-13T14:03:47.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:46 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:47.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:46 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:47.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:46 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:47.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:46 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:47.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:46 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:47.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:46 smithi053 ceph-mon[40100]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:47.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:46 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T14:03:47.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:46 smithi053 ceph-mon[40100]: mon.a calling monitor election 2024-05-13T14:03:47.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:46 smithi053 ceph-mon[40100]: mon.c calling monitor election 2024-05-13T14:03:47.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:46 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:03:47.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:46 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:03:47.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:46 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:03:47.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:46 smithi053 ceph-mon[40100]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:47.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:46 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:03:47.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:46 smithi053 ceph-mon[40100]: mon.b calling monitor election 2024-05-13T14:03:47.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:46 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:03:47.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:46 smithi053 ceph-mon[40100]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:47.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:46 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:03:47.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:46 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:03:47.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:46 smithi053 ceph-mon[40100]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-13T14:03:47.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:46 smithi053 ceph-mon[40100]: monmap e3: 3 mons at {a=[v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0],b=[v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0],c=[v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-05-13T14:03:47.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:46 smithi053 ceph-mon[40100]: fsmap 2024-05-13T14:03:47.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:46 smithi053 ceph-mon[40100]: osdmap e4: 0 total, 0 up, 0 in 2024-05-13T14:03:47.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:46 smithi053 ceph-mon[40100]: mgrmap e13: a(active, since 57s) 2024-05-13T14:03:47.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:46 smithi053 ceph-mon[40100]: overall HEALTH_OK 2024-05-13T14:03:47.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:46 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:47.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:46 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:47.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:46 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:47.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:46 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:47.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:46 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:47 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:47 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:47 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:47 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:47 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:47 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:48.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:47 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:48.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:47 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:48.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:47 smithi086 ceph-mon[42135]: Updating smithi053:/etc/ceph/ceph.conf 2024-05-13T14:03:48.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:47 smithi086 ceph-mon[42135]: Updating smithi086:/etc/ceph/ceph.conf 2024-05-13T14:03:48.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:47 smithi086 ceph-mon[42135]: Updating smithi204:/etc/ceph/ceph.conf 2024-05-13T14:03:48.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:47 smithi086 ceph-mon[42135]: from='client.? 172.21.15.204:0/3090918713' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-13T14:03:48.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:47 smithi086 ceph-mon[42135]: Updating smithi053:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T14:03:48.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:47 smithi086 ceph-mon[42135]: Updating smithi086:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T14:03:48.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:47 smithi086 ceph-mon[42135]: Updating smithi204:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T14:03:48.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:47 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:47 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:47 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:47 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:47 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:47 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:47 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:47 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:03:48.043 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:47 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T14:03:48.043 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:47 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T14:03:48.043 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:47 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:48.138 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:47 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.138 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:47 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.138 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:47 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.138 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:47 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.139 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:47 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.139 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:47 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:48.139 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:47 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:48.139 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:47 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:48.139 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:47 smithi204 ceph-mon[42205]: Updating smithi053:/etc/ceph/ceph.conf 2024-05-13T14:03:48.139 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:47 smithi204 ceph-mon[42205]: Updating smithi086:/etc/ceph/ceph.conf 2024-05-13T14:03:48.139 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:47 smithi204 ceph-mon[42205]: Updating smithi204:/etc/ceph/ceph.conf 2024-05-13T14:03:48.139 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:47 smithi204 ceph-mon[42205]: from='client.? 172.21.15.204:0/3090918713' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-13T14:03:48.139 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:47 smithi204 ceph-mon[42205]: Updating smithi053:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T14:03:48.139 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:47 smithi204 ceph-mon[42205]: Updating smithi086:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T14:03:48.139 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:47 smithi204 ceph-mon[42205]: Updating smithi204:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T14:03:48.139 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:47 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.139 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:47 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.140 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:47 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.140 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:47 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.140 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:47 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.140 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:47 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.140 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:47 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.140 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:47 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:03:48.140 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:47 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T14:03:48.140 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:47 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T14:03:48.140 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:47 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:48.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:47 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:47 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:47 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:47 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:47 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:47 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:48.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:47 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:48.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:47 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:48.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:47 smithi053 ceph-mon[40100]: Updating smithi053:/etc/ceph/ceph.conf 2024-05-13T14:03:48.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:47 smithi053 ceph-mon[40100]: Updating smithi086:/etc/ceph/ceph.conf 2024-05-13T14:03:48.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:47 smithi053 ceph-mon[40100]: Updating smithi204:/etc/ceph/ceph.conf 2024-05-13T14:03:48.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:47 smithi053 ceph-mon[40100]: from='client.? 172.21.15.204:0/3090918713' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-13T14:03:48.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:47 smithi053 ceph-mon[40100]: Updating smithi053:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T14:03:48.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:47 smithi053 ceph-mon[40100]: Updating smithi086:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T14:03:48.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:47 smithi053 ceph-mon[40100]: Updating smithi204:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T14:03:48.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:47 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:47 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.160 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:47 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:47 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:47 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:47 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:47 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:48.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:47 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:03:48.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:47 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T14:03:48.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:47 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T14:03:48.161 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:47 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:49.187 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-05-13T14:03:49.187 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph config generate-minimal-conf 2024-05-13T14:03:49.290 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:49 smithi086 ceph-mon[42135]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:49.290 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:49 smithi086 ceph-mon[42135]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-13T14:03:49.291 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:49 smithi086 ceph-mon[42135]: Reconfiguring mon.a (unknown last config time)... 2024-05-13T14:03:49.291 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:49 smithi086 ceph-mon[42135]: Reconfiguring daemon mon.a on smithi053 2024-05-13T14:03:49.291 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:49 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:49.291 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:49 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:49.291 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:49 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:49.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:49 smithi204 ceph-mon[42205]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:49.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:49 smithi204 ceph-mon[42205]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-13T14:03:49.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:49 smithi204 ceph-mon[42205]: Reconfiguring mon.a (unknown last config time)... 2024-05-13T14:03:49.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:49 smithi204 ceph-mon[42205]: Reconfiguring daemon mon.a on smithi053 2024-05-13T14:03:49.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:49 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:49.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:49 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:49.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:49 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:49.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:49 smithi053 ceph-mon[40100]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:49.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:49 smithi053 ceph-mon[40100]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-13T14:03:49.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:49 smithi053 ceph-mon[40100]: Reconfiguring mon.a (unknown last config time)... 2024-05-13T14:03:49.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:49 smithi053 ceph-mon[40100]: Reconfiguring daemon mon.a on smithi053 2024-05-13T14:03:49.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:49 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:49.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:49 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:49.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:49 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:49.417 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:03:50.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:50 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:50.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:50 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:50.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:50 smithi204 ceph-mon[42205]: Reconfiguring mon.b (monmap changed)... 2024-05-13T14:03:50.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:50 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T14:03:50.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:50 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T14:03:50.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:50 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:50.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:50 smithi204 ceph-mon[42205]: Reconfiguring daemon mon.b on smithi086 2024-05-13T14:03:50.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:50 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:50.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:50 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:50.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:50 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:50.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:50 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:50.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:50 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:50.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:50 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:50.389 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:50 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:50.391 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:50 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:50.391 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:50 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:50.391 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:50 smithi086 ceph-mon[42135]: Reconfiguring mon.b (monmap changed)... 2024-05-13T14:03:50.391 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:50 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T14:03:50.391 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:50 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T14:03:50.391 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:50 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:50.391 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:50 smithi086 ceph-mon[42135]: Reconfiguring daemon mon.b on smithi086 2024-05-13T14:03:50.391 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:50 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:50.391 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:50 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:50.392 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:50 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:50.392 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:50 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:50.392 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:50 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:50.392 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:50 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:50.392 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:50 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:50.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:50 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:50.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:50 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:50.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:50 smithi053 ceph-mon[40100]: Reconfiguring mon.b (monmap changed)... 2024-05-13T14:03:50.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:50 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T14:03:50.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:50 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T14:03:50.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:50 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:50.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:50 smithi053 ceph-mon[40100]: Reconfiguring daemon mon.b on smithi086 2024-05-13T14:03:50.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:50 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:50.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:50 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:50.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:50 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:50.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:50 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:50.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:50 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:50.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:50 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:50.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:50 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:51.202 INFO:teuthology.orchestra.run.smithi053.stdout:# minimal ceph.conf for 2f34b982-1131-11ef-bc98-c7b262605968 2024-05-13T14:03:51.202 INFO:teuthology.orchestra.run.smithi053.stdout:[global] 2024-05-13T14:03:51.202 INFO:teuthology.orchestra.run.smithi053.stdout: fsid = 2f34b982-1131-11ef-bc98-c7b262605968 2024-05-13T14:03:51.202 INFO:teuthology.orchestra.run.smithi053.stdout: mon_host = [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] 2024-05-13T14:03:51.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:51 smithi053 ceph-mon[40100]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:51.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:51 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:51.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:51 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:51.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:51 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:51.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:51 smithi086 ceph-mon[42135]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:51.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:51 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:51.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:51 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:51.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:51 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:51.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:51 smithi204 ceph-mon[42205]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:51.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:51 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:51.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:51 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:51.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:51 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:52.041 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-05-13T14:03:52.041 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-13T14:03:52.041 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/ceph/ceph.conf 2024-05-13T14:03:52.074 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-13T14:03:52.074 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-13T14:03:52.144 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-05-13T14:03:52.144 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/ceph/ceph.conf 2024-05-13T14:03:52.181 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-05-13T14:03:52.182 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-13T14:03:52.252 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-05-13T14:03:52.253 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.conf 2024-05-13T14:03:52.284 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-05-13T14:03:52.285 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-13T14:03:52.351 INFO:tasks.cephadm:Adding mgr.a on smithi053 2024-05-13T14:03:52.351 INFO:tasks.cephadm:Adding mgr.b on smithi086 2024-05-13T14:03:52.352 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph orch apply mgr '2;smithi053=a;smithi086=b' 2024-05-13T14:03:52.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:52 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/1760805653' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:52.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:52 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:52.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:52 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:52.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:52 smithi053 ceph-mon[40100]: Reconfiguring mon.c (monmap changed)... 2024-05-13T14:03:52.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:52 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T14:03:52.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:52 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T14:03:52.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:52 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:52.415 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:52 smithi204 ceph-mon[42205]: from='client.? 172.21.15.53:0/1760805653' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:52.415 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:52 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:52.415 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:52 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:52.415 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:52 smithi204 ceph-mon[42205]: Reconfiguring mon.c (monmap changed)... 2024-05-13T14:03:52.415 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:52 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T14:03:52.415 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:52 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T14:03:52.416 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:52 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:52.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:52 smithi086 ceph-mon[42135]: from='client.? 172.21.15.53:0/1760805653' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:52.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:52 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:52.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:52 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:52.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:52 smithi086 ceph-mon[42135]: Reconfiguring mon.c (monmap changed)... 2024-05-13T14:03:52.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:52 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T14:03:52.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:52 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T14:03:52.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:52 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:52.640 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.c/config 2024-05-13T14:03:53.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:53 smithi086 ceph-mon[42135]: Reconfiguring daemon mon.c on smithi204 2024-05-13T14:03:53.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:53 smithi086 ceph-mon[42135]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:53.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:53 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:53.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:53 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:53.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:53 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:53.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:53 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:53.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:53 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:53.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:53 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:53.589 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:53 smithi204 ceph-mon[42205]: Reconfiguring daemon mon.c on smithi204 2024-05-13T14:03:53.589 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:53 smithi204 ceph-mon[42205]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:53.589 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:53 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:53.589 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:53 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:53.589 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:53 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:53.589 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:53 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:53.589 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:53 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:53.589 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:53 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:53.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:53 smithi053 ceph-mon[40100]: Reconfiguring daemon mon.c on smithi204 2024-05-13T14:03:53.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:53 smithi053 ceph-mon[40100]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:53.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:53 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:53.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:53 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:53.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:53 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:53.660 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:53 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:53.660 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:53 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:53.660 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:53 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:54.314 INFO:teuthology.orchestra.run.smithi204.stdout:Scheduled mgr update... 2024-05-13T14:03:54.821 DEBUG:teuthology.orchestra.run.smithi086:mgr.b> sudo journalctl -f -n 0 -u ceph-2f34b982-1131-11ef-bc98-c7b262605968@mgr.b.service 2024-05-13T14:03:54.824 INFO:tasks.cephadm:Deploying OSDs... 2024-05-13T14:03:54.824 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-13T14:03:54.824 DEBUG:teuthology.orchestra.run.smithi053:> dd if=/scratch_devs of=/dev/stdout 2024-05-13T14:03:54.847 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-13T14:03:54.848 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_1 2024-05-13T14:03:54.851 INFO:journalctl@ceph.mgr.b.smithi086.stdout:-- Logs begin at Mon 2024-05-13 13:25:18 UTC. -- 2024-05-13T14:03:54.911 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-13T14:03:54.911 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-13T14:03:54.911 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 6h/6d Inode: 169714 Links: 1 2024-05-13T14:03:54.911 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-13T14:03:54.911 INFO:teuthology.orchestra.run.smithi053.stdout:Context: system_u:object_r:device_t:s0 2024-05-13T14:03:54.911 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2024-05-13 14:03:40.705938429 +0000 2024-05-13T14:03:54.911 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2024-05-13 13:43:42.429235002 +0000 2024-05-13T14:03:54.911 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2024-05-13 13:43:42.429235002 +0000 2024-05-13T14:03:54.911 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: - 2024-05-13T14:03:54.911 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-13T14:03:54.983 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2024-05-13T14:03:54.984 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2024-05-13T14:03:54.984 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 0.000125758 s, 4.1 MB/s 2024-05-13T14:03:54.985 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-13T14:03:55.049 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_2 2024-05-13T14:03:55.110 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-13T14:03:55.110 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-13T14:03:55.110 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 6h/6d Inode: 171384 Links: 1 2024-05-13T14:03:55.110 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-13T14:03:55.110 INFO:teuthology.orchestra.run.smithi053.stdout:Context: system_u:object_r:device_t:s0 2024-05-13T14:03:55.111 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2024-05-13 14:03:40.705938429 +0000 2024-05-13T14:03:55.111 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2024-05-13 13:43:42.789227464 +0000 2024-05-13T14:03:55.111 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2024-05-13 13:43:42.789227464 +0000 2024-05-13T14:03:55.111 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: - 2024-05-13T14:03:55.111 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-13T14:03:55.180 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2024-05-13T14:03:55.180 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2024-05-13T14:03:55.180 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 0.000116712 s, 4.4 MB/s 2024-05-13T14:03:55.181 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-13T14:03:55.243 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_3 2024-05-13T14:03:55.304 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-13T14:03:55.304 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-13T14:03:55.305 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 6h/6d Inode: 172261 Links: 1 2024-05-13T14:03:55.305 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-13T14:03:55.305 INFO:teuthology.orchestra.run.smithi053.stdout:Context: system_u:object_r:device_t:s0 2024-05-13T14:03:55.305 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2024-05-13 14:03:40.705938429 +0000 2024-05-13T14:03:55.305 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2024-05-13 13:43:43.130220324 +0000 2024-05-13T14:03:55.305 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2024-05-13 13:43:43.130220324 +0000 2024-05-13T14:03:55.305 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: - 2024-05-13T14:03:55.305 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-13T14:03:55.375 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2024-05-13T14:03:55.375 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2024-05-13T14:03:55.375 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 0.000109767 s, 4.7 MB/s 2024-05-13T14:03:55.376 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-13T14:03:55.438 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_4 2024-05-13T14:03:55.498 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-13T14:03:55.499 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-13T14:03:55.499 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 6h/6d Inode: 171532 Links: 1 2024-05-13T14:03:55.499 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-13T14:03:55.499 INFO:teuthology.orchestra.run.smithi053.stdout:Context: system_u:object_r:device_t:s0 2024-05-13T14:03:55.499 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2024-05-13 14:03:40.705938429 +0000 2024-05-13T14:03:55.499 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2024-05-13 13:43:43.466213289 +0000 2024-05-13T14:03:55.499 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2024-05-13 13:43:43.466213289 +0000 2024-05-13T14:03:55.499 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: - 2024-05-13T14:03:55.499 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-13T14:03:55.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:55 smithi086 ceph-mon[42135]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:55.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:55 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:55.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:55 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:55.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:55 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:55.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:55 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:55.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:55 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:55.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:55 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-13T14:03:55.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:55 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-13T14:03:55.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:55 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-13T14:03:55.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:55 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:55.566 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:55 smithi053 ceph-mon[40100]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:55.566 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:55 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:55.567 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:55 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:55.567 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:55 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:55.567 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:55 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:55.567 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:55 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:55.567 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:55 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-13T14:03:55.567 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:55 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-13T14:03:55.567 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:55 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-13T14:03:55.567 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:55 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:55.568 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2024-05-13T14:03:55.568 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2024-05-13T14:03:55.568 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 0.000106101 s, 4.8 MB/s 2024-05-13T14:03:55.569 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-13T14:03:55.631 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-05-13T14:03:55.631 DEBUG:teuthology.orchestra.run.smithi086:> dd if=/scratch_devs of=/dev/stdout 2024-05-13T14:03:55.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:55 smithi204 ceph-mon[42205]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:55.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:55 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:55.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:55 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:55.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:55 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:55.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:55 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:55.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:55 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:55.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:55 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-13T14:03:55.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:55 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-13T14:03:55.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:55 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-13T14:03:55.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:55 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:55.654 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-13T14:03:55.654 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_1 2024-05-13T14:03:55.715 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-13T14:03:55.715 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-13T14:03:55.715 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 6h/6d Inode: 172033 Links: 1 2024-05-13T14:03:55.715 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-13T14:03:55.715 INFO:teuthology.orchestra.run.smithi086.stdout:Context: system_u:object_r:device_t:s0 2024-05-13T14:03:55.715 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2024-05-13 14:03:49.110911741 +0000 2024-05-13T14:03:55.715 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2024-05-13 13:39:34.352612536 +0000 2024-05-13T14:03:55.715 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2024-05-13 13:39:34.352612536 +0000 2024-05-13T14:03:55.715 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2024-05-13T14:03:55.715 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-13T14:03:55.848 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2024-05-13T14:03:55.848 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2024-05-13T14:03:55.848 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000255277 s, 2.0 MB/s 2024-05-13T14:03:55.849 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-13T14:03:55.867 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_2 2024-05-13T14:03:55.925 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-13T14:03:55.925 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-13T14:03:55.926 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 6h/6d Inode: 166767 Links: 1 2024-05-13T14:03:55.926 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-13T14:03:55.926 INFO:teuthology.orchestra.run.smithi086.stdout:Context: system_u:object_r:device_t:s0 2024-05-13T14:03:55.926 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2024-05-13 14:03:55.806770628 +0000 2024-05-13T14:03:55.926 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2024-05-13 13:39:34.681605609 +0000 2024-05-13T14:03:55.926 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2024-05-13 13:39:34.681605609 +0000 2024-05-13T14:03:55.926 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2024-05-13T14:03:55.926 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-13T14:03:55.993 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2024-05-13T14:03:55.994 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2024-05-13T14:03:55.994 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000243666 s, 2.1 MB/s 2024-05-13T14:03:55.995 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-13T14:03:56.057 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_3 2024-05-13T14:03:56.115 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-13T14:03:56.115 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-13T14:03:56.116 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 6h/6d Inode: 167531 Links: 1 2024-05-13T14:03:56.116 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-13T14:03:56.116 INFO:teuthology.orchestra.run.smithi086.stdout:Context: system_u:object_r:device_t:s0 2024-05-13T14:03:56.116 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2024-05-13 14:03:55.941767783 +0000 2024-05-13T14:03:56.116 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2024-05-13 13:39:35.027598325 +0000 2024-05-13T14:03:56.116 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2024-05-13 13:39:35.027598325 +0000 2024-05-13T14:03:56.116 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2024-05-13T14:03:56.116 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-13T14:03:56.182 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:03:55 smithi086 systemd[1]: Starting Ceph mgr.b for 2f34b982-1131-11ef-bc98-c7b262605968... 2024-05-13T14:03:56.184 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2024-05-13T14:03:56.184 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2024-05-13T14:03:56.184 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000184644 s, 2.8 MB/s 2024-05-13T14:03:56.185 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-13T14:03:56.244 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_4 2024-05-13T14:03:56.302 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-13T14:03:56.302 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-13T14:03:56.303 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 6h/6d Inode: 171121 Links: 1 2024-05-13T14:03:56.303 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-13T14:03:56.303 INFO:teuthology.orchestra.run.smithi086.stdout:Context: system_u:object_r:device_t:s0 2024-05-13T14:03:56.303 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2024-05-13 14:03:55.941767783 +0000 2024-05-13T14:03:56.303 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2024-05-13 13:39:35.373591040 +0000 2024-05-13T14:03:56.303 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2024-05-13 13:39:35.373591040 +0000 2024-05-13T14:03:56.303 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2024-05-13T14:03:56.303 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-13T14:03:56.369 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2024-05-13T14:03:56.369 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2024-05-13T14:03:56.369 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.00022544 s, 2.3 MB/s 2024-05-13T14:03:56.370 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-13T14:03:56.429 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-05-13T14:03:56.429 DEBUG:teuthology.orchestra.run.smithi204:> dd if=/scratch_devs of=/dev/stdout 2024-05-13T14:03:56.453 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-13T14:03:56.453 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_1 2024-05-13T14:03:56.477 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:56 smithi086 ceph-mon[42135]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi053=a;smithi086=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:03:56.477 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:56 smithi086 ceph-mon[42135]: Saving service mgr spec with placement smithi053=a;smithi086=b;count:2 2024-05-13T14:03:56.477 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:56 smithi086 ceph-mon[42135]: Deploying daemon mgr.b on smithi086 2024-05-13T14:03:56.514 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-13T14:03:56.515 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-13T14:03:56.515 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 168465 Links: 1 2024-05-13T14:03:56.515 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-13T14:03:56.515 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:device_t:s0 2024-05-13T14:03:56.515 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-05-13 14:03:49.039722802 +0000 2024-05-13T14:03:56.515 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-05-13 13:39:34.564824807 +0000 2024-05-13T14:03:56.515 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-05-13 13:39:34.564824807 +0000 2024-05-13T14:03:56.515 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-05-13T14:03:56.515 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-13T14:03:56.585 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:56 smithi204 ceph-mon[42205]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi053=a;smithi086=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:03:56.585 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:56 smithi204 ceph-mon[42205]: Saving service mgr spec with placement smithi053=a;smithi086=b;count:2 2024-05-13T14:03:56.585 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:56 smithi204 ceph-mon[42205]: Deploying daemon mgr.b on smithi086 2024-05-13T14:03:56.588 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-05-13T14:03:56.588 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-05-13T14:03:56.588 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000190647 s, 2.7 MB/s 2024-05-13T14:03:56.589 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-13T14:03:56.651 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_2 2024-05-13T14:03:56.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:56 smithi053 ceph-mon[40100]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi053=a;smithi086=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:03:56.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:56 smithi053 ceph-mon[40100]: Saving service mgr spec with placement smithi053=a;smithi086=b;count:2 2024-05-13T14:03:56.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:56 smithi053 ceph-mon[40100]: Deploying daemon mgr.b on smithi086 2024-05-13T14:03:56.711 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-13T14:03:56.711 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-13T14:03:56.711 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 165876 Links: 1 2024-05-13T14:03:56.711 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-13T14:03:56.711 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:device_t:s0 2024-05-13T14:03:56.711 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-05-13 14:03:49.039722802 +0000 2024-05-13T14:03:56.711 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-05-13 13:39:34.937819967 +0000 2024-05-13T14:03:56.711 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-05-13 13:39:34.937819967 +0000 2024-05-13T14:03:56.711 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-05-13T14:03:56.712 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-13T14:03:56.779 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-05-13T14:03:56.779 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-05-13T14:03:56.779 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000213106 s, 2.4 MB/s 2024-05-13T14:03:56.780 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-13T14:03:56.783 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:03:56 smithi086 ceph-mgr[43879]: -- 172.21.15.86:0/892229970 <== mon.2 v2:172.21.15.86:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559f06dac1a0 con 0x559f06d82c00 2024-05-13T14:03:56.783 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:03:56 smithi086 bash[43719]: 41ec75e8f4e5bf2d1e015f7ec014aeab9c9f3c494469dbe7d0a1abb92b059321 2024-05-13T14:03:56.783 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:03:56 smithi086 systemd[1]: Started Ceph mgr.b for 2f34b982-1131-11ef-bc98-c7b262605968. 2024-05-13T14:03:56.784 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:03:56 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:03:56.609+0000 7fe13b3ad200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-13T14:03:56.784 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:03:56 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:03:56.781+0000 7fe13b3ad200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-13T14:03:56.839 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_3 2024-05-13T14:03:56.898 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-13T14:03:56.898 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-13T14:03:56.899 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 171065 Links: 1 2024-05-13T14:03:56.899 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-13T14:03:56.899 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:device_t:s0 2024-05-13T14:03:56.899 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-05-13 14:03:49.039722802 +0000 2024-05-13T14:03:56.899 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-05-13 13:39:35.291815374 +0000 2024-05-13T14:03:56.899 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-05-13 13:39:35.291815374 +0000 2024-05-13T14:03:56.899 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-05-13T14:03:56.899 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-13T14:03:56.965 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-05-13T14:03:56.965 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-05-13T14:03:56.966 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000211736 s, 2.4 MB/s 2024-05-13T14:03:56.967 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-13T14:03:57.024 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_4 2024-05-13T14:03:57.082 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-13T14:03:57.082 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-13T14:03:57.082 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 169435 Links: 1 2024-05-13T14:03:57.083 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-13T14:03:57.083 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:device_t:s0 2024-05-13T14:03:57.083 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-05-13 14:03:49.039722802 +0000 2024-05-13T14:03:57.083 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-05-13 13:39:35.634810924 +0000 2024-05-13T14:03:57.083 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-05-13 13:39:35.634810924 +0000 2024-05-13T14:03:57.083 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-05-13T14:03:57.083 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-13T14:03:57.148 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-05-13T14:03:57.148 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-05-13T14:03:57.148 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000222484 s, 2.3 MB/s 2024-05-13T14:03:57.149 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-13T14:03:57.208 INFO:tasks.cephadm:Deploying osd.0 on smithi053 with /dev/vg_nvme/lv_4... 2024-05-13T14:03:57.209 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-13T14:03:57.406 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:03:57 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:03:57.112+0000 7fe13b3ad200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-13T14:03:57.406 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:57 smithi086 ceph-mon[42135]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:57.406 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:57 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:57.406 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:57 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:57.407 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:57 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:57.407 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:57 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:57.407 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:57 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:57.407 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:57 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:57.407 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:57 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:57.407 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:57 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:57.407 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:57 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-13T14:03:57.407 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:57 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-13T14:03:57.407 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:57 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:57.548 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:57 smithi053 ceph-mon[40100]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:57.549 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:57 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:57.549 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:57 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:57.549 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:57 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:57.549 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:57 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:57.549 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:57 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:57.549 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:57 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:57.549 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:57 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:57.549 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:57 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:57.549 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:57 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-13T14:03:57.549 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:57 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-13T14:03:57.549 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:57 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:57.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:57 smithi204 ceph-mon[42205]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:57.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:57 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:57.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:57 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:57.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:57 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:57.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:57 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:57.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:57 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:57.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:57 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:57.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:57 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:57.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:57 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:57.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:57 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-13T14:03:57.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:57 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-13T14:03:57.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:57 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:57.790 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:03:57 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:03:57.643+0000 7fe13b3ad200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-13T14:03:58.287 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:03:57 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:03:57.885+0000 7fe13b3ad200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-13T14:03:58.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:58 smithi086 ceph-mon[42135]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-13T14:03:58.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:58 smithi086 ceph-mon[42135]: Reconfiguring mgr.a (unknown last config time)... 2024-05-13T14:03:58.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:58 smithi086 ceph-mon[42135]: Reconfiguring daemon mgr.a on smithi053 2024-05-13T14:03:58.541 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:03:58 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:03:58.318+0000 7fe13b3ad200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-13T14:03:58.606 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:58 smithi053 ceph-mon[40100]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-13T14:03:58.606 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:58 smithi053 ceph-mon[40100]: Reconfiguring mgr.a (unknown last config time)... 2024-05-13T14:03:58.606 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:58 smithi053 ceph-mon[40100]: Reconfiguring daemon mgr.a on smithi053 2024-05-13T14:03:58.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:58 smithi204 ceph-mon[42205]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-13T14:03:58.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:58 smithi204 ceph-mon[42205]: Reconfiguring mgr.a (unknown last config time)... 2024-05-13T14:03:58.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:58 smithi204 ceph-mon[42205]: Reconfiguring daemon mgr.a on smithi053 2024-05-13T14:03:58.913 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:03:59.532 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:03:59 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:03:59.125+0000 7fe13b3ad200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-13T14:03:59.532 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:03:59 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:03:59.231+0000 7fe13b3ad200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-13T14:03:59.532 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:59 smithi086 ceph-mon[42135]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:59.533 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:59 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:59.533 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:59 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:59.533 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:59 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:59.533 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:59 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:59.533 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:59 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:59.533 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:59 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:59.533 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:03:59 smithi086 ceph-mon[42135]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-13T14:03:59.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:59 smithi204 ceph-mon[42205]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:59.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:59 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:59.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:59 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:59.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:59 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:59.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:59 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:59.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:59 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:59.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:59 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:59.638 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:03:59 smithi204 ceph-mon[42205]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-13T14:03:59.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:59 smithi053 ceph-mon[40100]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:03:59.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:59 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:59.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:59 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:59.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:59 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:03:59.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:59 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:03:59.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:59 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:03:59.660 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:59 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:03:59.660 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:03:59 smithi053 ceph-mon[40100]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-13T14:04:00.124 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:03:59 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:03:59.852+0000 7fe13b3ad200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-13T14:04:00.124 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:03:59 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:03:59.938+0000 7fe13b3ad200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-13T14:04:00.125 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:04:00 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:04:00.028+0000 7fe13b3ad200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-13T14:04:00.432 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:04:00 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:04:00.131+0000 7fe13b3ad200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-13T14:04:00.432 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:04:00 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:04:00.366+0000 7fe13b3ad200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-13T14:04:00.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:00 smithi053 ceph-mon[40100]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:00.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:00 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:00.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:00 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:00.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:00 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:00.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:00 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:00.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:00 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:00.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:00 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:00.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:00 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:00.660 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:00 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:04:00.660 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:00 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:00.660 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:00 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:04:00.660 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:00 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:00.694 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:04:00 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:04:00.462+0000 7fe13b3ad200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-13T14:04:00.694 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:00 smithi086 ceph-mon[42135]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:00.694 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:00 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:00.694 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:00 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:00.694 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:00 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:00.694 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:00 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:00.694 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:00 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:00.694 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:00 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:00.694 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:00 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:00.694 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:00 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:04:00.695 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:00 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:00.695 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:00 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:04:00.695 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:00 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:00.890 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:00 smithi204 ceph-mon[42205]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:00.890 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:00 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:00.890 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:00 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:00.890 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:00 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:00.890 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:00 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:00.890 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:00 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:00.890 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:00 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:00.890 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:00 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:00.890 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:00 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:04:00.890 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:00 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:00.891 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:00 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:04:00.891 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:00 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:00.974 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:04:00 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:04:00.700+0000 7fe13b3ad200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-13T14:04:00.974 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:04:00 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:04:00.796+0000 7fe13b3ad200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-13T14:04:00.974 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:04:00 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:04:00.980+0000 7fe13b3ad200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-13T14:04:01.290 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:04:01 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:04:01.065+0000 7fe13b3ad200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-13T14:04:01.654 INFO:teuthology.orchestra.run.smithi053.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-13T14:04:01.654 INFO:teuthology.orchestra.run.smithi053.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-13T14:04:01.654 INFO:teuthology.orchestra.run.smithi053.stderr: stderr: 10+0 records in 2024-05-13T14:04:01.654 INFO:teuthology.orchestra.run.smithi053.stderr:10+0 records out 2024-05-13T14:04:01.654 INFO:teuthology.orchestra.run.smithi053.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00810937 s, 1.3 GB/s 2024-05-13T14:04:01.654 INFO:teuthology.orchestra.run.smithi053.stderr:--> Zapping successful for: 2024-05-13T14:04:02.007 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:04:01 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:04:01.805+0000 7fe13b3ad200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-13T14:04:02.007 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:01 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:02.007 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:01 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:02.007 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:01 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:02.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:01 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:02.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:01 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:02.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:01 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:02.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:01 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:02.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:01 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:02.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:01 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:02.290 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:04:02 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:04:02.014+0000 7fe13b3ad200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-13T14:04:02.290 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:04:02 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:04:02.207+0000 7fe13b3ad200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-13T14:04:02.584 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph orch daemon add osd smithi053:vg_nvme/lv_4 2024-05-13T14:04:02.816 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:04:03.014 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:02 smithi053 ceph-mon[40100]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:03.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:02 smithi086 ceph-mon[42135]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:03.040 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:04:02 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:04:02.860+0000 7fe13b3ad200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-13T14:04:03.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:02 smithi204 ceph-mon[42205]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:03.352 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:04:03 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:04:03.060+0000 7fe13b3ad200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-13T14:04:03.352 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:04:03 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:04:03.243+0000 7fe13b3ad200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-13T14:04:03.352 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:04:03 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:04:03.359+0000 7fe13b3ad200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-13T14:04:03.891 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:03 smithi053 ceph-mon[40100]: Standby manager daemon b started 2024-05-13T14:04:03.891 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:03 smithi053 ceph-mon[40100]: from='mgr.? 172.21.15.86:0/902550662' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-13T14:04:03.892 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:03 smithi053 ceph-mon[40100]: from='mgr.? 172.21.15.86:0/902550662' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-13T14:04:03.892 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:03 smithi053 ceph-mon[40100]: from='mgr.? 172.21.15.86:0/902550662' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-13T14:04:03.892 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:03 smithi053 ceph-mon[40100]: from='mgr.? 172.21.15.86:0/902550662' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-13T14:04:04.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:03 smithi086 ceph-mon[42135]: Standby manager daemon b started 2024-05-13T14:04:04.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:03 smithi086 ceph-mon[42135]: from='mgr.? 172.21.15.86:0/902550662' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-13T14:04:04.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:03 smithi086 ceph-mon[42135]: from='mgr.? 172.21.15.86:0/902550662' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-13T14:04:04.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:03 smithi086 ceph-mon[42135]: from='mgr.? 172.21.15.86:0/902550662' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-13T14:04:04.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:03 smithi086 ceph-mon[42135]: from='mgr.? 172.21.15.86:0/902550662' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-13T14:04:04.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:03 smithi204 ceph-mon[42205]: Standby manager daemon b started 2024-05-13T14:04:04.138 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:03 smithi204 ceph-mon[42205]: from='mgr.? 172.21.15.86:0/902550662' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-13T14:04:04.138 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:03 smithi204 ceph-mon[42205]: from='mgr.? 172.21.15.86:0/902550662' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-13T14:04:04.138 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:03 smithi204 ceph-mon[42205]: from='mgr.? 172.21.15.86:0/902550662' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-13T14:04:04.138 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:03 smithi204 ceph-mon[42205]: from='mgr.? 172.21.15.86:0/902550662' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-13T14:04:05.039 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:04 smithi053 ceph-mon[40100]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:05.039 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:04 smithi053 ceph-mon[40100]: mgrmap e14: a(active, since 74s), standbys: b 2024-05-13T14:04:05.039 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:04 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-13T14:04:05.039 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:04 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-13T14:04:05.039 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:04 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-13T14:04:05.040 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:04 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:05.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:04 smithi086 ceph-mon[42135]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:05.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:04 smithi086 ceph-mon[42135]: mgrmap e14: a(active, since 74s), standbys: b 2024-05-13T14:04:05.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:04 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-13T14:04:05.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:04 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-13T14:04:05.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:04 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-13T14:04:05.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:04 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:05.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:04 smithi204 ceph-mon[42205]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:05.138 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:04 smithi204 ceph-mon[42205]: mgrmap e14: a(active, since 74s), standbys: b 2024-05-13T14:04:05.138 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:04 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-13T14:04:05.138 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:04 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-13T14:04:05.138 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:04 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-13T14:04:05.138 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:04 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:05.909 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:05 smithi053 ceph-mon[40100]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:04:06.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:05 smithi086 ceph-mon[42135]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:04:06.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:05 smithi204 ceph-mon[42205]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:04:07.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:06 smithi086 ceph-mon[42135]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:07.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:06 smithi204 ceph-mon[42205]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:07.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:06 smithi053 ceph-mon[40100]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:07.964 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:07 smithi204 ceph-mon[42205]: from='client.? 172.21.15.53:0/2878303073' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44a88f85-4259-4543-9596-7f703cb83f90"}]: dispatch 2024-05-13T14:04:07.965 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:07 smithi204 ceph-mon[42205]: from='client.? 172.21.15.53:0/2878303073' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "44a88f85-4259-4543-9596-7f703cb83f90"}]': finished 2024-05-13T14:04:07.965 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:07 smithi204 ceph-mon[42205]: osdmap e5: 1 total, 0 up, 1 in 2024-05-13T14:04:07.965 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:07 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T14:04:08.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:07 smithi086 ceph-mon[42135]: from='client.? 172.21.15.53:0/2878303073' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44a88f85-4259-4543-9596-7f703cb83f90"}]: dispatch 2024-05-13T14:04:08.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:07 smithi086 ceph-mon[42135]: from='client.? 172.21.15.53:0/2878303073' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "44a88f85-4259-4543-9596-7f703cb83f90"}]': finished 2024-05-13T14:04:08.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:07 smithi086 ceph-mon[42135]: osdmap e5: 1 total, 0 up, 1 in 2024-05-13T14:04:08.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:07 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T14:04:08.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:07 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/2878303073' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44a88f85-4259-4543-9596-7f703cb83f90"}]: dispatch 2024-05-13T14:04:08.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:07 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/2878303073' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "44a88f85-4259-4543-9596-7f703cb83f90"}]': finished 2024-05-13T14:04:08.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:07 smithi053 ceph-mon[40100]: osdmap e5: 1 total, 0 up, 1 in 2024-05-13T14:04:08.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:07 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T14:04:09.003 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:08 smithi204 ceph-mon[42205]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:09.003 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:08 smithi204 ceph-mon[42205]: from='client.? 172.21.15.53:0/1128274209' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-13T14:04:09.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:08 smithi086 ceph-mon[42135]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:09.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:08 smithi086 ceph-mon[42135]: from='client.? 172.21.15.53:0/1128274209' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-13T14:04:09.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:08 smithi053 ceph-mon[40100]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:09.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:08 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/1128274209' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-13T14:04:11.290 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:11 smithi086 ceph-mon[42135]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:11.290 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:11 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:11.290 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:11 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:11.290 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:11 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:11.318 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:11 smithi053 ceph-mon[40100]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:11.319 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:11 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:11.319 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:11 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:11.319 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:11 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:11.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:11 smithi204 ceph-mon[42205]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:11.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:11 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:11.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:11 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:11.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:11 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:13.290 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:13 smithi086 ceph-mon[42135]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:13.374 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:13 smithi053 ceph-mon[40100]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:13.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:13 smithi204 ceph-mon[42205]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:14.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:14 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-13T14:04:14.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:14 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:14.290 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:14 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-13T14:04:14.290 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:14 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:14.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:14 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-13T14:04:14.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:14 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:15.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:15 smithi204 ceph-mon[42205]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:15.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:15 smithi204 ceph-mon[42205]: Deploying daemon osd.0 on smithi053 2024-05-13T14:04:15.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:15 smithi053 ceph-mon[40100]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:15.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:15 smithi053 ceph-mon[40100]: Deploying daemon osd.0 on smithi053 2024-05-13T14:04:15.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:15 smithi086 ceph-mon[42135]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:15.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:15 smithi086 ceph-mon[42135]: Deploying daemon osd.0 on smithi053 2024-05-13T14:04:17.356 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:17 smithi053 ceph-mon[40100]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:17.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:17 smithi204 ceph-mon[42205]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:17.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:17 smithi086 ceph-mon[42135]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:19.290 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:19 smithi086 ceph-mon[42135]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:19.340 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:19 smithi053 ceph-mon[40100]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:19.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:19 smithi204 ceph-mon[42205]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:20.290 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:20 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:20.290 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:20 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:20.291 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:20 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:04:20.291 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:20 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:20.291 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:20 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:04:20.291 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:20 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:20.291 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:20 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:20.291 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:20 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:20.291 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:20 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:20.291 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:20 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:20.291 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:20 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:20.291 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:20 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:20.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:20 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:20.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:20 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:20.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:20 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:04:20.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:20 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:20.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:20 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:04:20.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:20 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:20.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:20 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:20.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:20 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:20.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:20 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:20.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:20 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:20.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:20 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:20.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:20 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:20.401 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:20.401 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:20.401 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:04:20.401 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:20.401 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:04:20.401 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:20.402 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:20.402 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:20.402 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:20.402 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:20.402 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:20.402 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:21.290 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:21 smithi086 ceph-mon[42135]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:21.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:21 smithi204 ceph-mon[42205]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:21.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:21 smithi053 ceph-mon[40100]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:23.381 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:23 smithi053 ceph-mon[40100]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:23.381 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:23 smithi053 ceph-mon[40100]: from='osd.0 [v2:172.21.15.53:6802/1602352222,v1:172.21.15.53:6803/1602352222]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-13T14:04:23.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:23 smithi204 ceph-mon[42205]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:23.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:23 smithi204 ceph-mon[42205]: from='osd.0 [v2:172.21.15.53:6802/1602352222,v1:172.21.15.53:6803/1602352222]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-13T14:04:23.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:23 smithi086 ceph-mon[42135]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:23.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:23 smithi086 ceph-mon[42135]: from='osd.0 [v2:172.21.15.53:6802/1602352222,v1:172.21.15.53:6803/1602352222]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-13T14:04:24.076 INFO:teuthology.orchestra.run.smithi053.stdout:Created osd(s) 0 on host 'smithi053' 2024-05-13T14:04:24.370 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:24 smithi053 ceph-mon[40100]: from='osd.0 [v2:172.21.15.53:6802/1602352222,v1:172.21.15.53:6803/1602352222]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-13T14:04:24.370 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:24 smithi053 ceph-mon[40100]: osdmap e6: 1 total, 0 up, 1 in 2024-05-13T14:04:24.370 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:24 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T14:04:24.370 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:24 smithi053 ceph-mon[40100]: from='osd.0 [v2:172.21.15.53:6802/1602352222,v1:172.21.15.53:6803/1602352222]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-05-13T14:04:24.370 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:24 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:24.370 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:24 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:24.370 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:24 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:04:24.370 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:24 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-13T14:04:24.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:24 smithi204 ceph-mon[42205]: from='osd.0 [v2:172.21.15.53:6802/1602352222,v1:172.21.15.53:6803/1602352222]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-13T14:04:24.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:24 smithi204 ceph-mon[42205]: osdmap e6: 1 total, 0 up, 1 in 2024-05-13T14:04:24.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:24 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T14:04:24.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:24 smithi204 ceph-mon[42205]: from='osd.0 [v2:172.21.15.53:6802/1602352222,v1:172.21.15.53:6803/1602352222]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-05-13T14:04:24.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:24 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:24.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:24 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:24.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:24 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:04:24.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:24 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-13T14:04:24.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:24 smithi086 ceph-mon[42135]: from='osd.0 [v2:172.21.15.53:6802/1602352222,v1:172.21.15.53:6803/1602352222]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-13T14:04:24.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:24 smithi086 ceph-mon[42135]: osdmap e6: 1 total, 0 up, 1 in 2024-05-13T14:04:24.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:24 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T14:04:24.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:24 smithi086 ceph-mon[42135]: from='osd.0 [v2:172.21.15.53:6802/1602352222,v1:172.21.15.53:6803/1602352222]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-05-13T14:04:24.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:24 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:24.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:24 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:24.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:24 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:04:24.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:24 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-13T14:04:24.735 DEBUG:teuthology.orchestra.run.smithi053:osd.0> sudo journalctl -f -n 0 -u ceph-2f34b982-1131-11ef-bc98-c7b262605968@osd.0.service 2024-05-13T14:04:24.737 INFO:tasks.cephadm:Deploying osd.1 on smithi086 with /dev/vg_nvme/lv_4... 2024-05-13T14:04:24.738 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-13T14:04:24.768 INFO:journalctl@ceph.osd.0.smithi053.stdout:-- Logs begin at Mon 2024-05-13 13:25:08 UTC. -- 2024-05-13T14:04:24.968 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.b/config 2024-05-13T14:04:25.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:25 smithi204 ceph-mon[42205]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:25.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:25 smithi204 ceph-mon[42205]: Adjusting osd_memory_target on smithi053 to 16102M 2024-05-13T14:04:25.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:25 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:25.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:25 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:25.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:25 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:04:25.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:25 smithi204 ceph-mon[42205]: from='osd.0 [v2:172.21.15.53:6802/1602352222,v1:172.21.15.53:6803/1602352222]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2024-05-13T14:04:25.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:25 smithi204 ceph-mon[42205]: osdmap e7: 1 total, 0 up, 1 in 2024-05-13T14:04:25.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:25 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T14:04:25.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:25 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T14:04:25.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:25 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:25.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:25 smithi204 ceph-mon[42205]: from='osd.0 [v2:172.21.15.53:6802/1602352222,v1:172.21.15.53:6803/1602352222]' entity='osd.0' 2024-05-13T14:04:25.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:25 smithi053 ceph-mon[40100]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:25.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:25 smithi053 ceph-mon[40100]: Adjusting osd_memory_target on smithi053 to 16102M 2024-05-13T14:04:25.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:25 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:25.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:25 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:25.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:25 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:04:25.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:25 smithi053 ceph-mon[40100]: from='osd.0 [v2:172.21.15.53:6802/1602352222,v1:172.21.15.53:6803/1602352222]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2024-05-13T14:04:25.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:25 smithi053 ceph-mon[40100]: osdmap e7: 1 total, 0 up, 1 in 2024-05-13T14:04:25.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:25 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T14:04:25.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:25 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T14:04:25.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:25 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:25.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:25 smithi053 ceph-mon[40100]: from='osd.0 [v2:172.21.15.53:6802/1602352222,v1:172.21.15.53:6803/1602352222]' entity='osd.0' 2024-05-13T14:04:25.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:25 smithi086 ceph-mon[42135]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:25.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:25 smithi086 ceph-mon[42135]: Adjusting osd_memory_target on smithi053 to 16102M 2024-05-13T14:04:25.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:25 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:25.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:25 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:25.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:25 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:04:25.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:25 smithi086 ceph-mon[42135]: from='osd.0 [v2:172.21.15.53:6802/1602352222,v1:172.21.15.53:6803/1602352222]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2024-05-13T14:04:25.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:25 smithi086 ceph-mon[42135]: osdmap e7: 1 total, 0 up, 1 in 2024-05-13T14:04:25.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:25 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T14:04:25.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:25 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T14:04:25.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:25 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:25.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:25 smithi086 ceph-mon[42135]: from='osd.0 [v2:172.21.15.53:6802/1602352222,v1:172.21.15.53:6803/1602352222]' entity='osd.0' 2024-05-13T14:04:26.317 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:26 smithi086 ceph-mon[42135]: purged_snaps scrub starts 2024-05-13T14:04:26.317 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:26 smithi086 ceph-mon[42135]: purged_snaps scrub ok 2024-05-13T14:04:26.318 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:26 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T14:04:26.318 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:26 smithi086 ceph-mon[42135]: osd.0 [v2:172.21.15.53:6802/1602352222,v1:172.21.15.53:6803/1602352222] boot 2024-05-13T14:04:26.318 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:26 smithi086 ceph-mon[42135]: osdmap e8: 1 total, 1 up, 1 in 2024-05-13T14:04:26.318 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:26 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T14:04:26.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:26 smithi204 ceph-mon[42205]: purged_snaps scrub starts 2024-05-13T14:04:26.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:26 smithi204 ceph-mon[42205]: purged_snaps scrub ok 2024-05-13T14:04:26.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:26 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T14:04:26.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:26 smithi204 ceph-mon[42205]: osd.0 [v2:172.21.15.53:6802/1602352222,v1:172.21.15.53:6803/1602352222] boot 2024-05-13T14:04:26.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:26 smithi204 ceph-mon[42205]: osdmap e8: 1 total, 1 up, 1 in 2024-05-13T14:04:26.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:26 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T14:04:26.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:26 smithi053 ceph-mon[40100]: purged_snaps scrub starts 2024-05-13T14:04:26.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:26 smithi053 ceph-mon[40100]: purged_snaps scrub ok 2024-05-13T14:04:26.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:26 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T14:04:26.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:26 smithi053 ceph-mon[40100]: osd.0 [v2:172.21.15.53:6802/1602352222,v1:172.21.15.53:6803/1602352222] boot 2024-05-13T14:04:26.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:26 smithi053 ceph-mon[40100]: osdmap e8: 1 total, 1 up, 1 in 2024-05-13T14:04:26.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:26 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T14:04:26.871 INFO:teuthology.orchestra.run.smithi086.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-13T14:04:26.872 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-13T14:04:26.872 INFO:teuthology.orchestra.run.smithi086.stderr: stderr: 10+0 records in 2024-05-13T14:04:26.872 INFO:teuthology.orchestra.run.smithi086.stderr:10+0 records out 2024-05-13T14:04:26.872 INFO:teuthology.orchestra.run.smithi086.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0128869 s, 814 MB/s 2024-05-13T14:04:26.872 INFO:teuthology.orchestra.run.smithi086.stderr:--> Zapping successful for: 2024-05-13T14:04:27.211 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:27 smithi086 ceph-mon[42135]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:27.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:27 smithi204 ceph-mon[42205]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:27.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:27 smithi053 ceph-mon[40100]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T14:04:27.476 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph orch daemon add osd smithi086:vg_nvme/lv_4 2024-05-13T14:04:27.691 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.b/config 2024-05-13T14:04:28.290 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:28 smithi086 ceph-mon[42135]: osdmap e9: 1 total, 1 up, 1 in 2024-05-13T14:04:28.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:28 smithi204 ceph-mon[42205]: osdmap e9: 1 total, 1 up, 1 in 2024-05-13T14:04:28.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:28 smithi053 ceph-mon[40100]: osdmap e9: 1 total, 1 up, 1 in 2024-05-13T14:04:29.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:29 smithi204 ceph-mon[42205]: pgmap v48: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:29.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:29 smithi053 ceph-mon[40100]: pgmap v48: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:29.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:29 smithi086 ceph-mon[42135]: pgmap v48: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:30.290 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:30 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-13T14:04:30.290 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:30 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-13T14:04:30.290 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:30 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:30.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:30 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-13T14:04:30.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:30 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-13T14:04:30.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:30 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:30.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:30 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-13T14:04:30.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:30 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-13T14:04:30.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:30 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:31.290 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:31 smithi086 ceph-mon[42135]: pgmap v49: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:31.290 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:31 smithi086 ceph-mon[42135]: from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi086:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:04:31.290 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:31 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:31.290 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:31 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:31.290 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:31 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:31.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:31 smithi204 ceph-mon[42205]: pgmap v49: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:31.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:31 smithi204 ceph-mon[42205]: from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi086:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:04:31.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:31 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:31.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:31 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:31.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:31 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:31.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:31 smithi053 ceph-mon[40100]: pgmap v49: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:31.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:31 smithi053 ceph-mon[40100]: from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi086:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:04:31.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:31 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:31.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:31 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:31.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:31 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:32.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:32 smithi086 ceph-mon[42135]: from='client.? 172.21.15.86:0/2538431137' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c7e5c8e5-3f2f-46ab-9fa7-218a4c0769e5"}]: dispatch 2024-05-13T14:04:32.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:32 smithi086 ceph-mon[42135]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c7e5c8e5-3f2f-46ab-9fa7-218a4c0769e5"}]: dispatch 2024-05-13T14:04:32.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:32 smithi086 ceph-mon[42135]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c7e5c8e5-3f2f-46ab-9fa7-218a4c0769e5"}]': finished 2024-05-13T14:04:32.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:32 smithi086 ceph-mon[42135]: osdmap e10: 2 total, 1 up, 2 in 2024-05-13T14:04:32.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:32 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T14:04:32.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:32 smithi204 ceph-mon[42205]: from='client.? 172.21.15.86:0/2538431137' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c7e5c8e5-3f2f-46ab-9fa7-218a4c0769e5"}]: dispatch 2024-05-13T14:04:32.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:32 smithi204 ceph-mon[42205]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c7e5c8e5-3f2f-46ab-9fa7-218a4c0769e5"}]: dispatch 2024-05-13T14:04:32.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:32 smithi204 ceph-mon[42205]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c7e5c8e5-3f2f-46ab-9fa7-218a4c0769e5"}]': finished 2024-05-13T14:04:32.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:32 smithi204 ceph-mon[42205]: osdmap e10: 2 total, 1 up, 2 in 2024-05-13T14:04:32.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:32 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T14:04:32.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:32 smithi053 ceph-mon[40100]: from='client.? 172.21.15.86:0/2538431137' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c7e5c8e5-3f2f-46ab-9fa7-218a4c0769e5"}]: dispatch 2024-05-13T14:04:32.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:32 smithi053 ceph-mon[40100]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c7e5c8e5-3f2f-46ab-9fa7-218a4c0769e5"}]: dispatch 2024-05-13T14:04:32.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:32 smithi053 ceph-mon[40100]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c7e5c8e5-3f2f-46ab-9fa7-218a4c0769e5"}]': finished 2024-05-13T14:04:32.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:32 smithi053 ceph-mon[40100]: osdmap e10: 2 total, 1 up, 2 in 2024-05-13T14:04:32.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:32 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T14:04:33.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:33 smithi086 ceph-mon[42135]: pgmap v50: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:33.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:33 smithi086 ceph-mon[42135]: from='client.? 172.21.15.86:0/4195537343' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-13T14:04:33.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:33 smithi204 ceph-mon[42205]: pgmap v50: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:33.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:33 smithi204 ceph-mon[42205]: from='client.? 172.21.15.86:0/4195537343' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-13T14:04:33.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:33 smithi053 ceph-mon[40100]: pgmap v50: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:33.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:33 smithi053 ceph-mon[40100]: from='client.? 172.21.15.86:0/4195537343' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-13T14:04:35.382 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:35 smithi086 ceph-mon[42135]: pgmap v52: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:35.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:35 smithi204 ceph-mon[42205]: pgmap v52: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:35.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:35 smithi053 ceph-mon[40100]: pgmap v52: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:37.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:37 smithi086 ceph-mon[42135]: pgmap v53: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:37.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:37 smithi204 ceph-mon[42205]: pgmap v53: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:37.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:37 smithi053 ceph-mon[40100]: pgmap v53: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:39.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:39 smithi086 ceph-mon[42135]: pgmap v54: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:39.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:39 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-13T14:04:39.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:39 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:39.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:39 smithi204 ceph-mon[42205]: pgmap v54: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:39.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:39 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-13T14:04:39.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:39 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:39.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:39 smithi053 ceph-mon[40100]: pgmap v54: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:39.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:39 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-13T14:04:39.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:39 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:40.524 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:40 smithi086 ceph-mon[42135]: Deploying daemon osd.1 on smithi086 2024-05-13T14:04:40.524 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:40 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:40.524 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:40 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:40.525 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:40 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:40.525 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:40 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:40.525 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:40 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:40.525 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:40 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:40.587 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:40 smithi053 ceph-mon[40100]: Deploying daemon osd.1 on smithi086 2024-05-13T14:04:40.587 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:40 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:40.588 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:40 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:40.588 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:40 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:40.588 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:40 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:40.588 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:40 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:40.588 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:40 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:40.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:40 smithi204 ceph-mon[42205]: Deploying daemon osd.1 on smithi086 2024-05-13T14:04:40.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:40 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:40.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:40 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:40.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:40 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:40.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:40 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:40.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:40 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:40.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:40 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:41.500 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:41 smithi086 ceph-mon[42135]: pgmap v55: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:41.500 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:41 smithi086 ceph-mon[42135]: Detected new or changed devices on smithi053 2024-05-13T14:04:41.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:41 smithi204 ceph-mon[42205]: pgmap v55: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:41.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:41 smithi204 ceph-mon[42205]: Detected new or changed devices on smithi053 2024-05-13T14:04:41.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:41 smithi053 ceph-mon[40100]: pgmap v55: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:41.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:41 smithi053 ceph-mon[40100]: Detected new or changed devices on smithi053 2024-05-13T14:04:43.460 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:43 smithi086 ceph-mon[42135]: pgmap v56: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:43.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:43 smithi204 ceph-mon[42205]: pgmap v56: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:43.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:43 smithi053 ceph-mon[40100]: pgmap v56: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:45.375 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:45 smithi086 ceph-mon[42135]: pgmap v57: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:45.375 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:45 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:45.375 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:45 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:45.375 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:45 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:04:45.375 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:45 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:45.375 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:45 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:04:45.375 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:45 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:45.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:45 smithi204 ceph-mon[42205]: pgmap v57: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:45.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:45 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:45.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:45 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:45.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:45 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:04:45.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:45 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:45.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:45 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:04:45.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:45 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:45.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:45 smithi053 ceph-mon[40100]: pgmap v57: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:45.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:45 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:45.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:45 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:45.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:45 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:04:45.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:45 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:45.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:45 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:04:45.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:45 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:47.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:47 smithi086 ceph-mon[42135]: pgmap v58: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:47.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:47 smithi204 ceph-mon[42205]: pgmap v58: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:47.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:47 smithi053 ceph-mon[40100]: pgmap v58: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:47.920 INFO:teuthology.orchestra.run.smithi086.stdout:Created osd(s) 1 on host 'smithi086' 2024-05-13T14:04:48.482 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:48 smithi086 ceph-mon[42135]: from='osd.1 [v2:172.21.15.86:6800/1872531424,v1:172.21.15.86:6801/1872531424]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-13T14:04:48.482 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:48 smithi086 ceph-mon[42135]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-13T14:04:48.483 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:48 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:48.483 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:48 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:48.483 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:48 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:04:48.483 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:48 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-13T14:04:48.483 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:48 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:48.483 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:48 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:48.483 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:48 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:04:48.483 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:48 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:48.484 DEBUG:teuthology.orchestra.run.smithi086:osd.1> sudo journalctl -f -n 0 -u ceph-2f34b982-1131-11ef-bc98-c7b262605968@osd.1.service 2024-05-13T14:04:48.486 INFO:tasks.cephadm:Deploying osd.2 on smithi204 with /dev/vg_nvme/lv_4... 2024-05-13T14:04:48.486 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-13T14:04:48.516 INFO:journalctl@ceph.osd.1.smithi086.stdout:-- Logs begin at Mon 2024-05-13 13:25:18 UTC. -- 2024-05-13T14:04:48.519 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:48 smithi204 ceph-mon[42205]: from='osd.1 [v2:172.21.15.86:6800/1872531424,v1:172.21.15.86:6801/1872531424]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-13T14:04:48.519 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:48 smithi204 ceph-mon[42205]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-13T14:04:48.519 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:48 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:48.519 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:48 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:48.519 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:48 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:04:48.520 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:48 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-13T14:04:48.520 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:48 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:48.520 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:48 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:48.520 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:48 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:04:48.520 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:48 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:48.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:48 smithi053 ceph-mon[40100]: from='osd.1 [v2:172.21.15.86:6800/1872531424,v1:172.21.15.86:6801/1872531424]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-13T14:04:48.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:48 smithi053 ceph-mon[40100]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-13T14:04:48.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:48 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:48.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:48 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:48.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:48 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:04:48.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:48 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-13T14:04:48.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:48 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:48.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:48 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:48.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:48 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:04:48.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:48 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:49.228 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.c/config 2024-05-13T14:04:49.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:49 smithi086 ceph-mon[42135]: pgmap v59: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:49.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:49 smithi086 ceph-mon[42135]: Adjusting osd_memory_target on smithi086 to 16098M 2024-05-13T14:04:49.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:49 smithi086 ceph-mon[42135]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-13T14:04:49.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:49 smithi086 ceph-mon[42135]: osdmap e11: 2 total, 1 up, 2 in 2024-05-13T14:04:49.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:49 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T14:04:49.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:49 smithi086 ceph-mon[42135]: from='osd.1 [v2:172.21.15.86:6800/1872531424,v1:172.21.15.86:6801/1872531424]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-05-13T14:04:49.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:49 smithi086 ceph-mon[42135]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-05-13T14:04:49.540 INFO:journalctl@ceph.osd.1.smithi086.stdout:May 13 14:04:49 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-osd-1[47266]: 2024-05-13T14:04:49.228+0000 7f5121ca1700 -1 osd.1 0 waiting for initial osdmap 2024-05-13T14:04:49.540 INFO:journalctl@ceph.osd.1.smithi086.stdout:May 13 14:04:49 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-osd-1[47266]: 2024-05-13T14:04:49.231+0000 7f511da96700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-13T14:04:49.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:49 smithi204 ceph-mon[42205]: pgmap v59: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:49.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:49 smithi204 ceph-mon[42205]: Adjusting osd_memory_target on smithi086 to 16098M 2024-05-13T14:04:49.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:49 smithi204 ceph-mon[42205]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-13T14:04:49.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:49 smithi204 ceph-mon[42205]: osdmap e11: 2 total, 1 up, 2 in 2024-05-13T14:04:49.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:49 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T14:04:49.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:49 smithi204 ceph-mon[42205]: from='osd.1 [v2:172.21.15.86:6800/1872531424,v1:172.21.15.86:6801/1872531424]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-05-13T14:04:49.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:49 smithi204 ceph-mon[42205]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-05-13T14:04:49.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:49 smithi053 ceph-mon[40100]: pgmap v59: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:49.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:49 smithi053 ceph-mon[40100]: Adjusting osd_memory_target on smithi086 to 16098M 2024-05-13T14:04:49.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:49 smithi053 ceph-mon[40100]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-13T14:04:49.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:49 smithi053 ceph-mon[40100]: osdmap e11: 2 total, 1 up, 2 in 2024-05-13T14:04:49.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:49 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T14:04:49.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:49 smithi053 ceph-mon[40100]: from='osd.1 [v2:172.21.15.86:6800/1872531424,v1:172.21.15.86:6801/1872531424]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-05-13T14:04:49.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:49 smithi053 ceph-mon[40100]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-05-13T14:04:50.491 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:50 smithi204 ceph-mon[42205]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]': finished 2024-05-13T14:04:50.491 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:50 smithi204 ceph-mon[42205]: osdmap e12: 2 total, 1 up, 2 in 2024-05-13T14:04:50.491 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:50 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T14:04:50.491 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:50 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T14:04:50.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:50 smithi086 ceph-mon[42135]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]': finished 2024-05-13T14:04:50.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:50 smithi086 ceph-mon[42135]: osdmap e12: 2 total, 1 up, 2 in 2024-05-13T14:04:50.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:50 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T14:04:50.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:50 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T14:04:50.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:50 smithi053 ceph-mon[40100]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]': finished 2024-05-13T14:04:50.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:50 smithi053 ceph-mon[40100]: osdmap e12: 2 total, 1 up, 2 in 2024-05-13T14:04:50.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:50 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T14:04:50.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:50 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T14:04:51.535 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:51 smithi204 ceph-mon[42205]: purged_snaps scrub starts 2024-05-13T14:04:51.535 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:51 smithi204 ceph-mon[42205]: purged_snaps scrub ok 2024-05-13T14:04:51.535 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:51 smithi204 ceph-mon[42205]: pgmap v62: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:51.535 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:51 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T14:04:51.535 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:51 smithi204 ceph-mon[42205]: osd.1 [v2:172.21.15.86:6800/1872531424,v1:172.21.15.86:6801/1872531424] boot 2024-05-13T14:04:51.535 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:51 smithi204 ceph-mon[42205]: osdmap e13: 2 total, 2 up, 2 in 2024-05-13T14:04:51.536 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:51 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T14:04:51.536 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:51 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:51.536 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:51 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:51.536 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:51 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:51.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:51 smithi086 ceph-mon[42135]: purged_snaps scrub starts 2024-05-13T14:04:51.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:51 smithi086 ceph-mon[42135]: purged_snaps scrub ok 2024-05-13T14:04:51.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:51 smithi086 ceph-mon[42135]: pgmap v62: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:51.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:51 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T14:04:51.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:51 smithi086 ceph-mon[42135]: osd.1 [v2:172.21.15.86:6800/1872531424,v1:172.21.15.86:6801/1872531424] boot 2024-05-13T14:04:51.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:51 smithi086 ceph-mon[42135]: osdmap e13: 2 total, 2 up, 2 in 2024-05-13T14:04:51.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:51 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T14:04:51.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:51 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:51.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:51 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:51.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:51 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:51.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:51 smithi053 ceph-mon[40100]: purged_snaps scrub starts 2024-05-13T14:04:51.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:51 smithi053 ceph-mon[40100]: purged_snaps scrub ok 2024-05-13T14:04:51.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:51 smithi053 ceph-mon[40100]: pgmap v62: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-05-13T14:04:51.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:51 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T14:04:51.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:51 smithi053 ceph-mon[40100]: osd.1 [v2:172.21.15.86:6800/1872531424,v1:172.21.15.86:6801/1872531424] boot 2024-05-13T14:04:51.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:51 smithi053 ceph-mon[40100]: osdmap e13: 2 total, 2 up, 2 in 2024-05-13T14:04:51.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:51 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T14:04:51.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:51 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:51.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:51 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:51.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:51 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:04:52.149 INFO:teuthology.orchestra.run.smithi204.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-13T14:04:52.149 INFO:teuthology.orchestra.run.smithi204.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-13T14:04:52.149 INFO:teuthology.orchestra.run.smithi204.stderr: stderr: 10+0 records in 2024-05-13T14:04:52.149 INFO:teuthology.orchestra.run.smithi204.stderr:10+0 records out 2024-05-13T14:04:52.149 INFO:teuthology.orchestra.run.smithi204.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0147915 s, 709 MB/s 2024-05-13T14:04:52.149 INFO:teuthology.orchestra.run.smithi204.stderr:--> Zapping successful for: 2024-05-13T14:04:52.522 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:52 smithi204 ceph-mon[42205]: osdmap e14: 2 total, 2 up, 2 in 2024-05-13T14:04:52.522 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:52 smithi204 ceph-mon[42205]: pgmap v65: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:04:52.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:52 smithi053 ceph-mon[40100]: osdmap e14: 2 total, 2 up, 2 in 2024-05-13T14:04:52.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:52 smithi053 ceph-mon[40100]: pgmap v65: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:04:52.789 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:52 smithi086 ceph-mon[42135]: osdmap e14: 2 total, 2 up, 2 in 2024-05-13T14:04:52.790 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:52 smithi086 ceph-mon[42135]: pgmap v65: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:04:52.830 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph orch daemon add osd smithi204:vg_nvme/lv_4 2024-05-13T14:04:53.087 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.c/config 2024-05-13T14:04:54.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:54 smithi204 ceph-mon[42205]: pgmap v66: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:04:54.789 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:54 smithi086 ceph-mon[42135]: pgmap v66: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:04:54.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:54 smithi053 ceph-mon[40100]: pgmap v66: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:04:55.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:55 smithi204 ceph-mon[42205]: from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:04:55.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:55 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-13T14:04:55.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:55 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-13T14:04:55.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:55 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:55.789 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:55 smithi086 ceph-mon[42135]: from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:04:55.790 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:55 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-13T14:04:55.790 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:55 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-13T14:04:55.790 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:55 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:55.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:55 smithi053 ceph-mon[40100]: from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:04:55.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:55 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-13T14:04:55.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:55 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-13T14:04:55.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:55 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:04:56.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:56 smithi204 ceph-mon[42205]: pgmap v67: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:04:56.789 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:56 smithi086 ceph-mon[42135]: pgmap v67: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:04:56.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:56 smithi053 ceph-mon[40100]: pgmap v67: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:04:57.789 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:57 smithi086 ceph-mon[42135]: from='client.? 172.21.15.204:0/1773713168' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98a70861-11ca-43f1-aefa-0f82206b849e"}]: dispatch 2024-05-13T14:04:57.790 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:57 smithi086 ceph-mon[42135]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98a70861-11ca-43f1-aefa-0f82206b849e"}]: dispatch 2024-05-13T14:04:57.790 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:57 smithi086 ceph-mon[42135]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "98a70861-11ca-43f1-aefa-0f82206b849e"}]': finished 2024-05-13T14:04:57.790 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:57 smithi086 ceph-mon[42135]: osdmap e15: 3 total, 2 up, 3 in 2024-05-13T14:04:57.790 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:57 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T14:04:57.887 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:57 smithi204 ceph-mon[42205]: from='client.? 172.21.15.204:0/1773713168' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98a70861-11ca-43f1-aefa-0f82206b849e"}]: dispatch 2024-05-13T14:04:57.887 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:57 smithi204 ceph-mon[42205]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98a70861-11ca-43f1-aefa-0f82206b849e"}]: dispatch 2024-05-13T14:04:57.887 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:57 smithi204 ceph-mon[42205]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "98a70861-11ca-43f1-aefa-0f82206b849e"}]': finished 2024-05-13T14:04:57.887 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:57 smithi204 ceph-mon[42205]: osdmap e15: 3 total, 2 up, 3 in 2024-05-13T14:04:57.887 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:57 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T14:04:57.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:57 smithi053 ceph-mon[40100]: from='client.? 172.21.15.204:0/1773713168' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98a70861-11ca-43f1-aefa-0f82206b849e"}]: dispatch 2024-05-13T14:04:57.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:57 smithi053 ceph-mon[40100]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98a70861-11ca-43f1-aefa-0f82206b849e"}]: dispatch 2024-05-13T14:04:57.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:57 smithi053 ceph-mon[40100]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "98a70861-11ca-43f1-aefa-0f82206b849e"}]': finished 2024-05-13T14:04:57.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:57 smithi053 ceph-mon[40100]: osdmap e15: 3 total, 2 up, 3 in 2024-05-13T14:04:57.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:57 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T14:04:58.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:58 smithi086 ceph-mon[42135]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:04:58.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:04:58 smithi086 ceph-mon[42135]: from='client.? 172.21.15.204:0/3468771603' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-13T14:04:58.886 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:58 smithi204 ceph-mon[42205]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:04:58.887 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:04:58 smithi204 ceph-mon[42205]: from='client.? 172.21.15.204:0/3468771603' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-13T14:04:58.910 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:58 smithi053 ceph-mon[40100]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:04:58.910 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:04:58 smithi053 ceph-mon[40100]: from='client.? 172.21.15.204:0/3468771603' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-13T14:05:00.597 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:00 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:00.597 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:00 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:00.597 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:00 smithi204 ceph-mon[42205]: Detected new or changed devices on smithi086 2024-05-13T14:05:00.597 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:00 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:00.598 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:00 smithi204 ceph-mon[42205]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:00.598 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:00 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:00.598 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:00 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:00.598 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:00 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:00.612 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:00 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:00.613 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:00 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:00.613 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:00 smithi053 ceph-mon[40100]: Detected new or changed devices on smithi086 2024-05-13T14:05:00.613 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:00 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:00.613 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:00 smithi053 ceph-mon[40100]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:00.613 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:00 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:00.613 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:00 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:00.613 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:00 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:00.789 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:00 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:00.790 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:00 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:00.790 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:00 smithi086 ceph-mon[42135]: Detected new or changed devices on smithi086 2024-05-13T14:05:00.790 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:00 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:00.790 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:00 smithi086 ceph-mon[42135]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:00.790 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:00 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:00.790 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:00 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:00.790 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:00 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:02.727 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:02 smithi086 ceph-mon[42135]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:02.886 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:02 smithi204 ceph-mon[42205]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:02.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:02 smithi053 ceph-mon[40100]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:03.790 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:03 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-13T14:05:03.790 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:03 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:05:03.790 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:03 smithi086 ceph-mon[42135]: Deploying daemon osd.2 on smithi204 2024-05-13T14:05:03.805 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:03 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-13T14:05:03.805 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:03 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:05:03.805 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:03 smithi204 ceph-mon[42205]: Deploying daemon osd.2 on smithi204 2024-05-13T14:05:03.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:03 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-13T14:05:03.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:03 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:05:03.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:03 smithi053 ceph-mon[40100]: Deploying daemon osd.2 on smithi204 2024-05-13T14:05:04.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:04 smithi204 ceph-mon[42205]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:04.774 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:04 smithi086 ceph-mon[42135]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:04.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:04 smithi053 ceph-mon[40100]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:06.637 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:06 smithi204 ceph-mon[42205]: pgmap v73: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:06.789 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:06 smithi086 ceph-mon[42135]: pgmap v73: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:06.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:06 smithi053 ceph-mon[40100]: pgmap v73: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:09.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:09 smithi204 ceph-mon[42205]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:09.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:09 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:09.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:09 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:09.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:09 smithi204 ceph-mon[42205]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:09.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:09 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:09.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:09 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:05:09.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:09 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:05:09.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:09 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:05:09.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:09 smithi204 ceph-mon[42205]: pgmap v76: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:09.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:09 smithi204 ceph-mon[42205]: pgmap v77: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:09.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:09 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:09.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:09 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-13T14:05:09.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:09 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:05:09.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:09 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:09.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:09 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:09.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:09 smithi053 ceph-mon[40100]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:09.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:09 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:09.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:09 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:09.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:09 smithi053 ceph-mon[40100]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:09.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:09 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:09.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:09 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:05:09.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:09 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:05:09.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:09 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:05:09.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:09 smithi053 ceph-mon[40100]: pgmap v76: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:09.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:09 smithi053 ceph-mon[40100]: pgmap v77: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:09.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:09 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:09.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:09 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-13T14:05:09.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:09 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:05:09.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:09 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:09.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:09 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:09.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:09 smithi086 ceph-mon[42135]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:09.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:09 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:09.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:09 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:09.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:09 smithi086 ceph-mon[42135]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:09.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:09 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:09.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:09 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:05:09.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:09 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:05:09.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:09 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:05:09.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:09 smithi086 ceph-mon[42135]: pgmap v76: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:09.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:09 smithi086 ceph-mon[42135]: pgmap v77: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:09.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:09 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:09.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:09 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-13T14:05:09.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:09 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:05:09.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:09 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:09.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:09 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:10.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:10 smithi204 ceph-mon[42205]: Reconfiguring osd.2 (unknown last config time)... 2024-05-13T14:05:10.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:10 smithi204 ceph-mon[42205]: Reconfiguring daemon osd.2 on smithi204 2024-05-13T14:05:10.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:10 smithi204 ceph-mon[42205]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-13T14:05:10.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:10 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:10.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:10 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:10.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:10 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:05:10.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:10 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:05:10.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:10 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:05:10.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:10 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:10.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:10 smithi053 ceph-mon[40100]: Reconfiguring osd.2 (unknown last config time)... 2024-05-13T14:05:10.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:10 smithi053 ceph-mon[40100]: Reconfiguring daemon osd.2 on smithi204 2024-05-13T14:05:10.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:10 smithi053 ceph-mon[40100]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-13T14:05:10.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:10 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:10.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:10 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:10.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:10 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:05:10.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:10 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:05:10.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:10 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:05:10.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:10 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:10.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:10 smithi086 ceph-mon[42135]: Reconfiguring osd.2 (unknown last config time)... 2024-05-13T14:05:10.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:10 smithi086 ceph-mon[42135]: Reconfiguring daemon osd.2 on smithi204 2024-05-13T14:05:10.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:10 smithi086 ceph-mon[42135]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-13T14:05:10.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:10 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:10.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:10 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:10.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:10 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:05:10.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:10 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:05:10.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:10 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:05:10.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:10 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:11.375 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:11 smithi204 ceph-mon[42205]: pgmap v78: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:11.375 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:11 smithi204 ceph-mon[42205]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-13T14:05:11.375 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:11 smithi204 ceph-mon[42205]: Cluster is now healthy 2024-05-13T14:05:11.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:11 smithi053 ceph-mon[40100]: pgmap v78: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:11.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:11 smithi053 ceph-mon[40100]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-13T14:05:11.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:11 smithi053 ceph-mon[40100]: Cluster is now healthy 2024-05-13T14:05:11.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:11 smithi086 ceph-mon[42135]: pgmap v78: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:11.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:11 smithi086 ceph-mon[42135]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-13T14:05:11.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:11 smithi086 ceph-mon[42135]: Cluster is now healthy 2024-05-13T14:05:12.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:12 smithi204 ceph-mon[42205]: from='osd.2 [v2:172.21.15.204:6800/1656323311,v1:172.21.15.204:6801/1656323311]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-13T14:05:12.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:12 smithi204 ceph-mon[42205]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-13T14:05:12.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:12 smithi053 ceph-mon[40100]: from='osd.2 [v2:172.21.15.204:6800/1656323311,v1:172.21.15.204:6801/1656323311]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-13T14:05:12.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:12 smithi053 ceph-mon[40100]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-13T14:05:12.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:12 smithi086 ceph-mon[42135]: from='osd.2 [v2:172.21.15.204:6800/1656323311,v1:172.21.15.204:6801/1656323311]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-13T14:05:12.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:12 smithi086 ceph-mon[42135]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-13T14:05:12.963 INFO:teuthology.orchestra.run.smithi204.stdout:Created osd(s) 2 on host 'smithi204' 2024-05-13T14:05:13.258 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:13 smithi204 ceph-mon[42205]: pgmap v79: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:13.259 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:13 smithi204 ceph-mon[42205]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-13T14:05:13.259 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:13 smithi204 ceph-mon[42205]: osdmap e16: 3 total, 2 up, 3 in 2024-05-13T14:05:13.259 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:13 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T14:05:13.259 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:13 smithi204 ceph-mon[42205]: from='osd.2 [v2:172.21.15.204:6800/1656323311,v1:172.21.15.204:6801/1656323311]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-13T14:05:13.259 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:13 smithi204 ceph-mon[42205]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-13T14:05:13.259 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:13 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:13.259 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:13 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:13.259 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:13 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:05:13.259 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:13 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-13T14:05:13.259 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:13 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:13.259 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:13 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:05:13.260 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:13 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:05:13.260 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:13 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:13.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:13 smithi053 ceph-mon[40100]: pgmap v79: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:13.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:13 smithi053 ceph-mon[40100]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-13T14:05:13.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:13 smithi053 ceph-mon[40100]: osdmap e16: 3 total, 2 up, 3 in 2024-05-13T14:05:13.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:13 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T14:05:13.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:13 smithi053 ceph-mon[40100]: from='osd.2 [v2:172.21.15.204:6800/1656323311,v1:172.21.15.204:6801/1656323311]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-13T14:05:13.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:13 smithi053 ceph-mon[40100]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-13T14:05:13.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:13 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:13.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:13 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:13.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:13 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:05:13.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:13 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-13T14:05:13.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:13 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:13.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:13 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:05:13.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:13 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:05:13.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:13 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:13.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:13 smithi086 ceph-mon[42135]: pgmap v79: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:13.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:13 smithi086 ceph-mon[42135]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-13T14:05:13.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:13 smithi086 ceph-mon[42135]: osdmap e16: 3 total, 2 up, 3 in 2024-05-13T14:05:13.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:13 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T14:05:13.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:13 smithi086 ceph-mon[42135]: from='osd.2 [v2:172.21.15.204:6800/1656323311,v1:172.21.15.204:6801/1656323311]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-13T14:05:13.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:13 smithi086 ceph-mon[42135]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-13T14:05:13.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:13 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:13.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:13 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:13.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:13 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:05:13.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:13 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-13T14:05:13.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:13 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:13.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:13 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:05:13.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:13 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:05:13.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:13 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:13.785 DEBUG:teuthology.orchestra.run.smithi204:osd.2> sudo journalctl -f -n 0 -u ceph-2f34b982-1131-11ef-bc98-c7b262605968@osd.2.service 2024-05-13T14:05:13.787 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-05-13T14:05:13.787 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph osd stat -f json 2024-05-13T14:05:13.818 INFO:journalctl@ceph.osd.2.smithi204.stdout:-- Logs begin at Mon 2024-05-13 13:25:22 UTC. -- 2024-05-13T14:05:14.029 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:05:14.328 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:14 smithi053 ceph-mon[40100]: Adjusting osd_memory_target on smithi204 to 20194M 2024-05-13T14:05:14.328 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:14 smithi053 ceph-mon[40100]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-05-13T14:05:14.328 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:14 smithi053 ceph-mon[40100]: osdmap e17: 3 total, 2 up, 3 in 2024-05-13T14:05:14.328 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:14 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T14:05:14.328 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:14 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T14:05:14.328 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:14 smithi053 ceph-mon[40100]: from='osd.2 ' entity='osd.2' 2024-05-13T14:05:14.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:14 smithi204 ceph-mon[42205]: Adjusting osd_memory_target on smithi204 to 20194M 2024-05-13T14:05:14.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:14 smithi204 ceph-mon[42205]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-05-13T14:05:14.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:14 smithi204 ceph-mon[42205]: osdmap e17: 3 total, 2 up, 3 in 2024-05-13T14:05:14.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:14 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T14:05:14.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:14 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T14:05:14.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:14 smithi204 ceph-mon[42205]: from='osd.2 ' entity='osd.2' 2024-05-13T14:05:14.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:14 smithi086 ceph-mon[42135]: Adjusting osd_memory_target on smithi204 to 20194M 2024-05-13T14:05:14.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:14 smithi086 ceph-mon[42135]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-05-13T14:05:14.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:14 smithi086 ceph-mon[42135]: osdmap e17: 3 total, 2 up, 3 in 2024-05-13T14:05:14.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:14 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T14:05:14.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:14 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T14:05:14.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:14 smithi086 ceph-mon[42135]: from='osd.2 ' entity='osd.2' 2024-05-13T14:05:15.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:15 smithi204 ceph-mon[42205]: purged_snaps scrub starts 2024-05-13T14:05:15.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:15 smithi204 ceph-mon[42205]: purged_snaps scrub ok 2024-05-13T14:05:15.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:15 smithi204 ceph-mon[42205]: pgmap v82: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:15.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:15 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T14:05:15.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:15 smithi204 ceph-mon[42205]: osd.2 [v2:172.21.15.204:6800/1656323311,v1:172.21.15.204:6801/1656323311] boot 2024-05-13T14:05:15.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:15 smithi204 ceph-mon[42205]: osdmap e18: 3 total, 3 up, 3 in 2024-05-13T14:05:15.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:15 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T14:05:15.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:15 smithi053 ceph-mon[40100]: purged_snaps scrub starts 2024-05-13T14:05:15.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:15 smithi053 ceph-mon[40100]: purged_snaps scrub ok 2024-05-13T14:05:15.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:15 smithi053 ceph-mon[40100]: pgmap v82: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:15.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:15 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T14:05:15.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:15 smithi053 ceph-mon[40100]: osd.2 [v2:172.21.15.204:6800/1656323311,v1:172.21.15.204:6801/1656323311] boot 2024-05-13T14:05:15.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:15 smithi053 ceph-mon[40100]: osdmap e18: 3 total, 3 up, 3 in 2024-05-13T14:05:15.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:15 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T14:05:15.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:15 smithi086 ceph-mon[42135]: purged_snaps scrub starts 2024-05-13T14:05:15.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:15 smithi086 ceph-mon[42135]: purged_snaps scrub ok 2024-05-13T14:05:15.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:15 smithi086 ceph-mon[42135]: pgmap v82: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-13T14:05:15.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:15 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T14:05:15.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:15 smithi086 ceph-mon[42135]: osd.2 [v2:172.21.15.204:6800/1656323311,v1:172.21.15.204:6801/1656323311] boot 2024-05-13T14:05:15.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:15 smithi086 ceph-mon[42135]: osdmap e18: 3 total, 3 up, 3 in 2024-05-13T14:05:15.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:15 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T14:05:15.963 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:05:16.295 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:16 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-13T14:05:16.295 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:16 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-13T14:05:16.295 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:16 smithi053 ceph-mon[40100]: osdmap e19: 3 total, 3 up, 3 in 2024-05-13T14:05:16.295 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:16 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-13T14:05:16.295 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:16 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/490527815' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-13T14:05:16.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:16 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-13T14:05:16.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:16 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-13T14:05:16.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:16 smithi204 ceph-mon[42205]: osdmap e19: 3 total, 3 up, 3 in 2024-05-13T14:05:16.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:16 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-13T14:05:16.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:16 smithi204 ceph-mon[42205]: from='client.? 172.21.15.53:0/490527815' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-13T14:05:16.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:16 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-13T14:05:16.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:16 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-13T14:05:16.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:16 smithi086 ceph-mon[42135]: osdmap e19: 3 total, 3 up, 3 in 2024-05-13T14:05:16.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:16 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-13T14:05:16.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:16 smithi086 ceph-mon[42135]: from='client.? 172.21.15.53:0/490527815' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-13T14:05:16.575 INFO:teuthology.orchestra.run.smithi053.stdout:{"epoch":19,"num_osds":3,"num_up_osds":3,"osd_up_since":1715609114,"num_in_osds":3,"osd_in_since":1715609097,"num_remapped_pgs":0} 2024-05-13T14:05:16.576 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph osd dump --format=json 2024-05-13T14:05:16.803 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:05:17.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:17 smithi204 ceph-mon[42205]: pgmap v84: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:17.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:17 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-13T14:05:17.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:17 smithi204 ceph-mon[42205]: osdmap e20: 3 total, 3 up, 3 in 2024-05-13T14:05:17.397 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:17 smithi053 ceph-mon[40100]: pgmap v84: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:17.397 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:17 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-13T14:05:17.397 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:17 smithi053 ceph-mon[40100]: osdmap e20: 3 total, 3 up, 3 in 2024-05-13T14:05:17.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:17 smithi086 ceph-mon[42135]: pgmap v84: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:17.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:17 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-13T14:05:17.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:17 smithi086 ceph-mon[42135]: osdmap e20: 3 total, 3 up, 3 in 2024-05-13T14:05:17.658 INFO:journalctl@ceph.osd.0.smithi053.stdout:May 13 14:05:17 smithi053 sudo[53464]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-13T14:05:17.658 INFO:journalctl@ceph.osd.0.smithi053.stdout:May 13 14:05:17 smithi053 sudo[53464]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-13T14:05:17.658 INFO:journalctl@ceph.osd.0.smithi053.stdout:May 13 14:05:17 smithi053 sudo[53464]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-13T14:05:17.658 INFO:journalctl@ceph.osd.0.smithi053.stdout:May 13 14:05:17 smithi053 sudo[53464]: pam_unix(sudo:session): session closed for user root 2024-05-13T14:05:18.158 INFO:journalctl@ceph.osd.0.smithi053.stdout:May 13 14:05:17 smithi053 sudo[53469]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-13T14:05:18.158 INFO:journalctl@ceph.osd.0.smithi053.stdout:May 13 14:05:17 smithi053 sudo[53469]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-13T14:05:18.158 INFO:journalctl@ceph.osd.0.smithi053.stdout:May 13 14:05:17 smithi053 sudo[53469]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-13T14:05:18.158 INFO:journalctl@ceph.osd.0.smithi053.stdout:May 13 14:05:17 smithi053 sudo[53469]: pam_unix(sudo:session): session closed for user root 2024-05-13T14:05:18.539 INFO:journalctl@ceph.osd.1.smithi086.stdout:May 13 14:05:18 smithi086 sudo[48616]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-13T14:05:18.539 INFO:journalctl@ceph.osd.1.smithi086.stdout:May 13 14:05:18 smithi086 sudo[48616]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-13T14:05:18.539 INFO:journalctl@ceph.osd.1.smithi086.stdout:May 13 14:05:18 smithi086 sudo[48616]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-13T14:05:18.539 INFO:journalctl@ceph.osd.1.smithi086.stdout:May 13 14:05:18 smithi086 sudo[48616]: pam_unix(sudo:session): session closed for user root 2024-05-13T14:05:18.539 INFO:journalctl@ceph.osd.1.smithi086.stdout:May 13 14:05:18 smithi086 sudo[48619]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-13T14:05:18.540 INFO:journalctl@ceph.osd.1.smithi086.stdout:May 13 14:05:18 smithi086 sudo[48619]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-13T14:05:18.540 INFO:journalctl@ceph.osd.1.smithi086.stdout:May 13 14:05:18 smithi086 sudo[48619]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-13T14:05:18.540 INFO:journalctl@ceph.osd.1.smithi086.stdout:May 13 14:05:18 smithi086 sudo[48619]: pam_unix(sudo:session): session closed for user root 2024-05-13T14:05:18.670 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:05:18.670 INFO:teuthology.orchestra.run.smithi053.stdout:{"epoch":21,"fsid":"2f34b982-1131-11ef-bc98-c7b262605968","created":"2024-05-13T14:01:52.968910+0000","modified":"2024-05-13T14:05:17.884181+0000","last_up_change":"2024-05-13T14:05:14.522711+0000","last_in_change":"2024-05-13T14:04:57.082460+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-13T14:05:15.881681+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_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":"44a88f85-4259-4543-9596-7f703cb83f90","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.53:6802","nonce":1602352222},{"type":"v1","addr":"172.21.15.53:6803","nonce":1602352222}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6804","nonce":1602352222},{"type":"v1","addr":"172.21.15.53:6805","nonce":1602352222}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6808","nonce":1602352222},{"type":"v1","addr":"172.21.15.53:6809","nonce":1602352222}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6806","nonce":1602352222},{"type":"v1","addr":"172.21.15.53:6807","nonce":1602352222}]},"public_addr":"172.21.15.53:6803/1602352222","cluster_addr":"172.21.15.53:6805/1602352222","heartbeat_back_addr":"172.21.15.53:6809/1602352222","heartbeat_front_addr":"172.21.15.53:6807/1602352222","state":["exists","up"]},{"osd":1,"uuid":"c7e5c8e5-3f2f-46ab-9fa7-218a4c0769e5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6800","nonce":1872531424},{"type":"v1","addr":"172.21.15.86:6801","nonce":1872531424}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6802","nonce":1872531424},{"type":"v1","addr":"172.21.15.86:6803","nonce":1872531424}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6806","nonce":1872531424},{"type":"v1","addr":"172.21.15.86:6807","nonce":1872531424}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6804","nonce":1872531424},{"type":"v1","addr":"172.21.15.86:6805","nonce":1872531424}]},"public_addr":"172.21.15.86:6801/1872531424","cluster_addr":"172.21.15.86:6803/1872531424","heartbeat_back_addr":"172.21.15.86:6807/1872531424","heartbeat_front_addr":"172.21.15.86:6805/1872531424","state":["exists","up"]},{"osd":2,"uuid":"98a70861-11ca-43f1-aefa-0f82206b849e","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.204:6800","nonce":1656323311},{"type":"v1","addr":"172.21.15.204:6801","nonce":1656323311}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":1656323311},{"type":"v1","addr":"172.21.15.204:6803","nonce":1656323311}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":1656323311},{"type":"v1","addr":"172.21.15.204:6807","nonce":1656323311}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":1656323311},{"type":"v1","addr":"172.21.15.204:6805","nonce":1656323311}]},"public_addr":"172.21.15.204:6801/1656323311","cluster_addr":"172.21.15.204:6803/1656323311","heartbeat_back_addr":"172.21.15.204:6807/1656323311","heartbeat_front_addr":"172.21.15.204:6805/1656323311","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-05-13T14:04:23.204116+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-05-13T14:04:48.471959+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-05-13T14:05:12.864806+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.53:0/3053014738":"2024-05-14T14:02:49.359155+0000","172.21.15.53:6801/3680793954":"2024-05-14T14:02:49.359155+0000","172.21.15.53:6800/3680793954":"2024-05-14T14:02:49.359155+0000","172.21.15.53:6800/1350601549":"2024-05-14T14:02:23.917708+0000","172.21.15.53:0/2138929212":"2024-05-14T14:02:23.917708+0000","172.21.15.53:0/7600517":"2024-05-14T14:02:23.917708+0000","172.21.15.53:6801/1350601549":"2024-05-14T14:02:23.917708+0000","172.21.15.53:0/791083013":"2024-05-14T14:02:49.359155+0000","172.21.15.53:0/1012746614":"2024-05-14T14:02:49.359155+0000","172.21.15.53:0/997189223":"2024-05-14T14:02:23.917708+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-13T14:05:18.869 INFO:journalctl@ceph.osd.2.smithi204.stdout:May 13 14:05:18 smithi204 sudo[48955]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-13T14:05:18.869 INFO:journalctl@ceph.osd.2.smithi204.stdout:May 13 14:05:18 smithi204 sudo[48955]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-13T14:05:18.869 INFO:journalctl@ceph.osd.2.smithi204.stdout:May 13 14:05:18 smithi204 sudo[48955]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-13T14:05:18.870 INFO:journalctl@ceph.osd.2.smithi204.stdout:May 13 14:05:18 smithi204 sudo[48955]: pam_unix(sudo:session): session closed for user root 2024-05-13T14:05:18.870 INFO:journalctl@ceph.osd.2.smithi204.stdout:May 13 14:05:18 smithi204 sudo[48958]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-13T14:05:18.870 INFO:journalctl@ceph.osd.2.smithi204.stdout:May 13 14:05:18 smithi204 sudo[48958]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-13T14:05:18.870 INFO:journalctl@ceph.osd.2.smithi204.stdout:May 13 14:05:18 smithi204 sudo[48958]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-13T14:05:18.870 INFO:journalctl@ceph.osd.2.smithi204.stdout:May 13 14:05:18 smithi204 sudo[48958]: pam_unix(sudo:session): session closed for user root 2024-05-13T14:05:19.136 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:18 smithi204 ceph-mon[42205]: pgmap v87: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:19.136 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:18 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:19.136 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:18 smithi204 ceph-mon[42205]: osdmap e21: 3 total, 3 up, 3 in 2024-05-13T14:05:19.136 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:18 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:19.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:18 smithi204 ceph-mon[42205]: from='client.? 172.21.15.53:0/924313177' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-13T14:05:19.157 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:18 smithi053 ceph-mon[40100]: pgmap v87: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:19.158 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:18 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:19.158 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:18 smithi053 ceph-mon[40100]: osdmap e21: 3 total, 3 up, 3 in 2024-05-13T14:05:19.158 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:18 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:19.158 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:18 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/924313177' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-13T14:05:19.227 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:18 smithi086 ceph-mon[42135]: pgmap v87: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:19.227 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:18 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:19.227 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:18 smithi086 ceph-mon[42135]: osdmap e21: 3 total, 3 up, 3 in 2024-05-13T14:05:19.228 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:18 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:19.228 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:18 smithi086 ceph-mon[42135]: from='client.? 172.21.15.53:0/924313177' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-13T14:05:19.283 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-05-13T14:05:15.881681+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-05-13T14:05:19.284 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-05-13T14:05:19.517 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:05:19.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:19 smithi053 sudo[53551]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-13T14:05:19.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:19 smithi053 sudo[53551]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-13T14:05:19.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:19 smithi053 sudo[53551]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-13T14:05:19.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:19 smithi053 sudo[53551]: pam_unix(sudo:session): session closed for user root 2024-05-13T14:05:20.014 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:19 smithi053 sudo[53671]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-13T14:05:20.014 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:19 smithi053 sudo[53671]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-13T14:05:20.014 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:19 smithi053 sudo[53671]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-13T14:05:20.014 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:19 smithi053 sudo[53671]: pam_unix(sudo:session): session closed for user root 2024-05-13T14:05:20.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:20 smithi204 sudo[48961]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-13T14:05:20.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:20 smithi204 sudo[48961]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-13T14:05:20.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:20 smithi204 sudo[48961]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-13T14:05:20.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:20 smithi204 sudo[48961]: pam_unix(sudo:session): session closed for user root 2024-05-13T14:05:20.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:20 smithi204 sudo[48964]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-13T14:05:20.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:20 smithi204 sudo[48964]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-13T14:05:20.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:20 smithi204 sudo[48964]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-13T14:05:20.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:20 smithi204 sudo[48964]: pam_unix(sudo:session): session closed for user root 2024-05-13T14:05:20.737 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:20 smithi086 sudo[48691]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-13T14:05:20.737 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:20 smithi086 sudo[48691]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-13T14:05:20.737 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:20 smithi086 sudo[48691]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-13T14:05:20.737 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:20 smithi086 sudo[48691]: pam_unix(sudo:session): session closed for user root 2024-05-13T14:05:20.737 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:20 smithi086 sudo[48694]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-13T14:05:20.737 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:20 smithi086 sudo[48694]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-13T14:05:20.737 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:20 smithi086 sudo[48694]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-13T14:05:20.737 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:20 smithi086 sudo[48694]: pam_unix(sudo:session): session closed for user root 2024-05-13T14:05:21.039 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:20 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:21.039 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:20 smithi086 ceph-mon[42135]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-13T14:05:21.039 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:20 smithi086 ceph-mon[42135]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-13T14:05:21.039 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:20 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T14:05:21.039 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:20 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:05:21.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:20 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:05:21.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:20 smithi086 ceph-mon[42135]: mgrmap e15: a(active, since 2m), standbys: b 2024-05-13T14:05:21.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:20 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:21.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:20 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T14:05:21.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:20 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:05:21.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:20 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:05:21.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:20 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:21.136 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:20 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:21.136 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:20 smithi204 ceph-mon[42205]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-13T14:05:21.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:20 smithi204 ceph-mon[42205]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-13T14:05:21.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:20 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T14:05:21.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:20 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:05:21.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:20 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:05:21.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:20 smithi204 ceph-mon[42205]: mgrmap e15: a(active, since 2m), standbys: b 2024-05-13T14:05:21.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:20 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:21.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:20 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T14:05:21.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:20 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:05:21.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:20 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:05:21.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:20 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:21.158 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:21.158 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:20 smithi053 ceph-mon[40100]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-13T14:05:21.158 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:20 smithi053 ceph-mon[40100]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-13T14:05:21.158 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T14:05:21.158 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:05:21.158 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:05:21.158 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:20 smithi053 ceph-mon[40100]: mgrmap e15: a(active, since 2m), standbys: b 2024-05-13T14:05:21.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:21.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T14:05:21.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:05:21.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:05:21.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:20 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:21.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:21 smithi053 ceph-mon[40100]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-13T14:05:21.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:21 smithi053 ceph-mon[40100]: pgmap v89: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:21.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:21 smithi053 ceph-mon[40100]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-13T14:05:21.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:21 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T14:05:21.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:21 smithi053 ceph-mon[40100]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-13T14:05:21.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:21 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:05:21.909 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:21 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:05:21.909 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:21 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:21.909 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:21 smithi053 ceph-mon[40100]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-13T14:05:21.909 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:21 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:21.909 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:21 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:21.909 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:21 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:22.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:21 smithi086 ceph-mon[42135]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-13T14:05:22.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:21 smithi086 ceph-mon[42135]: pgmap v89: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:22.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:21 smithi086 ceph-mon[42135]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-13T14:05:22.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:21 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T14:05:22.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:21 smithi086 ceph-mon[42135]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-13T14:05:22.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:21 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:05:22.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:21 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:05:22.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:21 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:22.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:21 smithi086 ceph-mon[42135]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-13T14:05:22.041 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:21 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:22.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:21 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:22.042 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:21 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:22.136 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:21 smithi204 ceph-mon[42205]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-13T14:05:22.136 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:21 smithi204 ceph-mon[42205]: pgmap v89: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:22.136 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:21 smithi204 ceph-mon[42205]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-13T14:05:22.136 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:21 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T14:05:22.136 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:21 smithi204 ceph-mon[42205]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-13T14:05:22.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:21 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:05:22.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:21 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:05:22.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:21 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:22.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:21 smithi204 ceph-mon[42205]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-13T14:05:22.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:21 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:22.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:21 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:22.137 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:21 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:22.447 INFO:teuthology.orchestra.run.smithi053.stdout:pg_num: 1 2024-05-13T14:05:23.039 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:22 smithi086 ceph-mon[42135]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:23.039 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:22 smithi086 ceph-mon[42135]: from='client.? 172.21.15.53:0/610489163' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-13T14:05:23.136 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:22 smithi204 ceph-mon[42205]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:23.136 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:22 smithi204 ceph-mon[42205]: from='client.? 172.21.15.53:0/610489163' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-13T14:05:23.158 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:22 smithi053 ceph-mon[40100]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:23.158 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:22 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/610489163' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-13T14:05:23.367 INFO:tasks.cephadm:Setting up client nodes... 2024-05-13T14:05:23.367 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-05-13T14:05:23.367 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-05-13T14:05:23.368 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph mgr dump --format=json 2024-05-13T14:05:23.950 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:05:24.954 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:24 smithi053 ceph-mon[40100]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:25.136 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:24 smithi204 ceph-mon[42205]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:25.289 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:24 smithi086 ceph-mon[42135]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:25.773 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:05:26.136 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:25 smithi204 ceph-mon[42205]: from='client.? 172.21.15.53:0/3516258926' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-13T14:05:26.158 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:25 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/3516258926' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-13T14:05:26.289 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:25 smithi086 ceph-mon[42135]: from='client.? 172.21.15.53:0/3516258926' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-13T14:05:26.478 INFO:teuthology.orchestra.run.smithi053.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6800","nonce":3095211945},{"type":"v1","addr":"172.21.15.53:6801","nonce":3095211945}]},"active_addr":"172.21.15.53:6801/3095211945","active_change":"2024-05-13T14:02:49.359305+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":24116,"name":"b","mgr_features":4540138322906710015,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof: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":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"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","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof: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":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"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.53:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.53:0","nonce":1005457907}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.53:0","nonce":3866746337}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.53:0","nonce":126988438}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.53:0","nonce":600594443}]}]} 2024-05-13T14:05:26.483 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-05-13T14:05:26.484 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-05-13T14:05:26.484 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph osd dump --format=json 2024-05-13T14:05:26.716 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:05:27.136 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:26 smithi204 ceph-mon[42205]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:27.158 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:26 smithi053 ceph-mon[40100]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:27.289 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:26 smithi086 ceph-mon[42135]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:28.532 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:05:28.532 INFO:teuthology.orchestra.run.smithi053.stdout:{"epoch":21,"fsid":"2f34b982-1131-11ef-bc98-c7b262605968","created":"2024-05-13T14:01:52.968910+0000","modified":"2024-05-13T14:05:17.884181+0000","last_up_change":"2024-05-13T14:05:14.522711+0000","last_in_change":"2024-05-13T14:04:57.082460+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-13T14:05:15.881681+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_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":"44a88f85-4259-4543-9596-7f703cb83f90","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.53:6802","nonce":1602352222},{"type":"v1","addr":"172.21.15.53:6803","nonce":1602352222}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6804","nonce":1602352222},{"type":"v1","addr":"172.21.15.53:6805","nonce":1602352222}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6808","nonce":1602352222},{"type":"v1","addr":"172.21.15.53:6809","nonce":1602352222}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6806","nonce":1602352222},{"type":"v1","addr":"172.21.15.53:6807","nonce":1602352222}]},"public_addr":"172.21.15.53:6803/1602352222","cluster_addr":"172.21.15.53:6805/1602352222","heartbeat_back_addr":"172.21.15.53:6809/1602352222","heartbeat_front_addr":"172.21.15.53:6807/1602352222","state":["exists","up"]},{"osd":1,"uuid":"c7e5c8e5-3f2f-46ab-9fa7-218a4c0769e5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6800","nonce":1872531424},{"type":"v1","addr":"172.21.15.86:6801","nonce":1872531424}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6802","nonce":1872531424},{"type":"v1","addr":"172.21.15.86:6803","nonce":1872531424}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6806","nonce":1872531424},{"type":"v1","addr":"172.21.15.86:6807","nonce":1872531424}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6804","nonce":1872531424},{"type":"v1","addr":"172.21.15.86:6805","nonce":1872531424}]},"public_addr":"172.21.15.86:6801/1872531424","cluster_addr":"172.21.15.86:6803/1872531424","heartbeat_back_addr":"172.21.15.86:6807/1872531424","heartbeat_front_addr":"172.21.15.86:6805/1872531424","state":["exists","up"]},{"osd":2,"uuid":"98a70861-11ca-43f1-aefa-0f82206b849e","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.204:6800","nonce":1656323311},{"type":"v1","addr":"172.21.15.204:6801","nonce":1656323311}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":1656323311},{"type":"v1","addr":"172.21.15.204:6803","nonce":1656323311}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":1656323311},{"type":"v1","addr":"172.21.15.204:6807","nonce":1656323311}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":1656323311},{"type":"v1","addr":"172.21.15.204:6805","nonce":1656323311}]},"public_addr":"172.21.15.204:6801/1656323311","cluster_addr":"172.21.15.204:6803/1656323311","heartbeat_back_addr":"172.21.15.204:6807/1656323311","heartbeat_front_addr":"172.21.15.204:6805/1656323311","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-05-13T14:04:23.204116+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-05-13T14:04:48.471959+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-05-13T14:05:12.864806+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.53:0/3053014738":"2024-05-14T14:02:49.359155+0000","172.21.15.53:6801/3680793954":"2024-05-14T14:02:49.359155+0000","172.21.15.53:6800/3680793954":"2024-05-14T14:02:49.359155+0000","172.21.15.53:6800/1350601549":"2024-05-14T14:02:23.917708+0000","172.21.15.53:0/2138929212":"2024-05-14T14:02:23.917708+0000","172.21.15.53:0/7600517":"2024-05-14T14:02:23.917708+0000","172.21.15.53:6801/1350601549":"2024-05-14T14:02:23.917708+0000","172.21.15.53:0/791083013":"2024-05-14T14:02:49.359155+0000","172.21.15.53:0/1012746614":"2024-05-14T14:02:49.359155+0000","172.21.15.53:0/997189223":"2024-05-14T14:02:23.917708+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-13T14:05:29.104 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-05-13T14:05:29.104 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph osd dump --format=json 2024-05-13T14:05:29.335 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:05:29.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:29 smithi204 ceph-mon[42205]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:29.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:29 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:29.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:29 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:29.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:29 smithi204 ceph-mon[42205]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:29.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:29 smithi204 ceph-mon[42205]: Detected new or changed devices on smithi204 2024-05-13T14:05:29.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:29 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:29.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:29 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:05:29.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:29 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:05:29.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:29 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:05:29.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:29 smithi204 ceph-mon[42205]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:29.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:29 smithi204 ceph-mon[42205]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:29.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:29 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:29.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:29 smithi204 ceph-mon[42205]: from='client.? 172.21.15.53:0/2208959528' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-13T14:05:29.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:29 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:29.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:29 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:29.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:29 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:29.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:29 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:05:29.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:29 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:05:29.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:29 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:05:29.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:29 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:29.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:29 smithi053 ceph-mon[40100]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:29.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:29 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:29.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:29 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:29.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:29 smithi053 ceph-mon[40100]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:29.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:29 smithi053 ceph-mon[40100]: Detected new or changed devices on smithi204 2024-05-13T14:05:29.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:29 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:29.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:29 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:05:29.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:29 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:05:29.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:29 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:05:29.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:29 smithi053 ceph-mon[40100]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:29.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:29 smithi053 ceph-mon[40100]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:29.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:29 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:29.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:29 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/2208959528' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-13T14:05:29.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:29 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:29.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:29 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:29.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:29 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:29.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:29 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:05:29.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:29 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:05:29.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:29 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:05:29.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:29 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:29.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:29 smithi086 ceph-mon[42135]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:29.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:29 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:29.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:29 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:29.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:29 smithi086 ceph-mon[42135]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:29.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:29 smithi086 ceph-mon[42135]: Detected new or changed devices on smithi204 2024-05-13T14:05:29.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:29 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:29.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:29 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:05:29.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:29 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:05:29.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:29 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:05:29.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:29 smithi086 ceph-mon[42135]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:29.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:29 smithi086 ceph-mon[42135]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:29.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:29 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:29.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:29 smithi086 ceph-mon[42135]: from='client.? 172.21.15.53:0/2208959528' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-13T14:05:29.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:29 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:29.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:29 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:29.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:29 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:29.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:29 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:05:29.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:29 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:05:29.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:29 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:05:29.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:29 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:30.456 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:30 smithi053 ceph-mon[40100]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:30.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:30 smithi086 ceph-mon[42135]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:30.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:30 smithi204 ceph-mon[42205]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:31.159 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:05:31.159 INFO:teuthology.orchestra.run.smithi053.stdout:{"epoch":21,"fsid":"2f34b982-1131-11ef-bc98-c7b262605968","created":"2024-05-13T14:01:52.968910+0000","modified":"2024-05-13T14:05:17.884181+0000","last_up_change":"2024-05-13T14:05:14.522711+0000","last_in_change":"2024-05-13T14:04:57.082460+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-13T14:05:15.881681+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_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":"44a88f85-4259-4543-9596-7f703cb83f90","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.53:6802","nonce":1602352222},{"type":"v1","addr":"172.21.15.53:6803","nonce":1602352222}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6804","nonce":1602352222},{"type":"v1","addr":"172.21.15.53:6805","nonce":1602352222}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6808","nonce":1602352222},{"type":"v1","addr":"172.21.15.53:6809","nonce":1602352222}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6806","nonce":1602352222},{"type":"v1","addr":"172.21.15.53:6807","nonce":1602352222}]},"public_addr":"172.21.15.53:6803/1602352222","cluster_addr":"172.21.15.53:6805/1602352222","heartbeat_back_addr":"172.21.15.53:6809/1602352222","heartbeat_front_addr":"172.21.15.53:6807/1602352222","state":["exists","up"]},{"osd":1,"uuid":"c7e5c8e5-3f2f-46ab-9fa7-218a4c0769e5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6800","nonce":1872531424},{"type":"v1","addr":"172.21.15.86:6801","nonce":1872531424}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6802","nonce":1872531424},{"type":"v1","addr":"172.21.15.86:6803","nonce":1872531424}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6806","nonce":1872531424},{"type":"v1","addr":"172.21.15.86:6807","nonce":1872531424}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6804","nonce":1872531424},{"type":"v1","addr":"172.21.15.86:6805","nonce":1872531424}]},"public_addr":"172.21.15.86:6801/1872531424","cluster_addr":"172.21.15.86:6803/1872531424","heartbeat_back_addr":"172.21.15.86:6807/1872531424","heartbeat_front_addr":"172.21.15.86:6805/1872531424","state":["exists","up"]},{"osd":2,"uuid":"98a70861-11ca-43f1-aefa-0f82206b849e","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.204:6800","nonce":1656323311},{"type":"v1","addr":"172.21.15.204:6801","nonce":1656323311}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":1656323311},{"type":"v1","addr":"172.21.15.204:6803","nonce":1656323311}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":1656323311},{"type":"v1","addr":"172.21.15.204:6807","nonce":1656323311}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":1656323311},{"type":"v1","addr":"172.21.15.204:6805","nonce":1656323311}]},"public_addr":"172.21.15.204:6801/1656323311","cluster_addr":"172.21.15.204:6803/1656323311","heartbeat_back_addr":"172.21.15.204:6807/1656323311","heartbeat_front_addr":"172.21.15.204:6805/1656323311","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-05-13T14:04:23.204116+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-05-13T14:04:48.471959+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-05-13T14:05:12.864806+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.53:0/3053014738":"2024-05-14T14:02:49.359155+0000","172.21.15.53:6801/3680793954":"2024-05-14T14:02:49.359155+0000","172.21.15.53:6800/3680793954":"2024-05-14T14:02:49.359155+0000","172.21.15.53:6800/1350601549":"2024-05-14T14:02:23.917708+0000","172.21.15.53:0/2138929212":"2024-05-14T14:02:23.917708+0000","172.21.15.53:0/7600517":"2024-05-14T14:02:23.917708+0000","172.21.15.53:6801/1350601549":"2024-05-14T14:02:23.917708+0000","172.21.15.53:0/791083013":"2024-05-14T14:02:49.359155+0000","172.21.15.53:0/1012746614":"2024-05-14T14:02:49.359155+0000","172.21.15.53:0/997189223":"2024-05-14T14:02:23.917708+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-13T14:05:31.497 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:31 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/123984673' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-13T14:05:31.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:31 smithi086 ceph-mon[42135]: from='client.? 172.21.15.53:0/123984673' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-13T14:05:31.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:31 smithi204 ceph-mon[42205]: from='client.? 172.21.15.53:0/123984673' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-13T14:05:31.735 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-05-13T14:05:31.736 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-05-13T14:05:31.736 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-05-13T14:05:31.986 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:05:31.994 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:05:31.999 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:05:32.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:32 smithi086 ceph-mon[42135]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:32.550 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:32 smithi053 ceph-mon[40100]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:32.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:32 smithi204 ceph-mon[42205]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:34.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:34 smithi086 ceph-mon[42135]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:34.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:34 smithi204 ceph-mon[42205]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:34.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:34 smithi053 ceph-mon[40100]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:36.292 INFO:teuthology.orchestra.run.smithi053.stdout:34359738385 2024-05-13T14:05:36.293 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-05-13T14:05:36.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:36 smithi086 ceph-mon[42135]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:36.624 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:36 smithi053 ceph-mon[40100]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:36.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:36 smithi204 ceph-mon[42205]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:36.704 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:05:38.309 INFO:teuthology.orchestra.run.smithi053.stdout:77309411336 2024-05-13T14:05:38.310 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-05-13T14:05:38.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:38 smithi086 ceph-mon[42135]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:38.615 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:38 smithi053 ceph-mon[40100]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:38.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:38 smithi204 ceph-mon[42205]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:39.455 INFO:teuthology.orchestra.run.smithi053.stdout:55834574861 2024-05-13T14:05:39.456 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-05-13T14:05:39.706 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:05:39.892 INFO:teuthology.orchestra.run.smithi053.stdout:34359738386 2024-05-13T14:05:40.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:40 smithi086 ceph-mon[42135]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:40.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:40 smithi086 ceph-mon[42135]: from='client.? 172.21.15.53:0/2837024007' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-13T14:05:40.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:40 smithi204 ceph-mon[42205]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:40.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:40 smithi204 ceph-mon[42205]: from='client.? 172.21.15.53:0/2837024007' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-13T14:05:40.657 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:40 smithi053 ceph-mon[40100]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:40.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:40 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/2837024007' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-13T14:05:41.621 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:05:41.651 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738385 got 34359738386 for osd.0 2024-05-13T14:05:41.651 DEBUG:teuthology.parallel:result is None 2024-05-13T14:05:42.039 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:42.039 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:42.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:42.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:42.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:42.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:41 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:42.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:41 smithi086 ceph-mon[42135]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:42.158 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:41 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:42.158 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:41 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:42.158 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:41 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:42.158 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:41 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:42.158 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:41 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:42.158 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:41 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:42.158 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:41 smithi053 ceph-mon[40100]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:42.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:41 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:42.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:41 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:42.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:41 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:42.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:41 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:42.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:41 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:42.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:41 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:42.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:41 smithi204 ceph-mon[42205]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:42.888 INFO:teuthology.orchestra.run.smithi053.stdout:55834574861 2024-05-13T14:05:43.289 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:42 smithi086 ceph-mon[42135]: from='client.? 172.21.15.53:0/1133621675' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-13T14:05:43.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:42 smithi204 ceph-mon[42205]: from='client.? 172.21.15.53:0/1133621675' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-13T14:05:43.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:42 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/1133621675' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-13T14:05:43.703 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574861 got 55834574861 for osd.1 2024-05-13T14:05:43.703 DEBUG:teuthology.parallel:result is None 2024-05-13T14:05:44.141 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:43 smithi053 ceph-mon[40100]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:44.289 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:43 smithi086 ceph-mon[42135]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:44.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:43 smithi204 ceph-mon[42205]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:45.233 INFO:teuthology.orchestra.run.smithi053.stdout:77309411337 2024-05-13T14:05:45.923 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411336 got 77309411337 for osd.2 2024-05-13T14:05:45.923 DEBUG:teuthology.parallel:result is None 2024-05-13T14:05:45.923 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-05-13T14:05:45.924 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph pg dump --format=json 2024-05-13T14:05:46.161 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:05:46.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:46 smithi086 ceph-mon[42135]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:46.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:46 smithi086 ceph-mon[42135]: from='client.? 172.21.15.53:0/1562319001' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-13T14:05:46.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:46 smithi204 ceph-mon[42205]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:46.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:46 smithi204 ceph-mon[42205]: from='client.? 172.21.15.53:0/1562319001' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-13T14:05:46.657 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:46 smithi053 ceph-mon[40100]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:46.657 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:46 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/1562319001' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-13T14:05:48.225 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:05:48.227 INFO:teuthology.orchestra.run.smithi053.stderr:dumped all 2024-05-13T14:05:48.538 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:48 smithi086 ceph-mon[42135]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:48.635 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:48 smithi204 ceph-mon[42205]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:48.655 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:48 smithi053 ceph-mon[40100]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:48.853 INFO:teuthology.orchestra.run.smithi053.stdout:{"pg_ready":true,"pg_map":{"version":106,"stamp":"2024-05-13T14:05:47.119458+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":88656,"kb_used_data":2264,"kb_used_omap":4,"kb_used_meta":85115,"kb_avail":281146800,"statfs":{"total":287985106944,"available":287894323200,"internally_reserved":0,"allocated":2318336,"data_stored":1934733,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4782,"internal_metadata":87158098},"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.002108"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":184,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-05-13T14:05:20.753267+0000","last_change":"2024-05-13T14:05:16.888413+0000","last_active":"2024-05-13T14:05:20.753267+0000","last_peered":"2024-05-13T14:05:20.753267+0000","last_clean":"2024-05-13T14:05:20.753267+0000","last_became_active":"2024-05-13T14:05:16.888042+0000","last_became_peered":"2024-05-13T14:05:16.888042+0000","last_unstale":"2024-05-13T14:05:20.753267+0000","last_undegraded":"2024-05-13T14:05:20.753267+0000","last_fullsized":"2024-05-13T14:05:20.753267+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-13T14:05:15.881770+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-13T14:05:15.881770+0000","last_clean_scrub_stamp":"2024-05-13T14:05:15.881770+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-05-14T18:51:32.312028+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411338,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28392,"kb_used_data":752,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716760,"statfs":{"total":95995035648,"available":95965962240,"internally_reserved":0,"allocated":770048,"data_stored":644465,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58699999999999997}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.501}]}]},{"osd":0,"up_from":8,"seq":34359738388,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32492,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93712660,"statfs":{"total":95995035648,"available":95961763840,"internally_reserved":0,"allocated":774144,"data_stored":645134,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.49099999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39900000000000002}]}]},{"osd":1,"up_from":13,"seq":55834574863,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27772,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717380,"statfs":{"total":95995035648,"available":95966597120,"internally_reserved":0,"allocated":774144,"data_stored":645134,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51000000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47399999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-05-13T14:05:48.854 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph pg dump --format=json 2024-05-13T14:05:49.082 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:05:49.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:49 smithi204 ceph-mon[42205]: from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-13T14:05:49.512 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:49 smithi053 ceph-mon[40100]: from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-13T14:05:49.538 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:49 smithi086 ceph-mon[42135]: from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-13T14:05:50.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:50 smithi086 ceph-mon[42135]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:50.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:50 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:50.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:50 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:50.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:50 smithi086 ceph-mon[42135]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:50.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:50 smithi204 ceph-mon[42205]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:50.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:50 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:50.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:50 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:50.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:50 smithi204 ceph-mon[42205]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:50.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:50 smithi053 ceph-mon[40100]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:50.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:50 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:50.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:50 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:50.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:50 smithi053 ceph-mon[40100]: from='mgr.14150 172.21.15.53:0/3635248186' entity='mgr.a' 2024-05-13T14:05:50.888 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:05:50.891 INFO:teuthology.orchestra.run.smithi053.stderr:dumped all 2024-05-13T14:05:51.506 INFO:teuthology.orchestra.run.smithi053.stdout:{"pg_ready":true,"pg_map":{"version":107,"stamp":"2024-05-13T14:05:49.120006+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":88656,"kb_used_data":2264,"kb_used_omap":4,"kb_used_meta":85115,"kb_avail":281146800,"statfs":{"total":287985106944,"available":287894323200,"internally_reserved":0,"allocated":2318336,"data_stored":1934733,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4782,"internal_metadata":87158098},"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.002336"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":184,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-05-13T14:05:20.753267+0000","last_change":"2024-05-13T14:05:16.888413+0000","last_active":"2024-05-13T14:05:20.753267+0000","last_peered":"2024-05-13T14:05:20.753267+0000","last_clean":"2024-05-13T14:05:20.753267+0000","last_became_active":"2024-05-13T14:05:16.888042+0000","last_became_peered":"2024-05-13T14:05:16.888042+0000","last_unstale":"2024-05-13T14:05:20.753267+0000","last_undegraded":"2024-05-13T14:05:20.753267+0000","last_fullsized":"2024-05-13T14:05:20.753267+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-13T14:05:15.881770+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-13T14:05:15.881770+0000","last_clean_scrub_stamp":"2024-05-13T14:05:15.881770+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-05-14T18:51:32.312028+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411338,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28392,"kb_used_data":752,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716760,"statfs":{"total":95995035648,"available":95965962240,"internally_reserved":0,"allocated":770048,"data_stored":644465,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58699999999999997}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.501}]}]},{"osd":0,"up_from":8,"seq":34359738388,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32492,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93712660,"statfs":{"total":95995035648,"available":95961763840,"internally_reserved":0,"allocated":774144,"data_stored":645134,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.49099999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39900000000000002}]}]},{"osd":1,"up_from":13,"seq":55834574863,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27772,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717380,"statfs":{"total":95995035648,"available":95966597120,"internally_reserved":0,"allocated":774144,"data_stored":645134,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51000000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47399999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-05-13T14:05:51.507 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-05-13T14:05:51.507 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-05-13T14:05:51.507 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-05-13T14:05:51.507 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph health --format=json 2024-05-13T14:05:51.734 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:05:52.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:52 smithi053 ceph-mon[40100]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-13T14:05:52.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:52 smithi053 ceph-mon[40100]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:52.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:52 smithi086 ceph-mon[42135]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-13T14:05:52.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:52 smithi086 ceph-mon[42135]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:52.628 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:52 smithi204 ceph-mon[42205]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-13T14:05:52.628 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:52 smithi204 ceph-mon[42205]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:53.491 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-13T14:05:53.492 INFO:teuthology.orchestra.run.smithi053.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-05-13T14:05:54.190 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-05-13T14:05:54.190 INFO:tasks.cephadm:Setup complete, yielding 2024-05-13T14:05:54.191 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-05-13T14:05:54.200 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi053.front.sepia.ceph.com 2024-05-13T14:05:54.201 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- bash -c 'ceph mgr module enable rgw' 2024-05-13T14:05:54.430 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:05:54.538 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:54 smithi086 ceph-mon[42135]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:54.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:54 smithi086 ceph-mon[42135]: from='client.? 172.21.15.53:0/2023154453' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-13T14:05:54.618 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:54 smithi053 ceph-mon[40100]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:54.618 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:54 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/2023154453' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-13T14:05:54.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:54 smithi204 ceph-mon[42205]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:54.636 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:54 smithi204 ceph-mon[42205]: from='client.? 172.21.15.53:0/2023154453' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-13T14:05:56.538 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:56 smithi086 ceph-mon[42135]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:56.635 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:56 smithi204 ceph-mon[42205]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:56.657 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:56 smithi053 ceph-mon[40100]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:05:57.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:57 smithi086 ceph-mon[42135]: from='client.? 172.21.15.53:0/3726287085' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-05-13T14:05:57.539 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:05:57 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: ignoring --setuser ceph since I am not root 2024-05-13T14:05:57.539 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:05:57 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: ignoring --setgroup ceph since I am not root 2024-05-13T14:05:57.539 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:05:57 smithi086 ceph-mgr[43879]: -- 172.21.15.86:0/505081847 <== mon.2 v2:172.21.15.86:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5633a4bca1a0 con 0x5633a4ba0c00 2024-05-13T14:05:57.539 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:05:57 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:05:57.440+0000 7f5599d9b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-13T14:05:57.624 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:57 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/3726287085' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-05-13T14:05:57.624 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:05:57 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: ignoring --setuser ceph since I am not root 2024-05-13T14:05:57.625 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:05:57 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: ignoring --setgroup ceph since I am not root 2024-05-13T14:05:57.625 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:05:57 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:05:57.449+0000 7f61482c8200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-13T14:05:57.625 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:05:57 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:05:57.632+0000 7f61482c8200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-13T14:05:57.635 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:57 smithi204 ceph-mon[42205]: from='client.? 172.21.15.53:0/3726287085' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-05-13T14:05:57.915 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:05:57 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:05:57.603+0000 7f5599d9b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-13T14:05:57.974 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2024-05-13T14:05:57.985 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2024-05-13T14:05:57.985 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- ceph rgw realm bootstrap -i - 2024-05-13T14:05:58.221 INFO:teuthology.orchestra.run.smithi053.stdout:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:05:58.255 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:05:57 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:05:57.974+0000 7f61482c8200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-13T14:05:58.256 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:05:57 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:05:57.923+0000 7f5599d9b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-13T14:05:58.538 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:05:58 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:05:58.406+0000 7f5599d9b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-13T14:05:58.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:58 smithi086 ceph-mon[42135]: from='client.? 172.21.15.53:0/3726287085' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-05-13T14:05:58.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:05:58 smithi086 ceph-mon[42135]: mgrmap e16: a(active, since 3m), standbys: b 2024-05-13T14:05:58.587 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:58 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/3726287085' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-05-13T14:05:58.588 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:05:58 smithi053 ceph-mon[40100]: mgrmap e16: a(active, since 3m), standbys: b 2024-05-13T14:05:58.588 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:05:58 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:05:58.513+0000 7f61482c8200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-13T14:05:58.635 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:58 smithi204 ceph-mon[42205]: from='client.? 172.21.15.53:0/3726287085' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-05-13T14:05:58.635 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:05:58 smithi204 ceph-mon[42205]: mgrmap e16: a(active, since 3m), standbys: b 2024-05-13T14:05:58.907 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:05:58 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:05:58.771+0000 7f61482c8200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-13T14:05:59.039 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:05:58 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:05:58.644+0000 7f5599d9b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-13T14:05:59.460 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:05:59 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:05:59.072+0000 7f5599d9b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-13T14:05:59.542 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:05:59 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:05:59.225+0000 7f61482c8200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-13T14:06:00.288 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:05:59 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:05:59.803+0000 7f5599d9b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-13T14:06:00.289 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:05:59 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:05:59.889+0000 7f5599d9b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-13T14:06:00.407 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:05:59 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:05:59.991+0000 7f61482c8200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-13T14:06:00.407 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:06:00 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:06:00.082+0000 7f61482c8200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-13T14:06:00.761 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:06:00 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:06:00.492+0000 7f5599d9b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-13T14:06:00.762 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:06:00 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:06:00.581+0000 7f5599d9b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-13T14:06:00.762 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:06:00 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:06:00.670+0000 7f5599d9b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-13T14:06:00.762 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:06:00 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:06:00.770+0000 7f5599d9b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-13T14:06:01.007 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:06:00 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:06:00.716+0000 7f61482c8200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-13T14:06:01.007 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:06:00 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:06:00.806+0000 7f61482c8200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-13T14:06:01.007 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:06:00 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:06:00.899+0000 7f61482c8200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-13T14:06:01.038 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:06:01 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:06:01.001+0000 7f5599d9b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-13T14:06:01.288 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:06:01 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:06:01.098+0000 7f5599d9b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-13T14:06:01.341 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:06:01 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:06:01.014+0000 7f61482c8200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-13T14:06:01.342 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:06:01 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:06:01.251+0000 7f61482c8200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-13T14:06:01.613 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:06:01 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:06:01.330+0000 7f5599d9b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-13T14:06:01.613 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:06:01 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:06:01.432+0000 7f5599d9b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-13T14:06:01.899 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:06:01 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:06:01.349+0000 7f61482c8200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-13T14:06:01.899 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:06:01 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:06:01.599+0000 7f61482c8200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-13T14:06:01.900 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:06:01 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:06:01.711+0000 7f61482c8200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-13T14:06:02.038 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:06:01 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:06:01.622+0000 7f5599d9b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-13T14:06:02.039 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:06:01 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:06:01.711+0000 7f5599d9b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-13T14:06:02.157 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:06:01 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:06:01.907+0000 7f61482c8200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-13T14:06:02.157 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:06:01 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:06:01.997+0000 7f61482c8200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-13T14:06:02.600 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:06:02 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:06:02.494+0000 7f5599d9b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-13T14:06:02.896 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:06:02 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:06:02.710+0000 7f5599d9b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-13T14:06:03.157 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:06:02 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:06:02.788+0000 7f61482c8200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-13T14:06:03.158 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:06:03 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:06:03.014+0000 7f61482c8200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-13T14:06:03.288 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:06:02 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:06:02.905+0000 7f5599d9b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-13T14:06:03.657 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:06:03 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:06:03.221+0000 7f61482c8200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-13T14:06:03.930 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:06:03 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:06:03.563+0000 7f5599d9b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-13T14:06:03.930 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:06:03 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:06:03.757+0000 7f5599d9b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-13T14:06:03.939 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:06:03 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:06:03.920+0000 7f61482c8200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-13T14:06:04.288 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:06:03 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:06:03.939+0000 7f5599d9b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-13T14:06:04.289 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:06:04 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b[43804]: 2024-05-13T14:06:04.053+0000 7f5599d9b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-13T14:06:04.289 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:04 smithi086 ceph-mon[42135]: Standby manager daemon b restarted 2024-05-13T14:06:04.289 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:04 smithi086 ceph-mon[42135]: Standby manager daemon b started 2024-05-13T14:06:04.289 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:04 smithi086 ceph-mon[42135]: from='mgr.? 172.21.15.86:0/4111203458' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-13T14:06:04.289 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:04 smithi086 ceph-mon[42135]: from='mgr.? 172.21.15.86:0/4111203458' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-13T14:06:04.289 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:04 smithi086 ceph-mon[42135]: from='mgr.? 172.21.15.86:0/4111203458' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-13T14:06:04.289 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:04 smithi086 ceph-mon[42135]: from='mgr.? 172.21.15.86:0/4111203458' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-13T14:06:04.324 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:06:04 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:06:04.134+0000 7f61482c8200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-13T14:06:04.324 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:04 smithi053 ceph-mon[40100]: Standby manager daemon b restarted 2024-05-13T14:06:04.325 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:04 smithi053 ceph-mon[40100]: Standby manager daemon b started 2024-05-13T14:06:04.325 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:04 smithi053 ceph-mon[40100]: from='mgr.? 172.21.15.86:0/4111203458' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-13T14:06:04.325 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:04 smithi053 ceph-mon[40100]: from='mgr.? 172.21.15.86:0/4111203458' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-13T14:06:04.325 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:04 smithi053 ceph-mon[40100]: from='mgr.? 172.21.15.86:0/4111203458' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-13T14:06:04.325 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:04 smithi053 ceph-mon[40100]: from='mgr.? 172.21.15.86:0/4111203458' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-13T14:06:04.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:04 smithi204 ceph-mon[42205]: Standby manager daemon b restarted 2024-05-13T14:06:04.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:04 smithi204 ceph-mon[42205]: Standby manager daemon b started 2024-05-13T14:06:04.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:04 smithi204 ceph-mon[42205]: from='mgr.? 172.21.15.86:0/4111203458' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-13T14:06:04.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:04 smithi204 ceph-mon[42205]: from='mgr.? 172.21.15.86:0/4111203458' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-13T14:06:04.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:04 smithi204 ceph-mon[42205]: from='mgr.? 172.21.15.86:0/4111203458' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-13T14:06:04.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:04 smithi204 ceph-mon[42205]: from='mgr.? 172.21.15.86:0/4111203458' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-13T14:06:04.619 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:06:04 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:06:04.331+0000 7f61482c8200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-13T14:06:04.619 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:06:04 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:06:04.457+0000 7f61482c8200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-13T14:06:05.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: mgrmap e17: a(active, since 3m), standbys: b 2024-05-13T14:06:05.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: Active manager daemon a restarted 2024-05-13T14:06:05.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: Activating manager daemon a 2024-05-13T14:06:05.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: osdmap e22: 3 total, 3 up, 3 in 2024-05-13T14:06:05.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: mgrmap e18: a(active, starting, since 0.00679437s), standbys: b 2024-05-13T14:06:05.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T14:06:05.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:06:05.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:06:05.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-13T14:06:05.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-13T14:06:05.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T14:06:05.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T14:06:05.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T14:06:05.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-13T14:06:05.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-13T14:06:05.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-13T14:06:05.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: Manager daemon a is now available 2024-05-13T14:06:05.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:05.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:06:05.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi086", "name": "osd_memory_target"}]: dispatch 2024-05-13T14:06:05.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"}]: dispatch 2024-05-13T14:06:05.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi086", "name": "osd_memory_target"}]': finished 2024-05-13T14:06:05.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-05-13T14:06:05.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"}]': finished 2024-05-13T14:06:05.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]': finished 2024-05-13T14:06:05.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:05.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:06:05.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-13T14:06:05.388 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:05 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-13T14:06:05.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: mgrmap e17: a(active, since 3m), standbys: b 2024-05-13T14:06:05.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: Active manager daemon a restarted 2024-05-13T14:06:05.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: Activating manager daemon a 2024-05-13T14:06:05.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: osdmap e22: 3 total, 3 up, 3 in 2024-05-13T14:06:05.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: mgrmap e18: a(active, starting, since 0.00679437s), standbys: b 2024-05-13T14:06:05.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T14:06:05.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:06:05.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:06:05.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-13T14:06:05.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-13T14:06:05.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T14:06:05.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T14:06:05.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T14:06:05.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-13T14:06:05.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-13T14:06:05.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-13T14:06:05.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: Manager daemon a is now available 2024-05-13T14:06:05.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:05.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:06:05.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi086", "name": "osd_memory_target"}]: dispatch 2024-05-13T14:06:05.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"}]: dispatch 2024-05-13T14:06:05.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi086", "name": "osd_memory_target"}]': finished 2024-05-13T14:06:05.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-05-13T14:06:05.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"}]': finished 2024-05-13T14:06:05.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]': finished 2024-05-13T14:06:05.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:05.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:06:05.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-13T14:06:05.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:05 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-13T14:06:05.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: mgrmap e17: a(active, since 3m), standbys: b 2024-05-13T14:06:05.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: Active manager daemon a restarted 2024-05-13T14:06:05.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: Activating manager daemon a 2024-05-13T14:06:05.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: osdmap e22: 3 total, 3 up, 3 in 2024-05-13T14:06:05.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: mgrmap e18: a(active, starting, since 0.00679437s), standbys: b 2024-05-13T14:06:05.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T14:06:05.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T14:06:05.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T14:06:05.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-13T14:06:05.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-13T14:06:05.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T14:06:05.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T14:06:05.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T14:06:05.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-13T14:06:05.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-13T14:06:05.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-13T14:06:05.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: Manager daemon a is now available 2024-05-13T14:06:05.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:05.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:06:05.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi086", "name": "osd_memory_target"}]: dispatch 2024-05-13T14:06:05.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"}]: dispatch 2024-05-13T14:06:05.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi086", "name": "osd_memory_target"}]': finished 2024-05-13T14:06:05.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-05-13T14:06:05.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"}]': finished 2024-05-13T14:06:05.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]': finished 2024-05-13T14:06:05.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:05.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:06:05.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-13T14:06:05.541 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:05 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-13T14:06:06.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:06 smithi204 ceph-mon[42205]: Updating smithi053:/etc/ceph/ceph.conf 2024-05-13T14:06:06.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:06 smithi204 ceph-mon[42205]: Updating smithi086:/etc/ceph/ceph.conf 2024-05-13T14:06:06.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:06 smithi204 ceph-mon[42205]: Updating smithi204:/etc/ceph/ceph.conf 2024-05-13T14:06:06.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:06 smithi204 ceph-mon[42205]: Updating smithi086:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T14:06:06.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:06 smithi204 ceph-mon[42205]: Updating smithi053:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T14:06:06.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:06 smithi204 ceph-mon[42205]: Updating smithi204:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T14:06:06.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:06 smithi204 ceph-mon[42205]: mgrmap e19: a(active, since 1.0118s), standbys: b 2024-05-13T14:06:06.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:06 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:06.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:06 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:06.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:06 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:06.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:06 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:06.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:06 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:06.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:06 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:06.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:06 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:06.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:06 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:06.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:06 smithi053 ceph-mon[40100]: Updating smithi053:/etc/ceph/ceph.conf 2024-05-13T14:06:06.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:06 smithi053 ceph-mon[40100]: Updating smithi086:/etc/ceph/ceph.conf 2024-05-13T14:06:06.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:06 smithi053 ceph-mon[40100]: Updating smithi204:/etc/ceph/ceph.conf 2024-05-13T14:06:06.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:06 smithi053 ceph-mon[40100]: Updating smithi086:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T14:06:06.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:06 smithi053 ceph-mon[40100]: Updating smithi053:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T14:06:06.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:06 smithi053 ceph-mon[40100]: Updating smithi204:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T14:06:06.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:06 smithi053 ceph-mon[40100]: mgrmap e19: a(active, since 1.0118s), standbys: b 2024-05-13T14:06:06.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:06 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:06.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:06 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:06.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:06 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:06.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:06 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:06.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:06 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:06.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:06 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:06.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:06 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:06.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:06 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:06.538 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:06 smithi086 ceph-mon[42135]: Updating smithi053:/etc/ceph/ceph.conf 2024-05-13T14:06:06.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:06 smithi086 ceph-mon[42135]: Updating smithi086:/etc/ceph/ceph.conf 2024-05-13T14:06:06.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:06 smithi086 ceph-mon[42135]: Updating smithi204:/etc/ceph/ceph.conf 2024-05-13T14:06:06.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:06 smithi086 ceph-mon[42135]: Updating smithi086:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T14:06:06.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:06 smithi086 ceph-mon[42135]: Updating smithi053:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T14:06:06.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:06 smithi086 ceph-mon[42135]: Updating smithi204:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T14:06:06.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:06 smithi086 ceph-mon[42135]: mgrmap e19: a(active, since 1.0118s), standbys: b 2024-05-13T14:06:06.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:06 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:06.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:06 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:06.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:06 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:06.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:06 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:06.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:06 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:06.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:06 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:06.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:06 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:06.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:06 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:07.203 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:07 smithi053 ceph-mon[40100]: Updating smithi086:/etc/ceph/ceph.client.admin.keyring 2024-05-13T14:06:07.203 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:07 smithi053 ceph-mon[40100]: Updating smithi053:/etc/ceph/ceph.client.admin.keyring 2024-05-13T14:06:07.203 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:07 smithi053 ceph-mon[40100]: [13/May/2024:14:06:05] ENGINE Bus STARTING 2024-05-13T14:06:07.204 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:07 smithi053 ceph-mon[40100]: Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-05-13T14:06:07.204 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:07 smithi053 ceph-mon[40100]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:06:07.204 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:07 smithi053 ceph-mon[40100]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:06:07.204 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:07 smithi053 ceph-mon[40100]: [13/May/2024:14:06:05] ENGINE Serving on http://172.21.15.53:8765 2024-05-13T14:06:07.204 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:07 smithi053 ceph-mon[40100]: [13/May/2024:14:06:05] ENGINE Serving on https://172.21.15.53:7151 2024-05-13T14:06:07.204 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:07 smithi053 ceph-mon[40100]: [13/May/2024:14:06:05] ENGINE Bus STARTED 2024-05-13T14:06:07.204 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:07 smithi053 ceph-mon[40100]: Updating smithi086:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-13T14:06:07.204 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:07 smithi053 ceph-mon[40100]: Updating smithi053:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-13T14:06:07.204 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:07 smithi053 ceph-mon[40100]: Updating smithi204:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-13T14:06:07.204 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:07 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi053", "caps": []}]: dispatch 2024-05-13T14:06:07.204 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:07 smithi053 ceph-mon[40100]: osdmap e23: 3 total, 3 up, 3 in 2024-05-13T14:06:07.204 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:07 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/3438143239' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-05-13T14:06:07.204 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:07 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi086", "caps": []}]: dispatch 2024-05-13T14:06:07.204 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:07 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:07.204 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:07 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:07.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:07 smithi204 ceph-mon[42205]: Updating smithi086:/etc/ceph/ceph.client.admin.keyring 2024-05-13T14:06:07.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:07 smithi204 ceph-mon[42205]: Updating smithi053:/etc/ceph/ceph.client.admin.keyring 2024-05-13T14:06:07.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:07 smithi204 ceph-mon[42205]: [13/May/2024:14:06:05] ENGINE Bus STARTING 2024-05-13T14:06:07.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:07 smithi204 ceph-mon[42205]: Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-05-13T14:06:07.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:07 smithi204 ceph-mon[42205]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:06:07.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:07 smithi204 ceph-mon[42205]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:06:07.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:07 smithi204 ceph-mon[42205]: [13/May/2024:14:06:05] ENGINE Serving on http://172.21.15.53:8765 2024-05-13T14:06:07.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:07 smithi204 ceph-mon[42205]: [13/May/2024:14:06:05] ENGINE Serving on https://172.21.15.53:7151 2024-05-13T14:06:07.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:07 smithi204 ceph-mon[42205]: [13/May/2024:14:06:05] ENGINE Bus STARTED 2024-05-13T14:06:07.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:07 smithi204 ceph-mon[42205]: Updating smithi086:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-13T14:06:07.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:07 smithi204 ceph-mon[42205]: Updating smithi053:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-13T14:06:07.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:07 smithi204 ceph-mon[42205]: Updating smithi204:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-13T14:06:07.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:07 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi053", "caps": []}]: dispatch 2024-05-13T14:06:07.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:07 smithi204 ceph-mon[42205]: osdmap e23: 3 total, 3 up, 3 in 2024-05-13T14:06:07.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:07 smithi204 ceph-mon[42205]: from='client.? 172.21.15.53:0/3438143239' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-05-13T14:06:07.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:07 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi086", "caps": []}]: dispatch 2024-05-13T14:06:07.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:07 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:07.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:07 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:07.538 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:07 smithi086 ceph-mon[42135]: Updating smithi086:/etc/ceph/ceph.client.admin.keyring 2024-05-13T14:06:07.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:07 smithi086 ceph-mon[42135]: Updating smithi053:/etc/ceph/ceph.client.admin.keyring 2024-05-13T14:06:07.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:07 smithi086 ceph-mon[42135]: [13/May/2024:14:06:05] ENGINE Bus STARTING 2024-05-13T14:06:07.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:07 smithi086 ceph-mon[42135]: Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-05-13T14:06:07.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:07 smithi086 ceph-mon[42135]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:06:07.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:07 smithi086 ceph-mon[42135]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:06:07.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:07 smithi086 ceph-mon[42135]: [13/May/2024:14:06:05] ENGINE Serving on http://172.21.15.53:8765 2024-05-13T14:06:07.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:07 smithi086 ceph-mon[42135]: [13/May/2024:14:06:05] ENGINE Serving on https://172.21.15.53:7151 2024-05-13T14:06:07.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:07 smithi086 ceph-mon[42135]: [13/May/2024:14:06:05] ENGINE Bus STARTED 2024-05-13T14:06:07.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:07 smithi086 ceph-mon[42135]: Updating smithi086:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-13T14:06:07.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:07 smithi086 ceph-mon[42135]: Updating smithi053:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-13T14:06:07.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:07 smithi086 ceph-mon[42135]: Updating smithi204:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-13T14:06:07.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:07 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi053", "caps": []}]: dispatch 2024-05-13T14:06:07.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:07 smithi086 ceph-mon[42135]: osdmap e23: 3 total, 3 up, 3 in 2024-05-13T14:06:07.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:07 smithi086 ceph-mon[42135]: from='client.? 172.21.15.53:0/3438143239' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-05-13T14:06:07.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:07 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi086", "caps": []}]: dispatch 2024-05-13T14:06:07.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:07 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:07.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:07 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:08.347 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:08 smithi204 ceph-mon[42205]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:06:08.347 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:08 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-05-13T14:06:08.347 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:08 smithi204 ceph-mon[42205]: mgrmap e20: a(active, since 3s), standbys: b 2024-05-13T14:06:08.347 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:08 smithi204 ceph-mon[42205]: from='client.? 172.21.15.53:0/3438143239' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-05-13T14:06:08.347 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:08 smithi204 ceph-mon[42205]: osdmap e24: 3 total, 3 up, 3 in 2024-05-13T14:06:08.347 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:08 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:06:08.347 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:08 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi086", "caps": []}]: dispatch 2024-05-13T14:06:08.347 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:08 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-05-13T14:06:08.347 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:08 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:08.378 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:08 smithi053 ceph-mon[40100]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:06:08.378 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:08 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-05-13T14:06:08.378 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:08 smithi053 ceph-mon[40100]: mgrmap e20: a(active, since 3s), standbys: b 2024-05-13T14:06:08.378 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:08 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/3438143239' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-05-13T14:06:08.378 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:08 smithi053 ceph-mon[40100]: osdmap e24: 3 total, 3 up, 3 in 2024-05-13T14:06:08.378 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:08 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:06:08.378 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:08 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi086", "caps": []}]: dispatch 2024-05-13T14:06:08.378 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:08 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-05-13T14:06:08.379 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:08 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:08.538 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:08 smithi086 ceph-mon[42135]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:06:08.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:08 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-05-13T14:06:08.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:08 smithi086 ceph-mon[42135]: mgrmap e20: a(active, since 3s), standbys: b 2024-05-13T14:06:08.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:08 smithi086 ceph-mon[42135]: from='client.? 172.21.15.53:0/3438143239' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-05-13T14:06:08.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:08 smithi086 ceph-mon[42135]: osdmap e24: 3 total, 3 up, 3 in 2024-05-13T14:06:08.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:08 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:06:08.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:08 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi086", "caps": []}]: dispatch 2024-05-13T14:06:08.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:08 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-05-13T14:06:08.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:08 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:09.886 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:09 smithi204 ceph-mon[42205]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:06:09.886 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:09 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:09.886 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:09 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:09.886 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:09 smithi204 ceph-mon[42205]: osdmap e25: 3 total, 3 up, 3 in 2024-05-13T14:06:09.887 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:09 smithi204 ceph-mon[42205]: from='client.? 172.21.15.53:0/3272731204' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-13T14:06:09.887 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:09 smithi204 ceph-mon[42205]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-13T14:06:09.887 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:09 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:09.887 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:09 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:09.887 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:09 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:09.887 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:09 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:09.887 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:09 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:09.887 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:09 smithi204 ceph-mon[42205]: mgrmap e21: a(active, since 4s), standbys: b 2024-05-13T14:06:09.887 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:09 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:09.887 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:09 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:09.907 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:09 smithi053 ceph-mon[40100]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:06:09.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:09 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:09.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:09 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:09.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:09 smithi053 ceph-mon[40100]: osdmap e25: 3 total, 3 up, 3 in 2024-05-13T14:06:09.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:09 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/3272731204' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-13T14:06:09.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:09 smithi053 ceph-mon[40100]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-13T14:06:09.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:09 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:09.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:09 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:09.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:09 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:09.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:09 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:09.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:09 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:09.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:09 smithi053 ceph-mon[40100]: mgrmap e21: a(active, since 4s), standbys: b 2024-05-13T14:06:09.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:09 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:09.908 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:09 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:10.038 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:09 smithi086 ceph-mon[42135]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:06:10.039 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:09 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:10.039 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:09 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:10.039 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:09 smithi086 ceph-mon[42135]: osdmap e25: 3 total, 3 up, 3 in 2024-05-13T14:06:10.039 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:09 smithi086 ceph-mon[42135]: from='client.? 172.21.15.53:0/3272731204' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-13T14:06:10.039 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:09 smithi086 ceph-mon[42135]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-13T14:06:10.039 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:09 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:10.039 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:09 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:10.039 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:09 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:10.039 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:09 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:10.039 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:09 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:10.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:09 smithi086 ceph-mon[42135]: mgrmap e21: a(active, since 4s), standbys: b 2024-05-13T14:06:10.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:09 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:10.040 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:09 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.027 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:10 smithi086 ceph-mon[42135]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-05-13T14:06:11.028 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:10 smithi086 ceph-mon[42135]: osdmap e26: 3 total, 3 up, 3 in 2024-05-13T14:06:11.028 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:10 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:11.028 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:10 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.028 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:10 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.028 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:10 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:06:11.028 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:10 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.028 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:10 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.028 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:10 smithi086 ceph-mon[42135]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-13T14:06:11.028 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:10 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.028 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:10 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.028 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:10 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.028 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:10 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.028 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:10 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.029 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:10 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.029 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:10 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.029 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:10 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.029 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:10 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.029 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:10 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.102 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:10 smithi204 ceph-mon[42205]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-05-13T14:06:11.102 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:10 smithi204 ceph-mon[42205]: osdmap e26: 3 total, 3 up, 3 in 2024-05-13T14:06:11.102 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:10 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:11.102 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:10 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.103 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:10 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.103 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:10 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:06:11.103 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:10 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.103 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:10 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.103 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:10 smithi204 ceph-mon[42205]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-13T14:06:11.103 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:10 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.103 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:10 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.103 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:10 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.103 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:10 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.103 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:10 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.103 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:10 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.103 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:10 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.103 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:10 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.103 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:10 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.103 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:10 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:10 smithi053 ceph-mon[40100]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-05-13T14:06:11.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:10 smithi053 ceph-mon[40100]: osdmap e26: 3 total, 3 up, 3 in 2024-05-13T14:06:11.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:10 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:11.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:10 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:10 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:10 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:06:11.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:10 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:10 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:10 smithi053 ceph-mon[40100]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-13T14:06:11.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:10 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:10 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:10 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:10 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:10 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:10 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:10 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:10 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:10 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:10 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.740 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:11 smithi204 ceph-mon[42205]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:06:11.740 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:11 smithi204 ceph-mon[42205]: osdmap e27: 3 total, 3 up, 3 in 2024-05-13T14:06:11.741 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:11 smithi204 ceph-mon[42205]: from='client.? 172.21.15.53:0/3272731204' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-13T14:06:11.741 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:11 smithi204 ceph-mon[42205]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-13T14:06:11.741 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:11 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.741 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:11 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.741 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:11 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.741 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:11 smithi086 ceph-mon[42135]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:06:11.741 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:11 smithi086 ceph-mon[42135]: osdmap e27: 3 total, 3 up, 3 in 2024-05-13T14:06:11.741 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:11 smithi086 ceph-mon[42135]: from='client.? 172.21.15.53:0/3272731204' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-13T14:06:11.741 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:11 smithi086 ceph-mon[42135]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-13T14:06:11.742 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:11 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.742 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:11 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.742 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:11 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.742 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:11 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.742 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:11 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:06:11.742 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:11 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:11.742 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:11 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:06:11.742 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:11 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:11.742 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:11 smithi086 ceph-mon[42135]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-05-13T14:06:11.742 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:11 smithi086 ceph-mon[42135]: osdmap e28: 3 total, 3 up, 3 in 2024-05-13T14:06:12.015 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:11 smithi053 ceph-mon[40100]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-13T14:06:12.015 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:11 smithi053 ceph-mon[40100]: osdmap e27: 3 total, 3 up, 3 in 2024-05-13T14:06:12.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:11 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/3272731204' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-13T14:06:12.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:11 smithi053 ceph-mon[40100]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-13T14:06:12.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:11 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:12.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:11 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:12.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:11 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:12.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:11 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:12.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:11 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:06:12.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:11 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:12.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:11 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:06:12.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:11 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:12.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:11 smithi053 ceph-mon[40100]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-05-13T14:06:12.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:11 smithi053 ceph-mon[40100]: osdmap e28: 3 total, 3 up, 3 in 2024-05-13T14:06:12.082 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:11 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:12.082 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:11 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:06:12.082 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:11 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:12.082 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:11 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:06:12.082 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:11 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:12.083 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:11 smithi204 ceph-mon[42205]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-05-13T14:06:12.083 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:11 smithi204 ceph-mon[42205]: osdmap e28: 3 total, 3 up, 3 in 2024-05-13T14:06:13.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:13 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:13 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:13 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:13 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:13 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:13 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:13 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:13 smithi204 ceph-mon[42205]: osdmap e29: 3 total, 3 up, 3 in 2024-05-13T14:06:13.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:13 smithi204 ceph-mon[42205]: from='client.? 172.21.15.53:0/1018151477' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-13T14:06:13.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:13 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:13 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.387 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:13 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:13 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:13 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:13 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:13 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:13 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:13 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:13 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:13 smithi086 ceph-mon[42135]: osdmap e29: 3 total, 3 up, 3 in 2024-05-13T14:06:13.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:13 smithi086 ceph-mon[42135]: from='client.? 172.21.15.53:0/1018151477' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-13T14:06:13.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:13 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:13 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:13 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:13 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:13 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:13 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:13 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:13 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:13 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:13 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:13 smithi053 ceph-mon[40100]: osdmap e29: 3 total, 3 up, 3 in 2024-05-13T14:06:13.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:13 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/1018151477' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-13T14:06:13.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:13 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:13 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:13.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:13 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:14.496 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:14 smithi204 ceph-mon[42205]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2024-05-13T14:06:14.496 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:14 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:14.497 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:14 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:14.497 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:14 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:14.497 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:14 smithi204 ceph-mon[42205]: from='client.? 172.21.15.53:0/1018151477' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-05-13T14:06:14.497 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:14 smithi204 ceph-mon[42205]: osdmap e30: 3 total, 3 up, 3 in 2024-05-13T14:06:14.497 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:14 smithi204 ceph-mon[42205]: from='client.? 172.21.15.53:0/1018151477' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-13T14:06:14.504 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:14 smithi086 ceph-mon[42135]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2024-05-13T14:06:14.504 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:14 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:14.504 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:14 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:14.504 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:14 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:14.505 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:14 smithi086 ceph-mon[42135]: from='client.? 172.21.15.53:0/1018151477' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-05-13T14:06:14.505 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:14 smithi086 ceph-mon[42135]: osdmap e30: 3 total, 3 up, 3 in 2024-05-13T14:06:14.505 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:14 smithi086 ceph-mon[42135]: from='client.? 172.21.15.53:0/1018151477' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-13T14:06:14.657 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:14 smithi053 ceph-mon[40100]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2024-05-13T14:06:14.657 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:14 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:14.657 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:14 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:14.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:14 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:14.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:14 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/1018151477' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-05-13T14:06:14.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:14 smithi053 ceph-mon[40100]: osdmap e30: 3 total, 3 up, 3 in 2024-05-13T14:06:14.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:14 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/1018151477' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-13T14:06:15.198 INFO:teuthology.orchestra.run.smithi053.stdout:Realm(s) created correctly. Please, use 'ceph rgw realm tokens' to get the token. 2024-05-13T14:06:15.621 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:15 smithi204 ceph-mon[42205]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2024-05-13T14:06:15.621 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:15 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:15.621 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:15 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:15.621 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:15 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:15.621 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:15 smithi204 ceph-mon[42205]: from='client.? 172.21.15.53:0/1018151477' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-05-13T14:06:15.622 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:15 smithi204 ceph-mon[42205]: osdmap e31: 3 total, 3 up, 3 in 2024-05-13T14:06:15.622 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:15 smithi204 ceph-mon[42205]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-13T14:06:15.622 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:15 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:15.622 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:15 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:06:15.622 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:15 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:15.622 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:15 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:06:15.622 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:15 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:15.622 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:15 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi086.viofge", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-13T14:06:15.622 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:15 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi086.viofge", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-13T14:06:15.622 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:15 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:15.622 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:15 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:15.622 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:15 smithi204 ceph-mon[42205]: Deploying daemon rgw.myrealm1.myzone1.smithi086.viofge on smithi086 2024-05-13T14:06:15.744 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:15 smithi086 ceph-mon[42135]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2024-05-13T14:06:15.745 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:15 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:15.745 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:15 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:15.745 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:15 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:15.745 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:15 smithi086 ceph-mon[42135]: from='client.? 172.21.15.53:0/1018151477' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-05-13T14:06:15.745 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:15 smithi086 ceph-mon[42135]: osdmap e31: 3 total, 3 up, 3 in 2024-05-13T14:06:15.745 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:15 smithi086 ceph-mon[42135]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-13T14:06:15.745 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:15 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:15.745 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:15 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:06:15.745 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:15 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:15.745 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:15 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:06:15.745 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:15 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:15.745 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:15 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi086.viofge", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-13T14:06:15.745 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:15 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi086.viofge", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-13T14:06:15.746 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:15 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:15.746 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:15 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:15.746 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:15 smithi086 ceph-mon[42135]: Deploying daemon rgw.myrealm1.myzone1.smithi086.viofge on smithi086 2024-05-13T14:06:15.763 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:15 smithi053 ceph-mon[40100]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2024-05-13T14:06:15.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:15 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:15.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:15 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:15.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:15 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:15.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:15 smithi053 ceph-mon[40100]: from='client.? 172.21.15.53:0/1018151477' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-05-13T14:06:15.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:15 smithi053 ceph-mon[40100]: osdmap e31: 3 total, 3 up, 3 in 2024-05-13T14:06:15.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:15 smithi053 ceph-mon[40100]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-13T14:06:15.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:15 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:15.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:15 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:06:15.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:15 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:15.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:15 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:06:15.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:15 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:15.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:15 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi086.viofge", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-13T14:06:15.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:15 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi086.viofge", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-13T14:06:15.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:15 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:15.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:15 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:15.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:15 smithi053 ceph-mon[40100]: Deploying daemon rgw.myrealm1.myzone1.smithi086.viofge on smithi086 2024-05-13T14:06:15.784 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-05-13T14:06:15.795 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi053.front.sepia.ceph.com 2024-05-13T14:06:15.795 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b806bdbddfddd976c2919d3cca5c05faad473799 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2f34b982-1131-11ef-bc98-c7b262605968 -- bash -c 'set -e 2024-05-13T14:06:15.795 DEBUG:teuthology.orchestra.run.smithi053:> set -x 2024-05-13T14:06:15.795 DEBUG:teuthology.orchestra.run.smithi053:> while true; do TOKEN=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"'); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done 2024-05-13T14:06:15.795 DEBUG:teuthology.orchestra.run.smithi053:> TOKENS=$(ceph rgw realm tokens) 2024-05-13T14:06:15.795 DEBUG:teuthology.orchestra.run.smithi053:> echo $TOKENS | jq --exit-status '"'"'.[0].realm == "myrealm1"'"'"' 2024-05-13T14:06:15.795 DEBUG:teuthology.orchestra.run.smithi053:> echo $TOKENS | jq --exit-status '"'"'.[0].token'"'"' 2024-05-13T14:06:15.796 DEBUG:teuthology.orchestra.run.smithi053:> TOKEN_JSON=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"' | base64 --decode) 2024-05-13T14:06:15.796 DEBUG:teuthology.orchestra.run.smithi053:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_name == "myrealm1"'"'"' 2024-05-13T14:06:15.796 DEBUG:teuthology.orchestra.run.smithi053:> echo $TOKEN_JSON | jq --exit-status '"'"'.endpoint | test("http://.+:\\d+")'"'"' 2024-05-13T14:06:15.796 DEBUG:teuthology.orchestra.run.smithi053:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'"'"' 2024-05-13T14:06:15.796 DEBUG:teuthology.orchestra.run.smithi053:> echo $TOKEN_JSON | jq --exit-status '"'"'.access_key'"'"' 2024-05-13T14:06:15.796 DEBUG:teuthology.orchestra.run.smithi053:> echo $TOKEN_JSON | jq --exit-status '"'"'.secret'"'"' 2024-05-13T14:06:15.796 DEBUG:teuthology.orchestra.run.smithi053:> ' 2024-05-13T14:06:16.028 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T14:06:17.269 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:17 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:17.269 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:17 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:17.269 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:17 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:17.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:17 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:17.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:17 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:17.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:17 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:17.392 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:17 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:17.392 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:17 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:17.392 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:17 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:17.835 INFO:teuthology.orchestra.run.smithi053.stderr:+ true 2024-05-13T14:06:17.835 INFO:teuthology.orchestra.run.smithi053.stderr:++ ceph rgw realm tokens 2024-05-13T14:06:17.835 INFO:teuthology.orchestra.run.smithi053.stderr:++ jq -r '.[0].token' 2024-05-13T14:06:18.356 INFO:teuthology.orchestra.run.smithi053.stderr:+ TOKEN='master zone has no endpoint' 2024-05-13T14:06:18.356 INFO:teuthology.orchestra.run.smithi053.stderr:+ echo master zone has no endpoint 2024-05-13T14:06:18.356 INFO:teuthology.orchestra.run.smithi053.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2024-05-13T14:06:18.356 INFO:teuthology.orchestra.run.smithi053.stderr:+ sleep 5 2024-05-13T14:06:18.356 INFO:teuthology.orchestra.run.smithi053.stdout:master zone has no endpoint 2024-05-13T14:06:18.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:18 smithi204 ceph-mon[42205]: pgmap v18: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 14 KiB/s rd, 5.1 KiB/s wr, 21 op/s 2024-05-13T14:06:18.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:18 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:18.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:18 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:18.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:18 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:18.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:18 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi204.zlafmq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-13T14:06:18.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:18 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi204.zlafmq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-13T14:06:18.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:18 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:18.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:18 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:18.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:18 smithi053 ceph-mon[40100]: pgmap v18: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 14 KiB/s rd, 5.1 KiB/s wr, 21 op/s 2024-05-13T14:06:18.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:18 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:18.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:18 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:18.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:18 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:18.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:18 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi204.zlafmq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-13T14:06:18.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:18 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi204.zlafmq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-13T14:06:18.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:18 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:18.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:18 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:18.538 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:18 smithi086 ceph-mon[42135]: pgmap v18: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 14 KiB/s rd, 5.1 KiB/s wr, 21 op/s 2024-05-13T14:06:18.538 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:18 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:18.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:18 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:18.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:18 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:18.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:18 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi204.zlafmq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-13T14:06:18.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:18 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi204.zlafmq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-13T14:06:18.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:18 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:18.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:18 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:19.180 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:19 smithi204 ceph-mon[42205]: Deploying daemon rgw.myrealm1.myzone1.smithi204.zlafmq on smithi204 2024-05-13T14:06:19.180 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:19 smithi204 ceph-mon[42205]: from='client.14709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:06:19.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:19 smithi053 ceph-mon[40100]: Deploying daemon rgw.myrealm1.myzone1.smithi204.zlafmq on smithi204 2024-05-13T14:06:19.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:19 smithi053 ceph-mon[40100]: from='client.14709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:06:19.538 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:19 smithi086 ceph-mon[42135]: Deploying daemon rgw.myrealm1.myzone1.smithi204.zlafmq on smithi204 2024-05-13T14:06:19.538 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:19 smithi086 ceph-mon[42135]: from='client.14709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:06:20.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:20 smithi204 ceph-mon[42205]: pgmap v19: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 11 KiB/s rd, 4.0 KiB/s wr, 17 op/s 2024-05-13T14:06:20.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:20 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:20.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:20 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:20.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:20 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:20.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:20 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM0MGUyNzA0LWVlYjgtNDM2Ny05MmY0LTIxNDMyM2U5YmRmZCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiMVVGNlZBSFlPVEVOS0UxN1ZUVjIiLAogICAgInNlY3JldCI6ICJ0ZldwWnBaZ0R6N2ZyTzBVSHZLd0lWdzVXN0VQdHVSVGVrUm9iS1BlIgp9", "zone_endpoints": ["http://smithi086:5500", "http://smithi204:5500"]}]: dispatch 2024-05-13T14:06:20.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:20 smithi053 ceph-mon[40100]: pgmap v19: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 11 KiB/s rd, 4.0 KiB/s wr, 17 op/s 2024-05-13T14:06:20.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:20 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:20.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:20 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:20.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:20 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:20.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:20 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM0MGUyNzA0LWVlYjgtNDM2Ny05MmY0LTIxNDMyM2U5YmRmZCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiMVVGNlZBSFlPVEVOS0UxN1ZUVjIiLAogICAgInNlY3JldCI6ICJ0ZldwWnBaZ0R6N2ZyTzBVSHZLd0lWdzVXN0VQdHVSVGVrUm9iS1BlIgp9", "zone_endpoints": ["http://smithi086:5500", "http://smithi204:5500"]}]: dispatch 2024-05-13T14:06:20.538 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:20 smithi086 ceph-mon[42135]: pgmap v19: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 11 KiB/s rd, 4.0 KiB/s wr, 17 op/s 2024-05-13T14:06:20.538 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:20 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:20.538 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:20 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:20.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:20 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:20.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:20 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM0MGUyNzA0LWVlYjgtNDM2Ny05MmY0LTIxNDMyM2U5YmRmZCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiMVVGNlZBSFlPVEVOS0UxN1ZUVjIiLAogICAgInNlY3JldCI6ICJ0ZldwWnBaZ0R6N2ZyTzBVSHZLd0lWdzVXN0VQdHVSVGVrUm9iS1BlIgp9", "zone_endpoints": ["http://smithi086:5500", "http://smithi204:5500"]}]: dispatch 2024-05-13T14:06:21.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:21 smithi204 ceph-mon[42205]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM0MGUyNzA0LWVlYjgtNDM2Ny05MmY0LTIxNDMyM2U5YmRmZCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiMVVGNlZBSFlPVEVOS0UxN1ZUVjIiLAogICAgInNlY3JldCI6ICJ0ZldwWnBaZ0R6N2ZyTzBVSHZLd0lWdzVXN0VQdHVSVGVrUm9iS1BlIgp9", "zone_endpoints": ["http://smithi086:5500", "http://smithi204:5500"]}]: dispatch 2024-05-13T14:06:21.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:21 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:21.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:21 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:21.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:21 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:21.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:21 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:21.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:21 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:21.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:21 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:06:21.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:21 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:21.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:21 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:06:21.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:21 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:21.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:21 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:21.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:21 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:21.402 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:21 smithi086 ceph-mon[42135]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM0MGUyNzA0LWVlYjgtNDM2Ny05MmY0LTIxNDMyM2U5YmRmZCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiMVVGNlZBSFlPVEVOS0UxN1ZUVjIiLAogICAgInNlY3JldCI6ICJ0ZldwWnBaZ0R6N2ZyTzBVSHZLd0lWdzVXN0VQdHVSVGVrUm9iS1BlIgp9", "zone_endpoints": ["http://smithi086:5500", "http://smithi204:5500"]}]: dispatch 2024-05-13T14:06:21.402 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:21 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:21.402 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:21 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:21.402 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:21 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:21.402 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:21 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:21.402 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:21 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:21.402 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:21 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:06:21.402 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:21 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:21.402 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:21 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:06:21.402 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:21 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:21.402 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:21 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:21.402 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:21 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:21.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:21 smithi053 ceph-mon[40100]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM0MGUyNzA0LWVlYjgtNDM2Ny05MmY0LTIxNDMyM2U5YmRmZCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiMVVGNlZBSFlPVEVOS0UxN1ZUVjIiLAogICAgInNlY3JldCI6ICJ0ZldwWnBaZ0R6N2ZyTzBVSHZLd0lWdzVXN0VQdHVSVGVrUm9iS1BlIgp9", "zone_endpoints": ["http://smithi086:5500", "http://smithi204:5500"]}]: dispatch 2024-05-13T14:06:21.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:21 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:21.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:21 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:21.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:21 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:21.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:21 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:21.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:21 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:21.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:21 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:06:21.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:21 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:21.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:21 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:06:21.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:21 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:21.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:21 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:21.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:21 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:22.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:22 smithi204 ceph-mon[42205]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-13T14:06:22.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:22 smithi204 ceph-mon[42205]: pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 63 KiB/s rd, 5.0 KiB/s wr, 115 op/s 2024-05-13T14:06:22.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:22 smithi204 ceph-mon[42205]: Checking dashboard <-> RGW credentials 2024-05-13T14:06:22.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:22 smithi204 ceph-mon[42205]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-13T14:06:22.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:22 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:06:22.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:22 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:22.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:22 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:06:22.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:22 smithi204 ceph-mon[42205]: Checking dashboard <-> RGW credentials 2024-05-13T14:06:22.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:22 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:22.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:22 smithi204 ceph-mon[42205]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-13T14:06:22.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:22 smithi053 ceph-mon[40100]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-13T14:06:22.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:22 smithi053 ceph-mon[40100]: pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 63 KiB/s rd, 5.0 KiB/s wr, 115 op/s 2024-05-13T14:06:22.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:22 smithi053 ceph-mon[40100]: Checking dashboard <-> RGW credentials 2024-05-13T14:06:22.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:22 smithi053 ceph-mon[40100]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-13T14:06:22.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:22 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:06:22.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:22 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:22.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:22 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:06:22.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:22 smithi053 ceph-mon[40100]: Checking dashboard <-> RGW credentials 2024-05-13T14:06:22.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:22 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:22.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:22 smithi053 ceph-mon[40100]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-13T14:06:22.496 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:22 smithi086 ceph-mon[42135]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-13T14:06:22.497 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:22 smithi086 ceph-mon[42135]: pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 63 KiB/s rd, 5.0 KiB/s wr, 115 op/s 2024-05-13T14:06:22.497 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:22 smithi086 ceph-mon[42135]: Checking dashboard <-> RGW credentials 2024-05-13T14:06:22.497 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:22 smithi086 ceph-mon[42135]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-13T14:06:22.497 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:22 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:06:22.497 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:22 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:22.497 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:22 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:06:22.497 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:22 smithi086 ceph-mon[42135]: Checking dashboard <-> RGW credentials 2024-05-13T14:06:22.497 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:22 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:22.497 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:22 smithi086 ceph-mon[42135]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-13T14:06:23.358 INFO:teuthology.orchestra.run.smithi053.stderr:+ true 2024-05-13T14:06:23.358 INFO:teuthology.orchestra.run.smithi053.stderr:++ ceph rgw realm tokens 2024-05-13T14:06:23.358 INFO:teuthology.orchestra.run.smithi053.stderr:++ jq -r '.[0].token' 2024-05-13T14:06:23.993 INFO:teuthology.orchestra.run.smithi053.stdout:ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM0MGUyNzA0LWVlYjgtNDM2Ny05MmY0LTIxNDMyM2U5YmRmZCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA4Njo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIjFVRjZWQUhZT1RFTktFMTdWVFYyIiwKICAgICJzZWNyZXQiOiAidGZXcFpwWmdEejdmck8wVUh2S3dJVnc1VzdFUHR1UlRla1JvYktQZSIKfQ== 2024-05-13T14:06:23.993 INFO:teuthology.orchestra.run.smithi053.stderr:+ TOKEN=ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM0MGUyNzA0LWVlYjgtNDM2Ny05MmY0LTIxNDMyM2U5YmRmZCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA4Njo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIjFVRjZWQUhZT1RFTktFMTdWVFYyIiwKICAgICJzZWNyZXQiOiAidGZXcFpwWmdEejdmck8wVUh2S3dJVnc1VzdFUHR1UlRla1JvYktQZSIKfQ== 2024-05-13T14:06:23.993 INFO:teuthology.orchestra.run.smithi053.stderr:+ echo ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM0MGUyNzA0LWVlYjgtNDM2Ny05MmY0LTIxNDMyM2U5YmRmZCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA4Njo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIjFVRjZWQUhZT1RFTktFMTdWVFYyIiwKICAgICJzZWNyZXQiOiAidGZXcFpwWmdEejdmck8wVUh2S3dJVnc1VzdFUHR1UlRla1JvYktQZSIKfQ== 2024-05-13T14:06:23.994 INFO:teuthology.orchestra.run.smithi053.stderr:+ '[' ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM0MGUyNzA0LWVlYjgtNDM2Ny05MmY0LTIxNDMyM2U5YmRmZCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA4Njo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIjFVRjZWQUhZT1RFTktFMTdWVFYyIiwKICAgICJzZWNyZXQiOiAidGZXcFpwWmdEejdmck8wVUh2S3dJVnc1VzdFUHR1UlRla1JvYktQZSIKfQ== '!=' 'master zone has no endpoint' ']' 2024-05-13T14:06:23.994 INFO:teuthology.orchestra.run.smithi053.stderr:+ break 2024-05-13T14:06:23.994 INFO:teuthology.orchestra.run.smithi053.stderr:++ ceph rgw realm tokens 2024-05-13T14:06:24.369 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:24 smithi204 ceph-mon[42205]: pgmap v21: 129 pgs: 129 active+clean; 587 KiB data, 102 MiB used, 268 GiB / 268 GiB avail; 143 KiB/s rd, 8.0 KiB/s wr, 264 op/s 2024-05-13T14:06:24.369 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:24 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:24.369 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:24 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:24.369 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:24 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:24.369 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:24 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:24.369 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:24 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:24.369 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:24 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:24.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:24 smithi053 ceph-mon[40100]: pgmap v21: 129 pgs: 129 active+clean; 587 KiB data, 102 MiB used, 268 GiB / 268 GiB avail; 143 KiB/s rd, 8.0 KiB/s wr, 264 op/s 2024-05-13T14:06:24.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:24 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:24.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:24 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:24.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:24 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:24.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:24 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:24.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:24 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:24.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:24 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:24.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:24 smithi086 ceph-mon[42135]: pgmap v21: 129 pgs: 129 active+clean; 587 KiB data, 102 MiB used, 268 GiB / 268 GiB avail; 143 KiB/s rd, 8.0 KiB/s wr, 264 op/s 2024-05-13T14:06:24.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:24 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:24.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:24 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:24.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:24 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:24.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:24 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:24.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:24 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:24.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:24 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:24.630 INFO:teuthology.orchestra.run.smithi053.stderr:+ TOKENS='[ 2024-05-13T14:06:24.630 INFO:teuthology.orchestra.run.smithi053.stderr: { 2024-05-13T14:06:24.630 INFO:teuthology.orchestra.run.smithi053.stderr: "realm": "myrealm1", 2024-05-13T14:06:24.631 INFO:teuthology.orchestra.run.smithi053.stderr: "token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM0MGUyNzA0LWVlYjgtNDM2Ny05MmY0LTIxNDMyM2U5YmRmZCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA4Njo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIjFVRjZWQUhZT1RFTktFMTdWVFYyIiwKICAgICJzZWNyZXQiOiAidGZXcFpwWmdEejdmck8wVUh2S3dJVnc1VzdFUHR1UlRla1JvYktQZSIKfQ==" 2024-05-13T14:06:24.631 INFO:teuthology.orchestra.run.smithi053.stderr: } 2024-05-13T14:06:24.631 INFO:teuthology.orchestra.run.smithi053.stderr:]' 2024-05-13T14:06:24.631 INFO:teuthology.orchestra.run.smithi053.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM0MGUyNzA0LWVlYjgtNDM2Ny05MmY0LTIxNDMyM2U5YmRmZCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA4Njo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIjFVRjZWQUhZT1RFTktFMTdWVFYyIiwKICAgICJzZWNyZXQiOiAidGZXcFpwWmdEejdmck8wVUh2S3dJVnc1VzdFUHR1UlRla1JvYktQZSIKfQ=="' '}' ']' 2024-05-13T14:06:24.631 INFO:teuthology.orchestra.run.smithi053.stderr:+ jq --exit-status '.[0].realm == "myrealm1"' 2024-05-13T14:06:24.632 INFO:teuthology.orchestra.run.smithi053.stdout:true 2024-05-13T14:06:24.633 INFO:teuthology.orchestra.run.smithi053.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM0MGUyNzA0LWVlYjgtNDM2Ny05MmY0LTIxNDMyM2U5YmRmZCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA4Njo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIjFVRjZWQUhZT1RFTktFMTdWVFYyIiwKICAgICJzZWNyZXQiOiAidGZXcFpwWmdEejdmck8wVUh2S3dJVnc1VzdFUHR1UlRla1JvYktQZSIKfQ=="' '}' ']' 2024-05-13T14:06:24.633 INFO:teuthology.orchestra.run.smithi053.stderr:+ jq --exit-status '.[0].token' 2024-05-13T14:06:24.635 INFO:teuthology.orchestra.run.smithi053.stdout:"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImM0MGUyNzA0LWVlYjgtNDM2Ny05MmY0LTIxNDMyM2U5YmRmZCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA4Njo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIjFVRjZWQUhZT1RFTktFMTdWVFYyIiwKICAgICJzZWNyZXQiOiAidGZXcFpwWmdEejdmck8wVUh2S3dJVnc1VzdFUHR1UlRla1JvYktQZSIKfQ==" 2024-05-13T14:06:24.636 INFO:teuthology.orchestra.run.smithi053.stderr:++ ceph rgw realm tokens 2024-05-13T14:06:24.636 INFO:teuthology.orchestra.run.smithi053.stderr:++ jq -r '.[0].token' 2024-05-13T14:06:24.636 INFO:teuthology.orchestra.run.smithi053.stderr:++ base64 --decode 2024-05-13T14:06:25.259 INFO:teuthology.orchestra.run.smithi053.stderr:+ TOKEN_JSON='{ 2024-05-13T14:06:25.259 INFO:teuthology.orchestra.run.smithi053.stderr: "realm_name": "myrealm1", 2024-05-13T14:06:25.259 INFO:teuthology.orchestra.run.smithi053.stderr: "realm_id": "c40e2704-eeb8-4367-92f4-214323e9bdfd", 2024-05-13T14:06:25.260 INFO:teuthology.orchestra.run.smithi053.stderr: "endpoint": "http://smithi086:5500", 2024-05-13T14:06:25.260 INFO:teuthology.orchestra.run.smithi053.stderr: "access_key": "1UF6VAHYOTENKE17VTV2", 2024-05-13T14:06:25.260 INFO:teuthology.orchestra.run.smithi053.stderr: "secret": "tfWpZpZgDz7frO0UHvKwIVw5W7EPtuRTekRobKPe" 2024-05-13T14:06:25.260 INFO:teuthology.orchestra.run.smithi053.stderr:}' 2024-05-13T14:06:25.260 INFO:teuthology.orchestra.run.smithi053.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"c40e2704-eeb8-4367-92f4-214323e9bdfd",' '"endpoint":' '"http://smithi086:5500",' '"access_key":' '"1UF6VAHYOTENKE17VTV2",' '"secret":' '"tfWpZpZgDz7frO0UHvKwIVw5W7EPtuRTekRobKPe"' '}' 2024-05-13T14:06:25.260 INFO:teuthology.orchestra.run.smithi053.stderr:+ jq --exit-status '.realm_name == "myrealm1"' 2024-05-13T14:06:25.261 INFO:teuthology.orchestra.run.smithi053.stdout:true 2024-05-13T14:06:25.262 INFO:teuthology.orchestra.run.smithi053.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"c40e2704-eeb8-4367-92f4-214323e9bdfd",' '"endpoint":' '"http://smithi086:5500",' '"access_key":' '"1UF6VAHYOTENKE17VTV2",' '"secret":' '"tfWpZpZgDz7frO0UHvKwIVw5W7EPtuRTekRobKPe"' '}' 2024-05-13T14:06:25.262 INFO:teuthology.orchestra.run.smithi053.stderr:+ jq --exit-status '.endpoint | test("http://.+:\\d+")' 2024-05-13T14:06:25.265 INFO:teuthology.orchestra.run.smithi053.stdout:true 2024-05-13T14:06:25.265 INFO:teuthology.orchestra.run.smithi053.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"c40e2704-eeb8-4367-92f4-214323e9bdfd",' '"endpoint":' '"http://smithi086:5500",' '"access_key":' '"1UF6VAHYOTENKE17VTV2",' '"secret":' '"tfWpZpZgDz7frO0UHvKwIVw5W7EPtuRTekRobKPe"' '}' 2024-05-13T14:06:25.265 INFO:teuthology.orchestra.run.smithi053.stderr:+ jq --exit-status '.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")' 2024-05-13T14:06:25.268 INFO:teuthology.orchestra.run.smithi053.stdout:true 2024-05-13T14:06:25.268 INFO:teuthology.orchestra.run.smithi053.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"c40e2704-eeb8-4367-92f4-214323e9bdfd",' '"endpoint":' '"http://smithi086:5500",' '"access_key":' '"1UF6VAHYOTENKE17VTV2",' '"secret":' '"tfWpZpZgDz7frO0UHvKwIVw5W7EPtuRTekRobKPe"' '}' 2024-05-13T14:06:25.268 INFO:teuthology.orchestra.run.smithi053.stderr:+ jq --exit-status .access_key 2024-05-13T14:06:25.270 INFO:teuthology.orchestra.run.smithi053.stdout:"1UF6VAHYOTENKE17VTV2" 2024-05-13T14:06:25.271 INFO:teuthology.orchestra.run.smithi053.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"c40e2704-eeb8-4367-92f4-214323e9bdfd",' '"endpoint":' '"http://smithi086:5500",' '"access_key":' '"1UF6VAHYOTENKE17VTV2",' '"secret":' '"tfWpZpZgDz7frO0UHvKwIVw5W7EPtuRTekRobKPe"' '}' 2024-05-13T14:06:25.271 INFO:teuthology.orchestra.run.smithi053.stderr:+ jq --exit-status .secret 2024-05-13T14:06:25.273 INFO:teuthology.orchestra.run.smithi053.stdout:"tfWpZpZgDz7frO0UHvKwIVw5W7EPtuRTekRobKPe" 2024-05-13T14:06:25.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:25 smithi204 ceph-mon[42205]: from='client.15066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:06:25.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:25 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:25.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:25 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:25.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:25 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:25.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:25 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:25.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:25 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:06:25.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:25 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:25.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:25 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:06:25.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:25 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:25.386 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:25 smithi204 ceph-mon[42205]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:25.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:25 smithi053 ceph-mon[40100]: from='client.15066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:06:25.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:25 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:25.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:25 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:25.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:25 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:25.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:25 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:25.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:25 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:06:25.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:25 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:25.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:25 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:06:25.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:25 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:25.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:25 smithi053 ceph-mon[40100]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:25.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:25 smithi086 ceph-mon[42135]: from='client.15066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:06:25.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:25 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:25.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:25 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:25.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:25 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:25.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:25 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:25.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:25 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T14:06:25.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:25 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T14:06:25.539 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:25 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T14:06:25.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:25 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:25.540 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:25 smithi086 ceph-mon[42135]: from='mgr.14388 172.21.15.53:0/788281496' entity='mgr.a' 2024-05-13T14:06:25.940 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-13T14:06:25.953 INFO:tasks.cephadm:Teardown begin 2024-05-13T14:06:25.954 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-13T14:06:25.986 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-13T14:06:26.024 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-13T14:06:26.063 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-05-13T14:06:26.063 DEBUG:teuthology.orchestra.run.smithi053:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-13T14:06:26.082 DEBUG:teuthology.orchestra.run.smithi086:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-13T14:06:26.103 DEBUG:teuthology.orchestra.run.smithi204:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-13T14:06:26.124 INFO:tasks.cephadm:Stopping all daemons... 2024-05-13T14:06:26.125 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-05-13T14:06:26.125 DEBUG:teuthology.orchestra.run.smithi053:> sudo systemctl stop ceph-2f34b982-1131-11ef-bc98-c7b262605968@mon.a 2024-05-13T14:06:26.288 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:26 smithi086 ceph-mon[42135]: from='client.15153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:06:26.289 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:26 smithi086 ceph-mon[42135]: pgmap v22: 129 pgs: 129 active+clean; 587 KiB data, 102 MiB used, 268 GiB / 268 GiB avail; 125 KiB/s rd, 7.0 KiB/s wr, 231 op/s 2024-05-13T14:06:26.289 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:26 smithi086 ceph-mon[42135]: from='client.15240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:06:26.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:26 smithi204 ceph-mon[42205]: from='client.15153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:06:26.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:26 smithi204 ceph-mon[42205]: pgmap v22: 129 pgs: 129 active+clean; 587 KiB data, 102 MiB used, 268 GiB / 268 GiB avail; 125 KiB/s rd, 7.0 KiB/s wr, 231 op/s 2024-05-13T14:06:26.385 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:26 smithi204 ceph-mon[42205]: from='client.15240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:06:26.393 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:26 smithi053 ceph-mon[40100]: from='client.15153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:06:26.393 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:26 smithi053 ceph-mon[40100]: pgmap v22: 129 pgs: 129 active+clean; 587 KiB data, 102 MiB used, 268 GiB / 268 GiB avail; 125 KiB/s rd, 7.0 KiB/s wr, 231 op/s 2024-05-13T14:06:26.393 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:26 smithi053 ceph-mon[40100]: from='client.15240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T14:06:26.393 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:26 smithi053 systemd[1]: Stopping Ceph mon.a for 2f34b982-1131-11ef-bc98-c7b262605968... 2024-05-13T14:06:26.657 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:26 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mon-a[40096]: 2024-05-13T14:06:26.401+0000 7f1ff1bde700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-05-13T14:06:26.657 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:26 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mon-a[40096]: 2024-05-13T14:06:26.401+0000 7f1ff1bde700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-05-13T14:06:27.157 INFO:journalctl@ceph.mon.a.smithi053.stdout:May 13 14:06:26 smithi053 bash[62129]: ceph-2f34b982-1131-11ef-bc98-c7b262605968-mon-a 2024-05-13T14:06:27.246 DEBUG:teuthology.orchestra.run.smithi053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2f34b982-1131-11ef-bc98-c7b262605968@mon.a.service' 2024-05-13T14:06:27.295 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-13T14:06:27.296 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-05-13T14:06:27.296 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-05-13T14:06:27.296 DEBUG:teuthology.orchestra.run.smithi086:> sudo systemctl stop ceph-2f34b982-1131-11ef-bc98-c7b262605968@mon.b 2024-05-13T14:06:27.788 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:27 smithi086 systemd[1]: Stopping Ceph mon.b for 2f34b982-1131-11ef-bc98-c7b262605968... 2024-05-13T14:06:27.788 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:27 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mon-b[42131]: 2024-05-13T14:06:27.563+0000 7f5949a04700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-05-13T14:06:27.789 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:27 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mon-b[42131]: 2024-05-13T14:06:27.563+0000 7f5949a04700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-05-13T14:06:28.288 INFO:journalctl@ceph.mon.b.smithi086.stdout:May 13 14:06:28 smithi086 bash[52581]: ceph-2f34b982-1131-11ef-bc98-c7b262605968-mon-b 2024-05-13T14:06:28.444 DEBUG:teuthology.orchestra.run.smithi086:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2f34b982-1131-11ef-bc98-c7b262605968@mon.b.service' 2024-05-13T14:06:28.493 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-13T14:06:28.493 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-05-13T14:06:28.494 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-05-13T14:06:28.494 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ceph-2f34b982-1131-11ef-bc98-c7b262605968@mon.c 2024-05-13T14:06:28.773 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:28 smithi204 systemd[1]: Stopping Ceph mon.c for 2f34b982-1131-11ef-bc98-c7b262605968... 2024-05-13T14:06:28.774 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:28 smithi204 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mon-c[42201]: 2024-05-13T14:06:28.781+0000 7f469b834700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-05-13T14:06:28.774 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:28 smithi204 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mon-c[42201]: 2024-05-13T14:06:28.781+0000 7f469b834700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-05-13T14:06:29.626 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 13 14:06:29 smithi204 bash[52966]: ceph-2f34b982-1131-11ef-bc98-c7b262605968-mon-c 2024-05-13T14:06:29.631 DEBUG:teuthology.orchestra.run.smithi204:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2f34b982-1131-11ef-bc98-c7b262605968@mon.c.service' 2024-05-13T14:06:29.676 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-13T14:06:29.677 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-05-13T14:06:29.677 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-05-13T14:06:29.677 DEBUG:teuthology.orchestra.run.smithi053:> sudo systemctl stop ceph-2f34b982-1131-11ef-bc98-c7b262605968@mgr.a 2024-05-13T14:06:29.881 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:06:29 smithi053 systemd[1]: Stopping Ceph mgr.a for 2f34b982-1131-11ef-bc98-c7b262605968... 2024-05-13T14:06:30.150 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:06:30 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:06:30.131+0000 7f613cd58700 -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-05-13T14:06:30.150 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:06:30 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a[40330]: 2024-05-13T14:06:30.131+0000 7f613cd58700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-05-13T14:06:30.907 INFO:journalctl@ceph.mgr.a.smithi053.stdout:May 13 14:06:30 smithi053 bash[62466]: ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-a 2024-05-13T14:06:31.746 DEBUG:teuthology.orchestra.run.smithi053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2f34b982-1131-11ef-bc98-c7b262605968@mgr.a.service' 2024-05-13T14:06:31.786 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-13T14:06:31.787 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-05-13T14:06:31.787 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-05-13T14:06:31.787 DEBUG:teuthology.orchestra.run.smithi086:> sudo systemctl stop ceph-2f34b982-1131-11ef-bc98-c7b262605968@mgr.b 2024-05-13T14:06:32.288 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:06:31 smithi086 systemd[1]: Stopping Ceph mgr.b for 2f34b982-1131-11ef-bc98-c7b262605968... 2024-05-13T14:06:32.652 INFO:journalctl@ceph.mgr.b.smithi086.stdout:May 13 14:06:32 smithi086 bash[52719]: ceph-2f34b982-1131-11ef-bc98-c7b262605968-mgr-b 2024-05-13T14:06:32.805 DEBUG:teuthology.orchestra.run.smithi086:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2f34b982-1131-11ef-bc98-c7b262605968@mgr.b.service' 2024-05-13T14:06:32.840 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-13T14:06:32.840 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-05-13T14:06:32.840 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-05-13T14:06:32.840 DEBUG:teuthology.orchestra.run.smithi053:> sudo systemctl stop ceph-2f34b982-1131-11ef-bc98-c7b262605968@osd.0 2024-05-13T14:06:33.157 INFO:journalctl@ceph.osd.0.smithi053.stdout:May 13 14:06:32 smithi053 systemd[1]: Stopping Ceph osd.0 for 2f34b982-1131-11ef-bc98-c7b262605968... 2024-05-13T14:06:33.657 INFO:journalctl@ceph.osd.0.smithi053.stdout:May 13 14:06:33 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-osd-0[51633]: 2024-05-13T14:06:33.408+0000 7f2ce75f1700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-05-13T14:06:33.657 INFO:journalctl@ceph.osd.0.smithi053.stdout:May 13 14:06:33 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-osd-0[51633]: 2024-05-13T14:06:33.408+0000 7f2ce75f1700 -1 osd.0 31 *** Got signal Terminated *** 2024-05-13T14:06:33.657 INFO:journalctl@ceph.osd.0.smithi053.stdout:May 13 14:06:33 smithi053 ceph-2f34b982-1131-11ef-bc98-c7b262605968-osd-0[51633]: 2024-05-13T14:06:33.408+0000 7f2ce75f1700 -1 osd.0 31 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-13T14:06:39.385 INFO:journalctl@ceph.osd.0.smithi053.stdout:May 13 14:06:39 smithi053 bash[62757]: ceph-2f34b982-1131-11ef-bc98-c7b262605968-osd-0 2024-05-13T14:06:40.876 DEBUG:teuthology.orchestra.run.smithi053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2f34b982-1131-11ef-bc98-c7b262605968@osd.0.service' 2024-05-13T14:06:40.920 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-13T14:06:40.920 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-05-13T14:06:40.920 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-05-13T14:06:40.921 DEBUG:teuthology.orchestra.run.smithi086:> sudo systemctl stop ceph-2f34b982-1131-11ef-bc98-c7b262605968@osd.1 2024-05-13T14:06:41.205 INFO:journalctl@ceph.osd.1.smithi086.stdout:May 13 14:06:40 smithi086 systemd[1]: Stopping Ceph osd.1 for 2f34b982-1131-11ef-bc98-c7b262605968... 2024-05-13T14:06:41.538 INFO:journalctl@ceph.osd.1.smithi086.stdout:May 13 14:06:41 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-osd-1[47266]: 2024-05-13T14:06:41.221+0000 7f5122ca3700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-05-13T14:06:41.538 INFO:journalctl@ceph.osd.1.smithi086.stdout:May 13 14:06:41 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-osd-1[47266]: 2024-05-13T14:06:41.221+0000 7f5122ca3700 -1 osd.1 31 *** Got signal Terminated *** 2024-05-13T14:06:41.538 INFO:journalctl@ceph.osd.1.smithi086.stdout:May 13 14:06:41 smithi086 ceph-2f34b982-1131-11ef-bc98-c7b262605968-osd-1[47266]: 2024-05-13T14:06:41.221+0000 7f5122ca3700 -1 osd.1 31 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-13T14:06:47.289 INFO:journalctl@ceph.osd.1.smithi086.stdout:May 13 14:06:47 smithi086 bash[52859]: ceph-2f34b982-1131-11ef-bc98-c7b262605968-osd-1 2024-05-13T14:06:48.818 DEBUG:teuthology.orchestra.run.smithi086:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2f34b982-1131-11ef-bc98-c7b262605968@osd.1.service' 2024-05-13T14:06:48.859 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-13T14:06:48.860 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-05-13T14:06:48.860 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-05-13T14:06:48.860 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ceph-2f34b982-1131-11ef-bc98-c7b262605968@osd.2 2024-05-13T14:06:49.387 INFO:journalctl@ceph.osd.2.smithi204.stdout:May 13 14:06:48 smithi204 systemd[1]: Stopping Ceph osd.2 for 2f34b982-1131-11ef-bc98-c7b262605968... 2024-05-13T14:06:49.387 INFO:journalctl@ceph.osd.2.smithi204.stdout:May 13 14:06:49 smithi204 ceph-2f34b982-1131-11ef-bc98-c7b262605968-osd-2[47953]: 2024-05-13T14:06:49.150+0000 7f90ff39e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-05-13T14:06:49.387 INFO:journalctl@ceph.osd.2.smithi204.stdout:May 13 14:06:49 smithi204 ceph-2f34b982-1131-11ef-bc98-c7b262605968-osd-2[47953]: 2024-05-13T14:06:49.150+0000 7f90ff39e700 -1 osd.2 31 *** Got signal Terminated *** 2024-05-13T14:06:49.387 INFO:journalctl@ceph.osd.2.smithi204.stdout:May 13 14:06:49 smithi204 ceph-2f34b982-1131-11ef-bc98-c7b262605968-osd-2[47953]: 2024-05-13T14:06:49.150+0000 7f90ff39e700 -1 osd.2 31 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-13T14:06:55.135 INFO:journalctl@ceph.osd.2.smithi204.stdout:May 13 14:06:54 smithi204 bash[53486]: ceph-2f34b982-1131-11ef-bc98-c7b262605968-osd-2 2024-05-13T14:06:56.492 DEBUG:teuthology.orchestra.run.smithi204:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2f34b982-1131-11ef-bc98-c7b262605968@osd.2.service' 2024-05-13T14:06:56.532 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-13T14:06:56.533 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-05-13T14:06:56.533 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2f34b982-1131-11ef-bc98-c7b262605968 --force --keep-logs 2024-05-13T14:06:56.734 INFO:teuthology.orchestra.run.smithi053.stdout:Deleting cluster with fsid: 2f34b982-1131-11ef-bc98-c7b262605968 2024-05-13T14:06:57.516 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2f34b982-1131-11ef-bc98-c7b262605968 --force --keep-logs 2024-05-13T14:06:57.693 INFO:teuthology.orchestra.run.smithi086.stdout:Deleting cluster with fsid: 2f34b982-1131-11ef-bc98-c7b262605968 2024-05-13T14:07:09.488 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2f34b982-1131-11ef-bc98-c7b262605968 --force --keep-logs 2024-05-13T14:07:09.670 INFO:teuthology.orchestra.run.smithi204.stdout:Deleting cluster with fsid: 2f34b982-1131-11ef-bc98-c7b262605968 2024-05-13T14:07:21.388 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-13T14:07:21.429 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-13T14:07:21.466 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-13T14:07:21.496 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-13T14:07:21.498 DEBUG:teuthology.misc:Transferring archived files from smithi053:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-05-12_22:00:03-rados-reef-distro-default-smithi/7704191/remote/smithi053/crash 2024-05-13T14:07:21.499 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/crash -- . 2024-05-13T14:07:21.547 INFO:teuthology.orchestra.run.smithi053.stderr:tar: /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/crash: Cannot open: No such file or directory 2024-05-13T14:07:21.547 INFO:teuthology.orchestra.run.smithi053.stderr:tar: Error is not recoverable: exiting now 2024-05-13T14:07:21.549 DEBUG:teuthology.misc:Transferring archived files from smithi086:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-05-12_22:00:03-rados-reef-distro-default-smithi/7704191/remote/smithi086/crash 2024-05-13T14:07:21.549 DEBUG:teuthology.orchestra.run.smithi086:> sudo tar c -f - -C /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/crash -- . 2024-05-13T14:07:21.590 INFO:teuthology.orchestra.run.smithi086.stderr:tar: /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/crash: Cannot open: No such file or directory 2024-05-13T14:07:21.590 INFO:teuthology.orchestra.run.smithi086.stderr:tar: Error is not recoverable: exiting now 2024-05-13T14:07:21.592 DEBUG:teuthology.misc:Transferring archived files from smithi204:/var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-05-12_22:00:03-rados-reef-distro-default-smithi/7704191/remote/smithi204/crash 2024-05-13T14:07:21.593 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/crash -- . 2024-05-13T14:07:21.633 INFO:teuthology.orchestra.run.smithi204.stderr:tar: /var/lib/ceph/2f34b982-1131-11ef-bc98-c7b262605968/crash: Cannot open: No such file or directory 2024-05-13T14:07:21.633 INFO:teuthology.orchestra.run.smithi204.stderr:tar: Error is not recoverable: exiting now 2024-05-13T14:07:21.634 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-13T14:07:21.635 DEBUG:teuthology.orchestra.run.smithi053:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/2f34b982-1131-11ef-bc98-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-13T14:07:21.669 INFO:teuthology.orchestra.run.smithi053.stderr:grep: /var/log/ceph/2f34b982-1131-11ef-bc98-c7b262605968/ceph.log: No such file or directory 2024-05-13T14:07:21.670 INFO:tasks.cephadm:Compressing logs... 2024-05-13T14:07:21.670 DEBUG:teuthology.orchestra.run.smithi053:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-13T14:07:21.713 DEBUG:teuthology.orchestra.run.smithi086:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-13T14:07:21.716 DEBUG:teuthology.orchestra.run.smithi204:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-13T14:07:21.742 INFO:teuthology.orchestra.run.smithi053.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-05-13T14:07:21.743 INFO:teuthology.orchestra.run.smithi204.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-05-13T14:07:21.743 INFO:teuthology.orchestra.run.smithi086.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-05-13T14:07:22.571 INFO:tasks.cephadm:Archiving logs... 2024-05-13T14:07:22.571 DEBUG:teuthology.misc:Transferring archived files from smithi053:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-05-12_22:00:03-rados-reef-distro-default-smithi/7704191/remote/smithi053/log 2024-05-13T14:07:22.572 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-13T14:07:22.748 DEBUG:teuthology.misc:Transferring archived files from smithi086:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-05-12_22:00:03-rados-reef-distro-default-smithi/7704191/remote/smithi086/log 2024-05-13T14:07:22.749 DEBUG:teuthology.orchestra.run.smithi086:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-13T14:07:22.852 DEBUG:teuthology.misc:Transferring archived files from smithi204:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-05-12_22:00:03-rados-reef-distro-default-smithi/7704191/remote/smithi204/log 2024-05-13T14:07:22.853 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-13T14:07:22.945 INFO:tasks.cephadm:Removing cluster... 2024-05-13T14:07:22.945 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2f34b982-1131-11ef-bc98-c7b262605968 --force 2024-05-13T14:07:23.128 INFO:teuthology.orchestra.run.smithi053.stdout:Deleting cluster with fsid: 2f34b982-1131-11ef-bc98-c7b262605968 2024-05-13T14:07:23.365 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2f34b982-1131-11ef-bc98-c7b262605968 --force 2024-05-13T14:07:23.549 INFO:teuthology.orchestra.run.smithi086.stdout:Deleting cluster with fsid: 2f34b982-1131-11ef-bc98-c7b262605968 2024-05-13T14:07:23.775 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2f34b982-1131-11ef-bc98-c7b262605968 --force 2024-05-13T14:07:23.963 INFO:teuthology.orchestra.run.smithi204.stdout:Deleting cluster with fsid: 2f34b982-1131-11ef-bc98-c7b262605968 2024-05-13T14:07:24.190 INFO:tasks.cephadm:Removing cephadm ... 2024-05-13T14:07:24.190 DEBUG:teuthology.orchestra.run.smithi053:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-13T14:07:24.213 DEBUG:teuthology.orchestra.run.smithi086:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-13T14:07:24.231 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-13T14:07:24.251 INFO:tasks.cephadm:Teardown complete 2024-05-13T14:07:24.251 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-13T14:07:24.261 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-05-13T14:07:24.261 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-13T14:07:24.264 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-13T14:07:24.274 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-13T14:07:24.390 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-13T14:07:24.400 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-13T14:07:24.401 DEBUG:teuthology.orchestra.run.smithi053:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-13T14:07:24.403 DEBUG:teuthology.orchestra.run.smithi086:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-13T14:07:24.405 DEBUG:teuthology.orchestra.run.smithi204:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-13T14:07:24.420 INFO:teuthology.orchestra.run.smithi086.stderr:bash: ntpq: command not found 2024-05-13T14:07:24.421 INFO:teuthology.orchestra.run.smithi053.stderr:bash: ntpq: command not found 2024-05-13T14:07:24.422 INFO:teuthology.orchestra.run.smithi204.stderr:bash: ntpq: command not found 2024-05-13T14:07:24.424 INFO:teuthology.orchestra.run.smithi086.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-13T14:07:24.424 INFO:teuthology.orchestra.run.smithi086.stdout:=============================================================================== 2024-05-13T14:07:24.425 INFO:teuthology.orchestra.run.smithi086.stdout:^* hv01.front.sepia.ceph.com 3 6 377 25 +1136us[+1127us] +/- 68ms 2024-05-13T14:07:24.425 INFO:teuthology.orchestra.run.smithi086.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 26 -1437us[-1446us] +/- 67ms 2024-05-13T14:07:24.425 INFO:teuthology.orchestra.run.smithi086.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 23 +208us[ +208us] +/- 88ms 2024-05-13T14:07:24.425 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T14:07:24.427 INFO:teuthology.orchestra.run.smithi204.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-13T14:07:24.427 INFO:teuthology.orchestra.run.smithi204.stdout:=============================================================================== 2024-05-13T14:07:24.427 INFO:teuthology.orchestra.run.smithi204.stdout:^* hv01.front.sepia.ceph.com 3 6 377 26 +1200us[+1202us] +/- 68ms 2024-05-13T14:07:24.428 INFO:teuthology.orchestra.run.smithi204.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 26 -1369us[-1367us] +/- 67ms 2024-05-13T14:07:24.428 INFO:teuthology.orchestra.run.smithi204.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 25 +274us[ +274us] +/- 88ms 2024-05-13T14:07:24.428 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T14:07:24.428 INFO:teuthology.orchestra.run.smithi053.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-13T14:07:24.428 INFO:teuthology.orchestra.run.smithi053.stdout:=============================================================================== 2024-05-13T14:07:24.428 INFO:teuthology.orchestra.run.smithi053.stdout:^* hv01.front.sepia.ceph.com 3 6 377 27 +1224us[+1205us] +/- 68ms 2024-05-13T14:07:24.428 INFO:teuthology.orchestra.run.smithi053.stdout:^+ hv02.front.sepia.ceph.com 3 7 377 26 -1317us[-1317us] +/- 67ms 2024-05-13T14:07:24.428 INFO:teuthology.orchestra.run.smithi053.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 28 +291us[ +272us] +/- 88ms 2024-05-13T14:07:24.428 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T14:07:24.429 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-13T14:07:24.439 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-13T14:07:24.439 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-13T14:07:24.449 DEBUG:teuthology.orchestra.run.smithi053:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-13T14:07:24.540 DEBUG:teuthology.orchestra.run.smithi086:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-13T14:07:24.605 DEBUG:teuthology.orchestra.run.smithi204:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-13T14:07:24.670 DEBUG:teuthology.orchestra.run.smithi053:> 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 2024-05-13T14:07:24.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-13T14:07:24.704 DEBUG:teuthology.orchestra.run.smithi086:> 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 2024-05-13T14:07:24.733 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-13T14:07:24.733 DEBUG:teuthology.orchestra.run.smithi204:> 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 2024-05-13T14:07:24.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-13T14:07:24.763 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-13T14:07:24.779 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-13T14:07:24.794 INFO:teuthology.task.internal:Duration was 2502.322462 seconds 2024-05-13T14:07:24.795 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-13T14:07:24.808 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-13T14:07:24.808 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-13T14:07:24.811 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-13T14:07:24.813 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-13T14:07:24.857 INFO:teuthology.orchestra.run.smithi086.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-13T14:07:24.859 INFO:teuthology.orchestra.run.smithi204.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-13T14:07:24.859 INFO:teuthology.orchestra.run.smithi053.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-13T14:07:25.300 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-13T14:07:25.300 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi053.front.sepia.ceph.com 2024-05-13T14:07:25.301 DEBUG:teuthology.orchestra.run.smithi053:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-13T14:07:25.329 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi086.front.sepia.ceph.com 2024-05-13T14:07:25.330 DEBUG:teuthology.orchestra.run.smithi086:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-13T14:07:25.353 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi204.front.sepia.ceph.com 2024-05-13T14:07:25.354 DEBUG:teuthology.orchestra.run.smithi204:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-13T14:07:25.376 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-13T14:07:25.377 DEBUG:teuthology.orchestra.run.smithi053:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-13T14:07:25.379 DEBUG:teuthology.orchestra.run.smithi086:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-13T14:07:25.396 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-13T14:07:25.462 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-13T14:07:25.463 DEBUG:teuthology.orchestra.run.smithi053:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-13T14:07:25.465 DEBUG:teuthology.orchestra.run.smithi086:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-13T14:07:25.468 DEBUG:teuthology.orchestra.run.smithi204:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-13T14:07:25.560 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-13T14:07:25.571 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-13T14:07:25.571 DEBUG:teuthology.orchestra.run.smithi053:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-13T14:07:25.600 DEBUG:teuthology.orchestra.run.smithi086:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-13T14:07:25.627 DEBUG:teuthology.orchestra.run.smithi204:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-13T14:07:25.655 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-13T14:07:25.665 DEBUG:teuthology.orchestra.run.smithi053:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-13T14:07:25.668 DEBUG:teuthology.orchestra.run.smithi086:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-13T14:07:25.670 DEBUG:teuthology.orchestra.run.smithi204:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-13T14:07:25.693 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern = core 2024-05-13T14:07:25.694 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern = core 2024-05-13T14:07:25.721 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = core 2024-05-13T14:07:25.740 DEBUG:teuthology.orchestra.run.smithi053:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-13T14:07:25.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-13T14:07:25.775 DEBUG:teuthology.orchestra.run.smithi086:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-13T14:07:25.792 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-13T14:07:25.792 DEBUG:teuthology.orchestra.run.smithi204:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-13T14:07:25.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-13T14:07:25.809 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-13T14:07:25.822 INFO:teuthology.task.internal:Transferring archived files... 2024-05-13T14:07:25.823 DEBUG:teuthology.misc:Transferring archived files from smithi053:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-12_22:00:03-rados-reef-distro-default-smithi/7704191/remote/smithi053 2024-05-13T14:07:25.823 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-13T14:07:25.865 DEBUG:teuthology.misc:Transferring archived files from smithi086:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-12_22:00:03-rados-reef-distro-default-smithi/7704191/remote/smithi086 2024-05-13T14:07:25.866 DEBUG:teuthology.orchestra.run.smithi086:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-13T14:07:25.905 DEBUG:teuthology.misc:Transferring archived files from smithi204:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-12_22:00:03-rados-reef-distro-default-smithi/7704191/remote/smithi204 2024-05-13T14:07:25.905 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-13T14:07:25.944 INFO:teuthology.task.internal:Removing archive directory... 2024-05-13T14:07:25.944 DEBUG:teuthology.orchestra.run.smithi053:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-13T14:07:25.947 DEBUG:teuthology.orchestra.run.smithi086:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-13T14:07:25.949 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-13T14:07:25.995 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-13T14:07:26.009 INFO:teuthology.task.internal:Not uploading archives. 2024-05-13T14:07:26.009 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-13T14:07:26.019 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-13T14:07:26.019 DEBUG:teuthology.orchestra.run.smithi053:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-13T14:07:26.022 DEBUG:teuthology.orchestra.run.smithi086:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-13T14:07:26.024 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-13T14:07:26.038 INFO:teuthology.orchestra.run.smithi053.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 13 14:07 /home/ubuntu/cephtest 2024-05-13T14:07:26.039 INFO:teuthology.orchestra.run.smithi086.stdout: 525365 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 13 14:07 /home/ubuntu/cephtest 2024-05-13T14:07:26.053 INFO:teuthology.orchestra.run.smithi204.stdout: 525545 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 13 14:07 /home/ubuntu/cephtest 2024-05-13T14:07:26.054 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-13T14:07:26.065 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-13T14:07:26.089 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools_crun agent/on mon_election/connectivity task/test_rgw_multisite} duration: 2502.322462081909 flavor: default owner: scheduled_teuthology@teuthology success: true 2024-05-13T14:07:26.089 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-13T14:07:26.165 INFO:teuthology.run:pass