2024-04-18T14:42:20.526 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-18T14:42:20.526 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/classic task/test_host_drain} --verbose --archive /home/teuthworker/archive/yuriw-2024-04-18_14:15:21-rados-wip-yuri2-testing-2024-04-17-0823-reef-distro-default-smithi/7662140 --owner scheduled_yuriw@teuthology --name yuriw-2024-04-18_14:15:21-rados-wip-yuri2-testing-2024-04-17-0823-reef-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-04-18_14:15:21-rados-wip-yuri2-testing-2024-04-17-0823-reef-distro-default-smithi/7662140/orig.config.yaml 2024-04-18T14:42:20.557 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-18T14:42:20.644 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-04-18_14:15:21-rados-wip-yuri2-testing-2024-04-17-0823-reef-distro-default-smithi/7662140 branch: wip-yuri2-testing-2024-04-17-0823-reef description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/classic task/test_host_drain} email: yweinste@redhat.com first_in_suite: false job_id: '7662140' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-04-18_14:15:21-rados-wip-yuri2-testing-2024-04-17-0823-reef-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri2-testing-2024-04-17-0823-reef ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri2-testing-2024-04-17-0823-reef sha1: 6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 400 sha1: 6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri2-testing-2024-04-17-0823-reef suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 targets: smithi060.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLNFonTqRltSFpr5TodzRW0LVuK9gaHy1O7hyzAOqGfQUK7r0Zcv30XYD0H73MMC8d35tSxof3Lis9mI9CT3Ejo= smithi110.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKFvWdtpc83lXtm5hpKV8UG4FrCA8vpaiyw/NPXyFRp96Qm8cYelN2XMlTyCl2tMPmd3aULMV67avclPdYIMy+U= smithi154.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL8su1hbIwjTOPa07raTp5K9Hrb3wrcyeT8ysqD0vfNRl2o16N7Fo2cAz8XR+QdYA1sLlafMvGZzglkL/ngRu4M= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-18_14:15:21 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-18T14:42:20.644 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0/qa; will attempt to use it 2024-04-18T14:42:20.645 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0/qa/tasks 2024-04-18T14:42:20.645 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-18T14:42:20.647 INFO:teuthology.task.internal:Checking packages... 2024-04-18T14:42:20.670 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0' 2024-04-18T14:42:20.671 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-18T14:42:20.671 INFO:teuthology.packaging:ref: None 2024-04-18T14:42:20.671 INFO:teuthology.packaging:tag: None 2024-04-18T14:42:20.671 INFO:teuthology.packaging:branch: wip-yuri2-testing-2024-04-17-0823-reef 2024-04-18T14:42:20.671 INFO:teuthology.packaging:sha1: 6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 2024-04-18T14:42:20.671 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri2-testing-2024-04-17-0823-reef 2024-04-18T14:42:20.922 INFO:teuthology.task.internal:Found packages for ceph version 18.2.2-1240.g6a7528e4 2024-04-18T14:42:20.924 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-18T14:42:20.931 INFO:teuthology.task.internal:no buildpackages task found 2024-04-18T14:42:20.931 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-18T14:42:20.939 INFO:teuthology.task.internal:Saving configuration 2024-04-18T14:42:20.953 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-18T14:42:20.959 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-18T14:42:20.986 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi060.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-18_14:15:21-rados-wip-yuri2-testing-2024-04-17-0823-reef-distro-default-smithi/7662140', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-18 14:37:01.934569', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLNFonTqRltSFpr5TodzRW0LVuK9gaHy1O7hyzAOqGfQUK7r0Zcv30XYD0H73MMC8d35tSxof3Lis9mI9CT3Ejo='} 2024-04-18T14:42:21.012 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi110.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-18_14:15:21-rados-wip-yuri2-testing-2024-04-17-0823-reef-distro-default-smithi/7662140', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-18 14:37:01.937251', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKFvWdtpc83lXtm5hpKV8UG4FrCA8vpaiyw/NPXyFRp96Qm8cYelN2XMlTyCl2tMPmd3aULMV67avclPdYIMy+U='} 2024-04-18T14:42:21.033 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi154.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-18_14:15:21-rados-wip-yuri2-testing-2024-04-17-0823-reef-distro-default-smithi/7662140', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-18 14:37:01.936088', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL8su1hbIwjTOPa07raTp5K9Hrb3wrcyeT8ysqD0vfNRl2o16N7Fo2cAz8XR+QdYA1sLlafMvGZzglkL/ngRu4M='} 2024-04-18T14:42:21.033 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-18T14:42:21.039 INFO:teuthology.task.internal:roles: ubuntu@smithi060.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-04-18T14:42:21.040 INFO:teuthology.task.internal:roles: ubuntu@smithi110.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-04-18T14:42:21.040 INFO:teuthology.task.internal:roles: ubuntu@smithi154.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-04-18T14:42:21.041 INFO:teuthology.run_tasks:Running task console_log... 2024-04-18T14:42:21.145 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb0a0277f70>, signals=[15]) 2024-04-18T14:42:21.145 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-18T14:42:21.152 INFO:teuthology.task.internal:Opening connections... 2024-04-18T14:42:21.152 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi060.front.sepia.ceph.com 2024-04-18T14:42:21.154 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T14:42:21.235 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi110.front.sepia.ceph.com 2024-04-18T14:42:21.236 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T14:42:21.309 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi154.front.sepia.ceph.com 2024-04-18T14:42:21.310 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T14:42:21.383 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-18T14:42:21.392 DEBUG:teuthology.orchestra.run.smithi060:> uname -m 2024-04-18T14:42:21.414 INFO:teuthology.orchestra.run.smithi060.stdout:x86_64 2024-04-18T14:42:21.414 DEBUG:teuthology.orchestra.run.smithi060:> cat /etc/os-release 2024-04-18T14:42:21.475 INFO:teuthology.orchestra.run.smithi060.stdout:NAME="Red Hat Enterprise Linux" 2024-04-18T14:42:21.475 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION="8.6 (Ootpa)" 2024-04-18T14:42:21.475 INFO:teuthology.orchestra.run.smithi060.stdout:ID="rhel" 2024-04-18T14:42:21.475 INFO:teuthology.orchestra.run.smithi060.stdout:ID_LIKE="fedora" 2024-04-18T14:42:21.475 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION_ID="8.6" 2024-04-18T14:42:21.475 INFO:teuthology.orchestra.run.smithi060.stdout:PLATFORM_ID="platform:el8" 2024-04-18T14:42:21.475 INFO:teuthology.orchestra.run.smithi060.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-04-18T14:42:21.475 INFO:teuthology.orchestra.run.smithi060.stdout:ANSI_COLOR="0;31" 2024-04-18T14:42:21.476 INFO:teuthology.orchestra.run.smithi060.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-04-18T14:42:21.476 INFO:teuthology.orchestra.run.smithi060.stdout:HOME_URL="https://www.redhat.com/" 2024-04-18T14:42:21.476 INFO:teuthology.orchestra.run.smithi060.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-04-18T14:42:21.476 INFO:teuthology.orchestra.run.smithi060.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-18T14:42:21.476 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:42:21.476 INFO:teuthology.orchestra.run.smithi060.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-04-18T14:42:21.476 INFO:teuthology.orchestra.run.smithi060.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-04-18T14:42:21.476 INFO:teuthology.orchestra.run.smithi060.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-04-18T14:42:21.476 INFO:teuthology.orchestra.run.smithi060.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-04-18T14:42:21.477 INFO:teuthology.lock.ops:Updating smithi060.front.sepia.ceph.com on lock server 2024-04-18T14:42:21.503 DEBUG:teuthology.orchestra.run.smithi110:> uname -m 2024-04-18T14:42:21.524 INFO:teuthology.orchestra.run.smithi110.stdout:x86_64 2024-04-18T14:42:21.524 DEBUG:teuthology.orchestra.run.smithi110:> cat /etc/os-release 2024-04-18T14:42:21.583 INFO:teuthology.orchestra.run.smithi110.stdout:NAME="Red Hat Enterprise Linux" 2024-04-18T14:42:21.583 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION="8.6 (Ootpa)" 2024-04-18T14:42:21.583 INFO:teuthology.orchestra.run.smithi110.stdout:ID="rhel" 2024-04-18T14:42:21.583 INFO:teuthology.orchestra.run.smithi110.stdout:ID_LIKE="fedora" 2024-04-18T14:42:21.583 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION_ID="8.6" 2024-04-18T14:42:21.583 INFO:teuthology.orchestra.run.smithi110.stdout:PLATFORM_ID="platform:el8" 2024-04-18T14:42:21.584 INFO:teuthology.orchestra.run.smithi110.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-04-18T14:42:21.584 INFO:teuthology.orchestra.run.smithi110.stdout:ANSI_COLOR="0;31" 2024-04-18T14:42:21.584 INFO:teuthology.orchestra.run.smithi110.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-04-18T14:42:21.584 INFO:teuthology.orchestra.run.smithi110.stdout:HOME_URL="https://www.redhat.com/" 2024-04-18T14:42:21.584 INFO:teuthology.orchestra.run.smithi110.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-04-18T14:42:21.584 INFO:teuthology.orchestra.run.smithi110.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-18T14:42:21.584 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:42:21.584 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-04-18T14:42:21.584 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-04-18T14:42:21.584 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-04-18T14:42:21.584 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-04-18T14:42:21.584 INFO:teuthology.lock.ops:Updating smithi110.front.sepia.ceph.com on lock server 2024-04-18T14:42:21.603 DEBUG:teuthology.orchestra.run.smithi154:> uname -m 2024-04-18T14:42:21.625 INFO:teuthology.orchestra.run.smithi154.stdout:x86_64 2024-04-18T14:42:21.625 DEBUG:teuthology.orchestra.run.smithi154:> cat /etc/os-release 2024-04-18T14:42:21.682 INFO:teuthology.orchestra.run.smithi154.stdout:NAME="Red Hat Enterprise Linux" 2024-04-18T14:42:21.683 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION="8.6 (Ootpa)" 2024-04-18T14:42:21.683 INFO:teuthology.orchestra.run.smithi154.stdout:ID="rhel" 2024-04-18T14:42:21.683 INFO:teuthology.orchestra.run.smithi154.stdout:ID_LIKE="fedora" 2024-04-18T14:42:21.683 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION_ID="8.6" 2024-04-18T14:42:21.683 INFO:teuthology.orchestra.run.smithi154.stdout:PLATFORM_ID="platform:el8" 2024-04-18T14:42:21.683 INFO:teuthology.orchestra.run.smithi154.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-04-18T14:42:21.683 INFO:teuthology.orchestra.run.smithi154.stdout:ANSI_COLOR="0;31" 2024-04-18T14:42:21.683 INFO:teuthology.orchestra.run.smithi154.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-04-18T14:42:21.683 INFO:teuthology.orchestra.run.smithi154.stdout:HOME_URL="https://www.redhat.com/" 2024-04-18T14:42:21.683 INFO:teuthology.orchestra.run.smithi154.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-04-18T14:42:21.683 INFO:teuthology.orchestra.run.smithi154.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-18T14:42:21.683 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:42:21.683 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-04-18T14:42:21.684 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-04-18T14:42:21.684 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-04-18T14:42:21.684 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-04-18T14:42:21.684 INFO:teuthology.lock.ops:Updating smithi154.front.sepia.ceph.com on lock server 2024-04-18T14:42:21.703 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-18T14:42:21.712 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-18T14:42:21.717 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-18T14:42:21.718 DEBUG:teuthology.orchestra.run.smithi060:> test '!' -e /home/ubuntu/cephtest 2024-04-18T14:42:21.721 DEBUG:teuthology.orchestra.run.smithi110:> test '!' -e /home/ubuntu/cephtest 2024-04-18T14:42:21.723 DEBUG:teuthology.orchestra.run.smithi154:> test '!' -e /home/ubuntu/cephtest 2024-04-18T14:42:21.741 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-18T14:42:21.748 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-18T14:42:21.748 DEBUG:teuthology.orchestra.run.smithi060:> test -z $(ls -A /var/lib/ceph) 2024-04-18T14:42:21.781 DEBUG:teuthology.orchestra.run.smithi110:> test -z $(ls -A /var/lib/ceph) 2024-04-18T14:42:21.784 DEBUG:teuthology.orchestra.run.smithi154:> test -z $(ls -A /var/lib/ceph) 2024-04-18T14:42:21.810 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-18T14:42:21.886 INFO:teuthology.run_tasks:Running task kernel... 2024-04-18T14:42:21.900 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-18T14:42:21.900 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-04-18T14:42:21.900 DEBUG:teuthology.orchestra.run.smithi060:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-18T14:42:21.901 DEBUG:teuthology.orchestra.run.smithi110:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-18T14:42:21.901 DEBUG:teuthology.orchestra.run.smithi154:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-18T14:42:21.920 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T14:42:21.921 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2024-04-18T14:42:21.921 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T14:42:21.922 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T14:42:21.922 DEBUG:teuthology.orchestra.run.smithi060:> uname -r 2024-04-18T14:42:21.923 DEBUG:teuthology.orchestra.run.smithi154:> uname -r 2024-04-18T14:42:21.980 INFO:teuthology.orchestra.run.smithi110.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-04-18T14:42:21.980 INFO:teuthology.task.kernel:Running kernel on smithi110: 4.18.0-513.9.1.el8_9.x86_64 2024-04-18T14:42:21.980 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum install -y kernel 2024-04-18T14:42:21.981 INFO:teuthology.orchestra.run.smithi154.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-04-18T14:42:21.982 INFO:teuthology.task.kernel:Running kernel on smithi154: 4.18.0-513.9.1.el8_9.x86_64 2024-04-18T14:42:21.982 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum install -y kernel 2024-04-18T14:42:21.984 INFO:teuthology.orchestra.run.smithi060.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-04-18T14:42:21.984 INFO:teuthology.task.kernel:Running kernel on smithi060: 4.18.0-513.9.1.el8_9.x86_64 2024-04-18T14:42:21.984 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum install -y kernel 2024-04-18T14:42:23.473 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T14:42:23.473 INFO:teuthology.orchestra.run.smithi154.stdout:Unable to read consumer identity 2024-04-18T14:42:23.540 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T14:42:23.540 INFO:teuthology.orchestra.run.smithi060.stdout:Unable to read consumer identity 2024-04-18T14:42:23.645 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T14:42:23.645 INFO:teuthology.orchestra.run.smithi110.stdout:Unable to read consumer identity 2024-04-18T14:42:23.783 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:42:23.783 INFO:teuthology.orchestra.run.smithi154.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-04-18T14:42:23.783 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:42:23.810 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:42:23.811 INFO:teuthology.orchestra.run.smithi060.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-04-18T14:42:23.811 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:42:23.892 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:42:23.893 INFO:teuthology.orchestra.run.smithi110.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-04-18T14:42:23.893 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:42:25.469 INFO:teuthology.orchestra.run.smithi154.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-04-18T14:42:25.564 INFO:teuthology.orchestra.run.smithi060.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-04-18T14:42:25.640 INFO:teuthology.orchestra.run.smithi110.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2024-04-18T14:42:26.764 INFO:teuthology.orchestra.run.smithi154.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2024-04-18T14:42:27.806 INFO:teuthology.orchestra.run.smithi060.stdout:Extra Packages for Enterprise Linux 7.4 MB/s | 16 MB 00:02 2024-04-18T14:42:28.749 INFO:teuthology.orchestra.run.smithi110.stdout:Extra Packages for Enterprise Linux 5.3 MB/s | 16 MB 00:03 2024-04-18T14:42:30.445 INFO:teuthology.orchestra.run.smithi154.stdout:lab-extras 297 kB/s | 24 kB 00:00 2024-04-18T14:42:31.223 INFO:teuthology.orchestra.run.smithi154.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-04-18T14:42:31.223 INFO:teuthology.orchestra.run.smithi154.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-04-18T14:42:31.310 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T14:42:31.311 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2024-04-18T14:42:31.311 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T14:42:31.466 DEBUG:teuthology.orchestra.run.smithi154:> echo no | sudo yum reinstall kernel || true 2024-04-18T14:42:31.804 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T14:42:31.804 INFO:teuthology.orchestra.run.smithi154.stdout:Unable to read consumer identity 2024-04-18T14:42:31.939 INFO:teuthology.orchestra.run.smithi060.stdout:lab-extras 436 kB/s | 24 kB 00:00 2024-04-18T14:42:32.186 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:42:32.187 INFO:teuthology.orchestra.run.smithi154.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-04-18T14:42:32.187 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:42:32.348 INFO:teuthology.orchestra.run.smithi110.stdout:lab-extras 582 kB/s | 24 kB 00:00 2024-04-18T14:42:32.498 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:00:02 ago on Thu 18 Apr 2024 02:42:30 PM UTC. 2024-04-18T14:42:32.588 INFO:teuthology.orchestra.run.smithi154.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-04-18T14:42:32.588 INFO:teuthology.orchestra.run.smithi154.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-04-18T14:42:32.633 INFO:teuthology.orchestra.run.smithi154.stderr:Error: No packages marked for reinstall. 2024-04-18T14:42:32.681 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum reinstall -y kernel || true 2024-04-18T14:42:32.759 INFO:teuthology.orchestra.run.smithi060.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-04-18T14:42:32.759 INFO:teuthology.orchestra.run.smithi060.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-04-18T14:42:32.849 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T14:42:32.850 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-04-18T14:42:32.850 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T14:42:32.975 DEBUG:teuthology.orchestra.run.smithi060:> echo no | sudo yum reinstall kernel || true 2024-04-18T14:42:33.035 INFO:teuthology.orchestra.run.smithi110.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-04-18T14:42:33.035 INFO:teuthology.orchestra.run.smithi110.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-04-18T14:42:33.059 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T14:42:33.060 INFO:teuthology.orchestra.run.smithi154.stdout:Unable to read consumer identity 2024-04-18T14:42:33.114 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T14:42:33.114 INFO:teuthology.orchestra.run.smithi110.stdout:Nothing to do. 2024-04-18T14:42:33.115 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T14:42:33.273 DEBUG:teuthology.orchestra.run.smithi110:> echo no | sudo yum reinstall kernel || true 2024-04-18T14:42:33.285 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:42:33.286 INFO:teuthology.orchestra.run.smithi154.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-04-18T14:42:33.286 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:42:33.359 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T14:42:33.359 INFO:teuthology.orchestra.run.smithi060.stdout:Unable to read consumer identity 2024-04-18T14:42:33.589 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:42:33.589 INFO:teuthology.orchestra.run.smithi060.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-04-18T14:42:33.589 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:42:33.596 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:00:03 ago on Thu 18 Apr 2024 02:42:30 PM UTC. 2024-04-18T14:42:33.606 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T14:42:33.606 INFO:teuthology.orchestra.run.smithi110.stdout:Unable to read consumer identity 2024-04-18T14:42:33.668 INFO:teuthology.orchestra.run.smithi154.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-04-18T14:42:33.668 INFO:teuthology.orchestra.run.smithi154.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-04-18T14:42:33.706 INFO:teuthology.orchestra.run.smithi154.stderr:Error: No packages marked for reinstall. 2024-04-18T14:42:33.759 DEBUG:teuthology.orchestra.run.smithi154:> rpm -q kernel | sort -rV | head -n 1 2024-04-18T14:42:33.838 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:42:33.838 INFO:teuthology.orchestra.run.smithi110.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-04-18T14:42:33.838 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:42:33.922 INFO:teuthology.orchestra.run.smithi154.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-04-18T14:42:33.922 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-04-18T14:42:33.922 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-18T14:42:33.923 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-18T14:42:33.923 DEBUG:teuthology.orchestra.run.smithi154:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-18T14:42:33.950 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:00:02 ago on Thu 18 Apr 2024 02:42:31 PM UTC. 2024-04-18T14:42:33.961 INFO:teuthology.orchestra.run.smithi154.stdout:ttyS1 2024-04-18T14:42:33.977 DEBUG:teuthology.parallel:result is None 2024-04-18T14:42:34.028 INFO:teuthology.orchestra.run.smithi060.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-04-18T14:42:34.036 INFO:teuthology.orchestra.run.smithi060.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-04-18T14:42:34.070 INFO:teuthology.orchestra.run.smithi060.stderr:Error: No packages marked for reinstall. 2024-04-18T14:42:34.127 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum reinstall -y kernel || true 2024-04-18T14:42:34.150 INFO:teuthology.orchestra.run.smithi110.stdout:Last metadata expiration check: 0:00:02 ago on Thu 18 Apr 2024 02:42:32 PM UTC. 2024-04-18T14:42:34.241 INFO:teuthology.orchestra.run.smithi110.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-04-18T14:42:34.248 INFO:teuthology.orchestra.run.smithi110.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-04-18T14:42:34.288 INFO:teuthology.orchestra.run.smithi110.stderr:Error: No packages marked for reinstall. 2024-04-18T14:42:34.334 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum reinstall -y kernel || true 2024-04-18T14:42:34.509 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T14:42:34.509 INFO:teuthology.orchestra.run.smithi060.stdout:Unable to read consumer identity 2024-04-18T14:42:34.666 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T14:42:34.666 INFO:teuthology.orchestra.run.smithi110.stdout:Unable to read consumer identity 2024-04-18T14:42:34.716 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:42:34.716 INFO:teuthology.orchestra.run.smithi060.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-04-18T14:42:34.716 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:42:34.920 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:42:34.920 INFO:teuthology.orchestra.run.smithi110.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-04-18T14:42:34.920 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:42:35.070 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:00:04 ago on Thu 18 Apr 2024 02:42:31 PM UTC. 2024-04-18T14:42:35.140 INFO:teuthology.orchestra.run.smithi060.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-04-18T14:42:35.140 INFO:teuthology.orchestra.run.smithi060.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-04-18T14:42:35.170 INFO:teuthology.orchestra.run.smithi060.stderr:Error: No packages marked for reinstall. 2024-04-18T14:42:35.221 INFO:teuthology.orchestra.run.smithi110.stdout:Last metadata expiration check: 0:00:03 ago on Thu 18 Apr 2024 02:42:32 PM UTC. 2024-04-18T14:42:35.224 DEBUG:teuthology.orchestra.run.smithi060:> rpm -q kernel | sort -rV | head -n 1 2024-04-18T14:42:35.289 INFO:teuthology.orchestra.run.smithi110.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-04-18T14:42:35.289 INFO:teuthology.orchestra.run.smithi110.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-04-18T14:42:35.319 INFO:teuthology.orchestra.run.smithi110.stderr:Error: No packages marked for reinstall. 2024-04-18T14:42:35.369 DEBUG:teuthology.orchestra.run.smithi110:> rpm -q kernel | sort -rV | head -n 1 2024-04-18T14:42:35.392 INFO:teuthology.orchestra.run.smithi060.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-04-18T14:42:35.392 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-04-18T14:42:35.392 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-18T14:42:35.392 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-18T14:42:35.393 DEBUG:teuthology.orchestra.run.smithi060:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-18T14:42:35.442 INFO:teuthology.orchestra.run.smithi060.stdout:ttyS1 2024-04-18T14:42:35.458 DEBUG:teuthology.parallel:result is None 2024-04-18T14:42:35.521 INFO:teuthology.orchestra.run.smithi110.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-04-18T14:42:35.522 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-04-18T14:42:35.522 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-18T14:42:35.522 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-18T14:42:35.522 DEBUG:teuthology.orchestra.run.smithi110:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-18T14:42:35.552 INFO:teuthology.orchestra.run.smithi110.stdout:ttyS1 2024-04-18T14:42:35.564 DEBUG:teuthology.parallel:result is None 2024-04-18T14:42:35.564 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-18T14:42:35.572 INFO:teuthology.task.internal:Creating test directory... 2024-04-18T14:42:35.572 DEBUG:teuthology.orchestra.run.smithi060:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-18T14:42:35.574 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-18T14:42:35.607 DEBUG:teuthology.orchestra.run.smithi154:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-18T14:42:35.628 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-18T14:42:35.635 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-18T14:42:35.642 INFO:teuthology.task.internal:Creating archive directory... 2024-04-18T14:42:35.642 DEBUG:teuthology.orchestra.run.smithi060:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-18T14:42:35.645 DEBUG:teuthology.orchestra.run.smithi110:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-18T14:42:35.663 DEBUG:teuthology.orchestra.run.smithi154:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-18T14:42:35.706 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-18T14:42:35.713 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-18T14:42:35.714 DEBUG:teuthology.orchestra.run.smithi060:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-18T14:42:35.717 DEBUG:teuthology.orchestra.run.smithi110:> 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-04-18T14:42:35.737 DEBUG:teuthology.orchestra.run.smithi154:> 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-04-18T14:42:35.753 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T14:42:35.764 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T14:42:35.767 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T14:42:35.774 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T14:42:35.778 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T14:42:35.790 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T14:42:35.791 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-18T14:42:35.798 INFO:teuthology.task.internal:Configuring sudo... 2024-04-18T14:42:35.798 DEBUG:teuthology.orchestra.run.smithi060:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-18T14:42:35.812 DEBUG:teuthology.orchestra.run.smithi110:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-18T14:42:35.818 DEBUG:teuthology.orchestra.run.smithi154:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-18T14:42:35.861 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-18T14:42:35.870 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-18T14:42:35.870 DEBUG:teuthology.orchestra.run.smithi060:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-18T14:42:35.888 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-18T14:42:35.890 DEBUG:teuthology.orchestra.run.smithi154:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-18T14:42:35.918 DEBUG:teuthology.orchestra.run.smithi060:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T14:42:35.996 DEBUG:teuthology.orchestra.run.smithi060:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T14:42:36.058 DEBUG:teuthology.orchestra.run.smithi060:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T14:42:36.107 DEBUG:teuthology.orchestra.run.smithi060:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T14:42:36.155 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-18T14:42:36.155 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-18T14:42:36.229 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T14:42:36.272 DEBUG:teuthology.orchestra.run.smithi110:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T14:42:36.334 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T14:42:36.380 DEBUG:teuthology.orchestra.run.smithi110:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T14:42:36.421 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-18T14:42:36.421 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-18T14:42:36.488 DEBUG:teuthology.orchestra.run.smithi154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T14:42:36.536 DEBUG:teuthology.orchestra.run.smithi154:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T14:42:36.592 DEBUG:teuthology.orchestra.run.smithi154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T14:42:36.681 DEBUG:teuthology.orchestra.run.smithi154:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T14:42:36.725 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-18T14:42:36.725 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-18T14:42:36.798 DEBUG:teuthology.orchestra.run.smithi060:> sudo service rsyslog restart 2024-04-18T14:42:36.801 DEBUG:teuthology.orchestra.run.smithi110:> sudo service rsyslog restart 2024-04-18T14:42:36.803 DEBUG:teuthology.orchestra.run.smithi154:> sudo service rsyslog restart 2024-04-18T14:42:36.849 INFO:teuthology.orchestra.run.smithi110.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T14:42:36.854 INFO:teuthology.orchestra.run.smithi060.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T14:42:36.891 INFO:teuthology.orchestra.run.smithi154.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T14:42:37.316 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-18T14:42:37.324 INFO:teuthology.task.internal:Starting timer... 2024-04-18T14:42:37.324 INFO:teuthology.run_tasks:Running task pcp... 2024-04-18T14:42:37.338 INFO:teuthology.run_tasks:Running task selinux... 2024-04-18T14:42:37.346 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-18T14:42:37.347 DEBUG:teuthology.orchestra.run.smithi060:> sudo service auditd rotate 2024-04-18T14:42:37.412 INFO:teuthology.orchestra.run.smithi060.stdout:Rotating logs: 2024-04-18T14:42:37.414 DEBUG:teuthology.orchestra.run.smithi110:> sudo service auditd rotate 2024-04-18T14:42:37.482 INFO:teuthology.orchestra.run.smithi110.stdout:Rotating logs: 2024-04-18T14:42:37.484 DEBUG:teuthology.orchestra.run.smithi154:> sudo service auditd rotate 2024-04-18T14:42:37.543 INFO:teuthology.orchestra.run.smithi154.stdout:Rotating logs: 2024-04-18T14:42:37.545 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-18T14:42:37.545 DEBUG:teuthology.orchestra.run.smithi060:> /usr/sbin/getenforce 2024-04-18T14:42:37.577 INFO:teuthology.orchestra.run.smithi060.stdout:Permissive 2024-04-18T14:42:37.577 DEBUG:teuthology.orchestra.run.smithi110:> /usr/sbin/getenforce 2024-04-18T14:42:37.612 INFO:teuthology.orchestra.run.smithi110.stdout:Permissive 2024-04-18T14:42:37.613 DEBUG:teuthology.orchestra.run.smithi154:> /usr/sbin/getenforce 2024-04-18T14:42:37.634 INFO:teuthology.orchestra.run.smithi154.stdout:Permissive 2024-04-18T14:42:37.635 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi060.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi110.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi154.front.sepia.ceph.com': 'permissive'} 2024-04-18T14:42:37.635 DEBUG:teuthology.orchestra.run.smithi060:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-04-18T14:42:37.667 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T14:42:37.668 DEBUG:teuthology.orchestra.run.smithi110:> 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-04-18T14:42:37.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T14:42:37.697 DEBUG:teuthology.orchestra.run.smithi154:> 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-04-18T14:42:37.724 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T14:42:37.724 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-18T14:42:37.724 DEBUG:teuthology.orchestra.run.smithi060:> sudo /usr/sbin/setenforce permissive 2024-04-18T14:42:37.756 DEBUG:teuthology.orchestra.run.smithi110:> sudo /usr/sbin/setenforce permissive 2024-04-18T14:42:37.782 DEBUG:teuthology.orchestra.run.smithi154:> sudo /usr/sbin/setenforce permissive 2024-04-18T14:42:37.810 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-18T14:42:37.821 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-18T14:42:37.837 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-04-18T14:42:37.839 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi060.front.sepia.ceph.com,smithi110.front.sepia.ceph.com,smithi154.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-18T14:53:21.290 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi060.front.sepia.ceph.com'), Remote(name='ubuntu@smithi110.front.sepia.ceph.com'), Remote(name='ubuntu@smithi154.front.sepia.ceph.com')] 2024-04-18T14:53:21.292 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-04-18T14:53:21.293 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T14:53:21.377 DEBUG:teuthology.orchestra.run.smithi060:> true 2024-04-18T14:53:21.455 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-04-18T14:53:21.456 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-04-18T14:53:21.456 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T14:53:21.531 DEBUG:teuthology.orchestra.run.smithi110:> true 2024-04-18T14:53:21.605 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-04-18T14:53:21.605 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-18T14:53:21.606 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T14:53:21.684 DEBUG:teuthology.orchestra.run.smithi154:> true 2024-04-18T14:53:21.757 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-18T14:53:21.757 INFO:teuthology.run_tasks:Running task clock... 2024-04-18T14:53:21.768 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-18T14:53:21.768 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-18T14:53:21.770 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-18T14:53:21.772 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-18T14:53:21.773 DEBUG:teuthology.orchestra.run.smithi110:> 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-04-18T14:53:21.775 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-18T14:53:21.775 DEBUG:teuthology.orchestra.run.smithi154:> 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-04-18T14:53:21.807 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-18T14:53:21.810 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-18T14:53:21.823 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-18T14:53:21.829 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-18T14:53:21.831 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-18T14:53:21.847 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-18T14:53:21.894 INFO:teuthology.orchestra.run.smithi110.stderr:sudo: ntpd: command not found 2024-04-18T14:53:21.899 INFO:teuthology.orchestra.run.smithi060.stderr:sudo: ntpd: command not found 2024-04-18T14:53:21.907 INFO:teuthology.orchestra.run.smithi110.stdout:506 Cannot talk to daemon 2024-04-18T14:53:21.914 INFO:teuthology.orchestra.run.smithi060.stdout:506 Cannot talk to daemon 2024-04-18T14:53:21.921 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-18T14:53:21.932 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-18T14:53:21.934 INFO:teuthology.orchestra.run.smithi154.stderr:sudo: ntpd: command not found 2024-04-18T14:53:21.937 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-18T14:53:21.947 INFO:teuthology.orchestra.run.smithi154.stdout:506 Cannot talk to daemon 2024-04-18T14:53:21.949 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-18T14:53:21.962 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-18T14:53:21.976 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-18T14:53:21.996 INFO:teuthology.orchestra.run.smithi110.stderr:bash: ntpq: command not found 2024-04-18T14:53:21.999 INFO:teuthology.orchestra.run.smithi110.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-18T14:53:21.999 INFO:teuthology.orchestra.run.smithi110.stdout:=============================================================================== 2024-04-18T14:53:21.999 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T14:53:21.999 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T14:53:21.999 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T14:53:21.999 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T14:53:22.036 INFO:teuthology.orchestra.run.smithi060.stderr:bash: ntpq: command not found 2024-04-18T14:53:22.040 INFO:teuthology.orchestra.run.smithi060.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-18T14:53:22.040 INFO:teuthology.orchestra.run.smithi060.stdout:=============================================================================== 2024-04-18T14:53:22.040 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T14:53:22.040 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T14:53:22.040 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T14:53:22.040 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T14:53:22.051 INFO:teuthology.orchestra.run.smithi154.stderr:bash: ntpq: command not found 2024-04-18T14:53:22.054 INFO:teuthology.orchestra.run.smithi154.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-18T14:53:22.054 INFO:teuthology.orchestra.run.smithi154.stdout:=============================================================================== 2024-04-18T14:53:22.054 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T14:53:22.054 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T14:53:22.054 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T14:53:22.054 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T14:53:22.055 INFO:teuthology.run_tasks:Running task pexec... 2024-04-18T14:53:22.065 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-18T14:53:22.065 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi060.front.sepia.ceph.com 2024-04-18T14:53:22.065 DEBUG:teuthology.orchestra.run.smithi060:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-18T14:53:22.066 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi110.front.sepia.ceph.com 2024-04-18T14:53:22.066 DEBUG:teuthology.orchestra.run.smithi110:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-18T14:53:22.066 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi154.front.sepia.ceph.com 2024-04-18T14:53:22.066 DEBUG:teuthology.orchestra.run.smithi154:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-18T14:53:22.440 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T14:53:22.476 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T14:53:22.518 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T14:53:24.240 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 40 kB/s | 4.5 kB 00:00 2024-04-18T14:53:24.402 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 30 kB/s | 4.1 kB 00:00 2024-04-18T14:53:24.436 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2024-04-18T14:53:24.766 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 31 kB/s | 4.5 kB 00:00 2024-04-18T14:53:24.859 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2024-04-18T14:53:24.874 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 35 kB/s | 4.5 kB 00:00 2024-04-18T14:53:27.795 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T14:53:27.796 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T14:53:27.796 INFO:teuthology.orchestra.run.smithi110.stdout: Package Architecture Version Repository Size 2024-04-18T14:53:27.796 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T14:53:27.796 INFO:teuthology.orchestra.run.smithi110.stdout:Resetting modules: 2024-04-18T14:53:27.796 INFO:teuthology.orchestra.run.smithi110.stdout: container-tools 2024-04-18T14:53:27.796 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:53:27.796 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-04-18T14:53:27.796 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T14:53:27.796 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:53:28.137 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T14:53:28.138 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T14:53:28.139 INFO:teuthology.orchestra.run.smithi154.stdout: Package Architecture Version Repository Size 2024-04-18T14:53:28.139 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T14:53:28.139 INFO:teuthology.orchestra.run.smithi154.stdout:Resetting modules: 2024-04-18T14:53:28.139 INFO:teuthology.orchestra.run.smithi154.stdout: container-tools 2024-04-18T14:53:28.139 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:53:28.139 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-18T14:53:28.139 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T14:53:28.139 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:53:28.519 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T14:53:28.520 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T14:53:28.520 INFO:teuthology.orchestra.run.smithi060.stdout: Package Architecture Version Repository Size 2024-04-18T14:53:28.520 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T14:53:28.520 INFO:teuthology.orchestra.run.smithi060.stdout:Resetting modules: 2024-04-18T14:53:28.521 INFO:teuthology.orchestra.run.smithi060.stdout: container-tools 2024-04-18T14:53:28.521 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:53:28.521 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-04-18T14:53:28.521 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T14:53:28.521 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:53:39.254 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T14:53:39.739 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T14:53:39.804 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T14:53:40.268 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T14:53:41.506 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T14:53:41.630 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 39 kB/s | 4.1 kB 00:00 2024-04-18T14:53:41.964 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 43 kB/s | 4.5 kB 00:00 2024-04-18T14:53:42.020 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 27 kB/s | 4.5 kB 00:00 2024-04-18T14:53:42.036 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T14:53:42.607 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 36 kB/s | 4.1 kB 00:00 2024-04-18T14:53:43.954 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 33 kB/s | 4.1 kB 00:00 2024-04-18T14:53:44.449 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 24 kB/s | 4.5 kB 00:00 2024-04-18T14:53:45.234 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T14:53:45.393 INFO:teuthology.orchestra.run.smithi154.stdout:========================================================================================================================== 2024-04-18T14:53:45.393 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-18T14:53:45.393 INFO:teuthology.orchestra.run.smithi154.stdout:========================================================================================================================== 2024-04-18T14:53:45.393 INFO:teuthology.orchestra.run.smithi154.stdout:Installing group/module packages: 2024-04-18T14:53:45.393 INFO:teuthology.orchestra.run.smithi154.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2024-04-18T14:53:45.393 INFO:teuthology.orchestra.run.smithi154.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-04-18T14:53:45.393 INFO:teuthology.orchestra.run.smithi154.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-04-18T14:53:45.394 INFO:teuthology.orchestra.run.smithi154.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2024-04-18T14:53:45.394 INFO:teuthology.orchestra.run.smithi154.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2024-04-18T14:53:45.394 INFO:teuthology.orchestra.run.smithi154.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-04-18T14:53:45.394 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-04-18T14:53:45.394 INFO:teuthology.orchestra.run.smithi154.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-04-18T14:53:45.394 INFO:teuthology.orchestra.run.smithi154.stdout:Downgrading: 2024-04-18T14:53:45.394 INFO:teuthology.orchestra.run.smithi154.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-04-18T14:53:45.394 INFO:teuthology.orchestra.run.smithi154.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2024-04-18T14:53:45.394 INFO:teuthology.orchestra.run.smithi154.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2024-04-18T14:53:45.394 INFO:teuthology.orchestra.run.smithi154.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2024-04-18T14:53:45.394 INFO:teuthology.orchestra.run.smithi154.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-04-18T14:53:45.394 INFO:teuthology.orchestra.run.smithi154.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2024-04-18T14:53:45.394 INFO:teuthology.orchestra.run.smithi154.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2024-04-18T14:53:45.395 INFO:teuthology.orchestra.run.smithi154.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2024-04-18T14:53:45.395 INFO:teuthology.orchestra.run.smithi154.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-04-18T14:53:45.395 INFO:teuthology.orchestra.run.smithi154.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2024-04-18T14:53:45.395 INFO:teuthology.orchestra.run.smithi154.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2024-04-18T14:53:45.395 INFO:teuthology.orchestra.run.smithi154.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-04-18T14:53:45.395 INFO:teuthology.orchestra.run.smithi154.stdout:Installing module profiles: 2024-04-18T14:53:45.395 INFO:teuthology.orchestra.run.smithi154.stdout: container-tools/common 2024-04-18T14:53:45.395 INFO:teuthology.orchestra.run.smithi154.stdout:Enabling module streams: 2024-04-18T14:53:45.395 INFO:teuthology.orchestra.run.smithi154.stdout: container-tools 3.0 2024-04-18T14:53:45.395 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:53:45.395 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-18T14:53:45.395 INFO:teuthology.orchestra.run.smithi154.stdout:========================================================================================================================== 2024-04-18T14:53:45.395 INFO:teuthology.orchestra.run.smithi154.stdout:Install 7 Packages 2024-04-18T14:53:45.396 INFO:teuthology.orchestra.run.smithi154.stdout:Downgrade 12 Packages 2024-04-18T14:53:45.396 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:53:45.396 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 50 M 2024-04-18T14:53:45.396 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-18T14:53:45.582 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T14:53:45.739 INFO:teuthology.orchestra.run.smithi110.stdout:========================================================================================================================== 2024-04-18T14:53:45.739 INFO:teuthology.orchestra.run.smithi110.stdout: Package Arch Version Repository Size 2024-04-18T14:53:45.740 INFO:teuthology.orchestra.run.smithi110.stdout:========================================================================================================================== 2024-04-18T14:53:45.740 INFO:teuthology.orchestra.run.smithi110.stdout:Installing group/module packages: 2024-04-18T14:53:45.740 INFO:teuthology.orchestra.run.smithi110.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2024-04-18T14:53:45.740 INFO:teuthology.orchestra.run.smithi110.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-04-18T14:53:45.740 INFO:teuthology.orchestra.run.smithi110.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-04-18T14:53:45.740 INFO:teuthology.orchestra.run.smithi110.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2024-04-18T14:53:45.740 INFO:teuthology.orchestra.run.smithi110.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2024-04-18T14:53:45.740 INFO:teuthology.orchestra.run.smithi110.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-04-18T14:53:45.740 INFO:teuthology.orchestra.run.smithi110.stdout:Installing dependencies: 2024-04-18T14:53:45.740 INFO:teuthology.orchestra.run.smithi110.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-04-18T14:53:45.740 INFO:teuthology.orchestra.run.smithi110.stdout:Downgrading: 2024-04-18T14:53:45.740 INFO:teuthology.orchestra.run.smithi110.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-04-18T14:53:45.741 INFO:teuthology.orchestra.run.smithi110.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2024-04-18T14:53:45.741 INFO:teuthology.orchestra.run.smithi110.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2024-04-18T14:53:45.741 INFO:teuthology.orchestra.run.smithi110.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2024-04-18T14:53:45.741 INFO:teuthology.orchestra.run.smithi110.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-04-18T14:53:45.741 INFO:teuthology.orchestra.run.smithi110.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2024-04-18T14:53:45.741 INFO:teuthology.orchestra.run.smithi110.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2024-04-18T14:53:45.741 INFO:teuthology.orchestra.run.smithi110.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2024-04-18T14:53:45.741 INFO:teuthology.orchestra.run.smithi110.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-04-18T14:53:45.741 INFO:teuthology.orchestra.run.smithi110.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2024-04-18T14:53:45.741 INFO:teuthology.orchestra.run.smithi110.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2024-04-18T14:53:45.741 INFO:teuthology.orchestra.run.smithi110.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-04-18T14:53:45.741 INFO:teuthology.orchestra.run.smithi110.stdout:Installing module profiles: 2024-04-18T14:53:45.742 INFO:teuthology.orchestra.run.smithi110.stdout: container-tools/common 2024-04-18T14:53:45.742 INFO:teuthology.orchestra.run.smithi110.stdout:Enabling module streams: 2024-04-18T14:53:45.742 INFO:teuthology.orchestra.run.smithi110.stdout: container-tools 3.0 2024-04-18T14:53:45.742 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:53:45.742 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-04-18T14:53:45.742 INFO:teuthology.orchestra.run.smithi110.stdout:========================================================================================================================== 2024-04-18T14:53:45.742 INFO:teuthology.orchestra.run.smithi110.stdout:Install 7 Packages 2024-04-18T14:53:45.742 INFO:teuthology.orchestra.run.smithi110.stdout:Downgrade 12 Packages 2024-04-18T14:53:45.742 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:53:45.743 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 50 M 2024-04-18T14:53:45.743 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-04-18T14:53:45.784 INFO:teuthology.orchestra.run.smithi154.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 132 kB/s | 51 kB 00:00 2024-04-18T14:53:45.818 INFO:teuthology.orchestra.run.smithi154.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 1.2 MB/s | 511 kB 00:00 2024-04-18T14:53:45.861 INFO:teuthology.orchestra.run.smithi110.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 436 kB/s | 51 kB 00:00 2024-04-18T14:53:45.894 INFO:teuthology.orchestra.run.smithi110.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 3.3 MB/s | 511 kB 00:00 2024-04-18T14:53:45.926 INFO:teuthology.orchestra.run.smithi154.stdout:(3/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 638 kB/s | 69 kB 00:00 2024-04-18T14:53:45.952 INFO:teuthology.orchestra.run.smithi154.stdout:(4/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 430 kB/s | 72 kB 00:00 2024-04-18T14:53:45.995 INFO:teuthology.orchestra.run.smithi110.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 539 kB/s | 72 kB 00:00 2024-04-18T14:53:46.070 INFO:teuthology.orchestra.run.smithi110.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 394 kB/s | 69 kB 00:00 2024-04-18T14:53:46.110 INFO:teuthology.orchestra.run.smithi154.stdout:(5/19): podman-docker-3.0.1-15.module+el8.7.0+1 361 kB/s | 57 kB 00:00 2024-04-18T14:53:46.312 INFO:teuthology.orchestra.run.smithi110.stdout:(5/19): containernetworking-plugins-0.9.1-1.mod 33 MB/s | 19 MB 00:00 2024-04-18T14:53:46.319 INFO:teuthology.orchestra.run.smithi154.stdout:(6/19): containernetworking-plugins-0.9.1-1.mod 20 MB/s | 19 MB 00:00 2024-04-18T14:53:46.337 INFO:teuthology.orchestra.run.smithi110.stdout:(6/19): podman-docker-3.0.1-15.module+el8.7.0+1 214 kB/s | 57 kB 00:00 2024-04-18T14:53:46.452 INFO:teuthology.orchestra.run.smithi154.stdout:(7/19): podman-3.0.1-15.module+el8.7.0+18021+1e 20 MB/s | 11 MB 00:00 2024-04-18T14:53:46.478 INFO:teuthology.orchestra.run.smithi154.stdout:(8/19): container-selinux-2.189.0-1.module+el8. 347 kB/s | 55 kB 00:00 2024-04-18T14:53:46.513 INFO:teuthology.orchestra.run.smithi110.stdout:(7/19): podman-3.0.1-15.module+el8.7.0+18021+1e 20 MB/s | 11 MB 00:00 2024-04-18T14:53:46.536 INFO:teuthology.orchestra.run.smithi154.stdout:(9/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 6.8 MB/s | 2.9 MB 00:00 2024-04-18T14:53:46.538 INFO:teuthology.orchestra.run.smithi110.stdout:(8/19): container-selinux-2.189.0-1.module+el8. 274 kB/s | 55 kB 00:00 2024-04-18T14:53:46.595 INFO:teuthology.orchestra.run.smithi154.stdout:(10/19): containers-common-1.2.4-2.module+el8.7 640 kB/s | 91 kB 00:00 2024-04-18T14:53:46.638 INFO:teuthology.orchestra.run.smithi110.stdout:(9/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 8.8 MB/s | 2.9 MB 00:00 2024-04-18T14:53:46.654 INFO:teuthology.orchestra.run.smithi154.stdout:(11/19): podman-catatonit-3.0.1-15.module+el8.7 1.8 MB/s | 323 kB 00:00 2024-04-18T14:53:46.663 INFO:teuthology.orchestra.run.smithi110.stdout:(10/19): podman-catatonit-3.0.1-15.module+el8.7 2.5 MB/s | 323 kB 00:00 2024-04-18T14:53:46.679 INFO:teuthology.orchestra.run.smithi154.stdout:(12/19): slirp4netns-1.1.8-1.module+el8.7.0+165 359 kB/s | 51 kB 00:00 2024-04-18T14:53:46.688 INFO:teuthology.orchestra.run.smithi110.stdout:(11/19): containers-common-1.2.4-2.module+el8.7 519 kB/s | 91 kB 00:00 2024-04-18T14:53:46.721 INFO:teuthology.orchestra.run.smithi154.stdout:(13/19): cockpit-podman-29-2.module+el8.7.0+165 8.5 MB/s | 1.1 MB 00:00 2024-04-18T14:53:46.771 INFO:teuthology.orchestra.run.smithi154.stdout:(14/19): crun-0.18-3.module+el8.7.0+16533+44634 1.5 MB/s | 185 kB 00:00 2024-04-18T14:53:46.781 INFO:teuthology.orchestra.run.smithi110.stdout:(12/19): crun-0.18-3.module+el8.7.0+16533+44634 2.0 MB/s | 185 kB 00:00 2024-04-18T14:53:46.797 INFO:teuthology.orchestra.run.smithi110.stdout:(13/19): slirp4netns-1.1.8-1.module+el8.7.0+165 322 kB/s | 51 kB 00:00 2024-04-18T14:53:46.839 INFO:teuthology.orchestra.run.smithi110.stdout:(14/19): cockpit-podman-29-2.module+el8.7.0+165 6.1 MB/s | 1.1 MB 00:00 2024-04-18T14:53:46.946 INFO:teuthology.orchestra.run.smithi154.stdout:(15/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 23 MB/s | 6.2 MB 00:00 2024-04-18T14:53:46.972 INFO:teuthology.orchestra.run.smithi154.stdout:(16/19): udica-0.2.4-1.module+el8.7.0+16533+446 253 kB/s | 51 kB 00:00 2024-04-18T14:53:47.023 INFO:teuthology.orchestra.run.smithi110.stdout:(15/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 26 MB/s | 6.2 MB 00:00 2024-04-18T14:53:47.038 INFO:teuthology.orchestra.run.smithi154.stdout:(17/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 6.9 MB/s | 2.2 MB 00:00 2024-04-18T14:53:47.040 INFO:teuthology.orchestra.run.smithi110.stdout:(16/19): udica-0.2.4-1.module+el8.7.0+16533+446 253 kB/s | 51 kB 00:00 2024-04-18T14:53:47.097 INFO:teuthology.orchestra.run.smithi154.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 327 kB/s | 41 kB 00:00 2024-04-18T14:53:47.132 INFO:teuthology.orchestra.run.smithi110.stdout:(17/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 6.6 MB/s | 2.2 MB 00:00 2024-04-18T14:53:47.149 INFO:teuthology.orchestra.run.smithi110.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 377 kB/s | 41 kB 00:00 2024-04-18T14:53:47.197 INFO:teuthology.orchestra.run.smithi154.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 26 MB/s | 6.6 MB 00:00 2024-04-18T14:53:47.198 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:53:47.198 INFO:teuthology.orchestra.run.smithi154.stdout:Total 28 MB/s | 50 MB 00:01 2024-04-18T14:53:47.274 INFO:teuthology.orchestra.run.smithi110.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 26 MB/s | 6.6 MB 00:00 2024-04-18T14:53:47.275 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:53:47.275 INFO:teuthology.orchestra.run.smithi110.stdout:Total 32 MB/s | 50 MB 00:01 2024-04-18T14:53:47.680 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-18T14:53:47.724 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-18T14:53:47.725 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-18T14:53:47.758 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-04-18T14:53:47.802 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-04-18T14:53:47.802 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-04-18T14:53:47.932 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T14:53:48.114 INFO:teuthology.orchestra.run.smithi060.stdout:========================================================================================================================== 2024-04-18T14:53:48.114 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-04-18T14:53:48.114 INFO:teuthology.orchestra.run.smithi060.stdout:========================================================================================================================== 2024-04-18T14:53:48.114 INFO:teuthology.orchestra.run.smithi060.stdout:Installing group/module packages: 2024-04-18T14:53:48.115 INFO:teuthology.orchestra.run.smithi060.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2024-04-18T14:53:48.115 INFO:teuthology.orchestra.run.smithi060.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-04-18T14:53:48.115 INFO:teuthology.orchestra.run.smithi060.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-04-18T14:53:48.115 INFO:teuthology.orchestra.run.smithi060.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2024-04-18T14:53:48.115 INFO:teuthology.orchestra.run.smithi060.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2024-04-18T14:53:48.115 INFO:teuthology.orchestra.run.smithi060.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-04-18T14:53:48.115 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-04-18T14:53:48.115 INFO:teuthology.orchestra.run.smithi060.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-04-18T14:53:48.115 INFO:teuthology.orchestra.run.smithi060.stdout:Downgrading: 2024-04-18T14:53:48.115 INFO:teuthology.orchestra.run.smithi060.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-04-18T14:53:48.115 INFO:teuthology.orchestra.run.smithi060.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2024-04-18T14:53:48.115 INFO:teuthology.orchestra.run.smithi060.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2024-04-18T14:53:48.116 INFO:teuthology.orchestra.run.smithi060.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2024-04-18T14:53:48.116 INFO:teuthology.orchestra.run.smithi060.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-04-18T14:53:48.116 INFO:teuthology.orchestra.run.smithi060.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2024-04-18T14:53:48.116 INFO:teuthology.orchestra.run.smithi060.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2024-04-18T14:53:48.116 INFO:teuthology.orchestra.run.smithi060.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2024-04-18T14:53:48.116 INFO:teuthology.orchestra.run.smithi060.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-04-18T14:53:48.116 INFO:teuthology.orchestra.run.smithi060.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2024-04-18T14:53:48.116 INFO:teuthology.orchestra.run.smithi060.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2024-04-18T14:53:48.116 INFO:teuthology.orchestra.run.smithi060.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-04-18T14:53:48.116 INFO:teuthology.orchestra.run.smithi060.stdout:Installing module profiles: 2024-04-18T14:53:48.116 INFO:teuthology.orchestra.run.smithi060.stdout: container-tools/common 2024-04-18T14:53:48.116 INFO:teuthology.orchestra.run.smithi060.stdout:Enabling module streams: 2024-04-18T14:53:48.117 INFO:teuthology.orchestra.run.smithi060.stdout: container-tools 3.0 2024-04-18T14:53:48.117 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:53:48.117 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-04-18T14:53:48.117 INFO:teuthology.orchestra.run.smithi060.stdout:========================================================================================================================== 2024-04-18T14:53:48.117 INFO:teuthology.orchestra.run.smithi060.stdout:Install 7 Packages 2024-04-18T14:53:48.117 INFO:teuthology.orchestra.run.smithi060.stdout:Downgrade 12 Packages 2024-04-18T14:53:48.117 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:53:48.117 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 50 M 2024-04-18T14:53:48.118 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-04-18T14:53:48.186 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-18T14:53:48.194 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-18T14:53:48.224 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-04-18T14:53:48.233 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-04-18T14:53:48.304 INFO:teuthology.orchestra.run.smithi060.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 276 kB/s | 51 kB 00:00 2024-04-18T14:53:48.338 INFO:teuthology.orchestra.run.smithi060.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 2.3 MB/s | 511 kB 00:00 2024-04-18T14:53:48.363 INFO:teuthology.orchestra.run.smithi060.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 1.2 MB/s | 72 kB 00:00 2024-04-18T14:53:48.447 INFO:teuthology.orchestra.run.smithi060.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 637 kB/s | 69 kB 00:00 2024-04-18T14:53:48.613 INFO:teuthology.orchestra.run.smithi060.stdout:(5/19): podman-docker-3.0.1-15.module+el8.7.0+1 345 kB/s | 57 kB 00:00 2024-04-18T14:53:48.839 INFO:teuthology.orchestra.run.smithi060.stdout:(6/19): containernetworking-plugins-0.9.1-1.mod 26 MB/s | 19 MB 00:00 2024-04-18T14:53:48.939 INFO:teuthology.orchestra.run.smithi060.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 8.8 MB/s | 2.9 MB 00:00 2024-04-18T14:53:49.064 INFO:teuthology.orchestra.run.smithi060.stdout:(8/19): podman-3.0.1-15.module+el8.7.0+18021+1e 15 MB/s | 11 MB 00:00 2024-04-18T14:53:49.081 INFO:teuthology.orchestra.run.smithi060.stdout:(9/19): container-selinux-2.189.0-1.module+el8. 227 kB/s | 55 kB 00:00 2024-04-18T14:53:49.106 INFO:teuthology.orchestra.run.smithi060.stdout:(10/19): containers-common-1.2.4-2.module+el8.7 546 kB/s | 91 kB 00:00 2024-04-18T14:53:49.240 INFO:teuthology.orchestra.run.smithi060.stdout:(11/19): podman-catatonit-3.0.1-15.module+el8.7 1.8 MB/s | 323 kB 00:00 2024-04-18T14:53:49.324 INFO:teuthology.orchestra.run.smithi060.stdout:(12/19): slirp4netns-1.1.8-1.module+el8.7.0+165 211 kB/s | 51 kB 00:00 2024-04-18T14:53:49.398 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-18T14:53:49.407 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-04-18T14:53:49.413 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-04-18T14:53:49.416 INFO:teuthology.orchestra.run.smithi060.stdout:(13/19): crun-0.18-3.module+el8.7.0+16533+44634 1.0 MB/s | 185 kB 00:00 2024-04-18T14:53:49.423 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-04-18T14:53:49.430 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-04-18T14:53:49.440 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-04-18T14:53:49.450 INFO:teuthology.orchestra.run.smithi060.stdout:(14/19): cockpit-podman-29-2.module+el8.7.0+165 3.1 MB/s | 1.1 MB 00:00 2024-04-18T14:53:49.550 INFO:teuthology.orchestra.run.smithi060.stdout:(15/19): udica-0.2.4-1.module+el8.7.0+16533+446 507 kB/s | 51 kB 00:00 2024-04-18T14:53:49.595 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-04-18T14:53:49.600 INFO:teuthology.orchestra.run.smithi060.stdout:(16/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 12 MB/s | 2.2 MB 00:00 2024-04-18T14:53:49.613 INFO:teuthology.orchestra.run.smithi110.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-04-18T14:53:49.692 INFO:teuthology.orchestra.run.smithi060.stdout:(17/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 17 MB/s | 6.2 MB 00:00 2024-04-18T14:53:49.742 INFO:teuthology.orchestra.run.smithi060.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 289 kB/s | 41 kB 00:00 2024-04-18T14:53:49.859 INFO:teuthology.orchestra.run.smithi060.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 21 MB/s | 6.6 MB 00:00 2024-04-18T14:53:49.860 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:53:49.860 INFO:teuthology.orchestra.run.smithi060.stdout:Total 28 MB/s | 50 MB 00:01 2024-04-18T14:53:50.380 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-04-18T14:53:50.430 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-04-18T14:53:50.430 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-04-18T14:53:50.896 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-04-18T14:53:50.906 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-04-18T14:53:52.108 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-04-18T14:53:52.127 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-04-18T14:53:52.145 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-04-18T14:53:52.312 INFO:teuthology.orchestra.run.smithi060.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-04-18T14:54:06.408 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-04-18T14:54:06.537 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-04-18T14:54:06.600 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-04-18T14:54:06.617 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-04-18T14:54:06.769 INFO:teuthology.orchestra.run.smithi110.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-04-18T14:54:06.787 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-04-18T14:54:06.799 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-04-18T14:54:06.960 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-04-18T14:54:06.980 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-04-18T14:54:07.108 INFO:teuthology.orchestra.run.smithi110.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-04-18T14:54:07.183 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-04-18T14:54:07.183 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-04-18T14:54:07.183 INFO:teuthology.orchestra.run.smithi154.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-04-18T14:54:07.183 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:54:07.344 INFO:teuthology.orchestra.run.smithi110.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-04-18T14:54:07.344 INFO:teuthology.orchestra.run.smithi110.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-04-18T14:54:07.344 INFO:teuthology.orchestra.run.smithi110.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-04-18T14:54:07.344 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:54:07.950 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-04-18T14:54:08.162 INFO:teuthology.orchestra.run.smithi110.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-04-18T14:54:09.670 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-04-18T14:54:09.820 INFO:teuthology.orchestra.run.smithi110.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-04-18T14:54:09.906 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-04-18T14:54:10.050 INFO:teuthology.orchestra.run.smithi110.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-04-18T14:54:10.108 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-04-18T14:54:10.262 INFO:teuthology.orchestra.run.smithi110.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-04-18T14:54:11.417 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-04-18T14:54:11.558 INFO:teuthology.orchestra.run.smithi110.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-04-18T14:54:11.707 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-04-18T14:54:11.859 INFO:teuthology.orchestra.run.smithi110.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-04-18T14:54:11.973 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-04-18T14:54:12.109 INFO:teuthology.orchestra.run.smithi110.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-04-18T14:54:12.204 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-04-18T14:54:12.364 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-04-18T14:54:12.376 INFO:teuthology.orchestra.run.smithi060.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-04-18T14:54:12.400 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-04-18T14:54:12.458 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-04-18T14:54:12.560 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-04-18T14:54:12.716 INFO:teuthology.orchestra.run.smithi060.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-04-18T14:54:12.930 INFO:teuthology.orchestra.run.smithi060.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-04-18T14:54:12.930 INFO:teuthology.orchestra.run.smithi060.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-04-18T14:54:12.930 INFO:teuthology.orchestra.run.smithi060.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-04-18T14:54:12.930 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:54:13.080 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-04-18T14:54:13.183 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-04-18T14:54:13.741 INFO:teuthology.orchestra.run.smithi060.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-04-18T14:54:13.765 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-04-18T14:54:13.867 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-04-18T14:54:13.973 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-04-18T14:54:14.059 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-04-18T14:54:14.157 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-04-18T14:54:14.251 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-04-18T14:54:14.381 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-04-18T14:54:14.496 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-04-18T14:54:14.533 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : podman-docker-3:4.6.1-8.module+el8.9.0+21525+acb5d 20/31 2024-04-18T14:54:14.548 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: podman-3:4.6.1-8.module+el8.9.0+21525+acb5d821.x86 21/31 2024-04-18T14:54:14.548 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : podman-3:4.6.1-8.module+el8.9.0+21525+acb5d821.x86 21/31 2024-04-18T14:54:14.636 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : podman-docker-3:4.6.1-8.module+el8.9.0+21525+acb5d 20/31 2024-04-18T14:54:14.650 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: podman-3:4.6.1-8.module+el8.9.0+21525+acb5d821.x86 21/31 2024-04-18T14:54:14.650 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : podman-3:4.6.1-8.module+el8.9.0+21525+acb5d821.x86 21/31 2024-04-18T14:54:14.905 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: podman-3:4.6.1-8.module+el8.9.0+21525+acb5d821.x86 21/31 2024-04-18T14:54:14.999 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: podman-3:4.6.1-8.module+el8.9.0+21525+acb5d821.x86 21/31 2024-04-18T14:54:15.162 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-04-18T14:54:15.162 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-04-18T14:54:15.214 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-04-18T14:54:15.214 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-04-18T14:54:15.351 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-04-18T14:54:15.351 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : podman-catatonit-3:4.6.1-8.module+el8.9.0+21525+ac 24/31 2024-04-18T14:54:15.404 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-04-18T14:54:15.404 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : podman-catatonit-3:4.6.1-8.module+el8.9.0+21525+ac 24/31 2024-04-18T14:54:15.483 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: podman-catatonit-3:4.6.1-8.module+el8.9.0+21525+ac 24/31 2024-04-18T14:54:15.536 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: podman-catatonit-3:4.6.1-8.module+el8.9.0+21525+ac 24/31 2024-04-18T14:54:15.570 INFO:teuthology.orchestra.run.smithi060.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-04-18T14:54:15.642 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-04-18T14:54:15.720 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-04-18T14:54:15.775 INFO:teuthology.orchestra.run.smithi060.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-04-18T14:54:15.808 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-04-18T14:54:15.869 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-04-18T14:54:15.971 INFO:teuthology.orchestra.run.smithi060.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-04-18T14:54:15.978 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-04-18T14:54:16.048 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-04-18T14:54:16.166 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-04-18T14:54:16.242 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-04-18T14:54:16.333 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-04-18T14:54:16.411 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-04-18T14:54:16.510 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-04-18T14:54:16.511 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-04-18T14:54:16.547 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-04-18T14:54:16.547 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-04-18T14:54:16.724 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-04-18T14:54:16.760 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-04-18T14:54:17.353 INFO:teuthology.orchestra.run.smithi060.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-04-18T14:54:17.658 INFO:teuthology.orchestra.run.smithi060.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-04-18T14:54:17.900 INFO:teuthology.orchestra.run.smithi060.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-04-18T14:54:18.263 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-04-18T14:54:19.047 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-04-18T14:54:19.766 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-04-18T14:54:19.951 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-04-18T14:54:20.137 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-04-18T14:54:20.331 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-04-18T14:54:20.485 INFO:teuthology.orchestra.run.smithi060.stdout: Cleanup : podman-docker-3:4.6.1-8.module+el8.9.0+21525+acb5d 20/31 2024-04-18T14:54:20.504 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: podman-3:4.6.1-8.module+el8.9.0+21525+acb5d821.x86 21/31 2024-04-18T14:54:20.505 INFO:teuthology.orchestra.run.smithi060.stdout: Cleanup : podman-3:4.6.1-8.module+el8.9.0+21525+acb5d821.x86 21/31 2024-04-18T14:54:20.812 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: podman-3:4.6.1-8.module+el8.9.0+21525+acb5d821.x86 21/31 2024-04-18T14:54:21.003 INFO:teuthology.orchestra.run.smithi060.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-04-18T14:54:21.003 INFO:teuthology.orchestra.run.smithi060.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-04-18T14:54:21.181 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-04-18T14:54:21.182 INFO:teuthology.orchestra.run.smithi060.stdout: Cleanup : podman-catatonit-3:4.6.1-8.module+el8.9.0+21525+ac 24/31 2024-04-18T14:54:21.310 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: podman-catatonit-3:4.6.1-8.module+el8.9.0+21525+ac 24/31 2024-04-18T14:54:21.477 INFO:teuthology.orchestra.run.smithi060.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-04-18T14:54:21.626 INFO:teuthology.orchestra.run.smithi060.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-04-18T14:54:21.794 INFO:teuthology.orchestra.run.smithi060.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-04-18T14:54:21.934 INFO:teuthology.orchestra.run.smithi060.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-04-18T14:54:22.093 INFO:teuthology.orchestra.run.smithi060.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-04-18T14:54:22.254 INFO:teuthology.orchestra.run.smithi060.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-04-18T14:54:22.255 INFO:teuthology.orchestra.run.smithi060.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-04-18T14:54:22.484 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-04-18T14:54:34.191 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-04-18T14:54:34.193 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-04-18T14:54:34.637 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-04-18T14:54:34.637 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-04-18T14:54:34.637 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-04-18T14:54:34.637 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-04-18T14:54:34.637 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-04-18T14:54:34.637 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-04-18T14:54:34.638 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-04-18T14:54:34.638 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-04-18T14:54:34.638 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-04-18T14:54:34.638 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-04-18T14:54:34.638 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-04-18T14:54:34.638 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-04-18T14:54:34.638 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : podman-3:4.6.1-8.module+el8.9.0+21525+acb5d821.x86 12/31 2024-04-18T14:54:34.638 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-04-18T14:54:34.638 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : podman-docker-3:4.6.1-8.module+el8.9.0+21525+acb5d 14/31 2024-04-18T14:54:34.638 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-04-18T14:54:34.638 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-04-18T14:54:34.638 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-04-18T14:54:34.638 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-04-18T14:54:34.639 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-04-18T14:54:34.639 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-04-18T14:54:34.639 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-04-18T14:54:34.639 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : podman-catatonit-3:4.6.1-8.module+el8.9.0+21525+ac 22/31 2024-04-18T14:54:34.639 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-04-18T14:54:34.639 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-04-18T14:54:34.639 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-04-18T14:54:34.639 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-04-18T14:54:34.639 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-04-18T14:54:34.639 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-04-18T14:54:34.640 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-04-18T14:54:34.640 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-04-18T14:54:34.644 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-04-18T14:54:34.644 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-04-18T14:54:34.644 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-04-18T14:54:34.644 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-04-18T14:54:34.644 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-04-18T14:54:34.644 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-04-18T14:54:34.645 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-04-18T14:54:34.645 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-04-18T14:54:34.645 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-04-18T14:54:34.645 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-04-18T14:54:34.645 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-04-18T14:54:34.645 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-04-18T14:54:34.645 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : podman-3:4.6.1-8.module+el8.9.0+21525+acb5d821.x86 12/31 2024-04-18T14:54:34.645 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-04-18T14:54:34.645 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : podman-docker-3:4.6.1-8.module+el8.9.0+21525+acb5d 14/31 2024-04-18T14:54:34.645 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-04-18T14:54:34.645 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-04-18T14:54:34.645 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-04-18T14:54:34.646 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-04-18T14:54:34.646 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-04-18T14:54:34.646 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-04-18T14:54:34.646 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-04-18T14:54:34.646 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : podman-catatonit-3:4.6.1-8.module+el8.9.0+21525+ac 22/31 2024-04-18T14:54:34.646 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-04-18T14:54:34.646 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-04-18T14:54:34.646 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-04-18T14:54:34.646 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-04-18T14:54:34.646 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-04-18T14:54:34.646 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-04-18T14:54:34.646 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-04-18T14:54:34.646 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-04-18T14:54:42.267 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-04-18T14:54:42.776 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-04-18T14:54:42.776 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-04-18T14:54:42.776 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-04-18T14:54:42.776 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-04-18T14:54:42.776 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-04-18T14:54:42.777 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-04-18T14:54:42.777 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-04-18T14:54:42.777 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-04-18T14:54:42.777 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-04-18T14:54:42.777 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-04-18T14:54:42.777 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-04-18T14:54:42.777 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-04-18T14:54:42.777 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : podman-3:4.6.1-8.module+el8.9.0+21525+acb5d821.x86 12/31 2024-04-18T14:54:42.777 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-04-18T14:54:42.777 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : podman-docker-3:4.6.1-8.module+el8.9.0+21525+acb5d 14/31 2024-04-18T14:54:42.777 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-04-18T14:54:42.777 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-04-18T14:54:42.777 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-04-18T14:54:42.777 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-04-18T14:54:42.778 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-04-18T14:54:42.778 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-04-18T14:54:42.778 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-04-18T14:54:42.778 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : podman-catatonit-3:4.6.1-8.module+el8.9.0+21525+ac 22/31 2024-04-18T14:54:42.778 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-04-18T14:54:42.778 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-04-18T14:54:42.778 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-04-18T14:54:42.778 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-04-18T14:54:42.778 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-04-18T14:54:42.778 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-04-18T14:54:42.778 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-04-18T14:54:42.778 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-04-18T14:54:48.462 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-04-18T14:54:48.462 INFO:teuthology.orchestra.run.smithi110.stdout:Installed products updated. 2024-04-18T14:54:48.662 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-04-18T14:54:48.662 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2024-04-18T14:54:49.007 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:54:49.007 INFO:teuthology.orchestra.run.smithi110.stdout:Downgraded: 2024-04-18T14:54:49.007 INFO:teuthology.orchestra.run.smithi110.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:49.007 INFO:teuthology.orchestra.run.smithi110.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-04-18T14:54:49.007 INFO:teuthology.orchestra.run.smithi110.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:49.007 INFO:teuthology.orchestra.run.smithi110.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:49.008 INFO:teuthology.orchestra.run.smithi110.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:49.008 INFO:teuthology.orchestra.run.smithi110.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:49.008 INFO:teuthology.orchestra.run.smithi110.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:49.008 INFO:teuthology.orchestra.run.smithi110.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-04-18T14:54:49.008 INFO:teuthology.orchestra.run.smithi110.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-04-18T14:54:49.008 INFO:teuthology.orchestra.run.smithi110.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-04-18T14:54:49.008 INFO:teuthology.orchestra.run.smithi110.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:49.008 INFO:teuthology.orchestra.run.smithi110.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:49.008 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2024-04-18T14:54:49.008 INFO:teuthology.orchestra.run.smithi110.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:49.008 INFO:teuthology.orchestra.run.smithi110.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-04-18T14:54:49.008 INFO:teuthology.orchestra.run.smithi110.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:49.008 INFO:teuthology.orchestra.run.smithi110.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:49.008 INFO:teuthology.orchestra.run.smithi110.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:49.008 INFO:teuthology.orchestra.run.smithi110.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-04-18T14:54:49.009 INFO:teuthology.orchestra.run.smithi110.stdout: yajl-2.1.0-12.el8.x86_64 2024-04-18T14:54:49.009 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:54:49.009 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T14:54:49.210 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:54:49.210 INFO:teuthology.orchestra.run.smithi154.stdout:Downgraded: 2024-04-18T14:54:49.211 INFO:teuthology.orchestra.run.smithi154.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:49.211 INFO:teuthology.orchestra.run.smithi154.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-04-18T14:54:49.211 INFO:teuthology.orchestra.run.smithi154.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:49.211 INFO:teuthology.orchestra.run.smithi154.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:49.211 INFO:teuthology.orchestra.run.smithi154.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:49.211 INFO:teuthology.orchestra.run.smithi154.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:49.211 INFO:teuthology.orchestra.run.smithi154.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:49.211 INFO:teuthology.orchestra.run.smithi154.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-04-18T14:54:49.211 INFO:teuthology.orchestra.run.smithi154.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-04-18T14:54:49.211 INFO:teuthology.orchestra.run.smithi154.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-04-18T14:54:49.211 INFO:teuthology.orchestra.run.smithi154.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:49.211 INFO:teuthology.orchestra.run.smithi154.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:49.211 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-18T14:54:49.212 INFO:teuthology.orchestra.run.smithi154.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:49.212 INFO:teuthology.orchestra.run.smithi154.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-04-18T14:54:49.212 INFO:teuthology.orchestra.run.smithi154.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:49.212 INFO:teuthology.orchestra.run.smithi154.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:49.212 INFO:teuthology.orchestra.run.smithi154.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:49.212 INFO:teuthology.orchestra.run.smithi154.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-04-18T14:54:49.212 INFO:teuthology.orchestra.run.smithi154.stdout: yajl-2.1.0-12.el8.x86_64 2024-04-18T14:54:49.212 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:54:49.212 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T14:54:49.221 DEBUG:teuthology.parallel:result is None 2024-04-18T14:54:49.430 DEBUG:teuthology.parallel:result is None 2024-04-18T14:54:53.840 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-04-18T14:54:53.840 INFO:teuthology.orchestra.run.smithi060.stdout:Installed products updated. 2024-04-18T14:54:54.452 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:54:54.452 INFO:teuthology.orchestra.run.smithi060.stdout:Downgraded: 2024-04-18T14:54:54.452 INFO:teuthology.orchestra.run.smithi060.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:54.452 INFO:teuthology.orchestra.run.smithi060.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-04-18T14:54:54.452 INFO:teuthology.orchestra.run.smithi060.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:54.452 INFO:teuthology.orchestra.run.smithi060.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:54.452 INFO:teuthology.orchestra.run.smithi060.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:54.452 INFO:teuthology.orchestra.run.smithi060.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:54.452 INFO:teuthology.orchestra.run.smithi060.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:54.452 INFO:teuthology.orchestra.run.smithi060.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-04-18T14:54:54.452 INFO:teuthology.orchestra.run.smithi060.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-04-18T14:54:54.453 INFO:teuthology.orchestra.run.smithi060.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-04-18T14:54:54.453 INFO:teuthology.orchestra.run.smithi060.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:54.453 INFO:teuthology.orchestra.run.smithi060.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:54.453 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-04-18T14:54:54.453 INFO:teuthology.orchestra.run.smithi060.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:54.453 INFO:teuthology.orchestra.run.smithi060.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-04-18T14:54:54.453 INFO:teuthology.orchestra.run.smithi060.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:54.453 INFO:teuthology.orchestra.run.smithi060.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:54.453 INFO:teuthology.orchestra.run.smithi060.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-04-18T14:54:54.453 INFO:teuthology.orchestra.run.smithi060.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-04-18T14:54:54.453 INFO:teuthology.orchestra.run.smithi060.stdout: yajl-2.1.0-12.el8.x86_64 2024-04-18T14:54:54.453 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:54:54.453 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T14:54:54.677 DEBUG:teuthology.parallel:result is None 2024-04-18T14:54:54.677 INFO:teuthology.run_tasks:Running task install... 2024-04-18T14:54:54.686 DEBUG:teuthology.task.install:project ceph 2024-04-18T14:54:54.686 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0'}} 2024-04-18T14:54:54.686 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0'} 2024-04-18T14:54:54.687 INFO:teuthology.task.install:Using flavor: default 2024-04-18T14:54:54.693 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-04-18T14:54:54.693 INFO:teuthology.task.install:extra packages: [] 2024-04-18T14:54:54.694 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': '6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0', 'tag': None, 'wait_for_package': False} 2024-04-18T14:54:54.694 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 2024-04-18T14:54:54.697 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': '6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0', 'tag': None, 'wait_for_package': False} 2024-04-18T14:54:54.697 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 2024-04-18T14:54:54.698 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': '6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0', 'tag': None, 'wait_for_package': False} 2024-04-18T14:54:54.698 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 2024-04-18T14:54:54.845 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-04-17-0823-reef/6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0/centos/8/flavors/default/ 2024-04-18T14:54:54.845 INFO:teuthology.task.install.rpm:Package version is 18.2.2-1240.g6a7528e4 2024-04-18T14:54:54.910 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-04-17-0823-reef/6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0/centos/8/flavors/default/ 2024-04-18T14:54:54.910 INFO:teuthology.task.install.rpm:Package version is 18.2.2-1240.g6a7528e4 2024-04-18T14:54:54.926 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-04-17-0823-reef/6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0/centos/8/flavors/default/ 2024-04-18T14:54:54.926 INFO:teuthology.task.install.rpm:Package version is 18.2.2-1240.g6a7528e4 2024-04-18T14:54:55.016 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-04-17-0823-reef/6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-04-17-0823-reef/6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-04-17-0823-reef/6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-18T14:54:55.016 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-18T14:54:55.016 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-18T14:54:55.018 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-04-17-0823-reef/6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-04-17-0823-reef/6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-04-17-0823-reef/6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-18T14:54:55.018 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-18T14:54:55.019 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-18T14:54:55.052 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-04-18T14:54:55.053 DEBUG:teuthology.orchestra.run.smithi110:> 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/6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-18T14:54:55.054 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-04-18T14:54:55.054 DEBUG:teuthology.orchestra.run.smithi060:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-18T14:54:55.126 DEBUG:teuthology.orchestra.run.smithi110:> 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-04-18T14:54:55.130 DEBUG:teuthology.orchestra.run.smithi060:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-18T14:54:55.208 DEBUG:teuthology.orchestra.run.smithi110:> 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-04-18T14:54:55.218 DEBUG:teuthology.orchestra.run.smithi060:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-18T14:54:55.250 INFO:teuthology.orchestra.run.smithi060.stdout:check_obsoletes = 1 2024-04-18T14:54:55.252 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum clean all 2024-04-18T14:54:55.277 INFO:teuthology.orchestra.run.smithi110.stdout:check_obsoletes = 1 2024-04-18T14:54:55.278 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum clean all 2024-04-18T14:54:55.281 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-04-17-0823-reef/6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-04-17-0823-reef/6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-04-17-0823-reef/6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-18T14:54:55.281 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-18T14:54:55.281 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-18T14:54:55.315 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-04-18T14:54:55.315 DEBUG:teuthology.orchestra.run.smithi154:> 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/6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-18T14:54:55.386 DEBUG:teuthology.orchestra.run.smithi154:> 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-04-18T14:54:55.467 DEBUG:teuthology.orchestra.run.smithi154:> 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-04-18T14:54:55.535 INFO:teuthology.orchestra.run.smithi154.stdout:check_obsoletes = 1 2024-04-18T14:54:55.536 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum clean all 2024-04-18T14:54:55.656 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T14:54:55.682 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T14:54:55.915 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T14:54:57.069 INFO:teuthology.orchestra.run.smithi060.stdout:63 files removed 2024-04-18T14:54:57.086 INFO:teuthology.orchestra.run.smithi110.stdout:63 files removed 2024-04-18T14:54:57.130 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-radosgw 2024-04-18T14:54:57.138 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum -y install ceph-radosgw 2024-04-18T14:54:57.188 INFO:teuthology.orchestra.run.smithi154.stdout:63 files removed 2024-04-18T14:54:57.240 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-radosgw 2024-04-18T14:54:57.475 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T14:54:57.516 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T14:54:57.578 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T14:54:59.434 INFO:teuthology.orchestra.run.smithi110.stdout:ceph packages for x86_64 177 kB/s | 80 kB 00:00 2024-04-18T14:54:59.475 INFO:teuthology.orchestra.run.smithi060.stdout:ceph packages for x86_64 171 kB/s | 80 kB 00:00 2024-04-18T14:54:59.835 INFO:teuthology.orchestra.run.smithi110.stdout:ceph noarch packages 31 kB/s | 11 kB 00:00 2024-04-18T14:54:59.886 INFO:teuthology.orchestra.run.smithi154.stdout:ceph packages for x86_64 124 kB/s | 80 kB 00:00 2024-04-18T14:54:59.967 INFO:teuthology.orchestra.run.smithi060.stdout:ceph noarch packages 25 kB/s | 11 kB 00:00 2024-04-18T14:55:00.210 INFO:teuthology.orchestra.run.smithi110.stdout:ceph source packages 4.3 kB/s | 1.5 kB 00:00 2024-04-18T14:55:00.220 INFO:teuthology.orchestra.run.smithi154.stdout:ceph noarch packages 38 kB/s | 11 kB 00:00 2024-04-18T14:55:00.436 INFO:teuthology.orchestra.run.smithi110.stdout:Copr repo for python3-asyncssh owned by ceph 17 kB/s | 3.5 kB 00:00 2024-04-18T14:55:00.509 INFO:teuthology.orchestra.run.smithi060.stdout:ceph source packages 2.9 kB/s | 1.5 kB 00:00 2024-04-18T14:55:00.579 INFO:teuthology.orchestra.run.smithi154.stdout:ceph source packages 4.5 kB/s | 1.5 kB 00:00 2024-04-18T14:55:00.668 INFO:teuthology.orchestra.run.smithi060.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2024-04-18T14:55:00.738 INFO:teuthology.orchestra.run.smithi154.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2024-04-18T14:55:03.255 INFO:teuthology.orchestra.run.smithi154.stdout:Extra Packages for Enterprise Linux 6.5 MB/s | 16 MB 00:02 2024-04-18T14:55:03.302 INFO:teuthology.orchestra.run.smithi060.stdout:Extra Packages for Enterprise Linux 6.2 MB/s | 16 MB 00:02 2024-04-18T14:55:06.838 INFO:teuthology.orchestra.run.smithi154.stdout:lab-extras 501 kB/s | 24 kB 00:00 2024-04-18T14:55:07.286 INFO:teuthology.orchestra.run.smithi060.stdout:lab-extras 424 kB/s | 24 kB 00:00 2024-04-18T14:55:08.165 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 54 MB/s | 67 MB 00:01 2024-04-18T14:55:08.763 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 48 MB/s | 67 MB 00:01 2024-04-18T14:55:09.244 INFO:teuthology.orchestra.run.smithi110.stdout:Extra Packages for Enterprise Linux 1.9 MB/s | 16 MB 00:08 2024-04-18T14:55:12.895 INFO:teuthology.orchestra.run.smithi110.stdout:lab-extras 605 kB/s | 24 kB 00:00 2024-04-18T14:55:13.597 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat CodeReady Linux Builder for RHEL 8 x86_ 14 MB/s | 8.8 MB 00:00 2024-04-18T14:55:16.456 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 45 MB/s | 60 MB 00:01 2024-04-18T14:55:19.182 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 44 MB/s | 60 MB 00:01 2024-04-18T14:55:19.938 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat CodeReady Linux Builder for RHEL 8 x86_ 17 MB/s | 8.8 MB 00:00 2024-04-18T14:55:23.248 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 43 MB/s | 60 MB 00:01 2024-04-18T14:55:27.632 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 58 MB/s | 67 MB 00:01 2024-04-18T14:55:29.810 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat CodeReady Linux Builder for RHEL 8 x86_ 18 MB/s | 8.8 MB 00:00 2024-04-18T14:55:37.093 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T14:55:37.095 INFO:teuthology.orchestra.run.smithi154.stdout:==================================================================================================== 2024-04-18T14:55:37.095 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-18T14:55:37.095 INFO:teuthology.orchestra.run.smithi154.stdout:==================================================================================================== 2024-04-18T14:55:37.095 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-18T14:55:37.095 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-radosgw x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 13 M 2024-04-18T14:55:37.096 INFO:teuthology.orchestra.run.smithi154.stdout:Upgrading: 2024-04-18T14:55:37.096 INFO:teuthology.orchestra.run.smithi154.stdout: librados2 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 3.7 M 2024-04-18T14:55:37.096 INFO:teuthology.orchestra.run.smithi154.stdout: librbd1 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 3.6 M 2024-04-18T14:55:37.096 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-04-18T14:55:37.096 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-base x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 5.5 M 2024-04-18T14:55:37.096 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-common x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 22 M 2024-04-18T14:55:37.096 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-selinux x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 24 k 2024-04-18T14:55:37.096 INFO:teuthology.orchestra.run.smithi154.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2024-04-18T14:55:37.096 INFO:teuthology.orchestra.run.smithi154.stdout: libcephfs2 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 781 k 2024-04-18T14:55:37.096 INFO:teuthology.orchestra.run.smithi154.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2024-04-18T14:55:37.096 INFO:teuthology.orchestra.run.smithi154.stdout: librabbitmq x86_64 0.9.0-5.el8_9 rhel-8-for-x86_64-baseos-rpms 47 k 2024-04-18T14:55:37.096 INFO:teuthology.orchestra.run.smithi154.stdout: libradosstriper1 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 474 k 2024-04-18T14:55:37.097 INFO:teuthology.orchestra.run.smithi154.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2024-04-18T14:55:37.097 INFO:teuthology.orchestra.run.smithi154.stdout: librgw2 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 6.6 M 2024-04-18T14:55:37.097 INFO:teuthology.orchestra.run.smithi154.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2024-04-18T14:55:37.097 INFO:teuthology.orchestra.run.smithi154.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2024-04-18T14:55:37.097 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-argparse x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 45 k 2024-04-18T14:55:37.097 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-common x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 129 k 2024-04-18T14:55:37.097 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cephfs x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 197 k 2024-04-18T14:55:37.097 INFO:teuthology.orchestra.run.smithi154.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2024-04-18T14:55:37.097 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rados x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 371 k 2024-04-18T14:55:37.097 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rbd x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 364 k 2024-04-18T14:55:37.097 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rgw x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 107 k 2024-04-18T14:55:37.097 INFO:teuthology.orchestra.run.smithi154.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2024-04-18T14:55:37.098 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:55:37.098 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-18T14:55:37.098 INFO:teuthology.orchestra.run.smithi154.stdout:==================================================================================================== 2024-04-18T14:55:37.098 INFO:teuthology.orchestra.run.smithi154.stdout:Install 21 Packages 2024-04-18T14:55:37.098 INFO:teuthology.orchestra.run.smithi154.stdout:Upgrade 2 Packages 2024-04-18T14:55:37.098 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:55:37.098 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 59 M 2024-04-18T14:55:37.099 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-18T14:55:38.099 INFO:teuthology.orchestra.run.smithi154.stdout:(1/23): ceph-radosgw-18.2.2-1240.g6a7528e4.el8. 16 MB/s | 13 MB 00:00 2024-04-18T14:55:38.141 INFO:teuthology.orchestra.run.smithi154.stdout:(2/23): ceph-selinux-18.2.2-1240.g6a7528e4.el8. 586 kB/s | 24 kB 00:00 2024-04-18T14:55:38.224 INFO:teuthology.orchestra.run.smithi154.stdout:(3/23): libcephfs2-18.2.2-1240.g6a7528e4.el8.x8 9.1 MB/s | 781 kB 00:00 2024-04-18T14:55:38.283 INFO:teuthology.orchestra.run.smithi154.stdout:(4/23): libradosstriper1-18.2.2-1240.g6a7528e4. 8.0 MB/s | 474 kB 00:00 2024-04-18T14:55:38.667 INFO:teuthology.orchestra.run.smithi154.stdout:(5/23): librgw2-18.2.2-1240.g6a7528e4.el8.x86_6 17 MB/s | 6.6 MB 00:00 2024-04-18T14:55:38.717 INFO:teuthology.orchestra.run.smithi154.stdout:(6/23): python3-ceph-argparse-18.2.2-1240.g6a75 894 kB/s | 45 kB 00:00 2024-04-18T14:55:38.767 INFO:teuthology.orchestra.run.smithi154.stdout:(7/23): python3-ceph-common-18.2.2-1240.g6a7528 2.5 MB/s | 129 kB 00:00 2024-04-18T14:55:39.118 INFO:teuthology.orchestra.run.smithi154.stdout:(8/23): ceph-base-18.2.2-1240.g6a7528e4.el8.x86 3.0 MB/s | 5.5 MB 00:01 2024-04-18T14:55:39.268 INFO:teuthology.orchestra.run.smithi154.stdout:(9/23): python3-cephfs-18.2.2-1240.g6a7528e4.el 393 kB/s | 197 kB 00:00 2024-04-18T14:55:39.293 INFO:teuthology.orchestra.run.smithi154.stdout:(10/23): python3-rados-18.2.2-1240.g6a7528e4.el 2.1 MB/s | 371 kB 00:00 2024-04-18T14:55:39.344 INFO:teuthology.orchestra.run.smithi154.stdout:(11/23): python3-rbd-18.2.2-1240.g6a7528e4.el8. 4.7 MB/s | 364 kB 00:00 2024-04-18T14:55:39.369 INFO:teuthology.orchestra.run.smithi154.stdout:(12/23): python3-rgw-18.2.2-1240.g6a7528e4.el8. 1.4 MB/s | 107 kB 00:00 2024-04-18T14:55:39.544 INFO:teuthology.orchestra.run.smithi154.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 336 kB/s | 59 kB 00:00 2024-04-18T14:55:39.611 INFO:teuthology.orchestra.run.smithi154.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.1 MB/s | 306 kB 00:00 2024-04-18T14:55:39.638 INFO:teuthology.orchestra.run.smithi154.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 817 kB/s | 75 kB 00:00 2024-04-18T14:55:39.795 INFO:teuthology.orchestra.run.smithi154.stdout:(16/23): thrift-0.13.0-2.el8.x86_64.rpm 9.5 MB/s | 1.7 MB 00:00 2024-04-18T14:55:39.820 INFO:teuthology.orchestra.run.smithi154.stdout:(17/23): librabbitmq-0.9.0-5.el8_9.x86_64.rpm 256 kB/s | 47 kB 00:00 2024-04-18T14:55:39.979 INFO:teuthology.orchestra.run.smithi154.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.7 MB/s | 259 kB 00:00 2024-04-18T14:55:40.004 INFO:teuthology.orchestra.run.smithi154.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 210 kB/s | 44 kB 00:00 2024-04-18T14:55:40.079 INFO:teuthology.orchestra.run.smithi154.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 3.5 MB/s | 354 kB 00:00 2024-04-18T14:55:40.380 INFO:teuthology.orchestra.run.smithi154.stdout:(21/23): librbd1-18.2.2-1240.g6a7528e4.el8.x86_ 12 MB/s | 3.6 MB 00:00 2024-04-18T14:55:40.522 INFO:teuthology.orchestra.run.smithi154.stdout:(22/23): librados2-18.2.2-1240.g6a7528e4.el8.x8 7.1 MB/s | 3.7 MB 00:00 2024-04-18T14:55:40.577 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T14:55:40.580 INFO:teuthology.orchestra.run.smithi060.stdout:==================================================================================================== 2024-04-18T14:55:40.580 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-04-18T14:55:40.580 INFO:teuthology.orchestra.run.smithi060.stdout:==================================================================================================== 2024-04-18T14:55:40.581 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-04-18T14:55:40.581 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-radosgw x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 13 M 2024-04-18T14:55:40.581 INFO:teuthology.orchestra.run.smithi060.stdout:Upgrading: 2024-04-18T14:55:40.581 INFO:teuthology.orchestra.run.smithi060.stdout: librados2 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 3.7 M 2024-04-18T14:55:40.581 INFO:teuthology.orchestra.run.smithi060.stdout: librbd1 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 3.6 M 2024-04-18T14:55:40.581 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-04-18T14:55:40.581 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-base x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 5.5 M 2024-04-18T14:55:40.581 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-common x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 22 M 2024-04-18T14:55:40.581 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-selinux x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 24 k 2024-04-18T14:55:40.581 INFO:teuthology.orchestra.run.smithi060.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2024-04-18T14:55:40.581 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs2 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 781 k 2024-04-18T14:55:40.581 INFO:teuthology.orchestra.run.smithi060.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2024-04-18T14:55:40.581 INFO:teuthology.orchestra.run.smithi060.stdout: librabbitmq x86_64 0.9.0-5.el8_9 rhel-8-for-x86_64-baseos-rpms 47 k 2024-04-18T14:55:40.582 INFO:teuthology.orchestra.run.smithi060.stdout: libradosstriper1 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 474 k 2024-04-18T14:55:40.582 INFO:teuthology.orchestra.run.smithi060.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2024-04-18T14:55:40.582 INFO:teuthology.orchestra.run.smithi060.stdout: librgw2 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 6.6 M 2024-04-18T14:55:40.582 INFO:teuthology.orchestra.run.smithi060.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2024-04-18T14:55:40.582 INFO:teuthology.orchestra.run.smithi060.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2024-04-18T14:55:40.582 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-argparse x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 45 k 2024-04-18T14:55:40.582 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-common x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 129 k 2024-04-18T14:55:40.582 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cephfs x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 197 k 2024-04-18T14:55:40.582 INFO:teuthology.orchestra.run.smithi060.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2024-04-18T14:55:40.582 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rados x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 371 k 2024-04-18T14:55:40.583 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rbd x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 364 k 2024-04-18T14:55:40.583 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rgw x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 107 k 2024-04-18T14:55:40.583 INFO:teuthology.orchestra.run.smithi060.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2024-04-18T14:55:40.583 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:55:40.583 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-04-18T14:55:40.583 INFO:teuthology.orchestra.run.smithi060.stdout:==================================================================================================== 2024-04-18T14:55:40.583 INFO:teuthology.orchestra.run.smithi060.stdout:Install 21 Packages 2024-04-18T14:55:40.583 INFO:teuthology.orchestra.run.smithi060.stdout:Upgrade 2 Packages 2024-04-18T14:55:40.583 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:55:40.584 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 59 M 2024-04-18T14:55:40.584 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-04-18T14:55:41.097 INFO:teuthology.orchestra.run.smithi154.stdout:(23/23): ceph-common-18.2.2-1240.g6a7528e4.el8. 5.7 MB/s | 22 MB 00:03 2024-04-18T14:55:41.099 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:55:41.099 INFO:teuthology.orchestra.run.smithi154.stdout:Total 15 MB/s | 59 MB 00:04 2024-04-18T14:55:41.150 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-18T14:55:41.196 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-18T14:55:41.196 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-18T14:55:41.528 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-18T14:55:41.537 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-18T14:55:41.873 INFO:teuthology.orchestra.run.smithi060.stdout:(1/23): ceph-base-18.2.2-1240.g6a7528e4.el8.x86 4.5 MB/s | 5.5 MB 00:01 2024-04-18T14:55:41.948 INFO:teuthology.orchestra.run.smithi060.stdout:(2/23): ceph-selinux-18.2.2-1240.g6a7528e4.el8. 325 kB/s | 24 kB 00:00 2024-04-18T14:55:42.278 INFO:teuthology.orchestra.run.smithi060.stdout:(3/23): ceph-radosgw-18.2.2-1240.g6a7528e4.el8. 8.0 MB/s | 13 MB 00:01 2024-04-18T14:55:42.307 INFO:teuthology.orchestra.run.smithi060.stdout:(4/23): libcephfs2-18.2.2-1240.g6a7528e4.el8.x8 2.1 MB/s | 781 kB 00:00 2024-04-18T14:55:42.340 INFO:teuthology.orchestra.run.smithi060.stdout:(5/23): libradosstriper1-18.2.2-1240.g6a7528e4. 7.4 MB/s | 474 kB 00:00 2024-04-18T14:55:42.566 INFO:teuthology.orchestra.run.smithi060.stdout:(6/23): ceph-common-18.2.2-1240.g6a7528e4.el8.x 11 MB/s | 22 MB 00:01 2024-04-18T14:55:42.591 INFO:teuthology.orchestra.run.smithi060.stdout:(7/23): python3-ceph-argparse-18.2.2-1240.g6a75 178 kB/s | 45 kB 00:00 2024-04-18T14:55:42.616 INFO:teuthology.orchestra.run.smithi060.stdout:(8/23): python3-ceph-common-18.2.2-1240.g6a7528 2.5 MB/s | 129 kB 00:00 2024-04-18T14:55:42.641 INFO:teuthology.orchestra.run.smithi060.stdout:(9/23): python3-cephfs-18.2.2-1240.g6a7528e4.el 3.8 MB/s | 197 kB 00:00 2024-04-18T14:55:42.675 INFO:teuthology.orchestra.run.smithi060.stdout:(10/23): python3-rados-18.2.2-1240.g6a7528e4.el 6.2 MB/s | 371 kB 00:00 2024-04-18T14:55:42.682 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-18T14:55:42.700 INFO:teuthology.orchestra.run.smithi060.stdout:(11/23): python3-rbd-18.2.2-1240.g6a7528e4.el8. 6.1 MB/s | 364 kB 00:00 2024-04-18T14:55:42.726 INFO:teuthology.orchestra.run.smithi060.stdout:(12/23): python3-rgw-18.2.2-1240.g6a7528e4.el8. 2.1 MB/s | 107 kB 00:00 2024-04-18T14:55:42.882 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T14:55:42.884 INFO:teuthology.orchestra.run.smithi110.stdout:==================================================================================================== 2024-04-18T14:55:42.885 INFO:teuthology.orchestra.run.smithi110.stdout: Package Arch Version Repository Size 2024-04-18T14:55:42.885 INFO:teuthology.orchestra.run.smithi110.stdout:==================================================================================================== 2024-04-18T14:55:42.885 INFO:teuthology.orchestra.run.smithi110.stdout:Installing: 2024-04-18T14:55:42.885 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-radosgw x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 13 M 2024-04-18T14:55:42.885 INFO:teuthology.orchestra.run.smithi110.stdout:Upgrading: 2024-04-18T14:55:42.885 INFO:teuthology.orchestra.run.smithi110.stdout: librados2 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 3.7 M 2024-04-18T14:55:42.885 INFO:teuthology.orchestra.run.smithi110.stdout: librbd1 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 3.6 M 2024-04-18T14:55:42.885 INFO:teuthology.orchestra.run.smithi110.stdout:Installing dependencies: 2024-04-18T14:55:42.885 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-base x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 5.5 M 2024-04-18T14:55:42.885 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-common x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 22 M 2024-04-18T14:55:42.885 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-selinux x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 24 k 2024-04-18T14:55:42.885 INFO:teuthology.orchestra.run.smithi110.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2024-04-18T14:55:42.886 INFO:teuthology.orchestra.run.smithi110.stdout: libcephfs2 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 781 k 2024-04-18T14:55:42.886 INFO:teuthology.orchestra.run.smithi110.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2024-04-18T14:55:42.886 INFO:teuthology.orchestra.run.smithi110.stdout: librabbitmq x86_64 0.9.0-5.el8_9 rhel-8-for-x86_64-baseos-rpms 47 k 2024-04-18T14:55:42.886 INFO:teuthology.orchestra.run.smithi110.stdout: libradosstriper1 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 474 k 2024-04-18T14:55:42.886 INFO:teuthology.orchestra.run.smithi110.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2024-04-18T14:55:42.886 INFO:teuthology.orchestra.run.smithi110.stdout: librgw2 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 6.6 M 2024-04-18T14:55:42.886 INFO:teuthology.orchestra.run.smithi110.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2024-04-18T14:55:42.886 INFO:teuthology.orchestra.run.smithi110.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2024-04-18T14:55:42.886 INFO:teuthology.orchestra.run.smithi110.stdout: python3-ceph-argparse x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 45 k 2024-04-18T14:55:42.886 INFO:teuthology.orchestra.run.smithi110.stdout: python3-ceph-common x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 129 k 2024-04-18T14:55:42.886 INFO:teuthology.orchestra.run.smithi110.stdout: python3-cephfs x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 197 k 2024-04-18T14:55:42.886 INFO:teuthology.orchestra.run.smithi110.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2024-04-18T14:55:42.886 INFO:teuthology.orchestra.run.smithi110.stdout: python3-rados x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 371 k 2024-04-18T14:55:42.887 INFO:teuthology.orchestra.run.smithi110.stdout: python3-rbd x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 364 k 2024-04-18T14:55:42.887 INFO:teuthology.orchestra.run.smithi110.stdout: python3-rgw x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 107 k 2024-04-18T14:55:42.887 INFO:teuthology.orchestra.run.smithi110.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2024-04-18T14:55:42.887 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:55:42.887 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-04-18T14:55:42.887 INFO:teuthology.orchestra.run.smithi110.stdout:==================================================================================================== 2024-04-18T14:55:42.887 INFO:teuthology.orchestra.run.smithi110.stdout:Install 21 Packages 2024-04-18T14:55:42.887 INFO:teuthology.orchestra.run.smithi110.stdout:Upgrade 2 Packages 2024-04-18T14:55:42.887 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:55:42.888 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 59 M 2024-04-18T14:55:42.888 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-04-18T14:55:42.908 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2024-04-18T14:55:43.042 INFO:teuthology.orchestra.run.smithi060.stdout:(13/23): librgw2-18.2.2-1240.g6a7528e4.el8.x86_ 8.9 MB/s | 6.6 MB 00:00 2024-04-18T14:55:43.068 INFO:teuthology.orchestra.run.smithi060.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 172 kB/s | 59 kB 00:00 2024-04-18T14:55:43.083 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2024-04-18T14:55:43.210 INFO:teuthology.orchestra.run.smithi060.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 602 kB/s | 306 kB 00:00 2024-04-18T14:55:43.385 INFO:teuthology.orchestra.run.smithi060.stdout:(16/23): librabbitmq-0.9.0-5.el8_9.x86_64.rpm 269 kB/s | 47 kB 00:00 2024-04-18T14:55:43.418 INFO:teuthology.orchestra.run.smithi060.stdout:(17/23): libunwind-1.3.1-3.el8.x86_64.rpm 200 kB/s | 75 kB 00:00 2024-04-18T14:55:43.486 INFO:teuthology.orchestra.run.smithi060.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 438 kB/s | 44 kB 00:00 2024-04-18T14:55:43.490 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2024-04-18T14:55:43.552 INFO:teuthology.orchestra.run.smithi060.stdout:(19/23): thrift-0.13.0-2.el8.x86_64.rpm 3.6 MB/s | 1.7 MB 00:00 2024-04-18T14:55:43.578 INFO:teuthology.orchestra.run.smithi060.stdout:(20/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.6 MB/s | 259 kB 00:00 2024-04-18T14:55:43.611 INFO:teuthology.orchestra.run.smithi060.stdout:(21/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.8 MB/s | 354 kB 00:00 2024-04-18T14:55:43.700 INFO:teuthology.orchestra.run.smithi154.stdout: Upgrading : librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 3/25 2024-04-18T14:55:43.796 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 3/25 2024-04-18T14:55:43.945 INFO:teuthology.orchestra.run.smithi060.stdout:(22/23): librados2-18.2.2-1240.g6a7528e4.el8.x8 9.4 MB/s | 3.7 MB 00:00 2024-04-18T14:55:43.981 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-rados-2:18.2.2-1240.g6a7528e4.el8.x86_64 4/25 2024-04-18T14:55:44.003 INFO:teuthology.orchestra.run.smithi060.stdout:(23/23): librbd1-18.2.2-1240.g6a7528e4.el8.x86_ 8.4 MB/s | 3.6 MB 00:00 2024-04-18T14:55:44.005 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:55:44.006 INFO:teuthology.orchestra.run.smithi060.stdout:Total 17 MB/s | 59 MB 00:03 2024-04-18T14:55:44.060 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-04-18T14:55:44.112 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-04-18T14:55:44.112 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-04-18T14:55:44.189 INFO:teuthology.orchestra.run.smithi110.stdout:(1/23): ceph-base-18.2.2-1240.g6a7528e4.el8.x86 4.4 MB/s | 5.5 MB 00:01 2024-04-18T14:55:44.231 INFO:teuthology.orchestra.run.smithi110.stdout:(2/23): ceph-selinux-18.2.2-1240.g6a7528e4.el8. 588 kB/s | 24 kB 00:00 2024-04-18T14:55:44.273 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2024-04-18T14:55:44.332 INFO:teuthology.orchestra.run.smithi110.stdout:(3/23): libcephfs2-18.2.2-1240.g6a7528e4.el8.x8 7.6 MB/s | 781 kB 00:00 2024-04-18T14:55:44.466 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 6/25 2024-04-18T14:55:44.478 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-04-18T14:55:44.488 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-04-18T14:55:44.608 INFO:teuthology.orchestra.run.smithi110.stdout:(4/23): libradosstriper1-18.2.2-1240.g6a7528e4. 1.7 MB/s | 474 kB 00:00 2024-04-18T14:55:44.861 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 6/25 2024-04-18T14:55:45.041 INFO:teuthology.orchestra.run.smithi154.stdout: Upgrading : librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 7/25 2024-04-18T14:55:45.137 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 7/25 2024-04-18T14:55:45.291 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2024-04-18T14:55:45.299 INFO:teuthology.orchestra.run.smithi110.stdout:(5/23): ceph-radosgw-18.2.2-1240.g6a7528e4.el8. 5.6 MB/s | 13 MB 00:02 2024-04-18T14:55:45.350 INFO:teuthology.orchestra.run.smithi110.stdout:(6/23): python3-ceph-argparse-18.2.2-1240.g6a75 897 kB/s | 45 kB 00:00 2024-04-18T14:55:45.361 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2024-04-18T14:55:45.425 INFO:teuthology.orchestra.run.smithi110.stdout:(7/23): librgw2-18.2.2-1240.g6a7528e4.el8.x86_6 8.0 MB/s | 6.6 MB 00:00 2024-04-18T14:55:45.442 INFO:teuthology.orchestra.run.smithi110.stdout:(8/23): python3-ceph-common-18.2.2-1240.g6a7528 1.4 MB/s | 129 kB 00:00 2024-04-18T14:55:45.475 INFO:teuthology.orchestra.run.smithi110.stdout:(9/23): python3-cephfs-18.2.2-1240.g6a7528e4.el 3.8 MB/s | 197 kB 00:00 2024-04-18T14:55:45.501 INFO:teuthology.orchestra.run.smithi110.stdout:(10/23): python3-rados-18.2.2-1240.g6a7528e4.el 6.2 MB/s | 371 kB 00:00 2024-04-18T14:55:45.523 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : librabbitmq-0.9.0-5.el8_9.x86_64 9/25 2024-04-18T14:55:45.534 INFO:teuthology.orchestra.run.smithi110.stdout:(11/23): python3-rbd-18.2.2-1240.g6a7528e4.el8. 6.1 MB/s | 364 kB 00:00 2024-04-18T14:55:45.551 INFO:teuthology.orchestra.run.smithi110.stdout:(12/23): python3-rgw-18.2.2-1240.g6a7528e4.el8. 2.1 MB/s | 107 kB 00:00 2024-04-18T14:55:45.677 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-ceph-argparse-2:18.2.2-1240.g6a7528e4.el8. 10/25 2024-04-18T14:55:45.750 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-04-18T14:55:45.835 INFO:teuthology.orchestra.run.smithi110.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 207 kB/s | 59 kB 00:00 2024-04-18T14:55:45.893 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cephfs-2:18.2.2-1240.g6a7528e4.el8.x86_64 11/25 2024-04-18T14:55:45.935 INFO:teuthology.orchestra.run.smithi110.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 752 kB/s | 75 kB 00:00 2024-04-18T14:55:45.954 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2024-04-18T14:55:45.960 INFO:teuthology.orchestra.run.smithi110.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 719 kB/s | 306 kB 00:00 2024-04-18T14:55:46.097 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2024-04-18T14:55:46.108 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-rbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 12/25 2024-04-18T14:55:46.161 INFO:teuthology.orchestra.run.smithi110.stdout:(16/23): python3-prettytable-0.7.2-14.el8.noarc 220 kB/s | 44 kB 00:00 2024-04-18T14:55:46.249 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libradosstriper1-2:18.2.2-1240.g6a7528e4.el8.x86_6 13/25 2024-04-18T14:55:46.278 INFO:teuthology.orchestra.run.smithi110.stdout:(17/23): thrift-0.13.0-2.el8.x86_64.rpm 5.1 MB/s | 1.7 MB 00:00 2024-04-18T14:55:46.320 INFO:teuthology.orchestra.run.smithi110.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.6 MB/s | 259 kB 00:00 2024-04-18T14:55:46.326 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: libradosstriper1-2:18.2.2-1240.g6a7528e4.el8.x86_6 13/25 2024-04-18T14:55:46.420 INFO:teuthology.orchestra.run.smithi110.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.4 MB/s | 354 kB 00:00 2024-04-18T14:55:46.445 INFO:teuthology.orchestra.run.smithi110.stdout:(20/23): librabbitmq-0.9.0-5.el8_9.x86_64.rpm 376 kB/s | 47 kB 00:00 2024-04-18T14:55:46.491 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2024-04-18T14:55:46.526 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2024-04-18T14:55:46.682 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2024-04-18T14:55:46.713 INFO:teuthology.orchestra.run.smithi110.stdout:(21/23): ceph-common-18.2.2-1240.g6a7528e4.el8. 5.8 MB/s | 22 MB 00:03 2024-04-18T14:55:46.730 INFO:teuthology.orchestra.run.smithi060.stdout: Upgrading : librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 3/25 2024-04-18T14:55:46.821 INFO:teuthology.orchestra.run.smithi110.stdout:(22/23): librbd1-18.2.2-1240.g6a7528e4.el8.x86_ 9.5 MB/s | 3.6 MB 00:00 2024-04-18T14:55:46.833 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 3/25 2024-04-18T14:55:46.887 INFO:teuthology.orchestra.run.smithi110.stdout:(23/23): librados2-18.2.2-1240.g6a7528e4.el8.x8 7.9 MB/s | 3.7 MB 00:00 2024-04-18T14:55:46.891 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:55:46.891 INFO:teuthology.orchestra.run.smithi110.stdout:Total 15 MB/s | 59 MB 00:04 2024-04-18T14:55:46.940 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-04-18T14:55:46.985 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-04-18T14:55:46.985 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-04-18T14:55:46.987 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-rados-2:18.2.2-1240.g6a7528e4.el8.x86_64 4/25 2024-04-18T14:55:47.220 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2024-04-18T14:55:47.317 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-04-18T14:55:47.326 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-04-18T14:55:47.422 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 6/25 2024-04-18T14:55:47.440 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2024-04-18T14:55:47.632 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : librgw2-2:18.2.2-1240.g6a7528e4.el8.x86_64 17/25 2024-04-18T14:55:47.707 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librgw2-2:18.2.2-1240.g6a7528e4.el8.x86_64 17/25 2024-04-18T14:55:47.852 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 6/25 2024-04-18T14:55:47.951 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-rgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 18/25 2024-04-18T14:55:48.013 INFO:teuthology.orchestra.run.smithi060.stdout: Upgrading : librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 7/25 2024-04-18T14:55:48.115 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 7/25 2024-04-18T14:55:48.132 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-ceph-common-2:18.2.2-1240.g6a7528e4.el8.x8 19/25 2024-04-18T14:55:48.247 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2024-04-18T14:55:48.319 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2024-04-18T14:55:48.476 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-04-18T14:55:48.488 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : librabbitmq-0.9.0-5.el8_9.x86_64 9/25 2024-04-18T14:55:48.611 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-ceph-argparse-2:18.2.2-1240.g6a7528e4.el8. 10/25 2024-04-18T14:55:48.673 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2024-04-18T14:55:48.831 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2024-04-18T14:55:48.904 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cephfs-2:18.2.2-1240.g6a7528e4.el8.x86_64 11/25 2024-04-18T14:55:49.103 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-rbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 12/25 2024-04-18T14:55:49.230 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libradosstriper1-2:18.2.2-1240.g6a7528e4.el8.x86_6 13/25 2024-04-18T14:55:49.239 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2024-04-18T14:55:49.293 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libradosstriper1-2:18.2.2-1240.g6a7528e4.el8.x86_6 13/25 2024-04-18T14:55:49.416 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2024-04-18T14:55:49.447 INFO:teuthology.orchestra.run.smithi110.stdout: Upgrading : librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 3/25 2024-04-18T14:55:49.528 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 3/25 2024-04-18T14:55:49.627 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2024-04-18T14:55:49.695 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-rados-2:18.2.2-1240.g6a7528e4.el8.x86_64 4/25 2024-04-18T14:55:49.988 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2024-04-18T14:55:50.297 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 6/25 2024-04-18T14:55:50.434 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2024-04-18T14:55:50.613 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : librgw2-2:18.2.2-1240.g6a7528e4.el8.x86_64 17/25 2024-04-18T14:55:50.691 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librgw2-2:18.2.2-1240.g6a7528e4.el8.x86_64 17/25 2024-04-18T14:55:50.728 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 6/25 2024-04-18T14:55:50.914 INFO:teuthology.orchestra.run.smithi110.stdout: Upgrading : librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 7/25 2024-04-18T14:55:50.916 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-rgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 18/25 2024-04-18T14:55:50.967 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 7/25 2024-04-18T14:55:51.162 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : librabbitmq-0.9.0-5.el8_9.x86_64 8/25 2024-04-18T14:55:51.205 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-ceph-common-2:18.2.2-1240.g6a7528e4.el8.x8 19/25 2024-04-18T14:55:51.289 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2024-04-18T14:55:51.355 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2024-04-18T14:55:51.491 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-ceph-argparse-2:18.2.2-1240.g6a7528e4.el8. 10/25 2024-04-18T14:55:51.716 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-cephfs-2:18.2.2-1240.g6a7528e4.el8.x86_64 11/25 2024-04-18T14:55:51.772 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 20/25 2024-04-18T14:55:51.939 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-rbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 12/25 2024-04-18T14:55:52.015 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 20/25 2024-04-18T14:55:52.089 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : libradosstriper1-2:18.2.2-1240.g6a7528e4.el8.x86_6 13/25 2024-04-18T14:55:52.158 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: libradosstriper1-2:18.2.2-1240.g6a7528e4.el8.x86_6 13/25 2024-04-18T14:55:52.322 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2024-04-18T14:55:52.530 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2024-04-18T14:55:52.607 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 20/25 2024-04-18T14:55:52.861 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 21/25 2024-04-18T14:55:52.942 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 21/25 2024-04-18T14:55:53.139 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-selinux-2:18.2.2-1240.g6a7528e4.el8.x86_64 22/25 2024-04-18T14:55:53.289 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2024-04-18T14:55:53.430 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : librgw2-2:18.2.2-1240.g6a7528e4.el8.x86_64 17/25 2024-04-18T14:55:53.506 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: librgw2-2:18.2.2-1240.g6a7528e4.el8.x86_64 17/25 2024-04-18T14:55:53.740 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-rgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 18/25 2024-04-18T14:55:53.897 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-ceph-common-2:18.2.2-1240.g6a7528e4.el8.x8 19/25 2024-04-18T14:55:55.323 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 20/25 2024-04-18T14:55:55.538 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 20/25 2024-04-18T14:55:56.194 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 20/25 2024-04-18T14:55:56.433 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 21/25 2024-04-18T14:55:56.513 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 21/25 2024-04-18T14:55:56.732 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-selinux-2:18.2.2-1240.g6a7528e4.el8.x86_64 22/25 2024-04-18T14:55:57.991 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 20/25 2024-04-18T14:55:58.280 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 20/25 2024-04-18T14:55:58.870 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 20/25 2024-04-18T14:55:59.142 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 21/25 2024-04-18T14:55:59.229 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 21/25 2024-04-18T14:55:59.439 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : ceph-selinux-2:18.2.2-1240.g6a7528e4.el8.x86_64 22/25 2024-04-18T14:56:11.931 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-selinux-2:18.2.2-1240.g6a7528e4.el8.x86_64 22/25 2024-04-18T14:56:11.931 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /sys 2024-04-18T14:56:11.931 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /proc 2024-04-18T14:56:11.931 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /dev 2024-04-18T14:56:11.931 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /run 2024-04-18T14:56:11.931 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /mnt 2024-04-18T14:56:11.931 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /var/tmp 2024-04-18T14:56:11.931 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /home 2024-04-18T14:56:11.931 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /tmp 2024-04-18T14:56:11.931 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /dev 2024-04-18T14:56:11.931 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:56:13.282 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-radosgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 23/25 2024-04-18T14:56:13.304 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-radosgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 23/25 2024-04-18T14:56:13.304 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-04-18T14:56:13.505 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-04-18T14:56:13.505 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2024-04-18T14:56:14.191 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2024-04-18T14:56:14.192 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/25 2024-04-18T14:56:14.192 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/25 2024-04-18T14:56:14.192 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-radosgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 3/25 2024-04-18T14:56:14.192 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-selinux-2:18.2.2-1240.g6a7528e4.el8.x86_64 4/25 2024-04-18T14:56:14.192 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/25 2024-04-18T14:56:14.192 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libradosstriper1-2:18.2.2-1240.g6a7528e4.el8.x86_6 6/25 2024-04-18T14:56:14.192 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librgw2-2:18.2.2-1240.g6a7528e4.el8.x86_64 7/25 2024-04-18T14:56:14.192 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-ceph-argparse-2:18.2.2-1240.g6a7528e4.el8. 8/25 2024-04-18T14:56:14.192 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-ceph-common-2:18.2.2-1240.g6a7528e4.el8.x8 9/25 2024-04-18T14:56:14.192 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cephfs-2:18.2.2-1240.g6a7528e4.el8.x86_64 10/25 2024-04-18T14:56:14.193 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-rados-2:18.2.2-1240.g6a7528e4.el8.x86_64 11/25 2024-04-18T14:56:14.193 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-rbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 12/25 2024-04-18T14:56:14.193 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-rgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 13/25 2024-04-18T14:56:14.193 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2024-04-18T14:56:14.193 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2024-04-18T14:56:14.193 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2024-04-18T14:56:14.193 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2024-04-18T14:56:14.193 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librabbitmq-0.9.0-5.el8_9.x86_64 18/25 2024-04-18T14:56:14.193 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2024-04-18T14:56:14.193 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 20/25 2024-04-18T14:56:14.193 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2024-04-18T14:56:14.193 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 22/25 2024-04-18T14:56:14.193 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2024-04-18T14:56:14.193 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 24/25 2024-04-18T14:56:18.151 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: ceph-selinux-2:18.2.2-1240.g6a7528e4.el8.x86_64 22/25 2024-04-18T14:56:18.152 INFO:teuthology.orchestra.run.smithi110.stdout:skipping the directory /sys 2024-04-18T14:56:18.152 INFO:teuthology.orchestra.run.smithi110.stdout:skipping the directory /proc 2024-04-18T14:56:18.152 INFO:teuthology.orchestra.run.smithi110.stdout:skipping the directory /dev 2024-04-18T14:56:18.152 INFO:teuthology.orchestra.run.smithi110.stdout:skipping the directory /run 2024-04-18T14:56:18.152 INFO:teuthology.orchestra.run.smithi110.stdout:skipping the directory /mnt 2024-04-18T14:56:18.152 INFO:teuthology.orchestra.run.smithi110.stdout:skipping the directory /var/tmp 2024-04-18T14:56:18.152 INFO:teuthology.orchestra.run.smithi110.stdout:skipping the directory /home 2024-04-18T14:56:18.152 INFO:teuthology.orchestra.run.smithi110.stdout:skipping the directory /tmp 2024-04-18T14:56:18.152 INFO:teuthology.orchestra.run.smithi110.stdout:skipping the directory /dev 2024-04-18T14:56:18.152 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:56:18.379 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-selinux-2:18.2.2-1240.g6a7528e4.el8.x86_64 22/25 2024-04-18T14:56:18.379 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /sys 2024-04-18T14:56:18.379 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /proc 2024-04-18T14:56:18.379 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /dev 2024-04-18T14:56:18.379 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /run 2024-04-18T14:56:18.379 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /mnt 2024-04-18T14:56:18.379 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /var/tmp 2024-04-18T14:56:18.379 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /home 2024-04-18T14:56:18.380 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /tmp 2024-04-18T14:56:18.380 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /dev 2024-04-18T14:56:18.380 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:56:19.506 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : ceph-radosgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 23/25 2024-04-18T14:56:19.528 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: ceph-radosgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 23/25 2024-04-18T14:56:19.528 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-04-18T14:56:19.788 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-04-18T14:56:19.788 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2024-04-18T14:56:19.836 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-radosgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 23/25 2024-04-18T14:56:19.865 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-radosgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 23/25 2024-04-18T14:56:19.865 INFO:teuthology.orchestra.run.smithi060.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-04-18T14:56:20.079 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-04-18T14:56:20.079 INFO:teuthology.orchestra.run.smithi060.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2024-04-18T14:56:20.490 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2024-04-18T14:56:20.490 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/25 2024-04-18T14:56:20.490 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/25 2024-04-18T14:56:20.490 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : ceph-radosgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 3/25 2024-04-18T14:56:20.490 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : ceph-selinux-2:18.2.2-1240.g6a7528e4.el8.x86_64 4/25 2024-04-18T14:56:20.490 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/25 2024-04-18T14:56:20.490 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : libradosstriper1-2:18.2.2-1240.g6a7528e4.el8.x86_6 6/25 2024-04-18T14:56:20.490 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : librgw2-2:18.2.2-1240.g6a7528e4.el8.x86_64 7/25 2024-04-18T14:56:20.491 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-ceph-argparse-2:18.2.2-1240.g6a7528e4.el8. 8/25 2024-04-18T14:56:20.491 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-ceph-common-2:18.2.2-1240.g6a7528e4.el8.x8 9/25 2024-04-18T14:56:20.491 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-cephfs-2:18.2.2-1240.g6a7528e4.el8.x86_64 10/25 2024-04-18T14:56:20.491 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-rados-2:18.2.2-1240.g6a7528e4.el8.x86_64 11/25 2024-04-18T14:56:20.491 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-rbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 12/25 2024-04-18T14:56:20.491 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-rgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 13/25 2024-04-18T14:56:20.491 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2024-04-18T14:56:20.491 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2024-04-18T14:56:20.491 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2024-04-18T14:56:20.491 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2024-04-18T14:56:20.491 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 18/25 2024-04-18T14:56:20.491 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2024-04-18T14:56:20.491 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2024-04-18T14:56:20.491 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : librabbitmq-0.9.0-5.el8_9.x86_64 21/25 2024-04-18T14:56:20.492 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 22/25 2024-04-18T14:56:20.492 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2024-04-18T14:56:20.492 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 24/25 2024-04-18T14:56:20.916 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2024-04-18T14:56:20.916 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/25 2024-04-18T14:56:20.916 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/25 2024-04-18T14:56:20.916 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-radosgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 3/25 2024-04-18T14:56:20.916 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-selinux-2:18.2.2-1240.g6a7528e4.el8.x86_64 4/25 2024-04-18T14:56:20.916 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/25 2024-04-18T14:56:20.916 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libradosstriper1-2:18.2.2-1240.g6a7528e4.el8.x86_6 6/25 2024-04-18T14:56:20.917 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librgw2-2:18.2.2-1240.g6a7528e4.el8.x86_64 7/25 2024-04-18T14:56:20.917 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-ceph-argparse-2:18.2.2-1240.g6a7528e4.el8. 8/25 2024-04-18T14:56:20.917 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-ceph-common-2:18.2.2-1240.g6a7528e4.el8.x8 9/25 2024-04-18T14:56:20.917 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cephfs-2:18.2.2-1240.g6a7528e4.el8.x86_64 10/25 2024-04-18T14:56:20.917 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-rados-2:18.2.2-1240.g6a7528e4.el8.x86_64 11/25 2024-04-18T14:56:20.917 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-rbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 12/25 2024-04-18T14:56:20.917 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-rgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 13/25 2024-04-18T14:56:20.917 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2024-04-18T14:56:20.917 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2024-04-18T14:56:20.917 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2024-04-18T14:56:20.917 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2024-04-18T14:56:20.917 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librabbitmq-0.9.0-5.el8_9.x86_64 18/25 2024-04-18T14:56:20.917 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2024-04-18T14:56:20.918 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 20/25 2024-04-18T14:56:20.918 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2024-04-18T14:56:20.918 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 22/25 2024-04-18T14:56:20.918 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2024-04-18T14:56:20.918 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 24/25 2024-04-18T14:56:22.072 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2024-04-18T14:56:22.072 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2024-04-18T14:56:22.625 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:56:22.625 INFO:teuthology.orchestra.run.smithi154.stdout:Upgraded: 2024-04-18T14:56:22.626 INFO:teuthology.orchestra.run.smithi154.stdout: librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:22.626 INFO:teuthology.orchestra.run.smithi154.stdout: librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:22.626 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-18T14:56:22.626 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:22.626 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:22.626 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-radosgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:22.626 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-selinux-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:22.626 INFO:teuthology.orchestra.run.smithi154.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2024-04-18T14:56:22.626 INFO:teuthology.orchestra.run.smithi154.stdout: libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:22.626 INFO:teuthology.orchestra.run.smithi154.stdout: liboath-2.6.2-3.el8.x86_64 2024-04-18T14:56:22.626 INFO:teuthology.orchestra.run.smithi154.stdout: librabbitmq-0.9.0-5.el8_9.x86_64 2024-04-18T14:56:22.626 INFO:teuthology.orchestra.run.smithi154.stdout: libradosstriper1-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:22.627 INFO:teuthology.orchestra.run.smithi154.stdout: librdkafka-0.11.4-3.el8.x86_64 2024-04-18T14:56:22.627 INFO:teuthology.orchestra.run.smithi154.stdout: librgw2-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:22.627 INFO:teuthology.orchestra.run.smithi154.stdout: libunwind-1.3.1-3.el8.x86_64 2024-04-18T14:56:22.627 INFO:teuthology.orchestra.run.smithi154.stdout: lttng-ust-2.8.1-11.el8.x86_64 2024-04-18T14:56:22.627 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-argparse-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:22.627 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:22.627 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cephfs-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:22.627 INFO:teuthology.orchestra.run.smithi154.stdout: python3-prettytable-0.7.2-14.el8.noarch 2024-04-18T14:56:22.627 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rados-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:22.627 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:22.627 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:22.627 INFO:teuthology.orchestra.run.smithi154.stdout: thrift-0.13.0-2.el8.x86_64 2024-04-18T14:56:22.627 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:56:22.627 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T14:56:22.831 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-test 2024-04-18T14:56:23.185 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T14:56:25.179 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 22 kB/s | 4.1 kB 00:00 2024-04-18T14:56:25.567 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2024-04-18T14:56:28.136 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T14:56:28.137 INFO:teuthology.orchestra.run.smithi154.stdout:============================================================================================ 2024-04-18T14:56:28.137 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-18T14:56:28.137 INFO:teuthology.orchestra.run.smithi154.stdout:============================================================================================ 2024-04-18T14:56:28.137 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-18T14:56:28.137 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-test x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 47 M 2024-04-18T14:56:28.137 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-04-18T14:56:28.137 INFO:teuthology.orchestra.run.smithi154.stdout: jq x86_64 1.6-7.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2024-04-18T14:56:28.137 INFO:teuthology.orchestra.run.smithi154.stdout: libcephsqlite x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 142 k 2024-04-18T14:56:28.137 INFO:teuthology.orchestra.run.smithi154.stdout: oniguruma x86_64 6.8.2-2.1.el8_9 rhel-8-for-x86_64-appstream-rpms 188 k 2024-04-18T14:56:28.137 INFO:teuthology.orchestra.run.smithi154.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-04-18T14:56:28.138 INFO:teuthology.orchestra.run.smithi154.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2024-04-18T14:56:28.138 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:56:28.138 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-18T14:56:28.138 INFO:teuthology.orchestra.run.smithi154.stdout:============================================================================================ 2024-04-18T14:56:28.138 INFO:teuthology.orchestra.run.smithi154.stdout:Install 6 Packages 2024-04-18T14:56:28.138 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:56:28.139 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 48 M 2024-04-18T14:56:28.139 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 213 M 2024-04-18T14:56:28.139 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-18T14:56:28.182 INFO:teuthology.orchestra.run.smithi154.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.6 MB/s | 70 kB 00:00 2024-04-18T14:56:28.349 INFO:teuthology.orchestra.run.smithi154.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.0 MB/s | 323 kB 00:00 2024-04-18T14:56:28.391 INFO:teuthology.orchestra.run.smithi154.stdout:(3/6): jq-1.6-7.el8.x86_64.rpm 4.8 MB/s | 202 kB 00:00 2024-04-18T14:56:28.433 INFO:teuthology.orchestra.run.smithi154.stdout:(4/6): libcephsqlite-18.2.2-1240.g6a7528e4.el8. 482 kB/s | 142 kB 00:00 2024-04-18T14:56:28.600 INFO:teuthology.orchestra.run.smithi154.stdout:(5/6): oniguruma-6.8.2-2.1.el8_9.x86_64.rpm 902 kB/s | 188 kB 00:00 2024-04-18T14:56:29.212 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2024-04-18T14:56:29.212 INFO:teuthology.orchestra.run.smithi110.stdout:Installed products updated. 2024-04-18T14:56:29.764 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:56:29.764 INFO:teuthology.orchestra.run.smithi110.stdout:Upgraded: 2024-04-18T14:56:29.765 INFO:teuthology.orchestra.run.smithi110.stdout: librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:29.765 INFO:teuthology.orchestra.run.smithi110.stdout: librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:29.765 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2024-04-18T14:56:29.765 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:29.765 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:29.765 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-radosgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:29.765 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-selinux-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:29.765 INFO:teuthology.orchestra.run.smithi110.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2024-04-18T14:56:29.765 INFO:teuthology.orchestra.run.smithi110.stdout: libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:29.765 INFO:teuthology.orchestra.run.smithi110.stdout: liboath-2.6.2-3.el8.x86_64 2024-04-18T14:56:29.765 INFO:teuthology.orchestra.run.smithi110.stdout: librabbitmq-0.9.0-5.el8_9.x86_64 2024-04-18T14:56:29.765 INFO:teuthology.orchestra.run.smithi110.stdout: libradosstriper1-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:29.766 INFO:teuthology.orchestra.run.smithi110.stdout: librdkafka-0.11.4-3.el8.x86_64 2024-04-18T14:56:29.766 INFO:teuthology.orchestra.run.smithi110.stdout: librgw2-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:29.766 INFO:teuthology.orchestra.run.smithi110.stdout: libunwind-1.3.1-3.el8.x86_64 2024-04-18T14:56:29.766 INFO:teuthology.orchestra.run.smithi110.stdout: lttng-ust-2.8.1-11.el8.x86_64 2024-04-18T14:56:29.766 INFO:teuthology.orchestra.run.smithi110.stdout: python3-ceph-argparse-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:29.766 INFO:teuthology.orchestra.run.smithi110.stdout: python3-ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:29.766 INFO:teuthology.orchestra.run.smithi110.stdout: python3-cephfs-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:29.766 INFO:teuthology.orchestra.run.smithi110.stdout: python3-prettytable-0.7.2-14.el8.noarch 2024-04-18T14:56:29.766 INFO:teuthology.orchestra.run.smithi110.stdout: python3-rados-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:29.766 INFO:teuthology.orchestra.run.smithi110.stdout: python3-rbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:29.766 INFO:teuthology.orchestra.run.smithi110.stdout: python3-rgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:29.766 INFO:teuthology.orchestra.run.smithi110.stdout: thrift-0.13.0-2.el8.x86_64 2024-04-18T14:56:29.766 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:56:29.767 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T14:56:29.985 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum -y install ceph-test 2024-04-18T14:56:30.338 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T14:56:30.833 INFO:teuthology.orchestra.run.smithi154.stdout:(6/6): ceph-test-18.2.2-1240.g6a7528e4.el8.x86_ 18 MB/s | 47 MB 00:02 2024-04-18T14:56:30.835 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:56:30.836 INFO:teuthology.orchestra.run.smithi154.stdout:Total 18 MB/s | 48 MB 00:02 2024-04-18T14:56:30.874 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-18T14:56:30.895 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-18T14:56:30.895 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-18T14:56:31.172 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-18T14:56:31.180 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-18T14:56:31.694 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-18T14:56:31.850 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : oniguruma-6.8.2-2.1.el8_9.x86_64 1/6 2024-04-18T14:56:31.928 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: oniguruma-6.8.2-2.1.el8_9.x86_64 1/6 2024-04-18T14:56:32.136 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : jq-1.6-7.el8.x86_64 2/6 2024-04-18T14:56:32.173 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 55 kB/s | 4.5 kB 00:00 2024-04-18T14:56:32.328 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2024-04-18T14:56:32.536 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2024-04-18T14:56:32.708 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libcephsqlite-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/6 2024-04-18T14:56:32.755 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 38 kB/s | 4.1 kB 00:00 2024-04-18T14:56:34.719 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2024-04-18T14:56:34.719 INFO:teuthology.orchestra.run.smithi060.stdout:Installed products updated. 2024-04-18T14:56:35.065 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T14:56:35.066 INFO:teuthology.orchestra.run.smithi110.stdout:============================================================================================ 2024-04-18T14:56:35.066 INFO:teuthology.orchestra.run.smithi110.stdout: Package Arch Version Repository Size 2024-04-18T14:56:35.066 INFO:teuthology.orchestra.run.smithi110.stdout:============================================================================================ 2024-04-18T14:56:35.066 INFO:teuthology.orchestra.run.smithi110.stdout:Installing: 2024-04-18T14:56:35.066 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-test x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 47 M 2024-04-18T14:56:35.067 INFO:teuthology.orchestra.run.smithi110.stdout:Installing dependencies: 2024-04-18T14:56:35.067 INFO:teuthology.orchestra.run.smithi110.stdout: jq x86_64 1.6-7.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2024-04-18T14:56:35.067 INFO:teuthology.orchestra.run.smithi110.stdout: libcephsqlite x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 142 k 2024-04-18T14:56:35.067 INFO:teuthology.orchestra.run.smithi110.stdout: oniguruma x86_64 6.8.2-2.1.el8_9 rhel-8-for-x86_64-appstream-rpms 188 k 2024-04-18T14:56:35.067 INFO:teuthology.orchestra.run.smithi110.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-04-18T14:56:35.067 INFO:teuthology.orchestra.run.smithi110.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2024-04-18T14:56:35.067 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:56:35.067 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-04-18T14:56:35.067 INFO:teuthology.orchestra.run.smithi110.stdout:============================================================================================ 2024-04-18T14:56:35.067 INFO:teuthology.orchestra.run.smithi110.stdout:Install 6 Packages 2024-04-18T14:56:35.067 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:56:35.068 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 48 M 2024-04-18T14:56:35.068 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 213 M 2024-04-18T14:56:35.068 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-04-18T14:56:35.098 INFO:teuthology.orchestra.run.smithi110.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.3 MB/s | 70 kB 00:00 2024-04-18T14:56:35.274 INFO:teuthology.orchestra.run.smithi110.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.8 MB/s | 323 kB 00:00 2024-04-18T14:56:35.338 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:56:35.338 INFO:teuthology.orchestra.run.smithi060.stdout:Upgraded: 2024-04-18T14:56:35.338 INFO:teuthology.orchestra.run.smithi060.stdout: librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:35.338 INFO:teuthology.orchestra.run.smithi060.stdout: librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:35.338 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-04-18T14:56:35.338 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:35.338 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:35.338 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-radosgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:35.338 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-selinux-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:35.338 INFO:teuthology.orchestra.run.smithi060.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2024-04-18T14:56:35.339 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:35.339 INFO:teuthology.orchestra.run.smithi060.stdout: liboath-2.6.2-3.el8.x86_64 2024-04-18T14:56:35.339 INFO:teuthology.orchestra.run.smithi060.stdout: librabbitmq-0.9.0-5.el8_9.x86_64 2024-04-18T14:56:35.339 INFO:teuthology.orchestra.run.smithi060.stdout: libradosstriper1-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:35.339 INFO:teuthology.orchestra.run.smithi060.stdout: librdkafka-0.11.4-3.el8.x86_64 2024-04-18T14:56:35.339 INFO:teuthology.orchestra.run.smithi060.stdout: librgw2-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:35.339 INFO:teuthology.orchestra.run.smithi060.stdout: libunwind-1.3.1-3.el8.x86_64 2024-04-18T14:56:35.339 INFO:teuthology.orchestra.run.smithi060.stdout: lttng-ust-2.8.1-11.el8.x86_64 2024-04-18T14:56:35.339 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-argparse-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:35.339 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:35.339 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cephfs-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:35.339 INFO:teuthology.orchestra.run.smithi060.stdout: python3-prettytable-0.7.2-14.el8.noarch 2024-04-18T14:56:35.339 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rados-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:35.340 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:35.340 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:35.340 INFO:teuthology.orchestra.run.smithi060.stdout: thrift-0.13.0-2.el8.x86_64 2024-04-18T14:56:35.340 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:56:35.340 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T14:56:35.391 INFO:teuthology.orchestra.run.smithi110.stdout:(3/6): jq-1.6-7.el8.x86_64.rpm 1.7 MB/s | 202 kB 00:00 2024-04-18T14:56:35.533 INFO:teuthology.orchestra.run.smithi110.stdout:(4/6): oniguruma-6.8.2-2.1.el8_9.x86_64.rpm 1.3 MB/s | 188 kB 00:00 2024-04-18T14:56:35.539 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-test 2024-04-18T14:56:35.946 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T14:56:36.308 INFO:teuthology.orchestra.run.smithi110.stdout:(5/6): libcephsqlite-18.2.2-1240.g6a7528e4.el8. 114 kB/s | 142 kB 00:01 2024-04-18T14:56:37.214 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: libcephsqlite-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/6 2024-04-18T14:56:37.317 INFO:teuthology.orchestra.run.smithi110.stdout:(6/6): ceph-test-18.2.2-1240.g6a7528e4.el8.x86_ 21 MB/s | 47 MB 00:02 2024-04-18T14:56:37.318 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:56:37.319 INFO:teuthology.orchestra.run.smithi110.stdout:Total 21 MB/s | 48 MB 00:02 2024-04-18T14:56:37.358 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-04-18T14:56:37.378 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-04-18T14:56:37.379 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-04-18T14:56:37.463 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-test-2:18.2.2-1240.g6a7528e4.el8.x86_64 6/6 2024-04-18T14:56:37.654 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-04-18T14:56:37.664 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-04-18T14:56:37.727 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-test-2:18.2.2-1240.g6a7528e4.el8.x86_64 6/6 2024-04-18T14:56:37.727 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-test-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/6 2024-04-18T14:56:37.727 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libcephsqlite-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/6 2024-04-18T14:56:37.728 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2024-04-18T14:56:37.728 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2024-04-18T14:56:37.728 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : jq-1.6-7.el8.x86_64 5/6 2024-04-18T14:56:37.864 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2024-04-18T14:56:38.127 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-04-18T14:56:38.291 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : oniguruma-6.8.2-2.1.el8_9.x86_64 1/6 2024-04-18T14:56:38.341 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 26 kB/s | 4.5 kB 00:00 2024-04-18T14:56:38.360 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: oniguruma-6.8.2-2.1.el8_9.x86_64 1/6 2024-04-18T14:56:38.586 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : jq-1.6-7.el8.x86_64 2/6 2024-04-18T14:56:38.786 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2024-04-18T14:56:39.003 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2024-04-18T14:56:39.166 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : libcephsqlite-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/6 2024-04-18T14:56:41.177 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T14:56:41.179 INFO:teuthology.orchestra.run.smithi060.stdout:============================================================================================ 2024-04-18T14:56:41.179 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-04-18T14:56:41.179 INFO:teuthology.orchestra.run.smithi060.stdout:============================================================================================ 2024-04-18T14:56:41.179 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-04-18T14:56:41.179 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-test x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 47 M 2024-04-18T14:56:41.179 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-04-18T14:56:41.179 INFO:teuthology.orchestra.run.smithi060.stdout: jq x86_64 1.6-7.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2024-04-18T14:56:41.179 INFO:teuthology.orchestra.run.smithi060.stdout: libcephsqlite x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 142 k 2024-04-18T14:56:41.179 INFO:teuthology.orchestra.run.smithi060.stdout: oniguruma x86_64 6.8.2-2.1.el8_9 rhel-8-for-x86_64-appstream-rpms 188 k 2024-04-18T14:56:41.179 INFO:teuthology.orchestra.run.smithi060.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-04-18T14:56:41.180 INFO:teuthology.orchestra.run.smithi060.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2024-04-18T14:56:41.180 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:56:41.180 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-04-18T14:56:41.180 INFO:teuthology.orchestra.run.smithi060.stdout:============================================================================================ 2024-04-18T14:56:41.180 INFO:teuthology.orchestra.run.smithi060.stdout:Install 6 Packages 2024-04-18T14:56:41.180 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:56:41.180 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 48 M 2024-04-18T14:56:41.181 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 213 M 2024-04-18T14:56:41.181 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-04-18T14:56:41.218 INFO:teuthology.orchestra.run.smithi060.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.9 MB/s | 70 kB 00:00 2024-04-18T14:56:41.360 INFO:teuthology.orchestra.run.smithi060.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.2 MB/s | 323 kB 00:00 2024-04-18T14:56:41.535 INFO:teuthology.orchestra.run.smithi060.stdout:(3/6): jq-1.6-7.el8.x86_64.rpm 1.1 MB/s | 202 kB 00:00 2024-04-18T14:56:41.644 INFO:teuthology.orchestra.run.smithi060.stdout:(4/6): oniguruma-6.8.2-2.1.el8_9.x86_64.rpm 1.7 MB/s | 188 kB 00:00 2024-04-18T14:56:41.703 INFO:teuthology.orchestra.run.smithi060.stdout:(5/6): libcephsqlite-18.2.2-1240.g6a7528e4.el8. 272 kB/s | 142 kB 00:00 2024-04-18T14:56:43.659 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: libcephsqlite-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/6 2024-04-18T14:56:43.897 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : ceph-test-2:18.2.2-1240.g6a7528e4.el8.x86_64 6/6 2024-04-18T14:56:44.174 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: ceph-test-2:18.2.2-1240.g6a7528e4.el8.x86_64 6/6 2024-04-18T14:56:44.174 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : ceph-test-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/6 2024-04-18T14:56:44.174 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : libcephsqlite-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/6 2024-04-18T14:56:44.174 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2024-04-18T14:56:44.174 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2024-04-18T14:56:44.175 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : jq-1.6-7.el8.x86_64 5/6 2024-04-18T14:56:45.475 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : oniguruma-6.8.2-2.1.el8_9.x86_64 6/6 2024-04-18T14:56:45.476 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2024-04-18T14:56:46.033 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:56:46.033 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-18T14:56:46.033 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-test-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:46.033 INFO:teuthology.orchestra.run.smithi154.stdout: jq-1.6-7.el8.x86_64 2024-04-18T14:56:46.033 INFO:teuthology.orchestra.run.smithi154.stdout: libcephsqlite-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:46.033 INFO:teuthology.orchestra.run.smithi154.stdout: oniguruma-6.8.2-2.1.el8_9.x86_64 2024-04-18T14:56:46.033 INFO:teuthology.orchestra.run.smithi154.stdout: socat-1.7.4.1-1.el8.x86_64 2024-04-18T14:56:46.033 INFO:teuthology.orchestra.run.smithi154.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2024-04-18T14:56:46.033 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:56:46.033 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T14:56:46.227 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph 2024-04-18T14:56:46.394 INFO:teuthology.orchestra.run.smithi060.stdout:(6/6): ceph-test-18.2.2-1240.g6a7528e4.el8.x86_ 9.0 MB/s | 47 MB 00:05 2024-04-18T14:56:46.431 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:56:46.431 INFO:teuthology.orchestra.run.smithi060.stdout:Total 9.2 MB/s | 48 MB 00:05 2024-04-18T14:56:46.438 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-04-18T14:56:46.461 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-04-18T14:56:46.461 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-04-18T14:56:46.569 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T14:56:46.769 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-04-18T14:56:46.778 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-04-18T14:56:47.394 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-04-18T14:56:47.548 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : oniguruma-6.8.2-2.1.el8_9.x86_64 1/6 2024-04-18T14:56:47.633 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: oniguruma-6.8.2-2.1.el8_9.x86_64 1/6 2024-04-18T14:56:47.824 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : jq-1.6-7.el8.x86_64 2/6 2024-04-18T14:56:48.041 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2024-04-18T14:56:48.228 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2024-04-18T14:56:48.372 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libcephsqlite-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/6 2024-04-18T14:56:48.569 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 62 kB/s | 4.1 kB 00:00 2024-04-18T14:56:48.955 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 27 kB/s | 4.5 kB 00:00 2024-04-18T14:56:51.630 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T14:56:51.632 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================================= 2024-04-18T14:56:51.633 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-18T14:56:51.633 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================================= 2024-04-18T14:56:51.633 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-18T14:56:51.633 INFO:teuthology.orchestra.run.smithi154.stdout: ceph x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 6.4 k 2024-04-18T14:56:51.633 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-04-18T14:56:51.633 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mds x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 2.3 M 2024-04-18T14:56:51.633 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 1.6 M 2024-04-18T14:56:51.633 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-modules-core noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 245 k 2024-04-18T14:56:51.633 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mon x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 4.8 M 2024-04-18T14:56:51.633 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-osd x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 18 M 2024-04-18T14:56:51.633 INFO:teuthology.orchestra.run.smithi154.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2024-04-18T14:56:51.634 INFO:teuthology.orchestra.run.smithi154.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2024-04-18T14:56:51.634 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cffi x86_64 1.11.5-6.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2024-04-18T14:56:51.634 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2024-04-18T14:56:51.634 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2024-04-18T14:56:51.634 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cryptography x86_64 3.2.1-7.el8_9 rhel-8-for-x86_64-baseos-rpms 559 k 2024-04-18T14:56:51.634 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2024-04-18T14:56:51.634 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2024-04-18T14:56:51.634 INFO:teuthology.orchestra.run.smithi154.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2024-04-18T14:56:51.634 INFO:teuthology.orchestra.run.smithi154.stdout: python3-mako noarch 1.0.6-14.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2024-04-18T14:56:51.634 INFO:teuthology.orchestra.run.smithi154.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2024-04-18T14:56:51.634 INFO:teuthology.orchestra.run.smithi154.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2024-04-18T14:56:51.634 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2024-04-18T14:56:51.635 INFO:teuthology.orchestra.run.smithi154.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2024-04-18T14:56:51.635 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2024-04-18T14:56:51.635 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2024-04-18T14:56:51.635 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pytz noarch 2017.2-11.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2024-04-18T14:56:51.635 INFO:teuthology.orchestra.run.smithi154.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2024-04-18T14:56:51.635 INFO:teuthology.orchestra.run.smithi154.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2024-04-18T14:56:51.635 INFO:teuthology.orchestra.run.smithi154.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2024-04-18T14:56:51.635 INFO:teuthology.orchestra.run.smithi154.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2024-04-18T14:56:51.635 INFO:teuthology.orchestra.run.smithi154.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2024-04-18T14:56:51.635 INFO:teuthology.orchestra.run.smithi154.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2024-04-18T14:56:51.635 INFO:teuthology.orchestra.run.smithi154.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2024-04-18T14:56:51.635 INFO:teuthology.orchestra.run.smithi154.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2024-04-18T14:56:51.635 INFO:teuthology.orchestra.run.smithi154.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2024-04-18T14:56:51.635 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:56:51.636 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-18T14:56:51.636 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================================= 2024-04-18T14:56:51.636 INFO:teuthology.orchestra.run.smithi154.stdout:Install 32 Packages 2024-04-18T14:56:51.636 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:56:51.636 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 31 M 2024-04-18T14:56:51.636 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 124 M 2024-04-18T14:56:51.636 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-18T14:56:52.121 INFO:teuthology.orchestra.run.smithi154.stdout:(1/32): ceph-18.2.2-1240.g6a7528e4.el8.x86_64.r 44 kB/s | 6.4 kB 00:00 2024-04-18T14:56:52.255 INFO:teuthology.orchestra.run.smithi154.stdout:(2/32): ceph-mgr-18.2.2-1240.g6a7528e4.el8.x86_ 5.6 MB/s | 1.6 MB 00:00 2024-04-18T14:56:52.830 INFO:teuthology.orchestra.run.smithi154.stdout:(3/32): ceph-mon-18.2.2-1240.g6a7528e4.el8.x86_ 6.8 MB/s | 4.8 MB 00:00 2024-04-18T14:56:52.922 INFO:teuthology.orchestra.run.smithi154.stdout:(4/32): ceph-mgr-modules-core-18.2.2-1240.g6a75 2.6 MB/s | 245 kB 00:00 2024-04-18T14:56:53.064 INFO:teuthology.orchestra.run.smithi154.stdout:(5/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 308 kB/s | 44 kB 00:00 2024-04-18T14:56:53.289 INFO:teuthology.orchestra.run.smithi154.stdout:(6/32): ceph-osd-18.2.2-1240.g6a7528e4.el8.x86_ 18 MB/s | 18 MB 00:01 2024-04-18T14:56:53.314 INFO:teuthology.orchestra.run.smithi154.stdout:(7/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 740 kB/s | 185 kB 00:00 2024-04-18T14:56:53.344 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libcephsqlite-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/6 2024-04-18T14:56:53.398 INFO:teuthology.orchestra.run.smithi154.stdout:(8/32): python3-cherrypy-18.4.0-1.el8.noarch.rp 4.8 MB/s | 384 kB 00:00 2024-04-18T14:56:53.448 INFO:teuthology.orchestra.run.smithi154.stdout:(9/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 1.1 MB/s | 173 kB 00:00 2024-04-18T14:56:53.465 INFO:teuthology.orchestra.run.smithi154.stdout:(10/32): python3-jaraco-6.2-6.el8.noarch.rpm 166 kB/s | 11 kB 00:00 2024-04-18T14:56:53.499 INFO:teuthology.orchestra.run.smithi154.stdout:(11/32): python3-jaraco-functools-2.0-4.el8.noa 349 kB/s | 18 kB 00:00 2024-04-18T14:56:53.524 INFO:teuthology.orchestra.run.smithi154.stdout:(12/32): python3-logutils-0.3.5-11.el8.noarch.r 832 kB/s | 49 kB 00:00 2024-04-18T14:56:53.558 INFO:teuthology.orchestra.run.smithi154.stdout:(13/32): python3-more-itertools-7.2.0-3.el8.noa 1.0 MB/s | 59 kB 00:00 2024-04-18T14:56:53.592 INFO:teuthology.orchestra.run.smithi154.stdout:(14/32): python3-pecan-1.3.2-9.el8.noarch.rpm 4.1 MB/s | 283 kB 00:00 2024-04-18T14:56:53.608 INFO:teuthology.orchestra.run.smithi154.stdout:(15/32): python3-portend-2.6-1.el8.noarch.rpm 310 kB/s | 16 kB 00:00 2024-04-18T14:56:53.650 INFO:teuthology.orchestra.run.smithi154.stdout:(16/32): python3-simplegeneric-0.8.1-17.el8.noa 320 kB/s | 19 kB 00:00 2024-04-18T14:56:53.670 INFO:teuthology.orchestra.run.smithi154.stdout:(17/32): python3-singledispatch-3.4.0.3-18.el8. 407 kB/s | 24 kB 00:00 2024-04-18T14:56:53.710 INFO:teuthology.orchestra.run.smithi154.stdout:(18/32): python3-trustme-0.6.0-4.el8.noarch.rpm 663 kB/s | 27 kB 00:00 2024-04-18T14:56:53.726 INFO:teuthology.orchestra.run.smithi154.stdout:(19/32): python3-tempora-1.14.1-5.el8.noarch.rp 387 kB/s | 29 kB 00:00 2024-04-18T14:56:53.754 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-test-2:18.2.2-1240.g6a7528e4.el8.x86_64 6/6 2024-04-18T14:56:53.760 INFO:teuthology.orchestra.run.smithi154.stdout:(20/32): python3-waitress-1.4.3-1.el8.noarch.rp 5.0 MB/s | 255 kB 00:00 2024-04-18T14:56:53.785 INFO:teuthology.orchestra.run.smithi154.stdout:(21/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 4.2 MB/s | 251 kB 00:00 2024-04-18T14:56:53.811 INFO:teuthology.orchestra.run.smithi154.stdout:(22/32): python3-webtest-2.0.33-1.el8.noarch.rp 1.7 MB/s | 85 kB 00:00 2024-04-18T14:56:53.827 INFO:teuthology.orchestra.run.smithi154.stdout:(23/32): python3-zc-lockfile-2.0-2.el8.noarch.r 547 kB/s | 23 kB 00:00 2024-04-18T14:56:53.869 INFO:teuthology.orchestra.run.smithi154.stdout:(24/32): ceph-mds-18.2.2-1240.g6a7528e4.el8.x86 1.2 MB/s | 2.3 MB 00:01 2024-04-18T14:56:54.020 INFO:teuthology.orchestra.run.smithi154.stdout:(25/32): python3-pycparser-2.14-14.el8.noarch.r 523 kB/s | 109 kB 00:00 2024-04-18T14:56:54.045 INFO:teuthology.orchestra.run.smithi154.stdout:(26/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.1 MB/s | 238 kB 00:00 2024-04-18T14:56:54.053 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-test-2:18.2.2-1240.g6a7528e4.el8.x86_64 6/6 2024-04-18T14:56:54.053 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-test-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/6 2024-04-18T14:56:54.053 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libcephsqlite-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/6 2024-04-18T14:56:54.053 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2024-04-18T14:56:54.053 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2024-04-18T14:56:54.053 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : jq-1.6-7.el8.x86_64 5/6 2024-04-18T14:56:54.079 INFO:teuthology.orchestra.run.smithi154.stdout:(27/32): python3-cryptography-3.2.1-7.el8_9.x86 2.8 MB/s | 559 kB 00:00 2024-04-18T14:56:54.121 INFO:teuthology.orchestra.run.smithi154.stdout:(28/32): python3-werkzeug-0.12.2-4.el8.noarch.r 4.4 MB/s | 457 kB 00:00 2024-04-18T14:56:54.180 INFO:teuthology.orchestra.run.smithi154.stdout:(29/32): python3-markupsafe-0.23-19.el8.x86_64. 289 kB/s | 39 kB 00:00 2024-04-18T14:56:54.205 INFO:teuthology.orchestra.run.smithi154.stdout:(30/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 823 kB/s | 103 kB 00:00 2024-04-18T14:56:54.263 INFO:teuthology.orchestra.run.smithi154.stdout:(31/32): python3-mako-1.0.6-14.el8.noarch.rpm 1.1 MB/s | 157 kB 00:00 2024-04-18T14:56:54.289 INFO:teuthology.orchestra.run.smithi154.stdout:(32/32): python3-pytz-2017.2-11.el8.noarch.rpm 500 kB/s | 54 kB 00:00 2024-04-18T14:56:54.293 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:56:54.293 INFO:teuthology.orchestra.run.smithi154.stdout:Total 12 MB/s | 31 MB 00:02 2024-04-18T14:56:54.389 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-18T14:56:54.427 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-18T14:56:54.427 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-18T14:56:54.652 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-18T14:56:54.661 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-18T14:56:55.448 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : oniguruma-6.8.2-2.1.el8_9.x86_64 6/6 2024-04-18T14:56:55.448 INFO:teuthology.orchestra.run.smithi110.stdout:Installed products updated. 2024-04-18T14:56:55.722 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-18T14:56:55.943 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2024-04-18T14:56:55.993 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:56:55.993 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2024-04-18T14:56:55.993 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-test-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:55.994 INFO:teuthology.orchestra.run.smithi110.stdout: jq-1.6-7.el8.x86_64 2024-04-18T14:56:55.994 INFO:teuthology.orchestra.run.smithi110.stdout: libcephsqlite-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:56:55.994 INFO:teuthology.orchestra.run.smithi110.stdout: oniguruma-6.8.2-2.1.el8_9.x86_64 2024-04-18T14:56:55.994 INFO:teuthology.orchestra.run.smithi110.stdout: socat-1.7.4.1-1.el8.x86_64 2024-04-18T14:56:55.994 INFO:teuthology.orchestra.run.smithi110.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2024-04-18T14:56:55.994 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:56:55.994 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T14:56:56.159 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2024-04-18T14:56:56.164 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum -y install ceph 2024-04-18T14:56:56.315 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 3/32 2024-04-18T14:56:56.502 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T14:56:56.522 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 4/32 2024-04-18T14:56:56.817 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 5/32 2024-04-18T14:56:57.040 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 6/32 2024-04-18T14:56:57.231 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 7/32 2024-04-18T14:56:57.855 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 8/32 2024-04-18T14:56:58.173 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cryptography-3.2.1-7.el8_9.x86_64 9/32 2024-04-18T14:56:58.352 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 10/32 2024-04-18T14:56:58.481 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 37 kB/s | 4.5 kB 00:00 2024-04-18T14:56:58.512 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 11/32 2024-04-18T14:56:58.736 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 12/32 2024-04-18T14:56:58.963 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2024-04-18T14:56:59.052 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 44 kB/s | 4.1 kB 00:00 2024-04-18T14:56:59.205 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2024-04-18T14:56:59.382 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2024-04-18T14:56:59.546 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2024-04-18T14:56:59.714 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2024-04-18T14:56:59.892 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2024-04-18T14:57:00.108 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2024-04-18T14:57:00.323 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2024-04-18T14:57:00.476 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2024-04-18T14:57:00.707 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2024-04-18T14:57:00.933 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2024-04-18T14:57:01.163 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2024-04-18T14:57:01.406 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T14:57:01.410 INFO:teuthology.orchestra.run.smithi110.stdout:======================================================================================================= 2024-04-18T14:57:01.410 INFO:teuthology.orchestra.run.smithi110.stdout: Package Arch Version Repository Size 2024-04-18T14:57:01.410 INFO:teuthology.orchestra.run.smithi110.stdout:======================================================================================================= 2024-04-18T14:57:01.410 INFO:teuthology.orchestra.run.smithi110.stdout:Installing: 2024-04-18T14:57:01.410 INFO:teuthology.orchestra.run.smithi110.stdout: ceph x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 6.4 k 2024-04-18T14:57:01.410 INFO:teuthology.orchestra.run.smithi110.stdout:Installing dependencies: 2024-04-18T14:57:01.410 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-mds x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 2.3 M 2024-04-18T14:57:01.410 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-mgr x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 1.6 M 2024-04-18T14:57:01.410 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-mgr-modules-core noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 245 k 2024-04-18T14:57:01.411 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-mon x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 4.8 M 2024-04-18T14:57:01.411 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-osd x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 18 M 2024-04-18T14:57:01.411 INFO:teuthology.orchestra.run.smithi110.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2024-04-18T14:57:01.411 INFO:teuthology.orchestra.run.smithi110.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2024-04-18T14:57:01.411 INFO:teuthology.orchestra.run.smithi110.stdout: python3-cffi x86_64 1.11.5-6.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2024-04-18T14:57:01.411 INFO:teuthology.orchestra.run.smithi110.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2024-04-18T14:57:01.411 INFO:teuthology.orchestra.run.smithi110.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2024-04-18T14:57:01.411 INFO:teuthology.orchestra.run.smithi110.stdout: python3-cryptography x86_64 3.2.1-7.el8_9 rhel-8-for-x86_64-baseos-rpms 559 k 2024-04-18T14:57:01.411 INFO:teuthology.orchestra.run.smithi110.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2024-04-18T14:57:01.411 INFO:teuthology.orchestra.run.smithi110.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2024-04-18T14:57:01.411 INFO:teuthology.orchestra.run.smithi110.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2024-04-18T14:57:01.411 INFO:teuthology.orchestra.run.smithi110.stdout: python3-mako noarch 1.0.6-14.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2024-04-18T14:57:01.412 INFO:teuthology.orchestra.run.smithi110.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2024-04-18T14:57:01.412 INFO:teuthology.orchestra.run.smithi110.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2024-04-18T14:57:01.412 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2024-04-18T14:57:01.412 INFO:teuthology.orchestra.run.smithi110.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2024-04-18T14:57:01.412 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2024-04-18T14:57:01.412 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2024-04-18T14:57:01.412 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pytz noarch 2017.2-11.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2024-04-18T14:57:01.412 INFO:teuthology.orchestra.run.smithi110.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2024-04-18T14:57:01.412 INFO:teuthology.orchestra.run.smithi110.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2024-04-18T14:57:01.412 INFO:teuthology.orchestra.run.smithi110.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2024-04-18T14:57:01.412 INFO:teuthology.orchestra.run.smithi110.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2024-04-18T14:57:01.412 INFO:teuthology.orchestra.run.smithi110.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2024-04-18T14:57:01.412 INFO:teuthology.orchestra.run.smithi110.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2024-04-18T14:57:01.412 INFO:teuthology.orchestra.run.smithi110.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2024-04-18T14:57:01.413 INFO:teuthology.orchestra.run.smithi110.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2024-04-18T14:57:01.413 INFO:teuthology.orchestra.run.smithi110.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2024-04-18T14:57:01.413 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:57:01.413 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-04-18T14:57:01.413 INFO:teuthology.orchestra.run.smithi110.stdout:======================================================================================================= 2024-04-18T14:57:01.413 INFO:teuthology.orchestra.run.smithi110.stdout:Install 32 Packages 2024-04-18T14:57:01.413 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:57:01.414 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 31 M 2024-04-18T14:57:01.414 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 124 M 2024-04-18T14:57:01.414 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-04-18T14:57:01.445 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2024-04-18T14:57:01.785 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2024-04-18T14:57:01.801 INFO:teuthology.orchestra.run.smithi110.stdout:(1/32): ceph-18.2.2-1240.g6a7528e4.el8.x86_64.r 32 kB/s | 6.4 kB 00:00 2024-04-18T14:57:01.918 INFO:teuthology.orchestra.run.smithi110.stdout:(2/32): ceph-mds-18.2.2-1240.g6a7528e4.el8.x86_ 7.2 MB/s | 2.3 MB 00:00 2024-04-18T14:57:01.952 INFO:teuthology.orchestra.run.smithi110.stdout:(3/32): ceph-mgr-18.2.2-1240.g6a7528e4.el8.x86_ 4.5 MB/s | 1.6 MB 00:00 2024-04-18T14:57:02.002 INFO:teuthology.orchestra.run.smithi110.stdout:(4/32): ceph-mgr-modules-core-18.2.2-1240.g6a75 4.8 MB/s | 245 kB 00:00 2024-04-18T14:57:02.129 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mgr-modules-core-2:18.2.2-1240.g6a7528e4.el8. 27/32 2024-04-18T14:57:02.169 INFO:teuthology.orchestra.run.smithi110.stdout:(5/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 262 kB/s | 44 kB 00:00 2024-04-18T14:57:02.261 INFO:teuthology.orchestra.run.smithi110.stdout:(6/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 2.0 MB/s | 185 kB 00:00 2024-04-18T14:57:02.299 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 28/32 2024-04-18T14:57:02.305 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : oniguruma-6.8.2-2.1.el8_9.x86_64 6/6 2024-04-18T14:57:02.305 INFO:teuthology.orchestra.run.smithi060.stdout:Installed products updated. 2024-04-18T14:57:02.336 INFO:teuthology.orchestra.run.smithi110.stdout:(7/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 2.2 MB/s | 173 kB 00:00 2024-04-18T14:57:02.461 INFO:teuthology.orchestra.run.smithi110.stdout:(8/32): python3-cherrypy-18.4.0-1.el8.noarch.rp 3.0 MB/s | 384 kB 00:00 2024-04-18T14:57:02.529 INFO:teuthology.orchestra.run.smithi110.stdout:(9/32): python3-jaraco-6.2-6.el8.noarch.rpm 166 kB/s | 11 kB 00:00 2024-04-18T14:57:02.570 INFO:teuthology.orchestra.run.smithi110.stdout:(10/32): python3-jaraco-functools-2.0-4.el8.noa 423 kB/s | 18 kB 00:00 2024-04-18T14:57:02.621 INFO:teuthology.orchestra.run.smithi110.stdout:(11/32): python3-logutils-0.3.5-11.el8.noarch.r 973 kB/s | 49 kB 00:00 2024-04-18T14:57:02.671 INFO:teuthology.orchestra.run.smithi110.stdout:(12/32): python3-more-itertools-7.2.0-3.el8.noa 1.1 MB/s | 59 kB 00:00 2024-04-18T14:57:02.771 INFO:teuthology.orchestra.run.smithi110.stdout:(13/32): python3-pecan-1.3.2-9.el8.noarch.rpm 2.8 MB/s | 283 kB 00:00 2024-04-18T14:57:02.813 INFO:teuthology.orchestra.run.smithi110.stdout:(14/32): python3-portend-2.6-1.el8.noarch.rpm 374 kB/s | 16 kB 00:00 2024-04-18T14:57:02.880 INFO:teuthology.orchestra.run.smithi110.stdout:(15/32): ceph-mon-18.2.2-1240.g6a7528e4.el8.x86 4.5 MB/s | 4.8 MB 00:01 2024-04-18T14:57:02.905 INFO:teuthology.orchestra.run.smithi110.stdout:(16/32): python3-simplegeneric-0.8.1-17.el8.noa 203 kB/s | 19 kB 00:00 2024-04-18T14:57:02.919 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:57:02.920 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-04-18T14:57:02.920 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-test-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:57:02.920 INFO:teuthology.orchestra.run.smithi060.stdout: jq-1.6-7.el8.x86_64 2024-04-18T14:57:02.920 INFO:teuthology.orchestra.run.smithi060.stdout: libcephsqlite-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:57:02.920 INFO:teuthology.orchestra.run.smithi060.stdout: oniguruma-6.8.2-2.1.el8_9.x86_64 2024-04-18T14:57:02.920 INFO:teuthology.orchestra.run.smithi060.stdout: socat-1.7.4.1-1.el8.x86_64 2024-04-18T14:57:02.920 INFO:teuthology.orchestra.run.smithi060.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2024-04-18T14:57:02.920 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:57:02.920 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T14:57:03.081 INFO:teuthology.orchestra.run.smithi110.stdout:(17/32): ceph-osd-18.2.2-1240.g6a7528e4.el8.x86 16 MB/s | 18 MB 00:01 2024-04-18T14:57:03.106 INFO:teuthology.orchestra.run.smithi110.stdout:(18/32): python3-singledispatch-3.4.0.3-18.el8. 106 kB/s | 24 kB 00:00 2024-04-18T14:57:03.118 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph 2024-04-18T14:57:03.166 INFO:teuthology.orchestra.run.smithi110.stdout:(19/32): python3-tempora-1.14.1-5.el8.noarch.rp 112 kB/s | 29 kB 00:00 2024-04-18T14:57:03.231 INFO:teuthology.orchestra.run.smithi110.stdout:(20/32): python3-trustme-0.6.0-4.el8.noarch.rpm 183 kB/s | 27 kB 00:00 2024-04-18T14:57:03.282 INFO:teuthology.orchestra.run.smithi110.stdout:(21/32): python3-waitress-1.4.3-1.el8.noarch.rp 2.2 MB/s | 255 kB 00:00 2024-04-18T14:57:03.307 INFO:teuthology.orchestra.run.smithi110.stdout:(22/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.7 MB/s | 251 kB 00:00 2024-04-18T14:57:03.332 INFO:teuthology.orchestra.run.smithi110.stdout:(23/32): python3-webtest-2.0.33-1.el8.noarch.rp 850 kB/s | 85 kB 00:00 2024-04-18T14:57:03.357 INFO:teuthology.orchestra.run.smithi110.stdout:(24/32): python3-zc-lockfile-2.0-2.el8.noarch.r 304 kB/s | 23 kB 00:00 2024-04-18T14:57:03.449 INFO:teuthology.orchestra.run.smithi110.stdout:(25/32): python3-markupsafe-0.23-19.el8.x86_64. 332 kB/s | 39 kB 00:00 2024-04-18T14:57:03.483 INFO:teuthology.orchestra.run.smithi110.stdout:(26/32): python3-werkzeug-0.12.2-4.el8.noarch.r 2.5 MB/s | 457 kB 00:00 2024-04-18T14:57:03.508 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T14:57:03.508 INFO:teuthology.orchestra.run.smithi110.stdout:(27/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 740 kB/s | 103 kB 00:00 2024-04-18T14:57:03.567 INFO:teuthology.orchestra.run.smithi110.stdout:(28/32): python3-mako-1.0.6-14.el8.noarch.rpm 1.3 MB/s | 157 kB 00:00 2024-04-18T14:57:03.592 INFO:teuthology.orchestra.run.smithi110.stdout:(29/32): python3-pytz-2017.2-11.el8.noarch.rpm 499 kB/s | 54 kB 00:00 2024-04-18T14:57:03.668 INFO:teuthology.orchestra.run.smithi110.stdout:(30/32): python3-pycparser-2.14-14.el8.noarch.r 686 kB/s | 109 kB 00:00 2024-04-18T14:57:03.733 INFO:teuthology.orchestra.run.smithi110.stdout:(31/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.4 MB/s | 238 kB 00:00 2024-04-18T14:57:03.886 INFO:teuthology.orchestra.run.smithi110.stdout:(32/32): python3-cryptography-3.2.1-7.el8_9.x86 1.9 MB/s | 559 kB 00:00 2024-04-18T14:57:03.887 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:57:03.887 INFO:teuthology.orchestra.run.smithi110.stdout:Total 12 MB/s | 31 MB 00:02 2024-04-18T14:57:03.949 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 28/32 2024-04-18T14:57:03.985 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-04-18T14:57:04.022 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-04-18T14:57:04.023 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-04-18T14:57:04.148 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-osd-2:18.2.2-1240.g6a7528e4.el8.x86_64 29/32 2024-04-18T14:57:04.248 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-04-18T14:57:04.257 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-04-18T14:57:04.628 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-osd-2:18.2.2-1240.g6a7528e4.el8.x86_64 29/32 2024-04-18T14:57:04.802 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mon-2:18.2.2-1240.g6a7528e4.el8.x86_64 30/32 2024-04-18T14:57:05.018 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mon-2:18.2.2-1240.g6a7528e4.el8.x86_64 30/32 2024-04-18T14:57:05.177 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mds-2:18.2.2-1240.g6a7528e4.el8.x86_64 31/32 2024-04-18T14:57:05.197 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mds-2:18.2.2-1240.g6a7528e4.el8.x86_64 31/32 2024-04-18T14:57:05.326 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-2:18.2.2-1240.g6a7528e4.el8.x86_64 32/32 2024-04-18T14:57:05.387 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-04-18T14:57:05.571 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 35 kB/s | 4.1 kB 00:00 2024-04-18T14:57:05.609 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2024-04-18T14:57:05.721 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-2:18.2.2-1240.g6a7528e4.el8.x86_64 32/32 2024-04-18T14:57:05.721 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/32 2024-04-18T14:57:05.721 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mds-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/32 2024-04-18T14:57:05.721 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 3/32 2024-04-18T14:57:05.721 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mon-2:18.2.2-1240.g6a7528e4.el8.x86_64 4/32 2024-04-18T14:57:05.721 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-osd-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/32 2024-04-18T14:57:05.722 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mgr-modules-core-2:18.2.2-1240.g6a7528e4.el8. 6/32 2024-04-18T14:57:05.722 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2024-04-18T14:57:05.722 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2024-04-18T14:57:05.722 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2024-04-18T14:57:05.722 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2024-04-18T14:57:05.722 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2024-04-18T14:57:05.722 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2024-04-18T14:57:05.722 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2024-04-18T14:57:05.722 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2024-04-18T14:57:05.722 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2024-04-18T14:57:05.722 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2024-04-18T14:57:05.722 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2024-04-18T14:57:05.722 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2024-04-18T14:57:05.723 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2024-04-18T14:57:05.723 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2024-04-18T14:57:05.723 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2024-04-18T14:57:05.723 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2024-04-18T14:57:05.723 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2024-04-18T14:57:05.723 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2024-04-18T14:57:05.723 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 25/32 2024-04-18T14:57:05.723 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 26/32 2024-04-18T14:57:05.723 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cryptography-3.2.1-7.el8_9.x86_64 27/32 2024-04-18T14:57:05.723 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 28/32 2024-04-18T14:57:05.724 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 29/32 2024-04-18T14:57:05.724 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 30/32 2024-04-18T14:57:05.724 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 31/32 2024-04-18T14:57:05.900 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2024-04-18T14:57:06.047 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 27 kB/s | 4.5 kB 00:00 2024-04-18T14:57:06.115 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 3/32 2024-04-18T14:57:06.443 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 4/32 2024-04-18T14:57:06.698 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-cryptography-3.2.1-7.el8_9.x86_64 5/32 2024-04-18T14:57:06.862 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 6/32 2024-04-18T14:57:07.060 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 7/32 2024-04-18T14:57:07.293 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 8/32 2024-04-18T14:57:07.466 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 9/32 2024-04-18T14:57:07.683 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 10/32 2024-04-18T14:57:07.992 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 11/32 2024-04-18T14:57:08.228 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 12/32 2024-04-18T14:57:08.477 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2024-04-18T14:57:08.693 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2024-04-18T14:57:08.866 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2024-04-18T14:57:08.952 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T14:57:08.956 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================================= 2024-04-18T14:57:08.956 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-04-18T14:57:08.956 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================================= 2024-04-18T14:57:08.957 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-04-18T14:57:08.957 INFO:teuthology.orchestra.run.smithi060.stdout: ceph x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 6.4 k 2024-04-18T14:57:08.957 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-04-18T14:57:08.957 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mds x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 2.3 M 2024-04-18T14:57:08.957 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 1.6 M 2024-04-18T14:57:08.957 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-modules-core noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 245 k 2024-04-18T14:57:08.957 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mon x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 4.8 M 2024-04-18T14:57:08.957 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-osd x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 18 M 2024-04-18T14:57:08.957 INFO:teuthology.orchestra.run.smithi060.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2024-04-18T14:57:08.957 INFO:teuthology.orchestra.run.smithi060.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2024-04-18T14:57:08.957 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cffi x86_64 1.11.5-6.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2024-04-18T14:57:08.957 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2024-04-18T14:57:08.958 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2024-04-18T14:57:08.958 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cryptography x86_64 3.2.1-7.el8_9 rhel-8-for-x86_64-baseos-rpms 559 k 2024-04-18T14:57:08.958 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2024-04-18T14:57:08.958 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2024-04-18T14:57:08.958 INFO:teuthology.orchestra.run.smithi060.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2024-04-18T14:57:08.958 INFO:teuthology.orchestra.run.smithi060.stdout: python3-mako noarch 1.0.6-14.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2024-04-18T14:57:08.958 INFO:teuthology.orchestra.run.smithi060.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2024-04-18T14:57:08.958 INFO:teuthology.orchestra.run.smithi060.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2024-04-18T14:57:08.958 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2024-04-18T14:57:08.958 INFO:teuthology.orchestra.run.smithi060.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2024-04-18T14:57:08.958 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2024-04-18T14:57:08.958 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2024-04-18T14:57:08.959 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pytz noarch 2017.2-11.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2024-04-18T14:57:08.959 INFO:teuthology.orchestra.run.smithi060.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2024-04-18T14:57:08.959 INFO:teuthology.orchestra.run.smithi060.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2024-04-18T14:57:08.959 INFO:teuthology.orchestra.run.smithi060.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2024-04-18T14:57:08.959 INFO:teuthology.orchestra.run.smithi060.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2024-04-18T14:57:08.959 INFO:teuthology.orchestra.run.smithi060.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2024-04-18T14:57:08.959 INFO:teuthology.orchestra.run.smithi060.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2024-04-18T14:57:08.959 INFO:teuthology.orchestra.run.smithi060.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2024-04-18T14:57:08.959 INFO:teuthology.orchestra.run.smithi060.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2024-04-18T14:57:08.959 INFO:teuthology.orchestra.run.smithi060.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2024-04-18T14:57:08.959 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:57:08.959 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-04-18T14:57:08.959 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================================= 2024-04-18T14:57:08.959 INFO:teuthology.orchestra.run.smithi060.stdout:Install 32 Packages 2024-04-18T14:57:08.960 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:57:08.960 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 31 M 2024-04-18T14:57:08.960 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 124 M 2024-04-18T14:57:08.960 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-04-18T14:57:09.054 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2024-04-18T14:57:09.242 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2024-04-18T14:57:09.246 INFO:teuthology.orchestra.run.smithi060.stdout:(1/32): ceph-18.2.2-1240.g6a7528e4.el8.x86_64.r 57 kB/s | 6.4 kB 00:00 2024-04-18T14:57:09.645 INFO:teuthology.orchestra.run.smithi060.stdout:(2/32): ceph-mon-18.2.2-1240.g6a7528e4.el8.x86_ 12 MB/s | 4.8 MB 00:00 2024-04-18T14:57:09.701 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2024-04-18T14:57:09.805 INFO:teuthology.orchestra.run.smithi060.stdout:(3/32): ceph-mgr-18.2.2-1240.g6a7528e4.el8.x86_ 2.3 MB/s | 1.6 MB 00:00 2024-04-18T14:57:09.856 INFO:teuthology.orchestra.run.smithi060.stdout:(4/32): ceph-mds-18.2.2-1240.g6a7528e4.el8.x86_ 3.1 MB/s | 2.3 MB 00:00 2024-04-18T14:57:09.906 INFO:teuthology.orchestra.run.smithi060.stdout:(5/32): ceph-mgr-modules-core-18.2.2-1240.g6a75 2.4 MB/s | 245 kB 00:00 2024-04-18T14:57:09.924 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2024-04-18T14:57:10.116 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2024-04-18T14:57:10.281 INFO:teuthology.orchestra.run.smithi060.stdout:(6/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 102 kB/s | 44 kB 00:00 2024-04-18T14:57:10.351 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2024-04-18T14:57:10.548 INFO:teuthology.orchestra.run.smithi060.stdout:(7/32): ceph-osd-18.2.2-1240.g6a7528e4.el8.x86_ 20 MB/s | 18 MB 00:00 2024-04-18T14:57:10.574 INFO:teuthology.orchestra.run.smithi060.stdout:(8/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 277 kB/s | 185 kB 00:00 2024-04-18T14:57:10.591 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2024-04-18T14:57:10.599 INFO:teuthology.orchestra.run.smithi060.stdout:(9/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 544 kB/s | 173 kB 00:00 2024-04-18T14:57:10.691 INFO:teuthology.orchestra.run.smithi060.stdout:(10/32): python3-jaraco-6.2-6.el8.noarch.rpm 95 kB/s | 11 kB 00:00 2024-04-18T14:57:10.716 INFO:teuthology.orchestra.run.smithi060.stdout:(11/32): python3-jaraco-functools-2.0-4.el8.noa 150 kB/s | 18 kB 00:00 2024-04-18T14:57:10.825 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2024-04-18T14:57:10.833 INFO:teuthology.orchestra.run.smithi060.stdout:(12/32): python3-logutils-0.3.5-11.el8.noarch.r 343 kB/s | 49 kB 00:00 2024-04-18T14:57:10.858 INFO:teuthology.orchestra.run.smithi060.stdout:(13/32): python3-more-itertools-7.2.0-3.el8.noa 416 kB/s | 59 kB 00:00 2024-04-18T14:57:10.967 INFO:teuthology.orchestra.run.smithi060.stdout:(14/32): python3-portend-2.6-1.el8.noarch.rpm 144 kB/s | 16 kB 00:00 2024-04-18T14:57:11.034 INFO:teuthology.orchestra.run.smithi060.stdout:(15/32): python3-pecan-1.3.2-9.el8.noarch.rpm 1.4 MB/s | 283 kB 00:00 2024-04-18T14:57:11.076 INFO:teuthology.orchestra.run.smithi060.stdout:(16/32): python3-simplegeneric-0.8.1-17.el8.noa 172 kB/s | 19 kB 00:00 2024-04-18T14:57:11.079 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2024-04-18T14:57:11.143 INFO:teuthology.orchestra.run.smithi060.stdout:(17/32): python3-singledispatch-3.4.0.3-18.el8. 220 kB/s | 24 kB 00:00 2024-04-18T14:57:11.193 INFO:teuthology.orchestra.run.smithi060.stdout:(18/32): python3-tempora-1.14.1-5.el8.noarch.rp 250 kB/s | 29 kB 00:00 2024-04-18T14:57:11.218 INFO:teuthology.orchestra.run.smithi060.stdout:(19/32): python3-cherrypy-18.4.0-1.el8.noarch.r 574 kB/s | 384 kB 00:00 2024-04-18T14:57:11.252 INFO:teuthology.orchestra.run.smithi060.stdout:(20/32): python3-trustme-0.6.0-4.el8.noarch.rpm 253 kB/s | 27 kB 00:00 2024-04-18T14:57:11.358 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2024-04-18T14:57:11.360 INFO:teuthology.orchestra.run.smithi060.stdout:(21/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.7 MB/s | 251 kB 00:00 2024-04-18T14:57:11.377 INFO:teuthology.orchestra.run.smithi060.stdout:(22/32): python3-webtest-2.0.33-1.el8.noarch.rp 681 kB/s | 85 kB 00:00 2024-04-18T14:57:11.411 INFO:teuthology.orchestra.run.smithi060.stdout:(23/32): python3-waitress-1.4.3-1.el8.noarch.rp 1.1 MB/s | 255 kB 00:00 2024-04-18T14:57:11.470 INFO:teuthology.orchestra.run.smithi060.stdout:(24/32): python3-zc-lockfile-2.0-2.el8.noarch.r 211 kB/s | 23 kB 00:00 2024-04-18T14:57:11.562 INFO:teuthology.orchestra.run.smithi060.stdout:(25/32): python3-pycparser-2.14-14.el8.noarch.r 593 kB/s | 109 kB 00:00 2024-04-18T14:57:11.595 INFO:teuthology.orchestra.run.smithi060.stdout:(26/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.3 MB/s | 238 kB 00:00 2024-04-18T14:57:11.645 INFO:teuthology.orchestra.run.smithi060.stdout:(27/32): python3-werkzeug-0.12.2-4.el8.noarch.r 5.4 MB/s | 457 kB 00:00 2024-04-18T14:57:11.702 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2024-04-18T14:57:11.704 INFO:teuthology.orchestra.run.smithi060.stdout:(28/32): python3-cryptography-3.2.1-7.el8_9.x86 2.3 MB/s | 559 kB 00:00 2024-04-18T14:57:11.738 INFO:teuthology.orchestra.run.smithi060.stdout:(29/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 1.1 MB/s | 103 kB 00:00 2024-04-18T14:57:11.755 INFO:teuthology.orchestra.run.smithi060.stdout:(30/32): python3-markupsafe-0.23-19.el8.x86_64. 244 kB/s | 39 kB 00:00 2024-04-18T14:57:11.788 INFO:teuthology.orchestra.run.smithi060.stdout:(31/32): python3-mako-1.0.6-14.el8.noarch.rpm 1.8 MB/s | 157 kB 00:00 2024-04-18T14:57:11.863 INFO:teuthology.orchestra.run.smithi060.stdout:(32/32): python3-pytz-2017.2-11.el8.noarch.rpm 433 kB/s | 54 kB 00:00 2024-04-18T14:57:11.867 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:57:11.868 INFO:teuthology.orchestra.run.smithi060.stdout:Total 11 MB/s | 31 MB 00:02 2024-04-18T14:57:11.967 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-04-18T14:57:12.010 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-04-18T14:57:12.010 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-04-18T14:57:12.086 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : ceph-mgr-modules-core-2:18.2.2-1240.g6a7528e4.el8. 27/32 2024-04-18T14:57:12.263 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-04-18T14:57:12.273 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-04-18T14:57:12.307 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 28/32 2024-04-18T14:57:13.411 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-04-18T14:57:13.626 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2024-04-18T14:57:13.870 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2024-04-18T14:57:13.946 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 28/32 2024-04-18T14:57:14.018 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 3/32 2024-04-18T14:57:14.174 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : ceph-osd-2:18.2.2-1240.g6a7528e4.el8.x86_64 29/32 2024-04-18T14:57:14.433 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 4/32 2024-04-18T14:57:14.651 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: ceph-osd-2:18.2.2-1240.g6a7528e4.el8.x86_64 29/32 2024-04-18T14:57:14.744 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 5/32 2024-04-18T14:57:14.837 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : ceph-mon-2:18.2.2-1240.g6a7528e4.el8.x86_64 30/32 2024-04-18T14:57:14.988 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 6/32 2024-04-18T14:57:15.053 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: ceph-mon-2:18.2.2-1240.g6a7528e4.el8.x86_64 30/32 2024-04-18T14:57:15.189 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 7/32 2024-04-18T14:57:15.588 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 8/32 2024-04-18T14:57:15.885 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cryptography-3.2.1-7.el8_9.x86_64 9/32 2024-04-18T14:57:16.037 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 10/32 2024-04-18T14:57:16.197 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 11/32 2024-04-18T14:57:16.412 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 12/32 2024-04-18T14:57:16.634 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2024-04-18T14:57:16.708 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : ceph-mds-2:18.2.2-1240.g6a7528e4.el8.x86_64 31/32 2024-04-18T14:57:16.731 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: ceph-mds-2:18.2.2-1240.g6a7528e4.el8.x86_64 31/32 2024-04-18T14:57:16.849 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2024-04-18T14:57:16.969 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : ceph-2:18.2.2-1240.g6a7528e4.el8.x86_64 32/32 2024-04-18T14:57:17.024 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2024-04-18T14:57:17.182 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2024-04-18T14:57:17.339 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2024-04-18T14:57:17.373 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: ceph-2:18.2.2-1240.g6a7528e4.el8.x86_64 32/32 2024-04-18T14:57:17.373 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : ceph-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/32 2024-04-18T14:57:17.374 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : ceph-mds-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/32 2024-04-18T14:57:17.374 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 3/32 2024-04-18T14:57:17.374 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : ceph-mon-2:18.2.2-1240.g6a7528e4.el8.x86_64 4/32 2024-04-18T14:57:17.374 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : ceph-osd-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/32 2024-04-18T14:57:17.374 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : ceph-mgr-modules-core-2:18.2.2-1240.g6a7528e4.el8. 6/32 2024-04-18T14:57:17.374 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2024-04-18T14:57:17.374 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2024-04-18T14:57:17.374 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2024-04-18T14:57:17.374 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2024-04-18T14:57:17.374 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2024-04-18T14:57:17.374 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2024-04-18T14:57:17.374 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2024-04-18T14:57:17.375 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2024-04-18T14:57:17.375 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2024-04-18T14:57:17.375 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2024-04-18T14:57:17.375 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2024-04-18T14:57:17.375 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2024-04-18T14:57:17.375 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2024-04-18T14:57:17.375 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2024-04-18T14:57:17.375 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2024-04-18T14:57:17.375 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2024-04-18T14:57:17.375 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2024-04-18T14:57:17.375 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2024-04-18T14:57:17.375 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 25/32 2024-04-18T14:57:17.375 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 26/32 2024-04-18T14:57:17.375 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 27/32 2024-04-18T14:57:17.376 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 28/32 2024-04-18T14:57:17.377 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 29/32 2024-04-18T14:57:17.377 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 30/32 2024-04-18T14:57:17.378 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 31/32 2024-04-18T14:57:17.475 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2024-04-18T14:57:17.678 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2024-04-18T14:57:17.692 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 32/32 2024-04-18T14:57:17.692 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2024-04-18T14:57:17.857 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2024-04-18T14:57:18.058 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2024-04-18T14:57:18.253 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:57:18.253 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-18T14:57:18.253 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:57:18.253 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mds-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:57:18.253 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:57:18.253 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-modules-core-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T14:57:18.254 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mon-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:57:18.254 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-osd-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:57:18.254 INFO:teuthology.orchestra.run.smithi154.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2024-04-18T14:57:18.254 INFO:teuthology.orchestra.run.smithi154.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2024-04-18T14:57:18.254 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cffi-1.11.5-6.el8.x86_64 2024-04-18T14:57:18.254 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cheroot-8.5.2-1.el8.noarch 2024-04-18T14:57:18.254 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2024-04-18T14:57:18.254 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cryptography-3.2.1-7.el8_9.x86_64 2024-04-18T14:57:18.254 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-6.2-6.el8.noarch 2024-04-18T14:57:18.254 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2024-04-18T14:57:18.254 INFO:teuthology.orchestra.run.smithi154.stdout: python3-logutils-0.3.5-11.el8.noarch 2024-04-18T14:57:18.254 INFO:teuthology.orchestra.run.smithi154.stdout: python3-mako-1.0.6-14.el8.noarch 2024-04-18T14:57:18.254 INFO:teuthology.orchestra.run.smithi154.stdout: python3-markupsafe-0.23-19.el8.x86_64 2024-04-18T14:57:18.254 INFO:teuthology.orchestra.run.smithi154.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2024-04-18T14:57:18.255 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pecan-1.3.2-9.el8.noarch 2024-04-18T14:57:18.255 INFO:teuthology.orchestra.run.smithi154.stdout: python3-portend-2.6-1.el8.noarch 2024-04-18T14:57:18.255 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2024-04-18T14:57:18.255 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pycparser-2.14-14.el8.noarch 2024-04-18T14:57:18.255 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pytz-2017.2-11.el8.noarch 2024-04-18T14:57:18.255 INFO:teuthology.orchestra.run.smithi154.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2024-04-18T14:57:18.255 INFO:teuthology.orchestra.run.smithi154.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2024-04-18T14:57:18.255 INFO:teuthology.orchestra.run.smithi154.stdout: python3-tempora-1.14.1-5.el8.noarch 2024-04-18T14:57:18.255 INFO:teuthology.orchestra.run.smithi154.stdout: python3-trustme-0.6.0-4.el8.noarch 2024-04-18T14:57:18.255 INFO:teuthology.orchestra.run.smithi154.stdout: python3-waitress-1.4.3-1.el8.noarch 2024-04-18T14:57:18.255 INFO:teuthology.orchestra.run.smithi154.stdout: python3-webob-1.8.5-1.el8.1.noarch 2024-04-18T14:57:18.255 INFO:teuthology.orchestra.run.smithi154.stdout: python3-webtest-2.0.33-1.el8.noarch 2024-04-18T14:57:18.255 INFO:teuthology.orchestra.run.smithi154.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2024-04-18T14:57:18.255 INFO:teuthology.orchestra.run.smithi154.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2024-04-18T14:57:18.256 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:57:18.256 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T14:57:18.298 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2024-04-18T14:57:18.453 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-base 2024-04-18T14:57:18.521 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2024-04-18T14:57:18.724 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2024-04-18T14:57:18.809 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T14:57:19.001 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2024-04-18T14:57:19.343 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2024-04-18T14:57:19.710 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-modules-core-2:18.2.2-1240.g6a7528e4.el8. 27/32 2024-04-18T14:57:20.534 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 38 kB/s | 4.1 kB 00:00 2024-04-18T14:57:20.730 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 28/32 2024-04-18T14:57:20.890 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 35 kB/s | 4.5 kB 00:00 2024-04-18T14:57:22.568 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 28/32 2024-04-18T14:57:22.753 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-osd-2:18.2.2-1240.g6a7528e4.el8.x86_64 29/32 2024-04-18T14:57:23.279 INFO:teuthology.orchestra.run.smithi154.stdout:Package ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T14:57:23.289 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-osd-2:18.2.2-1240.g6a7528e4.el8.x86_64 29/32 2024-04-18T14:57:23.435 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mon-2:18.2.2-1240.g6a7528e4.el8.x86_64 30/32 2024-04-18T14:57:23.462 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T14:57:23.463 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2024-04-18T14:57:23.463 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T14:57:23.622 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install cephadm 2024-04-18T14:57:23.674 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mon-2:18.2.2-1240.g6a7528e4.el8.x86_64 30/32 2024-04-18T14:57:23.802 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mds-2:18.2.2-1240.g6a7528e4.el8.x86_64 31/32 2024-04-18T14:57:23.824 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mds-2:18.2.2-1240.g6a7528e4.el8.x86_64 31/32 2024-04-18T14:57:23.926 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-2:18.2.2-1240.g6a7528e4.el8.x86_64 32/32 2024-04-18T14:57:23.974 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T14:57:24.386 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-2:18.2.2-1240.g6a7528e4.el8.x86_64 32/32 2024-04-18T14:57:24.387 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/32 2024-04-18T14:57:24.387 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mds-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/32 2024-04-18T14:57:24.387 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 3/32 2024-04-18T14:57:24.387 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mon-2:18.2.2-1240.g6a7528e4.el8.x86_64 4/32 2024-04-18T14:57:24.387 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-osd-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/32 2024-04-18T14:57:24.387 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-modules-core-2:18.2.2-1240.g6a7528e4.el8. 6/32 2024-04-18T14:57:24.387 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2024-04-18T14:57:24.387 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2024-04-18T14:57:24.387 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2024-04-18T14:57:24.387 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2024-04-18T14:57:24.387 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2024-04-18T14:57:24.387 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2024-04-18T14:57:24.387 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2024-04-18T14:57:24.388 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2024-04-18T14:57:24.388 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2024-04-18T14:57:24.388 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2024-04-18T14:57:24.388 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2024-04-18T14:57:24.388 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2024-04-18T14:57:24.388 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2024-04-18T14:57:24.388 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2024-04-18T14:57:24.388 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2024-04-18T14:57:24.388 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2024-04-18T14:57:24.388 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2024-04-18T14:57:24.388 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2024-04-18T14:57:24.388 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 25/32 2024-04-18T14:57:24.388 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 26/32 2024-04-18T14:57:24.388 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cryptography-3.2.1-7.el8_9.x86_64 27/32 2024-04-18T14:57:24.389 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 28/32 2024-04-18T14:57:24.389 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 29/32 2024-04-18T14:57:24.389 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 30/32 2024-04-18T14:57:24.389 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 31/32 2024-04-18T14:57:24.970 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-cryptography-3.2.1-7.el8_9.x86_64 32/32 2024-04-18T14:57:24.970 INFO:teuthology.orchestra.run.smithi110.stdout:Installed products updated. 2024-04-18T14:57:25.515 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:57:25.515 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2024-04-18T14:57:25.515 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:57:25.515 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-mds-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:57:25.516 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:57:25.516 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-mgr-modules-core-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T14:57:25.516 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-mon-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:57:25.516 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-osd-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:57:25.516 INFO:teuthology.orchestra.run.smithi110.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2024-04-18T14:57:25.516 INFO:teuthology.orchestra.run.smithi110.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2024-04-18T14:57:25.516 INFO:teuthology.orchestra.run.smithi110.stdout: python3-cffi-1.11.5-6.el8.x86_64 2024-04-18T14:57:25.516 INFO:teuthology.orchestra.run.smithi110.stdout: python3-cheroot-8.5.2-1.el8.noarch 2024-04-18T14:57:25.516 INFO:teuthology.orchestra.run.smithi110.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2024-04-18T14:57:25.516 INFO:teuthology.orchestra.run.smithi110.stdout: python3-cryptography-3.2.1-7.el8_9.x86_64 2024-04-18T14:57:25.516 INFO:teuthology.orchestra.run.smithi110.stdout: python3-jaraco-6.2-6.el8.noarch 2024-04-18T14:57:25.516 INFO:teuthology.orchestra.run.smithi110.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2024-04-18T14:57:25.517 INFO:teuthology.orchestra.run.smithi110.stdout: python3-logutils-0.3.5-11.el8.noarch 2024-04-18T14:57:25.517 INFO:teuthology.orchestra.run.smithi110.stdout: python3-mako-1.0.6-14.el8.noarch 2024-04-18T14:57:25.517 INFO:teuthology.orchestra.run.smithi110.stdout: python3-markupsafe-0.23-19.el8.x86_64 2024-04-18T14:57:25.517 INFO:teuthology.orchestra.run.smithi110.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2024-04-18T14:57:25.517 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pecan-1.3.2-9.el8.noarch 2024-04-18T14:57:25.517 INFO:teuthology.orchestra.run.smithi110.stdout: python3-portend-2.6-1.el8.noarch 2024-04-18T14:57:25.517 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2024-04-18T14:57:25.517 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pycparser-2.14-14.el8.noarch 2024-04-18T14:57:25.517 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pytz-2017.2-11.el8.noarch 2024-04-18T14:57:25.517 INFO:teuthology.orchestra.run.smithi110.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2024-04-18T14:57:25.517 INFO:teuthology.orchestra.run.smithi110.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2024-04-18T14:57:25.518 INFO:teuthology.orchestra.run.smithi110.stdout: python3-tempora-1.14.1-5.el8.noarch 2024-04-18T14:57:25.518 INFO:teuthology.orchestra.run.smithi110.stdout: python3-trustme-0.6.0-4.el8.noarch 2024-04-18T14:57:25.518 INFO:teuthology.orchestra.run.smithi110.stdout: python3-waitress-1.4.3-1.el8.noarch 2024-04-18T14:57:25.518 INFO:teuthology.orchestra.run.smithi110.stdout: python3-webob-1.8.5-1.el8.1.noarch 2024-04-18T14:57:25.518 INFO:teuthology.orchestra.run.smithi110.stdout: python3-webtest-2.0.33-1.el8.noarch 2024-04-18T14:57:25.518 INFO:teuthology.orchestra.run.smithi110.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2024-04-18T14:57:25.518 INFO:teuthology.orchestra.run.smithi110.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2024-04-18T14:57:25.518 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:57:25.518 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T14:57:25.697 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum -y install ceph-base 2024-04-18T14:57:25.725 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 33 kB/s | 4.1 kB 00:00 2024-04-18T14:57:26.044 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 49 kB/s | 4.5 kB 00:00 2024-04-18T14:57:26.048 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T14:57:27.944 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 40 kB/s | 4.5 kB 00:00 2024-04-18T14:57:28.567 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 28 kB/s | 4.1 kB 00:00 2024-04-18T14:57:28.725 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T14:57:28.726 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T14:57:28.726 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-18T14:57:28.726 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T14:57:28.726 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-18T14:57:28.726 INFO:teuthology.orchestra.run.smithi154.stdout: cephadm noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 173 k 2024-04-18T14:57:28.726 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:57:28.726 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-18T14:57:28.726 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T14:57:28.726 INFO:teuthology.orchestra.run.smithi154.stdout:Install 1 Package 2024-04-18T14:57:28.726 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:57:28.727 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 173 k 2024-04-18T14:57:28.727 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 692 k 2024-04-18T14:57:28.727 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-18T14:57:29.026 INFO:teuthology.orchestra.run.smithi154.stdout:cephadm-18.2.2-1240.g6a7528e4.el8.noarch.rpm 578 kB/s | 173 kB 00:00 2024-04-18T14:57:29.027 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:57:29.027 INFO:teuthology.orchestra.run.smithi154.stdout:Total 575 kB/s | 173 kB 00:00 2024-04-18T14:57:29.027 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-18T14:57:29.035 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-18T14:57:29.035 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-18T14:57:29.037 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-18T14:57:29.046 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-18T14:57:29.095 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-18T14:57:30.721 INFO:teuthology.orchestra.run.smithi110.stdout:Package ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T14:57:30.905 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T14:57:30.906 INFO:teuthology.orchestra.run.smithi110.stdout:Nothing to do. 2024-04-18T14:57:30.906 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T14:57:31.035 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum -y install cephadm 2024-04-18T14:57:31.236 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/1 2024-04-18T14:57:31.383 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T14:57:31.389 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/1 2024-04-18T14:57:31.592 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/1 2024-04-18T14:57:33.109 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 41 kB/s | 4.5 kB 00:00 2024-04-18T14:57:33.779 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 21 kB/s | 4.1 kB 00:00 2024-04-18T14:57:36.057 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T14:57:36.058 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T14:57:36.058 INFO:teuthology.orchestra.run.smithi110.stdout: Package Arch Version Repository Size 2024-04-18T14:57:36.059 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T14:57:36.059 INFO:teuthology.orchestra.run.smithi110.stdout:Installing: 2024-04-18T14:57:36.059 INFO:teuthology.orchestra.run.smithi110.stdout: cephadm noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 173 k 2024-04-18T14:57:36.059 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:57:36.059 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-04-18T14:57:36.059 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T14:57:36.059 INFO:teuthology.orchestra.run.smithi110.stdout:Install 1 Package 2024-04-18T14:57:36.059 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:57:36.059 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 173 k 2024-04-18T14:57:36.059 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 692 k 2024-04-18T14:57:36.059 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-04-18T14:57:36.395 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 32/32 2024-04-18T14:57:36.395 INFO:teuthology.orchestra.run.smithi060.stdout:Installed products updated. 2024-04-18T14:57:36.465 INFO:teuthology.orchestra.run.smithi110.stdout:cephadm-18.2.2-1240.g6a7528e4.el8.noarch.rpm 425 kB/s | 173 kB 00:00 2024-04-18T14:57:36.466 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:57:36.466 INFO:teuthology.orchestra.run.smithi110.stdout:Total 424 kB/s | 173 kB 00:00 2024-04-18T14:57:36.466 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-04-18T14:57:36.474 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-04-18T14:57:36.475 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-04-18T14:57:36.477 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-04-18T14:57:36.485 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-04-18T14:57:36.534 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-04-18T14:57:37.020 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:57:37.020 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-04-18T14:57:37.020 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:57:37.020 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mds-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:57:37.020 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:57:37.020 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-modules-core-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T14:57:37.020 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mon-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:57:37.021 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-osd-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:57:37.021 INFO:teuthology.orchestra.run.smithi060.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2024-04-18T14:57:37.021 INFO:teuthology.orchestra.run.smithi060.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2024-04-18T14:57:37.021 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cffi-1.11.5-6.el8.x86_64 2024-04-18T14:57:37.021 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cheroot-8.5.2-1.el8.noarch 2024-04-18T14:57:37.021 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2024-04-18T14:57:37.021 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cryptography-3.2.1-7.el8_9.x86_64 2024-04-18T14:57:37.021 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-6.2-6.el8.noarch 2024-04-18T14:57:37.021 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2024-04-18T14:57:37.021 INFO:teuthology.orchestra.run.smithi060.stdout: python3-logutils-0.3.5-11.el8.noarch 2024-04-18T14:57:37.021 INFO:teuthology.orchestra.run.smithi060.stdout: python3-mako-1.0.6-14.el8.noarch 2024-04-18T14:57:37.021 INFO:teuthology.orchestra.run.smithi060.stdout: python3-markupsafe-0.23-19.el8.x86_64 2024-04-18T14:57:37.021 INFO:teuthology.orchestra.run.smithi060.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2024-04-18T14:57:37.022 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pecan-1.3.2-9.el8.noarch 2024-04-18T14:57:37.022 INFO:teuthology.orchestra.run.smithi060.stdout: python3-portend-2.6-1.el8.noarch 2024-04-18T14:57:37.022 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2024-04-18T14:57:37.022 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pycparser-2.14-14.el8.noarch 2024-04-18T14:57:37.022 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pytz-2017.2-11.el8.noarch 2024-04-18T14:57:37.022 INFO:teuthology.orchestra.run.smithi060.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2024-04-18T14:57:37.022 INFO:teuthology.orchestra.run.smithi060.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2024-04-18T14:57:37.022 INFO:teuthology.orchestra.run.smithi060.stdout: python3-tempora-1.14.1-5.el8.noarch 2024-04-18T14:57:37.022 INFO:teuthology.orchestra.run.smithi060.stdout: python3-trustme-0.6.0-4.el8.noarch 2024-04-18T14:57:37.022 INFO:teuthology.orchestra.run.smithi060.stdout: python3-waitress-1.4.3-1.el8.noarch 2024-04-18T14:57:37.022 INFO:teuthology.orchestra.run.smithi060.stdout: python3-webob-1.8.5-1.el8.1.noarch 2024-04-18T14:57:37.022 INFO:teuthology.orchestra.run.smithi060.stdout: python3-webtest-2.0.33-1.el8.noarch 2024-04-18T14:57:37.023 INFO:teuthology.orchestra.run.smithi060.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2024-04-18T14:57:37.023 INFO:teuthology.orchestra.run.smithi060.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2024-04-18T14:57:37.023 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:57:37.023 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T14:57:37.229 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-base 2024-04-18T14:57:37.633 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T14:57:38.498 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/1 2024-04-18T14:57:38.674 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/1 2024-04-18T14:57:38.873 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/1 2024-04-18T14:57:39.307 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2024-04-18T14:57:39.782 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 26 kB/s | 4.5 kB 00:00 2024-04-18T14:57:42.425 INFO:teuthology.orchestra.run.smithi060.stdout:Package ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T14:57:42.632 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T14:57:42.633 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-04-18T14:57:42.633 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T14:57:42.785 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install cephadm 2024-04-18T14:57:43.189 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T14:57:43.859 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/1 2024-04-18T14:57:43.859 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2024-04-18T14:57:44.418 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:57:44.418 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-18T14:57:44.418 INFO:teuthology.orchestra.run.smithi154.stdout: cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T14:57:44.418 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:57:44.418 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T14:57:44.592 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-immutable-object-cache 2024-04-18T14:57:44.964 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T14:57:45.212 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 53 kB/s | 4.1 kB 00:00 2024-04-18T14:57:45.638 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 41 kB/s | 4.5 kB 00:00 2024-04-18T14:57:46.710 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 26 kB/s | 4.1 kB 00:00 2024-04-18T14:57:47.052 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 38 kB/s | 4.5 kB 00:00 2024-04-18T14:57:48.547 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T14:57:48.547 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T14:57:48.547 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-04-18T14:57:48.547 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T14:57:48.548 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-04-18T14:57:48.548 INFO:teuthology.orchestra.run.smithi060.stdout: cephadm noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 173 k 2024-04-18T14:57:48.548 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:57:48.548 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-04-18T14:57:48.548 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T14:57:48.548 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-04-18T14:57:48.548 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:57:48.549 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 173 k 2024-04-18T14:57:48.549 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 692 k 2024-04-18T14:57:48.549 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-04-18T14:57:48.954 INFO:teuthology.orchestra.run.smithi060.stdout:cephadm-18.2.2-1240.g6a7528e4.el8.noarch.rpm 426 kB/s | 173 kB 00:00 2024-04-18T14:57:48.955 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:57:48.955 INFO:teuthology.orchestra.run.smithi060.stdout:Total 424 kB/s | 173 kB 00:00 2024-04-18T14:57:48.955 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-04-18T14:57:48.966 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-04-18T14:57:48.966 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-04-18T14:57:48.969 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-04-18T14:57:48.979 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-04-18T14:57:49.024 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-04-18T14:57:49.601 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/1 2024-04-18T14:57:49.601 INFO:teuthology.orchestra.run.smithi110.stdout:Installed products updated. 2024-04-18T14:57:49.727 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T14:57:49.727 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T14:57:49.728 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repo Size 2024-04-18T14:57:49.728 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T14:57:49.728 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-18T14:57:49.728 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-immutable-object-cache x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 166 k 2024-04-18T14:57:49.728 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:57:49.728 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-18T14:57:49.728 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T14:57:49.728 INFO:teuthology.orchestra.run.smithi154.stdout:Install 1 Package 2024-04-18T14:57:49.728 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:57:49.729 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 166 k 2024-04-18T14:57:49.729 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 503 k 2024-04-18T14:57:49.729 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-18T14:57:49.917 INFO:teuthology.orchestra.run.smithi154.stdout:ceph-immutable-object-cache-18.2.2-1240.g6a7528 881 kB/s | 166 kB 00:00 2024-04-18T14:57:49.918 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:57:49.918 INFO:teuthology.orchestra.run.smithi154.stdout:Total 875 kB/s | 166 kB 00:00 2024-04-18T14:57:49.918 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-18T14:57:49.929 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-18T14:57:49.929 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-18T14:57:49.982 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-18T14:57:49.991 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-18T14:57:50.104 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-18T14:57:50.152 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:57:50.152 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2024-04-18T14:57:50.152 INFO:teuthology.orchestra.run.smithi110.stdout: cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T14:57:50.152 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:57:50.152 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T14:57:50.261 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-immutable-object-cache-2:18.2.2-1240.g6a7528e4. 1/1 2024-04-18T14:57:50.305 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum -y install ceph-immutable-object-cache 2024-04-18T14:57:50.661 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.2-1240.g6a7528e4. 1/1 2024-04-18T14:57:50.668 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T14:57:50.977 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/1 2024-04-18T14:57:51.112 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/1 2024-04-18T14:57:51.340 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/1 2024-04-18T14:57:52.655 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2024-04-18T14:57:53.277 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2024-04-18T14:57:55.653 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T14:57:55.653 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T14:57:55.653 INFO:teuthology.orchestra.run.smithi110.stdout: Package Arch Version Repo Size 2024-04-18T14:57:55.653 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T14:57:55.653 INFO:teuthology.orchestra.run.smithi110.stdout:Installing: 2024-04-18T14:57:55.653 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-immutable-object-cache x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 166 k 2024-04-18T14:57:55.654 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:57:55.654 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-04-18T14:57:55.654 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T14:57:55.654 INFO:teuthology.orchestra.run.smithi110.stdout:Install 1 Package 2024-04-18T14:57:55.654 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:57:55.655 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 166 k 2024-04-18T14:57:55.655 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 503 k 2024-04-18T14:57:55.655 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-04-18T14:57:55.842 INFO:teuthology.orchestra.run.smithi110.stdout:ceph-immutable-object-cache-18.2.2-1240.g6a7528 886 kB/s | 166 kB 00:00 2024-04-18T14:57:55.843 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:57:55.843 INFO:teuthology.orchestra.run.smithi110.stdout:Total 879 kB/s | 166 kB 00:00 2024-04-18T14:57:55.843 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-04-18T14:57:55.854 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-04-18T14:57:55.854 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-04-18T14:57:55.907 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-04-18T14:57:55.919 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-04-18T14:57:56.036 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-04-18T14:57:56.189 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : ceph-immutable-object-cache-2:18.2.2-1240.g6a7528e4. 1/1 2024-04-18T14:57:56.577 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.2-1240.g6a7528e4. 1/1 2024-04-18T14:58:02.178 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-immutable-object-cache-2:18.2.2-1240.g6a7528e4. 1/1 2024-04-18T14:58:02.178 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2024-04-18T14:58:02.737 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:58:02.737 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-18T14:58:02.737 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-immutable-object-cache-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:58:02.737 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:58:02.737 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T14:58:03.069 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-mgr 2024-04-18T14:58:03.426 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T14:58:03.662 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/1 2024-04-18T14:58:03.662 INFO:teuthology.orchestra.run.smithi060.stdout:Installed products updated. 2024-04-18T14:58:04.289 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:58:04.289 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-04-18T14:58:04.289 INFO:teuthology.orchestra.run.smithi060.stdout: cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T14:58:04.289 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:58:04.289 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T14:58:04.464 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-immutable-object-cache 2024-04-18T14:58:04.881 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T14:58:05.032 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 30 kB/s | 4.1 kB 00:00 2024-04-18T14:58:05.412 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2024-04-18T14:58:06.751 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 33 kB/s | 4.1 kB 00:00 2024-04-18T14:58:07.212 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2024-04-18T14:58:07.797 INFO:teuthology.orchestra.run.smithi154.stdout:Package ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T14:58:07.983 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T14:58:07.984 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2024-04-18T14:58:07.984 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T14:58:08.166 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-mgr-dashboard 2024-04-18T14:58:08.517 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T14:58:09.152 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : ceph-immutable-object-cache-2:18.2.2-1240.g6a7528e4. 1/1 2024-04-18T14:58:09.152 INFO:teuthology.orchestra.run.smithi110.stdout:Installed products updated. 2024-04-18T14:58:10.109 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T14:58:10.110 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T14:58:10.110 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repo Size 2024-04-18T14:58:10.110 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T14:58:10.110 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-04-18T14:58:10.110 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-immutable-object-cache x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 166 k 2024-04-18T14:58:10.110 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:58:10.110 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-04-18T14:58:10.110 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T14:58:10.110 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-04-18T14:58:10.110 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:58:10.111 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 166 k 2024-04-18T14:58:10.111 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 503 k 2024-04-18T14:58:10.111 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-04-18T14:58:10.118 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:58:10.118 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2024-04-18T14:58:10.118 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-immutable-object-cache-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:58:10.118 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:58:10.118 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T14:58:10.267 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum -y install ceph-mgr 2024-04-18T14:58:10.328 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 20 kB/s | 4.1 kB 00:00 2024-04-18T14:58:10.486 INFO:teuthology.orchestra.run.smithi060.stdout:ceph-immutable-object-cache-18.2.2-1240.g6a7528 442 kB/s | 166 kB 00:00 2024-04-18T14:58:10.487 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:58:10.487 INFO:teuthology.orchestra.run.smithi060.stdout:Total 440 kB/s | 166 kB 00:00 2024-04-18T14:58:10.487 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-04-18T14:58:10.502 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-04-18T14:58:10.502 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-04-18T14:58:10.567 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-04-18T14:58:10.576 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-04-18T14:58:10.618 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T14:58:10.709 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-04-18T14:58:10.713 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2024-04-18T14:58:10.854 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-immutable-object-cache-2:18.2.2-1240.g6a7528e4. 1/1 2024-04-18T14:58:11.314 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.2-1240.g6a7528e4. 1/1 2024-04-18T14:58:12.515 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 33 kB/s | 4.5 kB 00:00 2024-04-18T14:58:13.148 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2024-04-18T14:58:13.304 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T14:58:13.304 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T14:58:13.305 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-18T14:58:13.305 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T14:58:13.305 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-18T14:58:13.305 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-dashboard noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 3.5 M 2024-04-18T14:58:13.305 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-04-18T14:58:13.305 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-grafana-dashboards noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 24 k 2024-04-18T14:58:13.305 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-prometheus-alerts noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 15 k 2024-04-18T14:58:13.305 INFO:teuthology.orchestra.run.smithi154.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2024-04-18T14:58:13.305 INFO:teuthology.orchestra.run.smithi154.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2024-04-18T14:58:13.305 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:58:13.305 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-18T14:58:13.305 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T14:58:13.305 INFO:teuthology.orchestra.run.smithi154.stdout:Install 5 Packages 2024-04-18T14:58:13.306 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:58:13.306 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 3.8 M 2024-04-18T14:58:13.306 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 87 M 2024-04-18T14:58:13.306 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-18T14:58:13.670 INFO:teuthology.orchestra.run.smithi154.stdout:(1/5): ceph-grafana-dashboards-18.2.2-1240.g6a7 166 kB/s | 24 kB 00:00 2024-04-18T14:58:13.771 INFO:teuthology.orchestra.run.smithi154.stdout:(2/5): ceph-prometheus-alerts-18.2.2-1240.g6a75 62 kB/s | 15 kB 00:00 2024-04-18T14:58:13.813 INFO:teuthology.orchestra.run.smithi154.stdout:(3/5): python3-repoze-lru-0.7-6.el8.noarch.rpm 237 kB/s | 34 kB 00:00 2024-04-18T14:58:13.971 INFO:teuthology.orchestra.run.smithi154.stdout:(4/5): python3-routes-2.4.1-12.el8.noarch.rpm 981 kB/s | 196 kB 00:00 2024-04-18T14:58:14.321 INFO:teuthology.orchestra.run.smithi154.stdout:(5/5): ceph-mgr-dashboard-18.2.2-1240.g6a7528e4 4.4 MB/s | 3.5 MB 00:00 2024-04-18T14:58:14.325 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:58:14.325 INFO:teuthology.orchestra.run.smithi154.stdout:Total 3.7 MB/s | 3.8 MB 00:01 2024-04-18T14:58:14.325 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-18T14:58:14.334 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-18T14:58:14.334 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-18T14:58:14.405 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-18T14:58:14.413 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-18T14:58:14.677 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-18T14:58:14.896 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/5 2024-04-18T14:58:15.067 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/5 2024-04-18T14:58:15.213 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-prometheus-alerts-2:18.2.2-1240.g6a7528e4.el8.n 3/5 2024-04-18T14:58:15.221 INFO:teuthology.orchestra.run.smithi110.stdout:Package ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T14:58:15.409 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T14:58:15.410 INFO:teuthology.orchestra.run.smithi110.stdout:Nothing to do. 2024-04-18T14:58:15.410 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T14:58:15.543 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum -y install ceph-mgr-dashboard 2024-04-18T14:58:15.890 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T14:58:16.376 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-grafana-dashboards-2:18.2.2-1240.g6a7528e4.el8. 4/5 2024-04-18T14:58:16.619 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mgr-dashboard-2:18.2.2-1240.g6a7528e4.el8.noarc 5/5 2024-04-18T14:58:16.885 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.2-1240.g6a7528e4.el8.noarc 5/5 2024-04-18T14:58:16.885 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-grafana-dashboards-2:18.2.2-1240.g6a7528e4.el8. 1/5 2024-04-18T14:58:16.886 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mgr-dashboard-2:18.2.2-1240.g6a7528e4.el8.noarc 2/5 2024-04-18T14:58:16.886 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-prometheus-alerts-2:18.2.2-1240.g6a7528e4.el8.n 3/5 2024-04-18T14:58:16.886 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/5 2024-04-18T14:58:17.569 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 39 kB/s | 4.5 kB 00:00 2024-04-18T14:58:18.220 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 22 kB/s | 4.1 kB 00:00 2024-04-18T14:58:20.483 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T14:58:20.483 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T14:58:20.484 INFO:teuthology.orchestra.run.smithi110.stdout: Package Arch Version Repository Size 2024-04-18T14:58:20.484 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T14:58:20.484 INFO:teuthology.orchestra.run.smithi110.stdout:Installing: 2024-04-18T14:58:20.484 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-mgr-dashboard noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 3.5 M 2024-04-18T14:58:20.484 INFO:teuthology.orchestra.run.smithi110.stdout:Installing dependencies: 2024-04-18T14:58:20.484 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-grafana-dashboards noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 24 k 2024-04-18T14:58:20.484 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-prometheus-alerts noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 15 k 2024-04-18T14:58:20.484 INFO:teuthology.orchestra.run.smithi110.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2024-04-18T14:58:20.484 INFO:teuthology.orchestra.run.smithi110.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2024-04-18T14:58:20.484 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:58:20.484 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-04-18T14:58:20.484 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T14:58:20.484 INFO:teuthology.orchestra.run.smithi110.stdout:Install 5 Packages 2024-04-18T14:58:20.485 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:58:20.485 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 3.8 M 2024-04-18T14:58:20.485 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 87 M 2024-04-18T14:58:20.485 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-04-18T14:58:21.146 INFO:teuthology.orchestra.run.smithi110.stdout:(1/5): ceph-prometheus-alerts-18.2.2-1240.g6a75 48 kB/s | 15 kB 00:00 2024-04-18T14:58:21.221 INFO:teuthology.orchestra.run.smithi110.stdout:(2/5): python3-repoze-lru-0.7-6.el8.noarch.rpm 448 kB/s | 34 kB 00:00 2024-04-18T14:58:21.254 INFO:teuthology.orchestra.run.smithi110.stdout:(3/5): ceph-grafana-dashboards-18.2.2-1240.g6a7 57 kB/s | 24 kB 00:00 2024-04-18T14:58:21.296 INFO:teuthology.orchestra.run.smithi110.stdout:(4/5): python3-routes-2.4.1-12.el8.noarch.rpm 2.6 MB/s | 196 kB 00:00 2024-04-18T14:58:21.600 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-immutable-object-cache-2:18.2.2-1240.g6a7528e4. 1/1 2024-04-18T14:58:21.600 INFO:teuthology.orchestra.run.smithi060.stdout:Installed products updated. 2024-04-18T14:58:22.226 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:58:22.226 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-04-18T14:58:22.226 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-immutable-object-cache-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T14:58:22.226 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:58:22.226 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T14:58:22.409 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr 2024-04-18T14:58:22.655 INFO:teuthology.orchestra.run.smithi110.stdout:(5/5): ceph-mgr-dashboard-18.2.2-1240.g6a7528e4 1.9 MB/s | 3.5 MB 00:01 2024-04-18T14:58:22.657 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:58:22.657 INFO:teuthology.orchestra.run.smithi110.stdout:Total 1.7 MB/s | 3.8 MB 00:02 2024-04-18T14:58:22.658 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-04-18T14:58:22.666 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-04-18T14:58:22.666 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-04-18T14:58:22.740 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-04-18T14:58:22.748 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-04-18T14:58:22.817 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T14:58:22.983 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-04-18T14:58:23.191 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/5 2024-04-18T14:58:23.422 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/5 2024-04-18T14:58:23.525 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : ceph-prometheus-alerts-2:18.2.2-1240.g6a7528e4.el8.n 3/5 2024-04-18T14:58:24.659 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : ceph-grafana-dashboards-2:18.2.2-1240.g6a7528e4.el8. 4/5 2024-04-18T14:58:24.706 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 38 kB/s | 4.1 kB 00:00 2024-04-18T14:58:24.889 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : ceph-mgr-dashboard-2:18.2.2-1240.g6a7528e4.el8.noarc 5/5 2024-04-18T14:58:25.107 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 49 kB/s | 4.5 kB 00:00 2024-04-18T14:58:25.165 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.2-1240.g6a7528e4.el8.noarc 5/5 2024-04-18T14:58:25.165 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : ceph-grafana-dashboards-2:18.2.2-1240.g6a7528e4.el8. 1/5 2024-04-18T14:58:25.165 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : ceph-mgr-dashboard-2:18.2.2-1240.g6a7528e4.el8.noarc 2/5 2024-04-18T14:58:25.165 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : ceph-prometheus-alerts-2:18.2.2-1240.g6a7528e4.el8.n 3/5 2024-04-18T14:58:25.165 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/5 2024-04-18T14:58:27.802 INFO:teuthology.orchestra.run.smithi060.stdout:Package ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T14:58:28.011 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T14:58:28.012 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-04-18T14:58:28.012 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T14:58:28.164 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr-dashboard 2024-04-18T14:58:28.563 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T14:58:29.675 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/5 2024-04-18T14:58:29.675 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2024-04-18T14:58:30.228 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:58:30.228 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-18T14:58:30.228 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-grafana-dashboards-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T14:58:30.228 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-dashboard-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T14:58:30.228 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-prometheus-alerts-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T14:58:30.228 INFO:teuthology.orchestra.run.smithi154.stdout: python3-repoze-lru-0.7-6.el8.noarch 2024-04-18T14:58:30.228 INFO:teuthology.orchestra.run.smithi154.stdout: python3-routes-2.4.1-12.el8.noarch 2024-04-18T14:58:30.228 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:58:30.228 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T14:58:30.404 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-18T14:58:30.757 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T14:58:30.832 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 33 kB/s | 4.1 kB 00:00 2024-04-18T14:58:31.260 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 36 kB/s | 4.5 kB 00:00 2024-04-18T14:58:32.589 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 30 kB/s | 4.1 kB 00:00 2024-04-18T14:58:32.934 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 39 kB/s | 4.5 kB 00:00 2024-04-18T14:58:34.146 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T14:58:34.147 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T14:58:34.147 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-04-18T14:58:34.147 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T14:58:34.147 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-04-18T14:58:34.147 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-dashboard noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 3.5 M 2024-04-18T14:58:34.147 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-04-18T14:58:34.147 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-grafana-dashboards noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 24 k 2024-04-18T14:58:34.147 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-prometheus-alerts noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 15 k 2024-04-18T14:58:34.148 INFO:teuthology.orchestra.run.smithi060.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2024-04-18T14:58:34.148 INFO:teuthology.orchestra.run.smithi060.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2024-04-18T14:58:34.148 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:58:34.148 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-04-18T14:58:34.148 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T14:58:34.148 INFO:teuthology.orchestra.run.smithi060.stdout:Install 5 Packages 2024-04-18T14:58:34.148 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:58:34.149 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 3.8 M 2024-04-18T14:58:34.149 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 87 M 2024-04-18T14:58:34.149 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-04-18T14:58:34.766 INFO:teuthology.orchestra.run.smithi060.stdout:(1/5): ceph-grafana-dashboards-18.2.2-1240.g6a7 96 kB/s | 24 kB 00:00 2024-04-18T14:58:34.791 INFO:teuthology.orchestra.run.smithi060.stdout:(2/5): ceph-prometheus-alerts-18.2.2-1240.g6a75 55 kB/s | 15 kB 00:00 2024-04-18T14:58:34.955 INFO:teuthology.orchestra.run.smithi060.stdout:(3/5): python3-repoze-lru-0.7-6.el8.noarch.rpm 178 kB/s | 34 kB 00:00 2024-04-18T14:58:35.000 INFO:teuthology.orchestra.run.smithi060.stdout:(4/5): python3-routes-2.4.1-12.el8.noarch.rpm 941 kB/s | 196 kB 00:00 2024-04-18T14:58:35.092 INFO:teuthology.orchestra.run.smithi060.stdout:(5/5): ceph-mgr-dashboard-18.2.2-1240.g6a7528e4 6.1 MB/s | 3.5 MB 00:00 2024-04-18T14:58:35.095 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:58:35.096 INFO:teuthology.orchestra.run.smithi060.stdout:Total 4.0 MB/s | 3.8 MB 00:00 2024-04-18T14:58:35.096 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-04-18T14:58:35.106 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-04-18T14:58:35.107 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-04-18T14:58:35.188 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-04-18T14:58:35.197 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-04-18T14:58:35.436 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-04-18T14:58:35.558 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T14:58:35.560 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================================================= 2024-04-18T14:58:35.560 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-18T14:58:35.560 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================================================= 2024-04-18T14:58:35.560 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-18T14:58:35.560 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 7.4 M 2024-04-18T14:58:35.560 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-04-18T14:58:35.560 INFO:teuthology.orchestra.run.smithi154.stdout: libgfortran x86_64 8.5.0-20.el8 rhel-8-for-x86_64-baseos-rpms 645 k 2024-04-18T14:58:35.560 INFO:teuthology.orchestra.run.smithi154.stdout: libquadmath x86_64 8.5.0-20.el8 rhel-8-for-x86_64-baseos-rpms 172 k 2024-04-18T14:58:35.560 INFO:teuthology.orchestra.run.smithi154.stdout: openblas x86_64 0.3.15-6.el8 rhel-8-for-x86_64-appstream-rpms 5.0 M 2024-04-18T14:58:35.560 INFO:teuthology.orchestra.run.smithi154.stdout: openblas-threads x86_64 0.3.15-6.el8 rhel-8-for-x86_64-appstream-rpms 5.2 M 2024-04-18T14:58:35.561 INFO:teuthology.orchestra.run.smithi154.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2024-04-18T14:58:35.561 INFO:teuthology.orchestra.run.smithi154.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2024-04-18T14:58:35.561 INFO:teuthology.orchestra.run.smithi154.stdout: python3-scipy x86_64 1.0.0-21.module+el8.9.0+20976+d3c38525 rhel-8-for-x86_64-appstream-rpms 14 M 2024-04-18T14:58:35.561 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:58:35.561 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-18T14:58:35.561 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================================================= 2024-04-18T14:58:35.561 INFO:teuthology.orchestra.run.smithi154.stdout:Install 8 Packages 2024-04-18T14:58:35.561 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:58:35.562 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 36 M 2024-04-18T14:58:35.562 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 207 M 2024-04-18T14:58:35.562 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-18T14:58:35.645 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/5 2024-04-18T14:58:35.735 INFO:teuthology.orchestra.run.smithi154.stdout:(1/8): libquadmath-8.5.0-20.el8.x86_64.rpm 999 kB/s | 172 kB 00:00 2024-04-18T14:58:35.777 INFO:teuthology.orchestra.run.smithi154.stdout:(2/8): libgfortran-8.5.0-20.el8.x86_64.rpm 2.9 MB/s | 645 kB 00:00 2024-04-18T14:58:35.911 INFO:teuthology.orchestra.run.smithi154.stdout:(3/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 1.6 MB/s | 225 kB 00:00 2024-04-18T14:58:35.978 INFO:teuthology.orchestra.run.smithi154.stdout:(4/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 15 MB/s | 3.7 MB 00:00 2024-04-18T14:58:35.995 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/5 2024-04-18T14:58:36.117 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-prometheus-alerts-2:18.2.2-1240.g6a7528e4.el8.n 3/5 2024-04-18T14:58:36.211 INFO:teuthology.orchestra.run.smithi154.stdout:(5/8): openblas-0.3.15-6.el8.x86_64.rpm 22 MB/s | 5.0 MB 00:00 2024-04-18T14:58:36.295 INFO:teuthology.orchestra.run.smithi154.stdout:(6/8): openblas-threads-0.3.15-6.el8.x86_64.rpm 14 MB/s | 5.2 MB 00:00 2024-04-18T14:58:36.379 INFO:teuthology.orchestra.run.smithi154.stdout:(7/8): ceph-mgr-diskprediction-local-18.2.2-124 9.1 MB/s | 7.4 MB 00:00 2024-04-18T14:58:36.637 INFO:teuthology.orchestra.run.smithi154.stdout:(8/8): python3-scipy-1.0.0-21.module+el8.9.0+20 32 MB/s | 14 MB 00:00 2024-04-18T14:58:36.638 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:58:36.638 INFO:teuthology.orchestra.run.smithi154.stdout:Total 34 MB/s | 36 MB 00:01 2024-04-18T14:58:36.885 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-18T14:58:36.904 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-18T14:58:36.904 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-18T14:58:37.217 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-18T14:58:37.226 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-18T14:58:37.358 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-grafana-dashboards-2:18.2.2-1240.g6a7528e4.el8. 4/5 2024-04-18T14:58:37.467 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/5 2024-04-18T14:58:37.467 INFO:teuthology.orchestra.run.smithi110.stdout:Installed products updated. 2024-04-18T14:58:37.578 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-dashboard-2:18.2.2-1240.g6a7528e4.el8.noarc 5/5 2024-04-18T14:58:37.854 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-18T14:58:37.882 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.2-1240.g6a7528e4.el8.noarc 5/5 2024-04-18T14:58:37.883 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-grafana-dashboards-2:18.2.2-1240.g6a7528e4.el8. 1/5 2024-04-18T14:58:37.883 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-dashboard-2:18.2.2-1240.g6a7528e4.el8.noarc 2/5 2024-04-18T14:58:37.883 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-prometheus-alerts-2:18.2.2-1240.g6a7528e4.el8.n 3/5 2024-04-18T14:58:37.883 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/5 2024-04-18T14:58:38.010 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libquadmath-8.5.0-20.el8.x86_64 1/8 2024-04-18T14:58:38.018 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:58:38.019 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2024-04-18T14:58:38.019 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-grafana-dashboards-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T14:58:38.019 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-mgr-dashboard-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T14:58:38.019 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-prometheus-alerts-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T14:58:38.019 INFO:teuthology.orchestra.run.smithi110.stdout: python3-repoze-lru-0.7-6.el8.noarch 2024-04-18T14:58:38.019 INFO:teuthology.orchestra.run.smithi110.stdout: python3-routes-2.4.1-12.el8.noarch 2024-04-18T14:58:38.019 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:58:38.019 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T14:58:38.126 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: libquadmath-8.5.0-20.el8.x86_64 1/8 2024-04-18T14:58:38.205 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-18T14:58:38.294 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libgfortran-8.5.0-20.el8.x86_64 2/8 2024-04-18T14:58:38.557 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T14:58:38.934 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: libgfortran-8.5.0-20.el8.x86_64 2/8 2024-04-18T14:58:39.119 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : openblas-threads-0.3.15-6.el8.x86_64 3/8 2024-04-18T14:58:39.732 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: openblas-threads-0.3.15-6.el8.x86_64 3/8 2024-04-18T14:58:39.935 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : openblas-0.3.15-6.el8.x86_64 4/8 2024-04-18T14:58:40.288 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2024-04-18T14:58:40.633 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: openblas-0.3.15-6.el8.x86_64 4/8 2024-04-18T14:58:40.899 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 32 kB/s | 4.1 kB 00:00 2024-04-18T14:58:40.965 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2024-04-18T14:58:41.185 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-04-18T14:58:42.958 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-04-18T14:58:43.159 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T14:58:43.160 INFO:teuthology.orchestra.run.smithi110.stdout:======================================================================================================================= 2024-04-18T14:58:43.161 INFO:teuthology.orchestra.run.smithi110.stdout: Package Arch Version Repository Size 2024-04-18T14:58:43.161 INFO:teuthology.orchestra.run.smithi110.stdout:======================================================================================================================= 2024-04-18T14:58:43.161 INFO:teuthology.orchestra.run.smithi110.stdout:Installing: 2024-04-18T14:58:43.161 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 7.4 M 2024-04-18T14:58:43.161 INFO:teuthology.orchestra.run.smithi110.stdout:Installing dependencies: 2024-04-18T14:58:43.161 INFO:teuthology.orchestra.run.smithi110.stdout: libgfortran x86_64 8.5.0-20.el8 rhel-8-for-x86_64-baseos-rpms 645 k 2024-04-18T14:58:43.161 INFO:teuthology.orchestra.run.smithi110.stdout: libquadmath x86_64 8.5.0-20.el8 rhel-8-for-x86_64-baseos-rpms 172 k 2024-04-18T14:58:43.161 INFO:teuthology.orchestra.run.smithi110.stdout: openblas x86_64 0.3.15-6.el8 rhel-8-for-x86_64-appstream-rpms 5.0 M 2024-04-18T14:58:43.161 INFO:teuthology.orchestra.run.smithi110.stdout: openblas-threads x86_64 0.3.15-6.el8 rhel-8-for-x86_64-appstream-rpms 5.2 M 2024-04-18T14:58:43.161 INFO:teuthology.orchestra.run.smithi110.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2024-04-18T14:58:43.161 INFO:teuthology.orchestra.run.smithi110.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2024-04-18T14:58:43.161 INFO:teuthology.orchestra.run.smithi110.stdout: python3-scipy x86_64 1.0.0-21.module+el8.9.0+20976+d3c38525 rhel-8-for-x86_64-appstream-rpms 14 M 2024-04-18T14:58:43.162 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:58:43.162 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-04-18T14:58:43.162 INFO:teuthology.orchestra.run.smithi110.stdout:======================================================================================================================= 2024-04-18T14:58:43.162 INFO:teuthology.orchestra.run.smithi110.stdout:Install 8 Packages 2024-04-18T14:58:43.162 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:58:43.162 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 36 M 2024-04-18T14:58:43.163 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 207 M 2024-04-18T14:58:43.163 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-04-18T14:58:43.328 INFO:teuthology.orchestra.run.smithi110.stdout:(1/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 1.3 MB/s | 225 kB 00:00 2024-04-18T14:58:43.454 INFO:teuthology.orchestra.run.smithi110.stdout:(2/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 13 MB/s | 3.7 MB 00:00 2024-04-18T14:58:43.587 INFO:teuthology.orchestra.run.smithi110.stdout:(3/8): openblas-threads-0.3.15-6.el8.x86_64.rpm 20 MB/s | 5.2 MB 00:00 2024-04-18T14:58:43.696 INFO:teuthology.orchestra.run.smithi110.stdout:(4/8): openblas-0.3.15-6.el8.x86_64.rpm 21 MB/s | 5.0 MB 00:00 2024-04-18T14:58:43.988 INFO:teuthology.orchestra.run.smithi110.stdout:(5/8): python3-scipy-1.0.0-21.module+el8.9.0+20 34 MB/s | 14 MB 00:00 2024-04-18T14:58:44.022 INFO:teuthology.orchestra.run.smithi110.stdout:(6/8): libgfortran-8.5.0-20.el8.x86_64.rpm 1.9 MB/s | 645 kB 00:00 2024-04-18T14:58:44.130 INFO:teuthology.orchestra.run.smithi110.stdout:(7/8): libquadmath-8.5.0-20.el8.x86_64.rpm 1.2 MB/s | 172 kB 00:00 2024-04-18T14:58:44.213 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525 7/8 2024-04-18T14:58:44.401 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.2-1240.g6a7528e 8/8 2024-04-18T14:58:44.639 INFO:teuthology.orchestra.run.smithi110.stdout:(8/8): ceph-mgr-diskprediction-local-18.2.2-124 5.0 MB/s | 7.4 MB 00:01 2024-04-18T14:58:44.639 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:58:44.640 INFO:teuthology.orchestra.run.smithi110.stdout:Total 24 MB/s | 36 MB 00:01 2024-04-18T14:58:44.709 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.2-1240.g6a7528e 8/8 2024-04-18T14:58:44.709 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.2-1240.g6a7528e 1/8 2024-04-18T14:58:44.709 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libgfortran-8.5.0-20.el8.x86_64 2/8 2024-04-18T14:58:44.710 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libquadmath-8.5.0-20.el8.x86_64 3/8 2024-04-18T14:58:44.710 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2024-04-18T14:58:44.710 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2024-04-18T14:58:44.710 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : openblas-threads-0.3.15-6.el8.x86_64 6/8 2024-04-18T14:58:44.710 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : openblas-0.3.15-6.el8.x86_64 7/8 2024-04-18T14:58:44.884 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-04-18T14:58:44.903 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-04-18T14:58:44.903 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-04-18T14:58:45.212 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-04-18T14:58:45.220 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-04-18T14:58:45.803 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-04-18T14:58:45.941 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : libquadmath-8.5.0-20.el8.x86_64 1/8 2024-04-18T14:58:46.074 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: libquadmath-8.5.0-20.el8.x86_64 1/8 2024-04-18T14:58:46.207 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : libgfortran-8.5.0-20.el8.x86_64 2/8 2024-04-18T14:58:46.831 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: libgfortran-8.5.0-20.el8.x86_64 2/8 2024-04-18T14:58:47.057 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : openblas-threads-0.3.15-6.el8.x86_64 3/8 2024-04-18T14:58:47.660 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: openblas-threads-0.3.15-6.el8.x86_64 3/8 2024-04-18T14:58:47.849 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : openblas-0.3.15-6.el8.x86_64 4/8 2024-04-18T14:58:48.530 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: openblas-0.3.15-6.el8.x86_64 4/8 2024-04-18T14:58:48.819 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2024-04-18T14:58:49.032 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-04-18T14:58:50.768 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-04-18T14:58:50.922 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/5 2024-04-18T14:58:50.922 INFO:teuthology.orchestra.run.smithi060.stdout:Installed products updated. 2024-04-18T14:58:51.539 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:58:51.539 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-04-18T14:58:51.539 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-grafana-dashboards-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T14:58:51.539 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-dashboard-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T14:58:51.539 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-prometheus-alerts-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T14:58:51.539 INFO:teuthology.orchestra.run.smithi060.stdout: python3-repoze-lru-0.7-6.el8.noarch 2024-04-18T14:58:51.539 INFO:teuthology.orchestra.run.smithi060.stdout: python3-routes-2.4.1-12.el8.noarch 2024-04-18T14:58:51.539 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:58:51.539 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T14:58:51.721 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-18T14:58:52.071 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525 7/8 2024-04-18T14:58:52.128 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T14:58:52.290 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.2-1240.g6a7528e 8/8 2024-04-18T14:58:52.593 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.2-1240.g6a7528e 8/8 2024-04-18T14:58:52.593 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.2-1240.g6a7528e 1/8 2024-04-18T14:58:52.593 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 2/8 2024-04-18T14:58:52.593 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 3/8 2024-04-18T14:58:52.593 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : openblas-threads-0.3.15-6.el8.x86_64 4/8 2024-04-18T14:58:52.593 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : openblas-0.3.15-6.el8.x86_64 5/8 2024-04-18T14:58:52.593 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525 6/8 2024-04-18T14:58:52.593 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : libgfortran-8.5.0-20.el8.x86_64 7/8 2024-04-18T14:58:54.305 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 21 kB/s | 4.1 kB 00:00 2024-04-18T14:58:54.766 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2024-04-18T14:58:57.385 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525 8/8 2024-04-18T14:58:57.386 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2024-04-18T14:58:57.672 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T14:58:57.673 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================================================= 2024-04-18T14:58:57.673 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-04-18T14:58:57.673 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================================================= 2024-04-18T14:58:57.674 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-04-18T14:58:57.674 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 7.4 M 2024-04-18T14:58:57.674 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-04-18T14:58:57.674 INFO:teuthology.orchestra.run.smithi060.stdout: libgfortran x86_64 8.5.0-20.el8 rhel-8-for-x86_64-baseos-rpms 645 k 2024-04-18T14:58:57.674 INFO:teuthology.orchestra.run.smithi060.stdout: libquadmath x86_64 8.5.0-20.el8 rhel-8-for-x86_64-baseos-rpms 172 k 2024-04-18T14:58:57.674 INFO:teuthology.orchestra.run.smithi060.stdout: openblas x86_64 0.3.15-6.el8 rhel-8-for-x86_64-appstream-rpms 5.0 M 2024-04-18T14:58:57.674 INFO:teuthology.orchestra.run.smithi060.stdout: openblas-threads x86_64 0.3.15-6.el8 rhel-8-for-x86_64-appstream-rpms 5.2 M 2024-04-18T14:58:57.674 INFO:teuthology.orchestra.run.smithi060.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2024-04-18T14:58:57.674 INFO:teuthology.orchestra.run.smithi060.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2024-04-18T14:58:57.675 INFO:teuthology.orchestra.run.smithi060.stdout: python3-scipy x86_64 1.0.0-21.module+el8.9.0+20976+d3c38525 rhel-8-for-x86_64-appstream-rpms 14 M 2024-04-18T14:58:57.675 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:58:57.675 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-04-18T14:58:57.675 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================================================= 2024-04-18T14:58:57.675 INFO:teuthology.orchestra.run.smithi060.stdout:Install 8 Packages 2024-04-18T14:58:57.675 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:58:57.675 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 36 M 2024-04-18T14:58:57.676 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 207 M 2024-04-18T14:58:57.676 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-04-18T14:58:57.856 INFO:teuthology.orchestra.run.smithi060.stdout:(1/8): libgfortran-8.5.0-20.el8.x86_64.rpm 3.5 MB/s | 645 kB 00:00 2024-04-18T14:58:57.881 INFO:teuthology.orchestra.run.smithi060.stdout:(2/8): libquadmath-8.5.0-20.el8.x86_64.rpm 841 kB/s | 172 kB 00:00 2024-04-18T14:58:57.941 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:58:57.942 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-18T14:58:57.942 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-diskprediction-local-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T14:58:57.942 INFO:teuthology.orchestra.run.smithi154.stdout: libgfortran-8.5.0-20.el8.x86_64 2024-04-18T14:58:57.942 INFO:teuthology.orchestra.run.smithi154.stdout: libquadmath-8.5.0-20.el8.x86_64 2024-04-18T14:58:57.942 INFO:teuthology.orchestra.run.smithi154.stdout: openblas-0.3.15-6.el8.x86_64 2024-04-18T14:58:57.942 INFO:teuthology.orchestra.run.smithi154.stdout: openblas-threads-0.3.15-6.el8.x86_64 2024-04-18T14:58:57.942 INFO:teuthology.orchestra.run.smithi154.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2024-04-18T14:58:57.942 INFO:teuthology.orchestra.run.smithi154.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2024-04-18T14:58:57.942 INFO:teuthology.orchestra.run.smithi154.stdout: python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525.x86_64 2024-04-18T14:58:57.942 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:58:57.942 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T14:58:58.024 INFO:teuthology.orchestra.run.smithi060.stdout:(3/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 1.6 MB/s | 225 kB 00:00 2024-04-18T14:58:58.107 INFO:teuthology.orchestra.run.smithi060.stdout:(4/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 15 MB/s | 3.7 MB 00:00 2024-04-18T14:58:58.109 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-mgr-rook 2024-04-18T14:58:58.258 INFO:teuthology.orchestra.run.smithi060.stdout:(5/8): openblas-threads-0.3.15-6.el8.x86_64.rpm 22 MB/s | 5.2 MB 00:00 2024-04-18T14:58:58.358 INFO:teuthology.orchestra.run.smithi060.stdout:(6/8): ceph-mgr-diskprediction-local-18.2.2-124 11 MB/s | 7.4 MB 00:00 2024-04-18T14:58:58.463 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T14:58:58.525 INFO:teuthology.orchestra.run.smithi060.stdout:(7/8): openblas-0.3.15-6.el8.x86_64.rpm 12 MB/s | 5.0 MB 00:00 2024-04-18T14:58:58.725 INFO:teuthology.orchestra.run.smithi060.stdout:(8/8): python3-scipy-1.0.0-21.module+el8.9.0+20 29 MB/s | 14 MB 00:00 2024-04-18T14:58:58.726 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:58:58.726 INFO:teuthology.orchestra.run.smithi060.stdout:Total 34 MB/s | 36 MB 00:01 2024-04-18T14:58:58.993 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-04-18T14:58:59.014 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-04-18T14:58:59.014 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-04-18T14:58:59.361 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-04-18T14:58:59.370 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-04-18T14:59:00.047 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-04-18T14:59:00.121 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 32 kB/s | 4.1 kB 00:00 2024-04-18T14:59:00.188 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libquadmath-8.5.0-20.el8.x86_64 1/8 2024-04-18T14:59:00.342 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libquadmath-8.5.0-20.el8.x86_64 1/8 2024-04-18T14:59:00.480 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libgfortran-8.5.0-20.el8.x86_64 2/8 2024-04-18T14:59:00.493 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2024-04-18T14:59:01.199 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libgfortran-8.5.0-20.el8.x86_64 2/8 2024-04-18T14:59:01.347 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : openblas-threads-0.3.15-6.el8.x86_64 3/8 2024-04-18T14:59:01.923 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : libquadmath-8.5.0-20.el8.x86_64 8/8 2024-04-18T14:59:01.923 INFO:teuthology.orchestra.run.smithi110.stdout:Installed products updated. 2024-04-18T14:59:02.003 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: openblas-threads-0.3.15-6.el8.x86_64 3/8 2024-04-18T14:59:02.180 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : openblas-0.3.15-6.el8.x86_64 4/8 2024-04-18T14:59:02.472 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:59:02.472 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2024-04-18T14:59:02.472 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-mgr-diskprediction-local-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T14:59:02.472 INFO:teuthology.orchestra.run.smithi110.stdout: libgfortran-8.5.0-20.el8.x86_64 2024-04-18T14:59:02.472 INFO:teuthology.orchestra.run.smithi110.stdout: libquadmath-8.5.0-20.el8.x86_64 2024-04-18T14:59:02.472 INFO:teuthology.orchestra.run.smithi110.stdout: openblas-0.3.15-6.el8.x86_64 2024-04-18T14:59:02.472 INFO:teuthology.orchestra.run.smithi110.stdout: openblas-threads-0.3.15-6.el8.x86_64 2024-04-18T14:59:02.472 INFO:teuthology.orchestra.run.smithi110.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2024-04-18T14:59:02.473 INFO:teuthology.orchestra.run.smithi110.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2024-04-18T14:59:02.473 INFO:teuthology.orchestra.run.smithi110.stdout: python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525.x86_64 2024-04-18T14:59:02.473 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:59:02.473 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T14:59:02.623 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum -y install ceph-mgr-rook 2024-04-18T14:59:02.939 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: openblas-0.3.15-6.el8.x86_64 4/8 2024-04-18T14:59:02.974 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T14:59:03.171 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T14:59:03.173 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================================== 2024-04-18T14:59:03.173 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-18T14:59:03.173 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================================== 2024-04-18T14:59:03.173 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-18T14:59:03.173 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-rook noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 49 k 2024-04-18T14:59:03.173 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-04-18T14:59:03.173 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2024-04-18T14:59:03.173 INFO:teuthology.orchestra.run.smithi154.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2024-04-18T14:59:03.174 INFO:teuthology.orchestra.run.smithi154.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2024-04-18T14:59:03.174 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2024-04-18T14:59:03.174 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2024-04-18T14:59:03.174 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2024-04-18T14:59:03.174 INFO:teuthology.orchestra.run.smithi154.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2024-04-18T14:59:03.174 INFO:teuthology.orchestra.run.smithi154.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2024-04-18T14:59:03.174 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2024-04-18T14:59:03.174 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2024-04-18T14:59:03.174 INFO:teuthology.orchestra.run.smithi154.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2024-04-18T14:59:03.174 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2024-04-18T14:59:03.174 INFO:teuthology.orchestra.run.smithi154.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2024-04-18T14:59:03.174 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:59:03.174 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-18T14:59:03.174 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================================== 2024-04-18T14:59:03.175 INFO:teuthology.orchestra.run.smithi154.stdout:Install 14 Packages 2024-04-18T14:59:03.175 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:59:03.175 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 2.0 M 2024-04-18T14:59:03.175 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 25 M 2024-04-18T14:59:03.175 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-18T14:59:03.246 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2024-04-18T14:59:03.395 INFO:teuthology.orchestra.run.smithi154.stdout:(1/14): python3-certifi-2018.10.15-7.el8.noarch 105 kB/s | 16 kB 00:00 2024-04-18T14:59:03.420 INFO:teuthology.orchestra.run.smithi154.stdout:(2/14): python3-cachetools-3.1.1-4.el8.noarch.r 182 kB/s | 33 kB 00:00 2024-04-18T14:59:03.430 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-04-18T14:59:03.470 INFO:teuthology.orchestra.run.smithi154.stdout:(3/14): python3-google-auth-1.1.1-10.el8.noarch 1.1 MB/s | 81 kB 00:00 2024-04-18T14:59:03.520 INFO:teuthology.orchestra.run.smithi154.stdout:(4/14): python3-rsa-4.9-2.el8.noarch.rpm 1.3 MB/s | 64 kB 00:00 2024-04-18T14:59:03.579 INFO:teuthology.orchestra.run.smithi154.stdout:(5/14): python3-websocket-client-0.56.0-5.el8.n 1.0 MB/s | 61 kB 00:00 2024-04-18T14:59:03.654 INFO:teuthology.orchestra.run.smithi154.stdout:(6/14): python3-kubernetes-11.0.0-6.el8.noarch. 5.0 MB/s | 1.2 MB 00:00 2024-04-18T14:59:03.713 INFO:teuthology.orchestra.run.smithi154.stdout:(7/14): python3-jwt-1.6.1-2.el8.noarch.rpm 318 kB/s | 43 kB 00:00 2024-04-18T14:59:03.821 INFO:teuthology.orchestra.run.smithi154.stdout:(8/14): python3-oauthlib-2.1.0-1.el8.noarch.rpm 928 kB/s | 155 kB 00:00 2024-04-18T14:59:03.847 INFO:teuthology.orchestra.run.smithi154.stdout:(9/14): ceph-mgr-rook-18.2.2-1240.g6a7528e4.el8 81 kB/s | 49 kB 00:00 2024-04-18T14:59:03.872 INFO:teuthology.orchestra.run.smithi154.stdout:(10/14): python3-requests-oauthlib-1.0.0-1.el8. 268 kB/s | 43 kB 00:00 2024-04-18T14:59:03.906 INFO:teuthology.orchestra.run.smithi154.stdout:(11/14): python3-jsonpointer-1.10-11.el8.noarch 238 kB/s | 20 kB 00:00 2024-04-18T14:59:04.014 INFO:teuthology.orchestra.run.smithi154.stdout:(12/14): python3-pyasn1-modules-0.3.7-6.el8.noa 659 kB/s | 110 kB 00:00 2024-04-18T14:59:04.065 INFO:teuthology.orchestra.run.smithi154.stdout:(13/14): python3-jsonpatch-1.21-2.el8.noarch.rp 142 kB/s | 27 kB 00:00 2024-04-18T14:59:04.090 INFO:teuthology.orchestra.run.smithi154.stdout:(14/14): python3-pyasn1-0.3.7-6.el8.noarch.rpm 689 kB/s | 126 kB 00:00 2024-04-18T14:59:04.090 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:59:04.091 INFO:teuthology.orchestra.run.smithi154.stdout:Total 2.2 MB/s | 2.0 MB 00:00 2024-04-18T14:59:04.160 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-18T14:59:04.175 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-18T14:59:04.175 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-18T14:59:04.258 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-18T14:59:04.267 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-18T14:59:04.768 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-18T14:59:04.790 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2024-04-18T14:59:04.981 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/14 2024-04-18T14:59:05.192 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/14 2024-04-18T14:59:05.344 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 51 kB/s | 4.1 kB 00:00 2024-04-18T14:59:05.388 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/14 2024-04-18T14:59:05.463 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-04-18T14:59:05.546 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 4/14 2024-04-18T14:59:05.716 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 5/14 2024-04-18T14:59:05.945 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 6/14 2024-04-18T14:59:06.202 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 7/14 2024-04-18T14:59:06.401 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 8/14 2024-04-18T14:59:06.597 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 9/14 2024-04-18T14:59:06.763 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 10/14 2024-04-18T14:59:06.944 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525 7/8 2024-04-18T14:59:07.005 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 11/14 2024-04-18T14:59:07.112 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.2-1240.g6a7528e 8/8 2024-04-18T14:59:07.450 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.2-1240.g6a7528e 8/8 2024-04-18T14:59:07.451 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.2-1240.g6a7528e 1/8 2024-04-18T14:59:07.451 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libgfortran-8.5.0-20.el8.x86_64 2/8 2024-04-18T14:59:07.451 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libquadmath-8.5.0-20.el8.x86_64 3/8 2024-04-18T14:59:07.451 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2024-04-18T14:59:07.451 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2024-04-18T14:59:07.451 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : openblas-threads-0.3.15-6.el8.x86_64 6/8 2024-04-18T14:59:07.451 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : openblas-0.3.15-6.el8.x86_64 7/8 2024-04-18T14:59:07.707 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T14:59:07.709 INFO:teuthology.orchestra.run.smithi110.stdout:======================================================================================================== 2024-04-18T14:59:07.709 INFO:teuthology.orchestra.run.smithi110.stdout: Package Arch Version Repository Size 2024-04-18T14:59:07.709 INFO:teuthology.orchestra.run.smithi110.stdout:======================================================================================================== 2024-04-18T14:59:07.709 INFO:teuthology.orchestra.run.smithi110.stdout:Installing: 2024-04-18T14:59:07.709 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-mgr-rook noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 49 k 2024-04-18T14:59:07.709 INFO:teuthology.orchestra.run.smithi110.stdout:Installing dependencies: 2024-04-18T14:59:07.709 INFO:teuthology.orchestra.run.smithi110.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2024-04-18T14:59:07.709 INFO:teuthology.orchestra.run.smithi110.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2024-04-18T14:59:07.709 INFO:teuthology.orchestra.run.smithi110.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2024-04-18T14:59:07.709 INFO:teuthology.orchestra.run.smithi110.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2024-04-18T14:59:07.709 INFO:teuthology.orchestra.run.smithi110.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2024-04-18T14:59:07.710 INFO:teuthology.orchestra.run.smithi110.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2024-04-18T14:59:07.710 INFO:teuthology.orchestra.run.smithi110.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2024-04-18T14:59:07.710 INFO:teuthology.orchestra.run.smithi110.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2024-04-18T14:59:07.710 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2024-04-18T14:59:07.710 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2024-04-18T14:59:07.710 INFO:teuthology.orchestra.run.smithi110.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2024-04-18T14:59:07.710 INFO:teuthology.orchestra.run.smithi110.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2024-04-18T14:59:07.710 INFO:teuthology.orchestra.run.smithi110.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2024-04-18T14:59:07.710 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:59:07.710 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-04-18T14:59:07.710 INFO:teuthology.orchestra.run.smithi110.stdout:======================================================================================================== 2024-04-18T14:59:07.710 INFO:teuthology.orchestra.run.smithi110.stdout:Install 14 Packages 2024-04-18T14:59:07.710 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:59:07.711 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 2.0 M 2024-04-18T14:59:07.711 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 25 M 2024-04-18T14:59:07.711 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-04-18T14:59:08.081 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 12/14 2024-04-18T14:59:08.081 INFO:teuthology.orchestra.run.smithi110.stdout:(1/14): python3-certifi-2018.10.15-7.el8.noarch 121 kB/s | 16 kB 00:00 2024-04-18T14:59:08.106 INFO:teuthology.orchestra.run.smithi110.stdout:(2/14): python3-cachetools-3.1.1-4.el8.noarch.r 206 kB/s | 33 kB 00:00 2024-04-18T14:59:08.173 INFO:teuthology.orchestra.run.smithi110.stdout:(3/14): python3-google-auth-1.1.1-10.el8.noarch 882 kB/s | 81 kB 00:00 2024-04-18T14:59:08.215 INFO:teuthology.orchestra.run.smithi110.stdout:(4/14): python3-rsa-4.9-2.el8.noarch.rpm 1.5 MB/s | 64 kB 00:00 2024-04-18T14:59:08.240 INFO:teuthology.orchestra.run.smithi110.stdout:(5/14): ceph-mgr-rook-18.2.2-1240.g6a7528e4.el8 167 kB/s | 49 kB 00:00 2024-04-18T14:59:08.266 INFO:teuthology.orchestra.run.smithi110.stdout:(6/14): python3-websocket-client-0.56.0-5.el8.n 1.2 MB/s | 61 kB 00:00 2024-04-18T14:59:08.349 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 13/14 2024-04-18T14:59:08.408 INFO:teuthology.orchestra.run.smithi110.stdout:(7/14): python3-kubernetes-11.0.0-6.el8.noarch. 3.9 MB/s | 1.2 MB 00:00 2024-04-18T14:59:08.441 INFO:teuthology.orchestra.run.smithi110.stdout:(8/14): python3-jsonpointer-1.10-11.el8.noarch. 100 kB/s | 20 kB 00:00 2024-04-18T14:59:08.517 INFO:teuthology.orchestra.run.smithi110.stdout:(9/14): python3-pyasn1-modules-0.3.7-6.el8.noar 439 kB/s | 110 kB 00:00 2024-04-18T14:59:08.521 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mgr-rook-2:18.2.2-1240.g6a7528e4.el8.noarch 14/14 2024-04-18T14:59:08.642 INFO:teuthology.orchestra.run.smithi110.stdout:(10/14): python3-pyasn1-0.3.7-6.el8.noarch.rpm 648 kB/s | 126 kB 00:00 2024-04-18T14:59:08.667 INFO:teuthology.orchestra.run.smithi110.stdout:(11/14): python3-jsonpatch-1.21-2.el8.noarch.rp 102 kB/s | 27 kB 00:00 2024-04-18T14:59:08.692 INFO:teuthology.orchestra.run.smithi110.stdout:(12/14): python3-jwt-1.6.1-2.el8.noarch.rpm 242 kB/s | 43 kB 00:00 2024-04-18T14:59:08.782 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.2-1240.g6a7528e4.el8.noarch 14/14 2024-04-18T14:59:08.782 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mgr-rook-2:18.2.2-1240.g6a7528e4.el8.noarch 1/14 2024-04-18T14:59:08.782 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/14 2024-04-18T14:59:08.782 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/14 2024-04-18T14:59:08.783 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/14 2024-04-18T14:59:08.783 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/14 2024-04-18T14:59:08.783 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/14 2024-04-18T14:59:08.783 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/14 2024-04-18T14:59:08.783 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 8/14 2024-04-18T14:59:08.783 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 9/14 2024-04-18T14:59:08.783 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 10/14 2024-04-18T14:59:08.783 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 11/14 2024-04-18T14:59:08.783 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 12/14 2024-04-18T14:59:08.783 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 13/14 2024-04-18T14:59:08.793 INFO:teuthology.orchestra.run.smithi110.stdout:(13/14): python3-requests-oauthlib-1.0.0-1.el8. 341 kB/s | 43 kB 00:00 2024-04-18T14:59:08.818 INFO:teuthology.orchestra.run.smithi110.stdout:(14/14): python3-oauthlib-2.1.0-1.el8.noarch.rp 882 kB/s | 155 kB 00:00 2024-04-18T14:59:08.820 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:59:08.820 INFO:teuthology.orchestra.run.smithi110.stdout:Total 1.8 MB/s | 2.0 MB 00:01 2024-04-18T14:59:08.893 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-04-18T14:59:08.908 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-04-18T14:59:08.908 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-04-18T14:59:08.989 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-04-18T14:59:08.998 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-04-18T14:59:09.507 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-04-18T14:59:09.713 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/14 2024-04-18T14:59:09.932 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/14 2024-04-18T14:59:10.180 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/14 2024-04-18T14:59:10.424 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 4/14 2024-04-18T14:59:10.675 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 5/14 2024-04-18T14:59:10.927 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 6/14 2024-04-18T14:59:11.111 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 7/14 2024-04-18T14:59:11.289 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 8/14 2024-04-18T14:59:11.536 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 9/14 2024-04-18T14:59:11.863 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 10/14 2024-04-18T14:59:12.259 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 11/14 2024-04-18T14:59:13.313 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 12/14 2024-04-18T14:59:13.590 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 13/14 2024-04-18T14:59:13.762 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : ceph-mgr-rook-2:18.2.2-1240.g6a7528e4.el8.noarch 14/14 2024-04-18T14:59:14.022 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.2-1240.g6a7528e4.el8.noarch 14/14 2024-04-18T14:59:14.022 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : ceph-mgr-rook-2:18.2.2-1240.g6a7528e4.el8.noarch 1/14 2024-04-18T14:59:14.022 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/14 2024-04-18T14:59:14.022 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/14 2024-04-18T14:59:14.022 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/14 2024-04-18T14:59:14.022 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/14 2024-04-18T14:59:14.022 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/14 2024-04-18T14:59:14.022 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/14 2024-04-18T14:59:14.023 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 8/14 2024-04-18T14:59:14.023 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 9/14 2024-04-18T14:59:14.023 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 10/14 2024-04-18T14:59:14.023 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 11/14 2024-04-18T14:59:14.023 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 12/14 2024-04-18T14:59:14.023 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 13/14 2024-04-18T14:59:19.323 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525 8/8 2024-04-18T14:59:19.323 INFO:teuthology.orchestra.run.smithi060.stdout:Installed products updated. 2024-04-18T14:59:19.933 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:59:19.934 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-04-18T14:59:19.934 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-diskprediction-local-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T14:59:19.934 INFO:teuthology.orchestra.run.smithi060.stdout: libgfortran-8.5.0-20.el8.x86_64 2024-04-18T14:59:19.934 INFO:teuthology.orchestra.run.smithi060.stdout: libquadmath-8.5.0-20.el8.x86_64 2024-04-18T14:59:19.934 INFO:teuthology.orchestra.run.smithi060.stdout: openblas-0.3.15-6.el8.x86_64 2024-04-18T14:59:19.934 INFO:teuthology.orchestra.run.smithi060.stdout: openblas-threads-0.3.15-6.el8.x86_64 2024-04-18T14:59:19.934 INFO:teuthology.orchestra.run.smithi060.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2024-04-18T14:59:19.934 INFO:teuthology.orchestra.run.smithi060.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2024-04-18T14:59:19.934 INFO:teuthology.orchestra.run.smithi060.stdout: python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525.x86_64 2024-04-18T14:59:19.934 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:59:19.934 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T14:59:20.131 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr-rook 2024-04-18T14:59:20.534 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T14:59:21.274 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 14/14 2024-04-18T14:59:21.274 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2024-04-18T14:59:21.831 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:59:21.831 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-18T14:59:21.831 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-rook-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T14:59:21.831 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cachetools-3.1.1-4.el8.noarch 2024-04-18T14:59:21.831 INFO:teuthology.orchestra.run.smithi154.stdout: python3-certifi-2018.10.15-7.el8.noarch 2024-04-18T14:59:21.831 INFO:teuthology.orchestra.run.smithi154.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2024-04-18T14:59:21.831 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jsonpatch-1.21-2.el8.noarch 2024-04-18T14:59:21.831 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jsonpointer-1.10-11.el8.noarch 2024-04-18T14:59:21.832 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jwt-1.6.1-2.el8.noarch 2024-04-18T14:59:21.832 INFO:teuthology.orchestra.run.smithi154.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2024-04-18T14:59:21.832 INFO:teuthology.orchestra.run.smithi154.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2024-04-18T14:59:21.832 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2024-04-18T14:59:21.832 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2024-04-18T14:59:21.832 INFO:teuthology.orchestra.run.smithi154.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2024-04-18T14:59:21.832 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rsa-4.9-2.el8.noarch 2024-04-18T14:59:21.832 INFO:teuthology.orchestra.run.smithi154.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2024-04-18T14:59:21.832 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:59:21.832 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T14:59:22.015 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-mgr-cephadm 2024-04-18T14:59:22.374 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T14:59:22.453 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 43 kB/s | 4.1 kB 00:00 2024-04-18T14:59:22.891 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 37 kB/s | 4.5 kB 00:00 2024-04-18T14:59:23.827 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 14/14 2024-04-18T14:59:23.827 INFO:teuthology.orchestra.run.smithi110.stdout:Installed products updated. 2024-04-18T14:59:23.966 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 39 kB/s | 4.1 kB 00:00 2024-04-18T14:59:24.244 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 78 kB/s | 4.5 kB 00:00 2024-04-18T14:59:24.754 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:59:24.754 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2024-04-18T14:59:24.754 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-mgr-rook-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T14:59:24.754 INFO:teuthology.orchestra.run.smithi110.stdout: python3-cachetools-3.1.1-4.el8.noarch 2024-04-18T14:59:24.755 INFO:teuthology.orchestra.run.smithi110.stdout: python3-certifi-2018.10.15-7.el8.noarch 2024-04-18T14:59:24.755 INFO:teuthology.orchestra.run.smithi110.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2024-04-18T14:59:24.755 INFO:teuthology.orchestra.run.smithi110.stdout: python3-jsonpatch-1.21-2.el8.noarch 2024-04-18T14:59:24.755 INFO:teuthology.orchestra.run.smithi110.stdout: python3-jsonpointer-1.10-11.el8.noarch 2024-04-18T14:59:24.755 INFO:teuthology.orchestra.run.smithi110.stdout: python3-jwt-1.6.1-2.el8.noarch 2024-04-18T14:59:24.755 INFO:teuthology.orchestra.run.smithi110.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2024-04-18T14:59:24.755 INFO:teuthology.orchestra.run.smithi110.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2024-04-18T14:59:24.755 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2024-04-18T14:59:24.755 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2024-04-18T14:59:24.755 INFO:teuthology.orchestra.run.smithi110.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2024-04-18T14:59:24.755 INFO:teuthology.orchestra.run.smithi110.stdout: python3-rsa-4.9-2.el8.noarch 2024-04-18T14:59:24.755 INFO:teuthology.orchestra.run.smithi110.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2024-04-18T14:59:24.755 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:59:24.756 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T14:59:24.915 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum -y install ceph-mgr-cephadm 2024-04-18T14:59:25.272 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T14:59:25.830 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T14:59:25.832 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================================== 2024-04-18T14:59:25.832 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-04-18T14:59:25.832 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================================== 2024-04-18T14:59:25.832 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-04-18T14:59:25.832 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-rook noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 49 k 2024-04-18T14:59:25.832 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-04-18T14:59:25.833 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2024-04-18T14:59:25.833 INFO:teuthology.orchestra.run.smithi060.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2024-04-18T14:59:25.833 INFO:teuthology.orchestra.run.smithi060.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2024-04-18T14:59:25.833 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2024-04-18T14:59:25.833 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2024-04-18T14:59:25.833 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2024-04-18T14:59:25.833 INFO:teuthology.orchestra.run.smithi060.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2024-04-18T14:59:25.833 INFO:teuthology.orchestra.run.smithi060.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2024-04-18T14:59:25.833 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2024-04-18T14:59:25.833 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2024-04-18T14:59:25.833 INFO:teuthology.orchestra.run.smithi060.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2024-04-18T14:59:25.833 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2024-04-18T14:59:25.833 INFO:teuthology.orchestra.run.smithi060.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2024-04-18T14:59:25.834 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:59:25.834 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-04-18T14:59:25.834 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================================== 2024-04-18T14:59:25.834 INFO:teuthology.orchestra.run.smithi060.stdout:Install 14 Packages 2024-04-18T14:59:25.834 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:59:25.835 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 2.0 M 2024-04-18T14:59:25.835 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 25 M 2024-04-18T14:59:25.835 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-04-18T14:59:26.175 INFO:teuthology.orchestra.run.smithi060.stdout:(1/14): ceph-mgr-rook-18.2.2-1240.g6a7528e4.el8 179 kB/s | 49 kB 00:00 2024-04-18T14:59:26.200 INFO:teuthology.orchestra.run.smithi060.stdout:(2/14): python3-certifi-2018.10.15-7.el8.noarch 54 kB/s | 16 kB 00:00 2024-04-18T14:59:26.226 INFO:teuthology.orchestra.run.smithi060.stdout:(3/14): python3-cachetools-3.1.1-4.el8.noarch.r 101 kB/s | 33 kB 00:00 2024-04-18T14:59:26.526 INFO:teuthology.orchestra.run.smithi060.stdout:(4/14): python3-google-auth-1.1.1-10.el8.noarch 232 kB/s | 81 kB 00:00 2024-04-18T14:59:26.568 INFO:teuthology.orchestra.run.smithi060.stdout:(5/14): python3-rsa-4.9-2.el8.noarch.rpm 188 kB/s | 64 kB 00:00 2024-04-18T14:59:26.744 INFO:teuthology.orchestra.run.smithi060.stdout:(6/14): python3-jwt-1.6.1-2.el8.noarch.rpm 243 kB/s | 43 kB 00:00 2024-04-18T14:59:26.877 INFO:teuthology.orchestra.run.smithi060.stdout:(7/14): python3-kubernetes-11.0.0-6.el8.noarch. 1.7 MB/s | 1.2 MB 00:00 2024-04-18T14:59:26.901 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T14:59:26.902 INFO:teuthology.orchestra.run.smithi154.stdout:=============================================================================================== 2024-04-18T14:59:26.902 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-18T14:59:26.902 INFO:teuthology.orchestra.run.smithi154.stdout:=============================================================================================== 2024-04-18T14:59:26.902 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-18T14:59:26.902 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-cephadm noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 138 k 2024-04-18T14:59:26.902 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-04-18T14:59:26.902 INFO:teuthology.orchestra.run.smithi154.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2024-04-18T14:59:26.903 INFO:teuthology.orchestra.run.smithi154.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2024-04-18T14:59:26.903 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2024-04-18T14:59:26.903 INFO:teuthology.orchestra.run.smithi154.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2024-04-18T14:59:26.903 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:59:26.903 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-18T14:59:26.903 INFO:teuthology.orchestra.run.smithi154.stdout:=============================================================================================== 2024-04-18T14:59:26.903 INFO:teuthology.orchestra.run.smithi154.stdout:Install 5 Packages 2024-04-18T14:59:26.903 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:59:26.904 INFO:teuthology.orchestra.run.smithi060.stdout:(8/14): python3-websocket-client-0.56.0-5.el8.n 163 kB/s | 61 kB 00:00 2024-04-18T14:59:26.904 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 6.0 M 2024-04-18T14:59:26.904 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 26 M 2024-04-18T14:59:26.904 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-18T14:59:26.936 INFO:teuthology.orchestra.run.smithi060.stdout:(9/14): python3-oauthlib-2.1.0-1.el8.noarch.rpm 806 kB/s | 155 kB 00:00 2024-04-18T14:59:27.045 INFO:teuthology.orchestra.run.smithi060.stdout:(10/14): python3-requests-oauthlib-1.0.0-1.el8. 255 kB/s | 43 kB 00:00 2024-04-18T14:59:27.046 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 55 kB/s | 4.5 kB 00:00 2024-04-18T14:59:27.069 INFO:teuthology.orchestra.run.smithi154.stdout:(1/5): python3-natsort-7.1.1-2.el8.noarch.rpm 605 kB/s | 60 kB 00:00 2024-04-18T14:59:27.070 INFO:teuthology.orchestra.run.smithi060.stdout:(11/14): python3-jsonpointer-1.10-11.el8.noarch 126 kB/s | 20 kB 00:00 2024-04-18T14:59:27.095 INFO:teuthology.orchestra.run.smithi060.stdout:(12/14): python3-pyasn1-modules-0.3.7-6.el8.noa 734 kB/s | 110 kB 00:00 2024-04-18T14:59:27.128 INFO:teuthology.orchestra.run.smithi154.stdout:(2/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 2.9 MB/s | 476 kB 00:00 2024-04-18T14:59:27.146 INFO:teuthology.orchestra.run.smithi154.stdout:(3/5): ceph-mgr-cephadm-18.2.2-1240.g6a7528e4.e 787 kB/s | 138 kB 00:00 2024-04-18T14:59:27.195 INFO:teuthology.orchestra.run.smithi060.stdout:(13/14): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.0 MB/s | 126 kB 00:00 2024-04-18T14:59:27.220 INFO:teuthology.orchestra.run.smithi060.stdout:(14/14): python3-jsonpatch-1.21-2.el8.noarch.rp 151 kB/s | 27 kB 00:00 2024-04-18T14:59:27.222 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:59:27.222 INFO:teuthology.orchestra.run.smithi060.stdout:Total 1.4 MB/s | 2.0 MB 00:01 2024-04-18T14:59:27.295 INFO:teuthology.orchestra.run.smithi154.stdout:(4/5): python3-babel-2.5.1-7.el8.noarch.rpm 21 MB/s | 4.8 MB 00:00 2024-04-18T14:59:27.308 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-04-18T14:59:27.327 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-04-18T14:59:27.327 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-04-18T14:59:27.329 INFO:teuthology.orchestra.run.smithi154.stdout:(5/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 2.6 MB/s | 538 kB 00:00 2024-04-18T14:59:27.330 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:59:27.330 INFO:teuthology.orchestra.run.smithi154.stdout:Total 14 MB/s | 6.0 MB 00:00 2024-04-18T14:59:27.383 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-18T14:59:27.394 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-18T14:59:27.394 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-18T14:59:27.421 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-04-18T14:59:27.431 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-04-18T14:59:27.482 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-18T14:59:27.490 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-18T14:59:27.674 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2024-04-18T14:59:27.958 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-04-18T14:59:28.157 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/14 2024-04-18T14:59:28.395 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/14 2024-04-18T14:59:28.454 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-18T14:59:28.560 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/14 2024-04-18T14:59:28.710 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 4/14 2024-04-18T14:59:28.780 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2024-04-18T14:59:28.873 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 5/14 2024-04-18T14:59:29.045 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2024-04-18T14:59:29.092 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 6/14 2024-04-18T14:59:29.402 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 7/14 2024-04-18T14:59:29.423 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2024-04-18T14:59:29.633 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 8/14 2024-04-18T14:59:29.685 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2024-04-18T14:59:29.843 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 9/14 2024-04-18T14:59:29.868 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mgr-cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 5/5 2024-04-18T14:59:29.996 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T14:59:29.997 INFO:teuthology.orchestra.run.smithi110.stdout:=============================================================================================== 2024-04-18T14:59:29.997 INFO:teuthology.orchestra.run.smithi110.stdout: Package Arch Version Repository Size 2024-04-18T14:59:29.997 INFO:teuthology.orchestra.run.smithi110.stdout:=============================================================================================== 2024-04-18T14:59:29.997 INFO:teuthology.orchestra.run.smithi110.stdout:Installing: 2024-04-18T14:59:29.997 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-mgr-cephadm noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 138 k 2024-04-18T14:59:29.997 INFO:teuthology.orchestra.run.smithi110.stdout:Installing dependencies: 2024-04-18T14:59:29.997 INFO:teuthology.orchestra.run.smithi110.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2024-04-18T14:59:29.997 INFO:teuthology.orchestra.run.smithi110.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2024-04-18T14:59:29.998 INFO:teuthology.orchestra.run.smithi110.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2024-04-18T14:59:29.998 INFO:teuthology.orchestra.run.smithi110.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2024-04-18T14:59:29.998 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:59:29.998 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-04-18T14:59:29.998 INFO:teuthology.orchestra.run.smithi110.stdout:=============================================================================================== 2024-04-18T14:59:29.998 INFO:teuthology.orchestra.run.smithi110.stdout:Install 5 Packages 2024-04-18T14:59:29.998 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:59:29.999 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 6.0 M 2024-04-18T14:59:29.999 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 26 M 2024-04-18T14:59:29.999 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-04-18T14:59:30.035 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 10/14 2024-04-18T14:59:30.152 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 5/5 2024-04-18T14:59:30.152 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mgr-cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/5 2024-04-18T14:59:30.152 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2024-04-18T14:59:30.152 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2024-04-18T14:59:30.152 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 4/5 2024-04-18T14:59:30.312 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 11/14 2024-04-18T14:59:30.382 INFO:teuthology.orchestra.run.smithi110.stdout:(1/5): python3-natsort-7.1.1-2.el8.noarch.rpm 247 kB/s | 60 kB 00:00 2024-04-18T14:59:30.440 INFO:teuthology.orchestra.run.smithi110.stdout:(2/5): ceph-mgr-cephadm-18.2.2-1240.g6a7528e4.e 456 kB/s | 138 kB 00:00 2024-04-18T14:59:30.583 INFO:teuthology.orchestra.run.smithi110.stdout:(3/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 3.7 MB/s | 538 kB 00:00 2024-04-18T14:59:30.624 INFO:teuthology.orchestra.run.smithi110.stdout:(4/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 978 kB/s | 476 kB 00:00 2024-04-18T14:59:30.716 INFO:teuthology.orchestra.run.smithi110.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 14 MB/s | 4.8 MB 00:00 2024-04-18T14:59:30.717 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:59:30.717 INFO:teuthology.orchestra.run.smithi110.stdout:Total 8.3 MB/s | 6.0 MB 00:00 2024-04-18T14:59:30.772 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-04-18T14:59:30.784 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-04-18T14:59:30.784 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-04-18T14:59:30.871 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-04-18T14:59:30.880 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-04-18T14:59:31.456 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 12/14 2024-04-18T14:59:31.724 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 13/14 2024-04-18T14:59:31.837 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-04-18T14:59:32.189 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2024-04-18T14:59:32.436 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2024-04-18T14:59:32.678 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-rook-2:18.2.2-1240.g6a7528e4.el8.noarch 14/14 2024-04-18T14:59:32.793 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2024-04-18T14:59:33.101 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2024-04-18T14:59:33.271 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.2-1240.g6a7528e4.el8.noarch 14/14 2024-04-18T14:59:33.272 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-rook-2:18.2.2-1240.g6a7528e4.el8.noarch 1/14 2024-04-18T14:59:33.272 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/14 2024-04-18T14:59:33.272 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/14 2024-04-18T14:59:33.272 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/14 2024-04-18T14:59:33.272 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/14 2024-04-18T14:59:33.272 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/14 2024-04-18T14:59:33.272 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/14 2024-04-18T14:59:33.272 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 8/14 2024-04-18T14:59:33.272 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 9/14 2024-04-18T14:59:33.272 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 10/14 2024-04-18T14:59:33.272 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 11/14 2024-04-18T14:59:33.272 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 12/14 2024-04-18T14:59:33.273 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 13/14 2024-04-18T14:59:33.301 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : ceph-mgr-cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 5/5 2024-04-18T14:59:33.574 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 5/5 2024-04-18T14:59:33.575 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : ceph-mgr-cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/5 2024-04-18T14:59:33.575 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2024-04-18T14:59:33.575 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2024-04-18T14:59:33.575 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 4/5 2024-04-18T14:59:40.978 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 5/5 2024-04-18T14:59:40.978 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2024-04-18T14:59:41.537 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:59:41.538 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-18T14:59:41.538 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T14:59:41.538 INFO:teuthology.orchestra.run.smithi154.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2024-04-18T14:59:41.538 INFO:teuthology.orchestra.run.smithi154.stdout: python3-babel-2.5.1-7.el8.noarch 2024-04-18T14:59:41.538 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jinja2-2.10.1-3.el8.noarch 2024-04-18T14:59:41.538 INFO:teuthology.orchestra.run.smithi154.stdout: python3-natsort-7.1.1-2.el8.noarch 2024-04-18T14:59:41.538 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:59:41.538 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T14:59:41.737 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-fuse 2024-04-18T14:59:42.097 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T14:59:43.885 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 34 kB/s | 4.1 kB 00:00 2024-04-18T14:59:44.271 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2024-04-18T14:59:44.490 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 5/5 2024-04-18T14:59:44.491 INFO:teuthology.orchestra.run.smithi110.stdout:Installed products updated. 2024-04-18T14:59:45.324 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:59:45.325 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2024-04-18T14:59:45.325 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-mgr-cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T14:59:45.325 INFO:teuthology.orchestra.run.smithi110.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2024-04-18T14:59:45.325 INFO:teuthology.orchestra.run.smithi110.stdout: python3-babel-2.5.1-7.el8.noarch 2024-04-18T14:59:45.325 INFO:teuthology.orchestra.run.smithi110.stdout: python3-jinja2-2.10.1-3.el8.noarch 2024-04-18T14:59:45.325 INFO:teuthology.orchestra.run.smithi110.stdout: python3-natsort-7.1.1-2.el8.noarch 2024-04-18T14:59:45.325 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:59:45.325 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T14:59:45.491 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum -y install ceph-fuse 2024-04-18T14:59:45.715 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 14/14 2024-04-18T14:59:45.715 INFO:teuthology.orchestra.run.smithi060.stdout:Installed products updated. 2024-04-18T14:59:45.848 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T14:59:46.348 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:59:46.348 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-04-18T14:59:46.348 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-rook-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T14:59:46.348 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cachetools-3.1.1-4.el8.noarch 2024-04-18T14:59:46.349 INFO:teuthology.orchestra.run.smithi060.stdout: python3-certifi-2018.10.15-7.el8.noarch 2024-04-18T14:59:46.349 INFO:teuthology.orchestra.run.smithi060.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2024-04-18T14:59:46.349 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jsonpatch-1.21-2.el8.noarch 2024-04-18T14:59:46.349 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jsonpointer-1.10-11.el8.noarch 2024-04-18T14:59:46.349 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jwt-1.6.1-2.el8.noarch 2024-04-18T14:59:46.349 INFO:teuthology.orchestra.run.smithi060.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2024-04-18T14:59:46.349 INFO:teuthology.orchestra.run.smithi060.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2024-04-18T14:59:46.349 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2024-04-18T14:59:46.349 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2024-04-18T14:59:46.349 INFO:teuthology.orchestra.run.smithi060.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2024-04-18T14:59:46.349 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rsa-4.9-2.el8.noarch 2024-04-18T14:59:46.350 INFO:teuthology.orchestra.run.smithi060.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2024-04-18T14:59:46.350 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:59:46.350 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T14:59:46.528 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr-cephadm 2024-04-18T14:59:46.831 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T14:59:46.831 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T14:59:46.831 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-18T14:59:46.831 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T14:59:46.832 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-18T14:59:46.832 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-fuse 2024-04-18T14:59:46.832 INFO:teuthology.orchestra.run.smithi154.stdout: x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 859 k 2024-04-18T14:59:46.832 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-04-18T14:59:46.832 INFO:teuthology.orchestra.run.smithi154.stdout: fuse x86_64 2.9.7-17.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2024-04-18T14:59:46.832 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:59:46.832 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-18T14:59:46.832 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T14:59:46.832 INFO:teuthology.orchestra.run.smithi154.stdout:Install 2 Packages 2024-04-18T14:59:46.832 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:59:46.833 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 942 k 2024-04-18T14:59:46.833 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 3.0 M 2024-04-18T14:59:46.833 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-18T14:59:46.942 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T14:59:47.015 INFO:teuthology.orchestra.run.smithi154.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 455 kB/s | 83 kB 00:00 2024-04-18T14:59:47.667 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 31 kB/s | 4.5 kB 00:00 2024-04-18T14:59:47.815 INFO:teuthology.orchestra.run.smithi154.stdout:(2/2): ceph-fuse-18.2.2-1240.g6a7528e4.el8.x86_ 874 kB/s | 859 kB 00:00 2024-04-18T14:59:47.817 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:59:47.817 INFO:teuthology.orchestra.run.smithi154.stdout:Total 957 kB/s | 942 kB 00:00 2024-04-18T14:59:47.830 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-18T14:59:47.852 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-18T14:59:47.852 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-18T14:59:47.941 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-18T14:59:47.949 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-18T14:59:48.170 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-18T14:59:48.294 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 29 kB/s | 4.1 kB 00:00 2024-04-18T14:59:48.465 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2024-04-18T14:59:48.640 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/2 2024-04-18T14:59:48.846 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 47 kB/s | 4.1 kB 00:00 2024-04-18T14:59:49.025 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/2 2024-04-18T14:59:49.025 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/2 2024-04-18T14:59:49.266 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 43 kB/s | 4.5 kB 00:00 2024-04-18T14:59:50.673 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T14:59:50.674 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T14:59:50.674 INFO:teuthology.orchestra.run.smithi110.stdout: Package Arch Version Repository Size 2024-04-18T14:59:50.674 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T14:59:50.674 INFO:teuthology.orchestra.run.smithi110.stdout:Installing: 2024-04-18T14:59:50.674 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-fuse 2024-04-18T14:59:50.674 INFO:teuthology.orchestra.run.smithi110.stdout: x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 859 k 2024-04-18T14:59:50.674 INFO:teuthology.orchestra.run.smithi110.stdout:Installing dependencies: 2024-04-18T14:59:50.674 INFO:teuthology.orchestra.run.smithi110.stdout: fuse x86_64 2.9.7-17.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2024-04-18T14:59:50.674 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:59:50.675 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-04-18T14:59:50.675 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T14:59:50.675 INFO:teuthology.orchestra.run.smithi110.stdout:Install 2 Packages 2024-04-18T14:59:50.675 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T14:59:50.675 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 942 k 2024-04-18T14:59:50.675 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 3.0 M 2024-04-18T14:59:50.676 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-04-18T14:59:50.829 INFO:teuthology.orchestra.run.smithi110.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 543 kB/s | 83 kB 00:00 2024-04-18T14:59:51.071 INFO:teuthology.orchestra.run.smithi110.stdout:(2/2): ceph-fuse-18.2.2-1240.g6a7528e4.el8.x86_ 2.1 MB/s | 859 kB 00:00 2024-04-18T14:59:51.071 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:59:51.071 INFO:teuthology.orchestra.run.smithi110.stdout:Total 2.3 MB/s | 942 kB 00:00 2024-04-18T14:59:51.083 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-04-18T14:59:51.105 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-04-18T14:59:51.105 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-04-18T14:59:51.191 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-04-18T14:59:51.200 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-04-18T14:59:51.365 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-04-18T14:59:51.649 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2024-04-18T14:59:51.790 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : ceph-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/2 2024-04-18T14:59:52.151 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: ceph-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/2 2024-04-18T14:59:52.151 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : ceph-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/2 2024-04-18T14:59:52.163 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T14:59:52.164 INFO:teuthology.orchestra.run.smithi060.stdout:=============================================================================================== 2024-04-18T14:59:52.164 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-04-18T14:59:52.164 INFO:teuthology.orchestra.run.smithi060.stdout:=============================================================================================== 2024-04-18T14:59:52.164 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-04-18T14:59:52.164 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-cephadm noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 138 k 2024-04-18T14:59:52.165 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-04-18T14:59:52.165 INFO:teuthology.orchestra.run.smithi060.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2024-04-18T14:59:52.165 INFO:teuthology.orchestra.run.smithi060.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2024-04-18T14:59:52.165 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2024-04-18T14:59:52.165 INFO:teuthology.orchestra.run.smithi060.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2024-04-18T14:59:52.165 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:59:52.165 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-04-18T14:59:52.165 INFO:teuthology.orchestra.run.smithi060.stdout:=============================================================================================== 2024-04-18T14:59:52.165 INFO:teuthology.orchestra.run.smithi060.stdout:Install 5 Packages 2024-04-18T14:59:52.165 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T14:59:52.166 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 6.0 M 2024-04-18T14:59:52.166 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 26 M 2024-04-18T14:59:52.166 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-04-18T14:59:52.584 INFO:teuthology.orchestra.run.smithi060.stdout:(1/5): python3-natsort-7.1.1-2.el8.noarch.rpm 719 kB/s | 60 kB 00:00 2024-04-18T14:59:52.643 INFO:teuthology.orchestra.run.smithi060.stdout:(2/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 3.3 MB/s | 476 kB 00:00 2024-04-18T14:59:52.810 INFO:teuthology.orchestra.run.smithi060.stdout:(3/5): ceph-mgr-cephadm-18.2.2-1240.g6a7528e4.e 446 kB/s | 138 kB 00:00 2024-04-18T14:59:52.844 INFO:teuthology.orchestra.run.smithi060.stdout:(4/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 2.6 MB/s | 538 kB 00:00 2024-04-18T14:59:52.952 INFO:teuthology.orchestra.run.smithi060.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 13 MB/s | 4.8 MB 00:00 2024-04-18T14:59:52.953 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-04-18T14:59:52.953 INFO:teuthology.orchestra.run.smithi060.stdout:Total 7.6 MB/s | 6.0 MB 00:00 2024-04-18T14:59:53.016 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-04-18T14:59:53.029 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-04-18T14:59:53.030 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-04-18T14:59:53.129 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-04-18T14:59:53.139 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-04-18T14:59:54.328 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-04-18T14:59:54.662 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2024-04-18T14:59:55.129 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2024-04-18T14:59:55.482 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2024-04-18T14:59:55.738 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2024-04-18T14:59:55.923 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 5/5 2024-04-18T14:59:56.244 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 5/5 2024-04-18T14:59:56.244 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/5 2024-04-18T14:59:56.244 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2024-04-18T14:59:56.244 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2024-04-18T14:59:56.244 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 4/5 2024-04-18T14:59:57.520 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2024-04-18T14:59:57.521 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2024-04-18T14:59:58.094 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:59:58.094 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-18T14:59:58.094 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2024-04-18T14:59:58.094 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T14:59:58.094 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T14:59:58.429 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-volume 2024-04-18T14:59:58.794 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T15:00:00.480 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 44 kB/s | 4.1 kB 00:00 2024-04-18T15:00:00.812 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 39 kB/s | 4.5 kB 00:00 2024-04-18T15:00:02.631 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2024-04-18T15:00:02.631 INFO:teuthology.orchestra.run.smithi110.stdout:Installed products updated. 2024-04-18T15:00:03.214 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T15:00:03.214 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2024-04-18T15:00:03.215 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2024-04-18T15:00:03.215 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T15:00:03.215 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T15:00:03.375 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum -y install ceph-volume 2024-04-18T15:00:03.383 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T15:00:03.384 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================================== 2024-04-18T15:00:03.384 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-18T15:00:03.384 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================================== 2024-04-18T15:00:03.384 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-18T15:00:03.384 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-volume noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 263 k 2024-04-18T15:00:03.384 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-04-18T15:00:03.384 INFO:teuthology.orchestra.run.smithi154.stdout: python3-packaging noarch 16.8-9.el8 codeready-builder-for-rhel-8-x86_64-rpms 48 k 2024-04-18T15:00:03.384 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:00:03.384 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-18T15:00:03.384 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================================== 2024-04-18T15:00:03.384 INFO:teuthology.orchestra.run.smithi154.stdout:Install 2 Packages 2024-04-18T15:00:03.384 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:00:03.385 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 311 k 2024-04-18T15:00:03.385 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 1.4 M 2024-04-18T15:00:03.385 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-18T15:00:03.588 INFO:teuthology.orchestra.run.smithi154.stdout:(1/2): python3-packaging-16.8-9.el8.noarch.rpm 238 kB/s | 48 kB 00:00 2024-04-18T15:00:03.705 INFO:teuthology.orchestra.run.smithi154.stdout:(2/2): ceph-volume-18.2.2-1240.g6a7528e4.el8.no 824 kB/s | 263 kB 00:00 2024-04-18T15:00:03.705 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:00:03.706 INFO:teuthology.orchestra.run.smithi154.stdout:Total 970 kB/s | 311 kB 00:00 2024-04-18T15:00:03.717 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-18T15:00:03.729 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-18T15:00:03.729 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-18T15:00:03.737 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T15:00:03.768 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-18T15:00:03.777 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-18T15:00:04.028 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-18T15:00:04.386 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-packaging-16.8-9.el8.noarch 1/2 2024-04-18T15:00:04.646 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-volume-2:18.2.2-1240.g6a7528e4.el8.noarch 2/2 2024-04-18T15:00:05.046 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-volume-2:18.2.2-1240.g6a7528e4.el8.noarch 2/2 2024-04-18T15:00:05.046 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-volume-2:18.2.2-1240.g6a7528e4.el8.noarch 1/2 2024-04-18T15:00:05.501 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2024-04-18T15:00:06.129 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2024-04-18T15:00:08.379 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T15:00:08.379 INFO:teuthology.orchestra.run.smithi110.stdout:======================================================================================================== 2024-04-18T15:00:08.379 INFO:teuthology.orchestra.run.smithi110.stdout: Package Arch Version Repository Size 2024-04-18T15:00:08.379 INFO:teuthology.orchestra.run.smithi110.stdout:======================================================================================================== 2024-04-18T15:00:08.379 INFO:teuthology.orchestra.run.smithi110.stdout:Installing: 2024-04-18T15:00:08.380 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-volume noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 263 k 2024-04-18T15:00:08.380 INFO:teuthology.orchestra.run.smithi110.stdout:Installing dependencies: 2024-04-18T15:00:08.380 INFO:teuthology.orchestra.run.smithi110.stdout: python3-packaging noarch 16.8-9.el8 codeready-builder-for-rhel-8-x86_64-rpms 48 k 2024-04-18T15:00:08.380 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T15:00:08.380 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-04-18T15:00:08.380 INFO:teuthology.orchestra.run.smithi110.stdout:======================================================================================================== 2024-04-18T15:00:08.380 INFO:teuthology.orchestra.run.smithi110.stdout:Install 2 Packages 2024-04-18T15:00:08.380 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T15:00:08.381 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 311 k 2024-04-18T15:00:08.381 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 1.4 M 2024-04-18T15:00:08.381 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-04-18T15:00:08.544 INFO:teuthology.orchestra.run.smithi110.stdout:(1/2): python3-packaging-16.8-9.el8.noarch.rpm 296 kB/s | 48 kB 00:00 2024-04-18T15:00:08.644 INFO:teuthology.orchestra.run.smithi110.stdout:(2/2): ceph-volume-18.2.2-1240.g6a7528e4.el8.no 999 kB/s | 263 kB 00:00 2024-04-18T15:00:08.645 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:00:08.645 INFO:teuthology.orchestra.run.smithi110.stdout:Total 1.1 MB/s | 311 kB 00:00 2024-04-18T15:00:08.657 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-04-18T15:00:08.669 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-04-18T15:00:08.669 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-04-18T15:00:08.706 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-04-18T15:00:08.715 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-04-18T15:00:08.840 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-04-18T15:00:08.888 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 5/5 2024-04-18T15:00:08.888 INFO:teuthology.orchestra.run.smithi060.stdout:Installed products updated. 2024-04-18T15:00:09.160 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-packaging-16.8-9.el8.noarch 1/2 2024-04-18T15:00:09.447 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : ceph-volume-2:18.2.2-1240.g6a7528e4.el8.noarch 2/2 2024-04-18T15:00:09.519 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:00:09.519 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-04-18T15:00:09.519 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:00:09.519 INFO:teuthology.orchestra.run.smithi060.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2024-04-18T15:00:09.519 INFO:teuthology.orchestra.run.smithi060.stdout: python3-babel-2.5.1-7.el8.noarch 2024-04-18T15:00:09.519 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jinja2-2.10.1-3.el8.noarch 2024-04-18T15:00:09.519 INFO:teuthology.orchestra.run.smithi060.stdout: python3-natsort-7.1.1-2.el8.noarch 2024-04-18T15:00:09.520 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:00:09.520 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T15:00:09.712 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-fuse 2024-04-18T15:00:09.843 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: ceph-volume-2:18.2.2-1240.g6a7528e4.el8.noarch 2/2 2024-04-18T15:00:09.843 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : ceph-volume-2:18.2.2-1240.g6a7528e4.el8.noarch 1/2 2024-04-18T15:00:10.127 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T15:00:12.003 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 24 kB/s | 4.1 kB 00:00 2024-04-18T15:00:12.478 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2024-04-18T15:00:13.403 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-packaging-16.8-9.el8.noarch 2/2 2024-04-18T15:00:13.403 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2024-04-18T15:00:13.983 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:00:13.983 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-18T15:00:13.983 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-volume-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:00:13.983 INFO:teuthology.orchestra.run.smithi154.stdout: python3-packaging-16.8-9.el8.noarch 2024-04-18T15:00:13.983 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:00:13.984 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T15:00:14.183 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install librados-devel 2024-04-18T15:00:14.550 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T15:00:15.364 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T15:00:15.365 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T15:00:15.365 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-04-18T15:00:15.365 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T15:00:15.365 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-04-18T15:00:15.365 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-fuse 2024-04-18T15:00:15.365 INFO:teuthology.orchestra.run.smithi060.stdout: x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 859 k 2024-04-18T15:00:15.365 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-04-18T15:00:15.365 INFO:teuthology.orchestra.run.smithi060.stdout: fuse x86_64 2.9.7-17.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2024-04-18T15:00:15.365 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:00:15.366 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-04-18T15:00:15.366 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T15:00:15.366 INFO:teuthology.orchestra.run.smithi060.stdout:Install 2 Packages 2024-04-18T15:00:15.366 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:00:15.367 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 942 k 2024-04-18T15:00:15.367 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 3.0 M 2024-04-18T15:00:15.367 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-04-18T15:00:15.533 INFO:teuthology.orchestra.run.smithi060.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 499 kB/s | 83 kB 00:00 2024-04-18T15:00:15.708 INFO:teuthology.orchestra.run.smithi060.stdout:(2/2): ceph-fuse-18.2.2-1240.g6a7528e4.el8.x86_ 2.5 MB/s | 859 kB 00:00 2024-04-18T15:00:15.709 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:00:15.709 INFO:teuthology.orchestra.run.smithi060.stdout:Total 2.7 MB/s | 942 kB 00:00 2024-04-18T15:00:15.724 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-04-18T15:00:15.749 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-04-18T15:00:15.749 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-04-18T15:00:15.851 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-04-18T15:00:15.861 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-04-18T15:00:16.040 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-04-18T15:00:16.322 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2024-04-18T15:00:16.329 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 32 kB/s | 4.1 kB 00:00 2024-04-18T15:00:16.513 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/2 2024-04-18T15:00:16.704 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2024-04-18T15:00:16.976 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/2 2024-04-18T15:00:16.976 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/2 2024-04-18T15:00:19.373 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T15:00:19.374 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T15:00:19.374 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repo Size 2024-04-18T15:00:19.374 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T15:00:19.374 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-18T15:00:19.374 INFO:teuthology.orchestra.run.smithi154.stdout: librados-devel x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 139 k 2024-04-18T15:00:19.374 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:00:19.374 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-18T15:00:19.374 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T15:00:19.374 INFO:teuthology.orchestra.run.smithi154.stdout:Install 1 Package 2024-04-18T15:00:19.374 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:00:19.375 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 139 k 2024-04-18T15:00:19.375 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 513 k 2024-04-18T15:00:19.375 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-18T15:00:19.899 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-packaging-16.8-9.el8.noarch 2/2 2024-04-18T15:00:19.899 INFO:teuthology.orchestra.run.smithi110.stdout:Installed products updated. 2024-04-18T15:00:19.937 INFO:teuthology.orchestra.run.smithi154.stdout:librados-devel-18.2.2-1240.g6a7528e4.el8.x86_64 247 kB/s | 139 kB 00:00 2024-04-18T15:00:19.937 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:00:19.938 INFO:teuthology.orchestra.run.smithi154.stdout:Total 246 kB/s | 139 kB 00:00 2024-04-18T15:00:19.938 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-18T15:00:19.944 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-18T15:00:19.944 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-18T15:00:20.004 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-18T15:00:20.013 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-18T15:00:20.133 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-18T15:00:20.316 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : librados-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:00:20.506 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T15:00:20.506 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2024-04-18T15:00:20.506 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-volume-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:00:20.507 INFO:teuthology.orchestra.run.smithi110.stdout: python3-packaging-16.8-9.el8.noarch 2024-04-18T15:00:20.507 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T15:00:20.507 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T15:00:20.587 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librados-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:00:20.662 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum -y install librados-devel 2024-04-18T15:00:21.026 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T15:00:22.884 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2024-04-18T15:00:23.478 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 35 kB/s | 4.1 kB 00:00 2024-04-18T15:00:24.213 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2024-04-18T15:00:24.213 INFO:teuthology.orchestra.run.smithi060.stdout:Installed products updated. 2024-04-18T15:00:24.845 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:00:24.845 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-04-18T15:00:24.845 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2024-04-18T15:00:24.845 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:00:24.845 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T15:00:25.032 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-volume 2024-04-18T15:00:25.449 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T15:00:25.768 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T15:00:25.768 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T15:00:25.768 INFO:teuthology.orchestra.run.smithi110.stdout: Package Arch Version Repo Size 2024-04-18T15:00:25.768 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T15:00:25.768 INFO:teuthology.orchestra.run.smithi110.stdout:Installing: 2024-04-18T15:00:25.768 INFO:teuthology.orchestra.run.smithi110.stdout: librados-devel x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 139 k 2024-04-18T15:00:25.769 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T15:00:25.769 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-04-18T15:00:25.769 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T15:00:25.769 INFO:teuthology.orchestra.run.smithi110.stdout:Install 1 Package 2024-04-18T15:00:25.769 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T15:00:25.769 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 139 k 2024-04-18T15:00:25.770 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 513 k 2024-04-18T15:00:25.770 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-04-18T15:00:26.285 INFO:teuthology.orchestra.run.smithi110.stdout:librados-devel-18.2.2-1240.g6a7528e4.el8.x86_64 269 kB/s | 139 kB 00:00 2024-04-18T15:00:26.286 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:00:26.286 INFO:teuthology.orchestra.run.smithi110.stdout:Total 269 kB/s | 139 kB 00:00 2024-04-18T15:00:26.286 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-04-18T15:00:26.295 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-04-18T15:00:26.295 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-04-18T15:00:26.351 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-04-18T15:00:26.359 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-04-18T15:00:26.482 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-04-18T15:00:26.701 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : librados-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:00:26.973 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: librados-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:00:27.381 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 26 kB/s | 4.1 kB 00:00 2024-04-18T15:00:27.871 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2024-04-18T15:00:30.765 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T15:00:30.766 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================================== 2024-04-18T15:00:30.766 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-04-18T15:00:30.766 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================================== 2024-04-18T15:00:30.766 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-04-18T15:00:30.767 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-volume noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 263 k 2024-04-18T15:00:30.767 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-04-18T15:00:30.767 INFO:teuthology.orchestra.run.smithi060.stdout: python3-packaging noarch 16.8-9.el8 codeready-builder-for-rhel-8-x86_64-rpms 48 k 2024-04-18T15:00:30.767 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:00:30.767 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-04-18T15:00:30.767 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================================== 2024-04-18T15:00:30.767 INFO:teuthology.orchestra.run.smithi060.stdout:Install 2 Packages 2024-04-18T15:00:30.767 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:00:30.768 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 311 k 2024-04-18T15:00:30.768 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 1.4 M 2024-04-18T15:00:30.768 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-04-18T15:00:30.832 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librados-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:00:30.832 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2024-04-18T15:00:30.949 INFO:teuthology.orchestra.run.smithi060.stdout:(1/2): python3-packaging-16.8-9.el8.noarch.rpm 266 kB/s | 48 kB 00:00 2024-04-18T15:00:31.100 INFO:teuthology.orchestra.run.smithi060.stdout:(2/2): ceph-volume-18.2.2-1240.g6a7528e4.el8.no 794 kB/s | 263 kB 00:00 2024-04-18T15:00:31.100 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:00:31.100 INFO:teuthology.orchestra.run.smithi060.stdout:Total 934 kB/s | 311 kB 00:00 2024-04-18T15:00:31.115 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-04-18T15:00:31.130 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-04-18T15:00:31.130 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-04-18T15:00:31.178 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-04-18T15:00:31.187 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-04-18T15:00:31.320 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-04-18T15:00:31.398 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:00:31.399 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-18T15:00:31.399 INFO:teuthology.orchestra.run.smithi154.stdout: librados-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:00:31.399 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:00:31.399 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T15:00:31.582 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install libcephfs2 2024-04-18T15:00:31.669 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-packaging-16.8-9.el8.noarch 1/2 2024-04-18T15:00:31.918 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-volume-2:18.2.2-1240.g6a7528e4.el8.noarch 2/2 2024-04-18T15:00:31.948 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T15:00:32.364 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-volume-2:18.2.2-1240.g6a7528e4.el8.noarch 2/2 2024-04-18T15:00:32.365 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-volume-2:18.2.2-1240.g6a7528e4.el8.noarch 1/2 2024-04-18T15:00:33.710 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 40 kB/s | 4.1 kB 00:00 2024-04-18T15:00:34.037 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 44 kB/s | 4.5 kB 00:00 2024-04-18T15:00:36.549 INFO:teuthology.orchestra.run.smithi154.stdout:Package libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:00:36.739 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T15:00:36.740 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2024-04-18T15:00:36.740 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T15:00:36.901 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install libcephfs-devel 2024-04-18T15:00:37.262 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T15:00:39.116 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 41 kB/s | 4.1 kB 00:00 2024-04-18T15:00:39.231 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : librados-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:00:39.232 INFO:teuthology.orchestra.run.smithi110.stdout:Installed products updated. 2024-04-18T15:00:39.561 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 21 kB/s | 4.5 kB 00:00 2024-04-18T15:00:39.790 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T15:00:39.790 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2024-04-18T15:00:39.790 INFO:teuthology.orchestra.run.smithi110.stdout: librados-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:00:39.790 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T15:00:39.790 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T15:00:39.947 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum -y install libcephfs2 2024-04-18T15:00:40.309 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T15:00:42.104 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 26 kB/s | 4.5 kB 00:00 2024-04-18T15:00:42.232 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T15:00:42.233 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T15:00:42.233 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repo Size 2024-04-18T15:00:42.233 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T15:00:42.233 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-18T15:00:42.233 INFO:teuthology.orchestra.run.smithi154.stdout: libcephfs-devel x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 31 k 2024-04-18T15:00:42.233 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:00:42.233 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-18T15:00:42.233 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T15:00:42.234 INFO:teuthology.orchestra.run.smithi154.stdout:Install 1 Package 2024-04-18T15:00:42.234 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:00:42.234 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 31 k 2024-04-18T15:00:42.234 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 139 k 2024-04-18T15:00:42.234 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-18T15:00:42.385 INFO:teuthology.orchestra.run.smithi154.stdout:libcephfs-devel-18.2.2-1240.g6a7528e4.el8.x86_6 206 kB/s | 31 kB 00:00 2024-04-18T15:00:42.385 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:00:42.385 INFO:teuthology.orchestra.run.smithi154.stdout:Total 204 kB/s | 31 kB 00:00 2024-04-18T15:00:42.386 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-18T15:00:42.389 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-18T15:00:42.390 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-18T15:00:42.401 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-18T15:00:42.410 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-18T15:00:42.474 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-18T15:00:42.679 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libcephfs-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:00:42.714 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2024-04-18T15:00:42.912 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: libcephfs-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:00:44.900 INFO:teuthology.orchestra.run.smithi110.stdout:Package libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:00:45.089 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T15:00:45.090 INFO:teuthology.orchestra.run.smithi110.stdout:Nothing to do. 2024-04-18T15:00:45.090 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T15:00:45.240 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum -y install libcephfs-devel 2024-04-18T15:00:45.602 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T15:00:45.751 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-packaging-16.8-9.el8.noarch 2/2 2024-04-18T15:00:45.751 INFO:teuthology.orchestra.run.smithi060.stdout:Installed products updated. 2024-04-18T15:00:46.382 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:00:46.382 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-04-18T15:00:46.382 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-volume-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:00:46.382 INFO:teuthology.orchestra.run.smithi060.stdout: python3-packaging-16.8-9.el8.noarch 2024-04-18T15:00:46.382 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:00:46.382 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T15:00:46.554 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install librados-devel 2024-04-18T15:00:46.972 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T15:00:47.589 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 39 kB/s | 4.5 kB 00:00 2024-04-18T15:00:48.220 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 26 kB/s | 4.1 kB 00:00 2024-04-18T15:00:48.864 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 41 kB/s | 4.1 kB 00:00 2024-04-18T15:00:49.302 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 33 kB/s | 4.5 kB 00:00 2024-04-18T15:00:50.484 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T15:00:50.484 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T15:00:50.485 INFO:teuthology.orchestra.run.smithi110.stdout: Package Arch Version Repo Size 2024-04-18T15:00:50.485 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T15:00:50.485 INFO:teuthology.orchestra.run.smithi110.stdout:Installing: 2024-04-18T15:00:50.485 INFO:teuthology.orchestra.run.smithi110.stdout: libcephfs-devel x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 31 k 2024-04-18T15:00:50.485 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T15:00:50.485 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-04-18T15:00:50.485 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T15:00:50.485 INFO:teuthology.orchestra.run.smithi110.stdout:Install 1 Package 2024-04-18T15:00:50.485 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T15:00:50.485 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 31 k 2024-04-18T15:00:50.485 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 139 k 2024-04-18T15:00:50.485 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-04-18T15:00:50.766 INFO:teuthology.orchestra.run.smithi110.stdout:libcephfs-devel-18.2.2-1240.g6a7528e4.el8.x86_6 110 kB/s | 31 kB 00:00 2024-04-18T15:00:50.767 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:00:50.767 INFO:teuthology.orchestra.run.smithi110.stdout:Total 110 kB/s | 31 kB 00:00 2024-04-18T15:00:50.767 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-04-18T15:00:50.771 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-04-18T15:00:50.771 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-04-18T15:00:50.783 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-04-18T15:00:50.791 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-04-18T15:00:50.853 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-04-18T15:00:51.056 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : libcephfs-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:00:51.301 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: libcephfs-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:00:52.202 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T15:00:52.203 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T15:00:52.203 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repo Size 2024-04-18T15:00:52.203 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T15:00:52.203 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-04-18T15:00:52.203 INFO:teuthology.orchestra.run.smithi060.stdout: librados-devel x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 139 k 2024-04-18T15:00:52.203 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:00:52.203 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-04-18T15:00:52.203 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T15:00:52.203 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-04-18T15:00:52.203 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:00:52.204 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 139 k 2024-04-18T15:00:52.204 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 513 k 2024-04-18T15:00:52.204 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-04-18T15:00:53.664 INFO:teuthology.orchestra.run.smithi060.stdout:librados-devel-18.2.2-1240.g6a7528e4.el8.x86_64 95 kB/s | 139 kB 00:01 2024-04-18T15:00:53.664 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:00:53.665 INFO:teuthology.orchestra.run.smithi060.stdout:Total 95 kB/s | 139 kB 00:01 2024-04-18T15:00:53.665 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-04-18T15:00:53.673 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-04-18T15:00:53.673 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-04-18T15:00:53.744 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-04-18T15:00:53.753 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-04-18T15:00:53.888 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-04-18T15:00:54.065 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : librados-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:00:54.373 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librados-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:00:55.795 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libcephfs-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:00:55.796 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2024-04-18T15:00:56.356 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:00:56.356 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-18T15:00:56.357 INFO:teuthology.orchestra.run.smithi154.stdout: libcephfs-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:00:56.357 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:00:56.357 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T15:00:56.543 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install librados2 2024-04-18T15:00:56.902 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T15:00:58.880 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2024-04-18T15:00:59.211 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 42 kB/s | 4.5 kB 00:00 2024-04-18T15:01:01.518 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : libcephfs-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:01:01.518 INFO:teuthology.orchestra.run.smithi110.stdout:Installed products updated. 2024-04-18T15:01:01.615 INFO:teuthology.orchestra.run.smithi154.stdout:Package librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:01:01.802 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T15:01:01.803 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2024-04-18T15:01:01.803 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T15:01:01.953 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install librbd1 2024-04-18T15:01:02.099 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T15:01:02.100 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2024-04-18T15:01:02.100 INFO:teuthology.orchestra.run.smithi110.stdout: libcephfs-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:01:02.100 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T15:01:02.100 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T15:01:02.283 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum -y install librados2 2024-04-18T15:01:02.314 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T15:01:02.643 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T15:01:04.050 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 32 kB/s | 4.1 kB 00:00 2024-04-18T15:01:04.412 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2024-04-18T15:01:04.415 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 44 kB/s | 4.5 kB 00:00 2024-04-18T15:01:04.993 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 38 kB/s | 4.1 kB 00:00 2024-04-18T15:01:05.032 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librados-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:01:05.032 INFO:teuthology.orchestra.run.smithi060.stdout:Installed products updated. 2024-04-18T15:01:05.657 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:01:05.657 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-04-18T15:01:05.657 INFO:teuthology.orchestra.run.smithi060.stdout: librados-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:01:05.657 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:01:05.657 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T15:01:05.837 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install libcephfs2 2024-04-18T15:01:06.253 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T15:01:06.884 INFO:teuthology.orchestra.run.smithi154.stdout:Package librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:01:07.067 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T15:01:07.068 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2024-04-18T15:01:07.068 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T15:01:07.071 INFO:teuthology.orchestra.run.smithi110.stdout:Package librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:01:07.263 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T15:01:07.264 INFO:teuthology.orchestra.run.smithi110.stdout:Nothing to do. 2024-04-18T15:01:07.264 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T15:01:07.410 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum -y install librbd1 2024-04-18T15:01:07.466 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install python3-rados 2024-04-18T15:01:07.769 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T15:01:07.828 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T15:01:08.139 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2024-04-18T15:01:08.619 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 26 kB/s | 4.5 kB 00:00 2024-04-18T15:01:09.632 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2024-04-18T15:01:09.679 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2024-04-18T15:01:10.046 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2024-04-18T15:01:10.307 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 19 kB/s | 4.1 kB 00:00 2024-04-18T15:01:11.304 INFO:teuthology.orchestra.run.smithi060.stdout:Package libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:01:11.512 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T15:01:11.513 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-04-18T15:01:11.514 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T15:01:11.681 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install libcephfs-devel 2024-04-18T15:01:12.094 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T15:01:12.447 INFO:teuthology.orchestra.run.smithi154.stdout:Package python3-rados-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:01:12.494 INFO:teuthology.orchestra.run.smithi110.stdout:Package librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:01:12.637 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T15:01:12.638 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2024-04-18T15:01:12.638 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T15:01:12.683 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T15:01:12.684 INFO:teuthology.orchestra.run.smithi110.stdout:Nothing to do. 2024-04-18T15:01:12.684 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T15:01:12.794 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install python3-rgw 2024-04-18T15:01:12.833 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum -y install python3-rados 2024-04-18T15:01:13.154 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T15:01:13.190 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T15:01:13.972 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2024-04-18T15:01:14.383 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 47 kB/s | 4.5 kB 00:00 2024-04-18T15:01:14.963 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 33 kB/s | 4.1 kB 00:00 2024-04-18T15:01:15.057 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 31 kB/s | 4.5 kB 00:00 2024-04-18T15:01:15.325 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2024-04-18T15:01:15.718 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 22 kB/s | 4.1 kB 00:00 2024-04-18T15:01:17.196 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T15:01:17.197 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T15:01:17.197 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repo Size 2024-04-18T15:01:17.197 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T15:01:17.197 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-04-18T15:01:17.197 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs-devel x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 31 k 2024-04-18T15:01:17.197 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:01:17.197 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-04-18T15:01:17.198 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T15:01:17.198 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-04-18T15:01:17.198 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:01:17.198 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 31 k 2024-04-18T15:01:17.198 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 139 k 2024-04-18T15:01:17.199 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-04-18T15:01:17.487 INFO:teuthology.orchestra.run.smithi060.stdout:libcephfs-devel-18.2.2-1240.g6a7528e4.el8.x86_6 107 kB/s | 31 kB 00:00 2024-04-18T15:01:17.488 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:01:17.488 INFO:teuthology.orchestra.run.smithi060.stdout:Total 107 kB/s | 31 kB 00:00 2024-04-18T15:01:17.488 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-04-18T15:01:17.493 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-04-18T15:01:17.493 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-04-18T15:01:17.511 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-04-18T15:01:17.521 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-04-18T15:01:17.587 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-04-18T15:01:17.690 INFO:teuthology.orchestra.run.smithi154.stdout:Package python3-rgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:01:17.810 INFO:teuthology.orchestra.run.smithi110.stdout:Package python3-rados-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:01:17.875 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T15:01:17.876 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2024-04-18T15:01:17.876 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T15:01:17.959 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libcephfs-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:01:18.003 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T15:01:18.004 INFO:teuthology.orchestra.run.smithi110.stdout:Nothing to do. 2024-04-18T15:01:18.004 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T15:01:18.021 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install python3-cephfs 2024-04-18T15:01:18.160 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum -y install python3-rgw 2024-04-18T15:01:18.247 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libcephfs-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:01:18.383 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T15:01:18.517 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T15:01:20.308 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 20 kB/s | 4.1 kB 00:00 2024-04-18T15:01:20.372 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2024-04-18T15:01:20.666 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 33 kB/s | 4.5 kB 00:00 2024-04-18T15:01:21.008 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2024-04-18T15:01:23.093 INFO:teuthology.orchestra.run.smithi110.stdout:Package python3-rgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:01:23.195 INFO:teuthology.orchestra.run.smithi154.stdout:Package python3-cephfs-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:01:23.277 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T15:01:23.279 INFO:teuthology.orchestra.run.smithi110.stdout:Nothing to do. 2024-04-18T15:01:23.279 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T15:01:23.378 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T15:01:23.379 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2024-04-18T15:01:23.379 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T15:01:23.434 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum -y install python3-cephfs 2024-04-18T15:01:23.536 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install python3-rbd 2024-04-18T15:01:23.793 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T15:01:23.896 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T15:01:25.497 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 27 kB/s | 4.5 kB 00:00 2024-04-18T15:01:25.579 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 102 kB/s | 4.1 kB 00:00 2024-04-18T15:01:25.957 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2024-04-18T15:01:26.148 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 22 kB/s | 4.1 kB 00:00 2024-04-18T15:01:26.284 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libcephfs-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:01:26.284 INFO:teuthology.orchestra.run.smithi060.stdout:Installed products updated. 2024-04-18T15:01:26.904 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:01:26.904 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-04-18T15:01:26.904 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:01:26.905 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:01:26.905 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T15:01:27.120 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install librados2 2024-04-18T15:01:27.534 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T15:01:28.225 INFO:teuthology.orchestra.run.smithi110.stdout:Package python3-cephfs-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:01:28.340 INFO:teuthology.orchestra.run.smithi154.stdout:Package python3-rbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:01:28.420 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T15:01:28.421 INFO:teuthology.orchestra.run.smithi110.stdout:Nothing to do. 2024-04-18T15:01:28.421 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T15:01:28.529 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T15:01:28.531 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2024-04-18T15:01:28.531 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T15:01:28.568 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum -y install python3-rbd 2024-04-18T15:01:28.697 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install rbd-fuse 2024-04-18T15:01:28.926 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T15:01:29.054 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T15:01:29.243 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 60 kB/s | 4.1 kB 00:00 2024-04-18T15:01:29.653 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 44 kB/s | 4.5 kB 00:00 2024-04-18T15:01:30.737 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 25 kB/s | 4.5 kB 00:00 2024-04-18T15:01:30.883 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 37 kB/s | 4.1 kB 00:00 2024-04-18T15:01:31.204 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 51 kB/s | 4.5 kB 00:00 2024-04-18T15:01:31.366 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2024-04-18T15:01:32.324 INFO:teuthology.orchestra.run.smithi060.stdout:Package librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:01:32.536 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T15:01:32.537 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-04-18T15:01:32.538 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T15:01:32.691 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install librbd1 2024-04-18T15:01:33.104 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T15:01:33.455 INFO:teuthology.orchestra.run.smithi110.stdout:Package python3-rbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:01:33.641 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T15:01:33.642 INFO:teuthology.orchestra.run.smithi110.stdout:Nothing to do. 2024-04-18T15:01:33.642 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T15:01:33.777 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T15:01:33.778 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T15:01:33.779 INFO:teuthology.orchestra.run.smithi154.stdout: Package Architecture Version Repository Size 2024-04-18T15:01:33.779 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T15:01:33.779 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-18T15:01:33.779 INFO:teuthology.orchestra.run.smithi154.stdout: rbd-fuse x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 95 k 2024-04-18T15:01:33.779 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:01:33.779 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-18T15:01:33.780 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T15:01:33.780 INFO:teuthology.orchestra.run.smithi154.stdout:Install 1 Package 2024-04-18T15:01:33.780 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:01:33.780 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 95 k 2024-04-18T15:01:33.780 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 280 k 2024-04-18T15:01:33.781 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-18T15:01:33.787 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum -y install rbd-fuse 2024-04-18T15:01:33.965 INFO:teuthology.orchestra.run.smithi154.stdout:rbd-fuse-18.2.2-1240.g6a7528e4.el8.x86_64.rpm 511 kB/s | 95 kB 00:00 2024-04-18T15:01:33.965 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:01:33.965 INFO:teuthology.orchestra.run.smithi154.stdout:Total 508 kB/s | 95 kB 00:00 2024-04-18T15:01:33.966 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-18T15:01:33.976 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-18T15:01:33.976 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-18T15:01:34.031 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-18T15:01:34.039 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-18T15:01:34.144 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T15:01:34.148 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-18T15:01:34.312 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : rbd-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:01:34.580 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: rbd-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:01:35.054 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 23 kB/s | 4.1 kB 00:00 2024-04-18T15:01:35.488 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 37 kB/s | 4.5 kB 00:00 2024-04-18T15:01:35.984 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2024-04-18T15:01:36.575 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 35 kB/s | 4.1 kB 00:00 2024-04-18T15:01:38.150 INFO:teuthology.orchestra.run.smithi060.stdout:Package librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:01:38.357 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T15:01:38.358 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-04-18T15:01:38.359 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T15:01:38.520 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install python3-rados 2024-04-18T15:01:38.860 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T15:01:38.860 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T15:01:38.860 INFO:teuthology.orchestra.run.smithi110.stdout: Package Architecture Version Repository Size 2024-04-18T15:01:38.860 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T15:01:38.860 INFO:teuthology.orchestra.run.smithi110.stdout:Installing: 2024-04-18T15:01:38.860 INFO:teuthology.orchestra.run.smithi110.stdout: rbd-fuse x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 95 k 2024-04-18T15:01:38.860 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T15:01:38.861 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-04-18T15:01:38.861 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T15:01:38.861 INFO:teuthology.orchestra.run.smithi110.stdout:Install 1 Package 2024-04-18T15:01:38.861 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T15:01:38.861 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 95 k 2024-04-18T15:01:38.861 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 280 k 2024-04-18T15:01:38.861 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-04-18T15:01:38.931 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T15:01:39.057 INFO:teuthology.orchestra.run.smithi110.stdout:rbd-fuse-18.2.2-1240.g6a7528e4.el8.x86_64.rpm 486 kB/s | 95 kB 00:00 2024-04-18T15:01:39.058 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:01:39.058 INFO:teuthology.orchestra.run.smithi110.stdout:Total 483 kB/s | 95 kB 00:00 2024-04-18T15:01:39.058 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-04-18T15:01:39.069 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-04-18T15:01:39.069 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-04-18T15:01:39.125 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-04-18T15:01:39.134 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-04-18T15:01:39.249 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-04-18T15:01:39.391 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : rbd-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:01:39.663 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: rbd-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:01:40.582 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 29 kB/s | 4.1 kB 00:00 2024-04-18T15:01:41.012 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 38 kB/s | 4.5 kB 00:00 2024-04-18T15:01:43.640 INFO:teuthology.orchestra.run.smithi060.stdout:Package python3-rados-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:01:43.848 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T15:01:43.850 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-04-18T15:01:43.850 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T15:01:44.008 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install python3-rgw 2024-04-18T15:01:44.425 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T15:01:45.014 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : rbd-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:01:45.015 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2024-04-18T15:01:45.577 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:01:45.577 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-18T15:01:45.577 INFO:teuthology.orchestra.run.smithi154.stdout: rbd-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:01:45.577 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:01:45.577 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T15:01:45.746 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install rbd-mirror 2024-04-18T15:01:46.113 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T15:01:46.428 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 30 kB/s | 4.1 kB 00:00 2024-04-18T15:01:46.839 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 47 kB/s | 4.5 kB 00:00 2024-04-18T15:01:47.866 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 45 kB/s | 4.1 kB 00:00 2024-04-18T15:01:48.181 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 51 kB/s | 4.5 kB 00:00 2024-04-18T15:01:49.531 INFO:teuthology.orchestra.run.smithi060.stdout:Package python3-rgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:01:49.744 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T15:01:49.746 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-04-18T15:01:49.746 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T15:01:49.918 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install python3-cephfs 2024-04-18T15:01:50.330 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T15:01:50.481 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : rbd-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:01:50.481 INFO:teuthology.orchestra.run.smithi110.stdout:Installed products updated. 2024-04-18T15:01:50.734 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T15:01:50.735 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T15:01:50.735 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repo Size 2024-04-18T15:01:50.735 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T15:01:50.735 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-18T15:01:50.735 INFO:teuthology.orchestra.run.smithi154.stdout: rbd-mirror x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 3.5 M 2024-04-18T15:01:50.735 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:01:50.736 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-18T15:01:50.736 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T15:01:50.736 INFO:teuthology.orchestra.run.smithi154.stdout:Install 1 Package 2024-04-18T15:01:50.736 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:01:50.736 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 3.5 M 2024-04-18T15:01:50.736 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 16 M 2024-04-18T15:01:50.736 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-18T15:01:51.040 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T15:01:51.040 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2024-04-18T15:01:51.040 INFO:teuthology.orchestra.run.smithi110.stdout: rbd-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:01:51.040 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T15:01:51.040 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T15:01:51.209 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum -y install rbd-mirror 2024-04-18T15:01:51.493 INFO:teuthology.orchestra.run.smithi154.stdout:rbd-mirror-18.2.2-1240.g6a7528e4.el8.x86_64.rpm 4.6 MB/s | 3.5 MB 00:00 2024-04-18T15:01:51.493 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:01:51.494 INFO:teuthology.orchestra.run.smithi154.stdout:Total 4.6 MB/s | 3.5 MB 00:00 2024-04-18T15:01:51.494 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-18T15:01:51.506 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-18T15:01:51.506 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-18T15:01:51.569 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T15:01:51.576 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-18T15:01:51.585 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-18T15:01:52.029 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-18T15:01:52.169 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 29 kB/s | 4.1 kB 00:00 2024-04-18T15:01:52.219 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : rbd-mirror-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:01:52.586 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 41 kB/s | 4.5 kB 00:00 2024-04-18T15:01:52.658 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: rbd-mirror-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:01:53.206 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 57 kB/s | 4.5 kB 00:00 2024-04-18T15:01:53.826 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 29 kB/s | 4.1 kB 00:00 2024-04-18T15:01:55.267 INFO:teuthology.orchestra.run.smithi060.stdout:Package python3-cephfs-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:01:55.477 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T15:01:55.478 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-04-18T15:01:55.479 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T15:01:55.641 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install python3-rbd 2024-04-18T15:01:56.052 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T15:01:56.195 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T15:01:56.196 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T15:01:56.196 INFO:teuthology.orchestra.run.smithi110.stdout: Package Arch Version Repo Size 2024-04-18T15:01:56.197 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T15:01:56.197 INFO:teuthology.orchestra.run.smithi110.stdout:Installing: 2024-04-18T15:01:56.197 INFO:teuthology.orchestra.run.smithi110.stdout: rbd-mirror x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 3.5 M 2024-04-18T15:01:56.197 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T15:01:56.197 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-04-18T15:01:56.197 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T15:01:56.197 INFO:teuthology.orchestra.run.smithi110.stdout:Install 1 Package 2024-04-18T15:01:56.197 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T15:01:56.197 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 3.5 M 2024-04-18T15:01:56.197 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 16 M 2024-04-18T15:01:56.197 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-04-18T15:01:56.711 INFO:teuthology.orchestra.run.smithi110.stdout:rbd-mirror-18.2.2-1240.g6a7528e4.el8.x86_64.rpm 6.7 MB/s | 3.5 MB 00:00 2024-04-18T15:01:56.711 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:01:56.712 INFO:teuthology.orchestra.run.smithi110.stdout:Total 6.7 MB/s | 3.5 MB 00:00 2024-04-18T15:01:56.712 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-04-18T15:01:56.724 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-04-18T15:01:56.725 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-04-18T15:01:56.793 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-04-18T15:01:56.802 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-04-18T15:01:57.243 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-04-18T15:01:57.457 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : rbd-mirror-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:01:57.857 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: rbd-mirror-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:01:57.945 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 24 kB/s | 4.1 kB 00:00 2024-04-18T15:01:58.421 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2024-04-18T15:02:00.431 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : rbd-mirror-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:02:00.431 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2024-04-18T15:02:00.992 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:02:00.992 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-18T15:02:00.992 INFO:teuthology.orchestra.run.smithi154.stdout: rbd-mirror-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:02:00.992 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:02:00.992 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T15:02:01.122 INFO:teuthology.orchestra.run.smithi060.stdout:Package python3-rbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:02:01.176 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install rbd-nbd 2024-04-18T15:02:01.332 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T15:02:01.334 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-04-18T15:02:01.334 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T15:02:01.486 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install rbd-fuse 2024-04-18T15:02:01.544 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2024-04-18T15:02:01.897 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T15:02:03.446 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 20 kB/s | 4.1 kB 00:00 2024-04-18T15:02:03.763 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 30 kB/s | 4.1 kB 00:00 2024-04-18T15:02:03.852 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 47 kB/s | 4.5 kB 00:00 2024-04-18T15:02:04.217 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 35 kB/s | 4.5 kB 00:00 2024-04-18T15:02:06.426 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-18T15:02:06.427 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T15:02:06.427 INFO:teuthology.orchestra.run.smithi154.stdout: Package Architecture Version Repository Size 2024-04-18T15:02:06.427 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T15:02:06.427 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-18T15:02:06.428 INFO:teuthology.orchestra.run.smithi154.stdout: rbd-nbd x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 182 k 2024-04-18T15:02:06.428 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:02:06.428 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-18T15:02:06.428 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-18T15:02:06.428 INFO:teuthology.orchestra.run.smithi154.stdout:Install 1 Package 2024-04-18T15:02:06.428 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:02:06.428 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 182 k 2024-04-18T15:02:06.428 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 572 k 2024-04-18T15:02:06.428 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-18T15:02:06.730 INFO:teuthology.orchestra.run.smithi154.stdout:rbd-nbd-18.2.2-1240.g6a7528e4.el8.x86_64.rpm 603 kB/s | 182 kB 00:00 2024-04-18T15:02:06.730 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:02:06.731 INFO:teuthology.orchestra.run.smithi154.stdout:Total 600 kB/s | 182 kB 00:00 2024-04-18T15:02:06.731 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-18T15:02:06.742 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-18T15:02:06.743 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-18T15:02:06.801 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-18T15:02:06.809 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-18T15:02:06.928 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-18T15:02:07.031 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T15:02:07.031 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T15:02:07.032 INFO:teuthology.orchestra.run.smithi060.stdout: Package Architecture Version Repository Size 2024-04-18T15:02:07.032 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T15:02:07.032 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-04-18T15:02:07.032 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-fuse x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 95 k 2024-04-18T15:02:07.032 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:02:07.032 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-04-18T15:02:07.032 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T15:02:07.032 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-04-18T15:02:07.032 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:02:07.033 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 95 k 2024-04-18T15:02:07.033 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 280 k 2024-04-18T15:02:07.033 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-04-18T15:02:07.106 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : rbd-nbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:02:07.336 INFO:teuthology.orchestra.run.smithi060.stdout:rbd-fuse-18.2.2-1240.g6a7528e4.el8.x86_64.rpm 313 kB/s | 95 kB 00:00 2024-04-18T15:02:07.337 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:02:07.337 INFO:teuthology.orchestra.run.smithi060.stdout:Total 312 kB/s | 95 kB 00:00 2024-04-18T15:02:07.338 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-04-18T15:02:07.352 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-04-18T15:02:07.352 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-04-18T15:02:07.379 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: rbd-nbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:02:07.421 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-04-18T15:02:07.430 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-04-18T15:02:07.554 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-04-18T15:02:07.722 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : rbd-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:02:08.028 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: rbd-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:02:11.172 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : rbd-mirror-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:02:11.172 INFO:teuthology.orchestra.run.smithi110.stdout:Installed products updated. 2024-04-18T15:02:11.739 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T15:02:11.739 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2024-04-18T15:02:11.739 INFO:teuthology.orchestra.run.smithi110.stdout: rbd-mirror-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:02:11.739 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T15:02:11.739 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T15:02:11.906 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum -y install rbd-nbd 2024-04-18T15:02:12.269 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-04-18T15:02:14.055 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 26 kB/s | 4.5 kB 00:00 2024-04-18T15:02:14.667 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 30 kB/s | 4.1 kB 00:00 2024-04-18T15:02:16.941 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-18T15:02:16.942 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T15:02:16.942 INFO:teuthology.orchestra.run.smithi110.stdout: Package Architecture Version Repository Size 2024-04-18T15:02:16.942 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T15:02:16.942 INFO:teuthology.orchestra.run.smithi110.stdout:Installing: 2024-04-18T15:02:16.942 INFO:teuthology.orchestra.run.smithi110.stdout: rbd-nbd x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 182 k 2024-04-18T15:02:16.942 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T15:02:16.942 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-04-18T15:02:16.942 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-18T15:02:16.942 INFO:teuthology.orchestra.run.smithi110.stdout:Install 1 Package 2024-04-18T15:02:16.943 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T15:02:16.943 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 182 k 2024-04-18T15:02:16.943 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 572 k 2024-04-18T15:02:16.943 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-04-18T15:02:17.123 INFO:teuthology.orchestra.run.smithi110.stdout:rbd-nbd-18.2.2-1240.g6a7528e4.el8.x86_64.rpm 1.0 MB/s | 182 kB 00:00 2024-04-18T15:02:17.124 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:02:17.124 INFO:teuthology.orchestra.run.smithi110.stdout:Total 1.0 MB/s | 182 kB 00:00 2024-04-18T15:02:17.124 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-04-18T15:02:17.135 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-04-18T15:02:17.136 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-04-18T15:02:17.193 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-04-18T15:02:17.201 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-04-18T15:02:17.362 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-04-18T15:02:17.528 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : rbd-nbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:02:17.795 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: rbd-nbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:02:20.564 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : rbd-nbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:02:20.564 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2024-04-18T15:02:21.121 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:02:21.121 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-18T15:02:21.122 INFO:teuthology.orchestra.run.smithi154.stdout: rbd-nbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:02:21.122 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:02:21.122 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-18T15:02:21.301 DEBUG:teuthology.parallel:result is None 2024-04-18T15:02:21.326 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : rbd-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:02:21.326 INFO:teuthology.orchestra.run.smithi060.stdout:Installed products updated. 2024-04-18T15:02:21.951 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:02:21.951 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-04-18T15:02:21.951 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:02:21.951 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:02:21.951 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T15:02:22.131 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install rbd-mirror 2024-04-18T15:02:22.545 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T15:02:24.578 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 26 kB/s | 4.1 kB 00:00 2024-04-18T15:02:25.063 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 37 kB/s | 4.5 kB 00:00 2024-04-18T15:02:27.329 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : rbd-nbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:02:27.329 INFO:teuthology.orchestra.run.smithi110.stdout:Installed products updated. 2024-04-18T15:02:27.890 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T15:02:27.890 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2024-04-18T15:02:27.891 INFO:teuthology.orchestra.run.smithi110.stdout: rbd-nbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:02:27.891 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-18T15:02:27.891 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-18T15:02:27.925 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T15:02:27.925 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T15:02:27.925 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repo Size 2024-04-18T15:02:27.926 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T15:02:27.926 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-04-18T15:02:27.926 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-mirror x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 3.5 M 2024-04-18T15:02:27.926 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:02:27.926 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-04-18T15:02:27.926 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T15:02:27.926 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-04-18T15:02:27.926 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:02:27.927 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 3.5 M 2024-04-18T15:02:27.927 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 16 M 2024-04-18T15:02:27.927 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-04-18T15:02:28.058 DEBUG:teuthology.parallel:result is None 2024-04-18T15:02:28.290 INFO:teuthology.orchestra.run.smithi060.stdout:rbd-mirror-18.2.2-1240.g6a7528e4.el8.x86_64.rpm 9.5 MB/s | 3.5 MB 00:00 2024-04-18T15:02:28.291 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:02:28.291 INFO:teuthology.orchestra.run.smithi060.stdout:Total 9.5 MB/s | 3.5 MB 00:00 2024-04-18T15:02:28.292 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-04-18T15:02:28.307 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-04-18T15:02:28.308 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-04-18T15:02:28.390 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-04-18T15:02:28.399 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-04-18T15:02:28.893 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-04-18T15:02:29.078 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : rbd-mirror-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:02:29.554 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: rbd-mirror-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:02:41.179 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : rbd-mirror-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:02:41.179 INFO:teuthology.orchestra.run.smithi060.stdout:Installed products updated. 2024-04-18T15:02:41.795 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:02:41.796 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-04-18T15:02:41.796 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-mirror-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:02:41.796 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:02:41.796 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T15:02:41.994 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install rbd-nbd 2024-04-18T15:02:42.409 INFO:teuthology.orchestra.run.smithi060.stdout:Updating Subscription Management repositories. 2024-04-18T15:02:44.319 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2024-04-18T15:02:44.771 INFO:teuthology.orchestra.run.smithi060.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2024-04-18T15:02:47.686 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-04-18T15:02:47.686 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T15:02:47.687 INFO:teuthology.orchestra.run.smithi060.stdout: Package Architecture Version Repository Size 2024-04-18T15:02:47.687 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T15:02:47.687 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-04-18T15:02:47.687 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-nbd x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 182 k 2024-04-18T15:02:47.687 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:02:47.687 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-04-18T15:02:47.687 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-04-18T15:02:47.687 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-04-18T15:02:47.687 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:02:47.688 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 182 k 2024-04-18T15:02:47.688 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 572 k 2024-04-18T15:02:47.688 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-04-18T15:02:47.862 INFO:teuthology.orchestra.run.smithi060.stdout:rbd-nbd-18.2.2-1240.g6a7528e4.el8.x86_64.rpm 1.0 MB/s | 182 kB 00:00 2024-04-18T15:02:47.862 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:02:47.863 INFO:teuthology.orchestra.run.smithi060.stdout:Total 1.0 MB/s | 182 kB 00:00 2024-04-18T15:02:47.863 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-04-18T15:02:47.877 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-04-18T15:02:47.877 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-04-18T15:02:47.945 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-04-18T15:02:47.954 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-04-18T15:02:48.107 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-04-18T15:02:48.250 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : rbd-nbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:02:48.554 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: rbd-nbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:02:56.809 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : rbd-nbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:02:56.809 INFO:teuthology.orchestra.run.smithi060.stdout:Installed products updated. 2024-04-18T15:02:57.419 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:02:57.419 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-04-18T15:02:57.419 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-nbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:02:57.420 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:02:57.420 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-04-18T15:02:57.592 DEBUG:teuthology.parallel:result is None 2024-04-18T15:02:57.592 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 2024-04-18T15:02:57.738 DEBUG:teuthology.orchestra.run.smithi060:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-18T15:02:57.766 INFO:teuthology.orchestra.run.smithi060.stdout:18.2.2-1240.g6a7528e4.el8 2024-04-18T15:02:57.767 INFO:teuthology.packaging:The installed version of ceph is 18.2.2-1240.g6a7528e4.el8 2024-04-18T15:02:57.767 INFO:teuthology.task.install:The correct ceph version 18.2.2-1240.g6a7528e4 is installed. 2024-04-18T15:02:57.769 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 2024-04-18T15:02:58.021 DEBUG:teuthology.orchestra.run.smithi110:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-18T15:02:58.048 INFO:teuthology.orchestra.run.smithi110.stdout:18.2.2-1240.g6a7528e4.el8 2024-04-18T15:02:58.048 INFO:teuthology.packaging:The installed version of ceph is 18.2.2-1240.g6a7528e4.el8 2024-04-18T15:02:58.048 INFO:teuthology.task.install:The correct ceph version 18.2.2-1240.g6a7528e4 is installed. 2024-04-18T15:02:58.050 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 2024-04-18T15:02:58.293 DEBUG:teuthology.orchestra.run.smithi154:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-18T15:02:58.322 INFO:teuthology.orchestra.run.smithi154.stdout:18.2.2-1240.g6a7528e4.el8 2024-04-18T15:02:58.322 INFO:teuthology.packaging:The installed version of ceph is 18.2.2-1240.g6a7528e4.el8 2024-04-18T15:02:58.322 INFO:teuthology.task.install:The correct ceph version 18.2.2-1240.g6a7528e4 is installed. 2024-04-18T15:02:58.324 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-18T15:02:58.325 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-18T15:02:58.325 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-18T15:02:58.362 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-18T15:02:58.362 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-18T15:02:58.409 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-18T15:02:58.409 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-18T15:02:58.456 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-18T15:02:58.456 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-18T15:02:58.457 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/daemon-helper 2024-04-18T15:02:58.491 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-18T15:02:58.565 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-18T15:02:58.566 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/usr/bin/daemon-helper 2024-04-18T15:02:58.597 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-18T15:02:58.668 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-18T15:02:58.668 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/usr/bin/daemon-helper 2024-04-18T15:02:58.700 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-18T15:02:58.770 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-18T15:02:58.771 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-18T15:02:58.771 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-18T15:02:58.805 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-18T15:02:58.880 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-18T15:02:58.880 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-18T15:02:58.911 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-18T15:02:58.981 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-18T15:02:58.981 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-18T15:02:59.012 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-18T15:02:59.081 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-18T15:02:59.082 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-18T15:02:59.082 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/stdin-killer 2024-04-18T15:02:59.117 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-18T15:02:59.192 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-18T15:02:59.193 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/usr/bin/stdin-killer 2024-04-18T15:02:59.225 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-18T15:02:59.297 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-18T15:02:59.297 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/usr/bin/stdin-killer 2024-04-18T15:02:59.327 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-18T15:02:59.396 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-18T15:02:59.502 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0'} 2024-04-18T15:02:59.503 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 2024-04-18T15:02:59.503 INFO:tasks.cephadm:Cluster fsid is bee9a71e-fd94-11ee-bc92-c7b262605968 2024-04-18T15:02:59.503 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-18T15:02:59.503 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.60', 'mon.b': '172.21.15.110', 'mon.c': '172.21.15.154'} 2024-04-18T15:02:59.504 INFO:tasks.cephadm:First mon is mon.a on smithi060 2024-04-18T15:02:59.504 INFO:tasks.cephadm:First mgr is a 2024-04-18T15:02:59.504 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-18T15:02:59.504 DEBUG:teuthology.orchestra.run.smithi060:> sudo hostname $(hostname -s) 2024-04-18T15:02:59.540 DEBUG:teuthology.orchestra.run.smithi110:> sudo hostname $(hostname -s) 2024-04-18T15:02:59.571 DEBUG:teuthology.orchestra.run.smithi154:> sudo hostname $(hostname -s) 2024-04-18T15:02:59.601 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-18T15:02:59.601 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 2024-04-18T15:02:59.845 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/78677/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.2.2-1240-g6a7528e4', 'node_name': '172.21.2.7+braggi07', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.2.2-1240.g6a7528e4'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-04-17-0823-reef/6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2024-04-18 13:56:35.279578', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri2-testing-2024-04-17-0823-reef', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-yuri2-testing-2024-04-17-0823-reef/6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0/centos/8/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-04-18T15:03:00.098 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-yuri2-testing-2024-04-17-0823-reef, sha1 6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 2024-04-18T15:03:00.100 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-yuri2-testing-2024-04-17-0823-reef/6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0/centos/8/x86_64/flavors/default/cephadm 2024-04-18T15:03:00.100 DEBUG:teuthology.orchestra.run.smithi060:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri2-testing-2024-04-17-0823-reef/6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-18T15:03:00.565 INFO:teuthology.orchestra.run.smithi060.stdout:-rw-rw-r--. 1 ubuntu ubuntu 703022 Apr 18 15:03 /home/ubuntu/cephtest/cephadm 2024-04-18T15:03:00.566 DEBUG:teuthology.orchestra.run.smithi110:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri2-testing-2024-04-17-0823-reef/6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-18T15:03:01.013 INFO:teuthology.orchestra.run.smithi110.stdout:-rw-rw-r--. 1 ubuntu ubuntu 703022 Apr 18 15:03 /home/ubuntu/cephtest/cephadm 2024-04-18T15:03:01.013 DEBUG:teuthology.orchestra.run.smithi154:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri2-testing-2024-04-17-0823-reef/6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-18T15:03:01.687 INFO:teuthology.orchestra.run.smithi154.stdout:-rw-rw-r--. 1 ubuntu ubuntu 703022 Apr 18 15:03 /home/ubuntu/cephtest/cephadm 2024-04-18T15:03:01.688 DEBUG:teuthology.orchestra.run.smithi060:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-18T15:03:01.711 DEBUG:teuthology.orchestra.run.smithi110:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-18T15:03:01.734 DEBUG:teuthology.orchestra.run.smithi154:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-18T15:03:01.766 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 on all hosts... 2024-04-18T15:03:01.766 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 pull 2024-04-18T15:03:01.769 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 pull 2024-04-18T15:03:01.777 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 pull 2024-04-18T15:03:02.571 INFO:teuthology.orchestra.run.smithi154.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0... 2024-04-18T15:03:02.665 INFO:teuthology.orchestra.run.smithi110.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0... 2024-04-18T15:03:02.710 INFO:teuthology.orchestra.run.smithi060.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0... 2024-04-18T15:03:50.017 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2024-04-18T15:03:50.017 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph_version": "ceph version 18.2.2-1240-g6a7528e4 (6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0) reef (stable)", 2024-04-18T15:03:50.017 INFO:teuthology.orchestra.run.smithi154.stdout: "image_id": "69e0c4e5ca303cb6945a7c5df438693e5c5c343a049ef9b01ff92b0946e81479", 2024-04-18T15:03:50.017 INFO:teuthology.orchestra.run.smithi154.stdout: "repo_digests": [ 2024-04-18T15:03:50.017 INFO:teuthology.orchestra.run.smithi154.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3e76f034323ca0acd83248322125ca8207cb577ca0fba8a3b0bc2f1ea22aea98" 2024-04-18T15:03:50.017 INFO:teuthology.orchestra.run.smithi154.stdout: ] 2024-04-18T15:03:50.018 INFO:teuthology.orchestra.run.smithi154.stdout:} 2024-04-18T15:04:06.440 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2024-04-18T15:04:06.440 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph_version": "ceph version 18.2.2-1240-g6a7528e4 (6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0) reef (stable)", 2024-04-18T15:04:06.440 INFO:teuthology.orchestra.run.smithi060.stdout: "image_id": "69e0c4e5ca303cb6945a7c5df438693e5c5c343a049ef9b01ff92b0946e81479", 2024-04-18T15:04:06.440 INFO:teuthology.orchestra.run.smithi060.stdout: "repo_digests": [ 2024-04-18T15:04:06.440 INFO:teuthology.orchestra.run.smithi060.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3e76f034323ca0acd83248322125ca8207cb577ca0fba8a3b0bc2f1ea22aea98" 2024-04-18T15:04:06.440 INFO:teuthology.orchestra.run.smithi060.stdout: ] 2024-04-18T15:04:06.440 INFO:teuthology.orchestra.run.smithi060.stdout:} 2024-04-18T15:04:11.182 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-04-18T15:04:11.182 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph_version": "ceph version 18.2.2-1240-g6a7528e4 (6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0) reef (stable)", 2024-04-18T15:04:11.182 INFO:teuthology.orchestra.run.smithi110.stdout: "image_id": "69e0c4e5ca303cb6945a7c5df438693e5c5c343a049ef9b01ff92b0946e81479", 2024-04-18T15:04:11.182 INFO:teuthology.orchestra.run.smithi110.stdout: "repo_digests": [ 2024-04-18T15:04:11.182 INFO:teuthology.orchestra.run.smithi110.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3e76f034323ca0acd83248322125ca8207cb577ca0fba8a3b0bc2f1ea22aea98" 2024-04-18T15:04:11.182 INFO:teuthology.orchestra.run.smithi110.stdout: ] 2024-04-18T15:04:11.182 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-04-18T15:04:11.210 DEBUG:teuthology.orchestra.run.smithi060:> sudo mkdir -p /etc/ceph 2024-04-18T15:04:11.266 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /etc/ceph 2024-04-18T15:04:11.301 DEBUG:teuthology.orchestra.run.smithi154:> sudo mkdir -p /etc/ceph 2024-04-18T15:04:11.340 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 777 /etc/ceph 2024-04-18T15:04:11.374 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 777 /etc/ceph 2024-04-18T15:04:11.403 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod 777 /etc/ceph 2024-04-18T15:04:11.434 INFO:tasks.cephadm:Writing seed config... 2024-04-18T15:04:11.435 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-04-18T15:04:11.435 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-18T15:04:11.435 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-18T15:04:11.435 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-04-18T15:04:11.436 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-18T15:04:11.436 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-18T15:04:11.436 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-18T15:04:11.436 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-18T15:04:11.436 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-18T15:04:11.436 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-18T15:04:11.436 DEBUG:teuthology.orchestra.run.smithi060:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-18T15:04:11.458 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 = bee9a71e-fd94-11ee-bc92-c7b262605968 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-18T15:04:11.458 DEBUG:teuthology.orchestra.run.smithi060:mon.a> sudo journalctl -f -n 0 -u ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@mon.a.service 2024-04-18T15:04:11.502 DEBUG:teuthology.orchestra.run.smithi060:mgr.a> sudo journalctl -f -n 0 -u ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@mgr.a.service 2024-04-18T15:04:11.535 INFO:journalctl@ceph.mon.a.smithi060.stdout:-- Logs begin at Thu 2024-04-18 14:40:58 UTC. -- 2024-04-18T15:04:11.536 INFO:tasks.cephadm:Bootstrapping... 2024-04-18T15:04:11.537 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 -v bootstrap --fsid bee9a71e-fd94-11ee-bc92-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.60 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-18T15:04:11.569 INFO:journalctl@ceph.mgr.a.smithi060.stdout:-- Logs begin at Thu 2024-04-18 14:40:58 UTC. -- 2024-04-18T15:04:11.725 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:04:11.725 INFO:teuthology.orchestra.run.smithi060.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0', '-v', 'bootstrap', '--fsid', 'bee9a71e-fd94-11ee-bc92-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.60', '--skip-admin-label'] 2024-04-18T15:04:11.791 INFO:teuthology.orchestra.run.smithi060.stdout:/bin/podman: stdout 3.0.1 2024-04-18T15:04:11.792 INFO:teuthology.orchestra.run.smithi060.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-18T15:04:11.792 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying podman|docker is present... 2024-04-18T15:04:11.851 INFO:teuthology.orchestra.run.smithi060.stdout:/bin/podman: stdout 3.0.1 2024-04-18T15:04:11.852 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying lvm2 is present... 2024-04-18T15:04:11.852 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying time synchronization is in place... 2024-04-18T15:04:11.860 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-18T15:04:11.860 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-18T15:04:11.866 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-18T15:04:11.866 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-04-18T15:04:11.873 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout enabled 2024-04-18T15:04:11.880 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout active 2024-04-18T15:04:11.880 INFO:teuthology.orchestra.run.smithi060.stdout:Unit chronyd.service is enabled and running 2024-04-18T15:04:11.880 INFO:teuthology.orchestra.run.smithi060.stdout:Repeating the final host check... 2024-04-18T15:04:11.942 INFO:teuthology.orchestra.run.smithi060.stdout:/bin/podman: stdout 3.0.1 2024-04-18T15:04:11.943 INFO:teuthology.orchestra.run.smithi060.stdout:podman (/bin/podman) version 3.0.1 is present 2024-04-18T15:04:11.943 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl is present 2024-04-18T15:04:11.943 INFO:teuthology.orchestra.run.smithi060.stdout:lvcreate is present 2024-04-18T15:04:11.949 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-18T15:04:11.950 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-18T15:04:11.956 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-18T15:04:11.956 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-04-18T15:04:11.963 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout enabled 2024-04-18T15:04:11.970 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout active 2024-04-18T15:04:11.970 INFO:teuthology.orchestra.run.smithi060.stdout:Unit chronyd.service is enabled and running 2024-04-18T15:04:11.970 INFO:teuthology.orchestra.run.smithi060.stdout:Host looks OK 2024-04-18T15:04:11.970 INFO:teuthology.orchestra.run.smithi060.stdout:Cluster fsid: bee9a71e-fd94-11ee-bc92-c7b262605968 2024-04-18T15:04:11.970 INFO:teuthology.orchestra.run.smithi060.stdout:Acquiring lock 139687063996904 on /run/cephadm/bee9a71e-fd94-11ee-bc92-c7b262605968.lock 2024-04-18T15:04:11.971 INFO:teuthology.orchestra.run.smithi060.stdout:Lock 139687063996904 acquired on /run/cephadm/bee9a71e-fd94-11ee-bc92-c7b262605968.lock 2024-04-18T15:04:11.971 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying IP 172.21.15.60 port 3300 ... 2024-04-18T15:04:11.971 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying IP 172.21.15.60 port 6789 ... 2024-04-18T15:04:11.971 INFO:teuthology.orchestra.run.smithi060.stdout:Base mon IP(s) is [172.21.15.60:3300, 172.21.15.60:6789], mon addrv is [v2:172.21.15.60:3300,v1:172.21.15.60:6789] 2024-04-18T15:04:11.975 INFO:teuthology.orchestra.run.smithi060.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2024-04-18T15:04:11.975 INFO:teuthology.orchestra.run.smithi060.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.60 metric 100 2024-04-18T15:04:11.978 INFO:teuthology.orchestra.run.smithi060.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-18T15:04:11.978 INFO:teuthology.orchestra.run.smithi060.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-04-18T15:04:11.978 INFO:teuthology.orchestra.run.smithi060.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1795sec hoplimit 64 pref medium 2024-04-18T15:04:11.981 INFO:teuthology.orchestra.run.smithi060.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-18T15:04:11.981 INFO:teuthology.orchestra.run.smithi060.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-18T15:04:11.981 INFO:teuthology.orchestra.run.smithi060.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-18T15:04:11.981 INFO:teuthology.orchestra.run.smithi060.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-04-18T15:04:11.981 INFO:teuthology.orchestra.run.smithi060.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1560/64 scope link 2024-04-18T15:04:11.981 INFO:teuthology.orchestra.run.smithi060.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-18T15:04:11.982 INFO:teuthology.orchestra.run.smithi060.stdout:Mon IP `172.21.15.60` is in CIDR network `172.21.0.0/20` 2024-04-18T15:04:11.982 INFO:teuthology.orchestra.run.smithi060.stdout:Mon IP `172.21.15.60` is in CIDR network `172.21.0.0/20` 2024-04-18T15:04:11.982 INFO:teuthology.orchestra.run.smithi060.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-18T15:04:11.983 INFO:teuthology.orchestra.run.smithi060.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-18T15:04:11.984 INFO:teuthology.orchestra.run.smithi060.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0... 2024-04-18T15:04:12.413 INFO:teuthology.orchestra.run.smithi060.stdout:/bin/podman: stdout 69e0c4e5ca303cb6945a7c5df438693e5c5c343a049ef9b01ff92b0946e81479 2024-04-18T15:04:12.413 INFO:teuthology.orchestra.run.smithi060.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0... 2024-04-18T15:04:12.413 INFO:teuthology.orchestra.run.smithi060.stdout:/bin/podman: stderr Getting image source signatures 2024-04-18T15:04:12.414 INFO:teuthology.orchestra.run.smithi060.stdout:/bin/podman: stderr Copying blob sha256:c7e2da7a0346f3daa73982599b2814f55ff4ce14cbecec4e79c49e818c9e75fc 2024-04-18T15:04:12.414 INFO:teuthology.orchestra.run.smithi060.stdout:/bin/podman: stderr Copying blob sha256:426fede9fffa2c7dfe40a4f9322a34794b72405170134d54d2c30d9cc6c6a5be 2024-04-18T15:04:12.414 INFO:teuthology.orchestra.run.smithi060.stdout:/bin/podman: stderr Copying config sha256:69e0c4e5ca303cb6945a7c5df438693e5c5c343a049ef9b01ff92b0946e81479 2024-04-18T15:04:12.414 INFO:teuthology.orchestra.run.smithi060.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-18T15:04:12.414 INFO:teuthology.orchestra.run.smithi060.stdout:/bin/podman: stderr Storing signatures 2024-04-18T15:04:13.470 INFO:teuthology.orchestra.run.smithi060.stdout:ceph: stdout ceph version 18.2.2-1240-g6a7528e4 (6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0) reef (stable) 2024-04-18T15:04:13.470 INFO:teuthology.orchestra.run.smithi060.stdout:Ceph version: ceph version 18.2.2-1240-g6a7528e4 (6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0) reef (stable) 2024-04-18T15:04:13.470 INFO:teuthology.orchestra.run.smithi060.stdout:Extracting ceph user uid/gid from container image... 2024-04-18T15:04:14.343 INFO:teuthology.orchestra.run.smithi060.stdout:stat: stdout 167 167 2024-04-18T15:04:14.343 INFO:teuthology.orchestra.run.smithi060.stdout:Creating initial keys... 2024-04-18T15:04:15.194 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-authtool: stdout AQBuNiFmpTRFKhAAkS6w9qx9PYEln1cEiBp72w== 2024-04-18T15:04:16.043 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-authtool: stdout AQBvNiFm+MDSIRAAg6PTh4bNJwtmhT072Sx0ug== 2024-04-18T15:04:16.915 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph-authtool: stdout AQBwNiFmcwOeGBAA8HgE34DTdbStXsbt6kbwvA== 2024-04-18T15:04:16.916 INFO:teuthology.orchestra.run.smithi060.stdout:Creating initial monmap... 2024-04-18T15:04:17.831 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-18T15:04:17.831 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2024-04-18T15:04:17.831 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to bee9a71e-fd94-11ee-bc92-c7b262605968 2024-04-18T15:04:17.831 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-18T15:04:17.831 INFO:teuthology.orchestra.run.smithi060.stdout:monmaptool for a [v2:172.21.15.60:3300,v1:172.21.15.60:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-18T15:04:17.831 INFO:teuthology.orchestra.run.smithi060.stdout:setting min_mon_release = pacific 2024-04-18T15:04:17.831 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/monmaptool: set fsid to bee9a71e-fd94-11ee-bc92-c7b262605968 2024-04-18T15:04:17.831 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-18T15:04:17.831 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:04:17.832 INFO:teuthology.orchestra.run.smithi060.stdout:Creating mon... 2024-04-18T15:04:18.821 INFO:teuthology.orchestra.run.smithi060.stdout:create mon.a on 2024-04-18T15:04:18.968 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-18T15:04:19.065 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-18T15:04:19.197 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-bee9a71e-fd94-11ee-bc92-c7b262605968.target → /etc/systemd/system/ceph-bee9a71e-fd94-11ee-bc92-c7b262605968.target. 2024-04-18T15:04:19.198 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-bee9a71e-fd94-11ee-bc92-c7b262605968.target → /etc/systemd/system/ceph-bee9a71e-fd94-11ee-bc92-c7b262605968.target. 2024-04-18T15:04:19.393 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@mon.a 2024-04-18T15:04:19.393 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Failed to reset failed state of unit ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@mon.a.service: Unit ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@mon.a.service not loaded. 2024-04-18T15:04:19.491 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-bee9a71e-fd94-11ee-bc92-c7b262605968.target.wants/ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@mon.a.service → /etc/systemd/system/ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@.service. 2024-04-18T15:04:19.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:19 smithi060 systemd[1]: Starting Ceph mon.a for bee9a71e-fd94-11ee-bc92-c7b262605968... 2024-04-18T15:04:20.105 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-18T15:04:20.105 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout disabled 2024-04-18T15:04:20.114 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-18T15:04:20.115 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-04-18T15:04:20.115 INFO:teuthology.orchestra.run.smithi060.stdout:firewalld.service is not enabled 2024-04-18T15:04:20.115 INFO:teuthology.orchestra.run.smithi060.stdout:Not possible to enable service . firewalld.service is not available 2024-04-18T15:04:20.115 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for mon to start... 2024-04-18T15:04:20.115 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for mon... 2024-04-18T15:04:20.348 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:20 smithi060 bash[42705]: 3a317dd2e91d932e07f61f172dfb8e3aec47e5266ceac97aaace0137fd0982e8 2024-04-18T15:04:20.348 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:20 smithi060 systemd[1]: Started Ceph mon.a for bee9a71e-fd94-11ee-bc92-c7b262605968. 2024-04-18T15:04:20.348 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:20 smithi060 ceph-mon[42771]: mkfs bee9a71e-fd94-11ee-bc92-c7b262605968 2024-04-18T15:04:20.348 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:20 smithi060 ceph-mon[42771]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-18T15:04:21.279 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout cluster: 2024-04-18T15:04:21.280 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout id: bee9a71e-fd94-11ee-bc92-c7b262605968 2024-04-18T15:04:21.281 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-18T15:04:21.281 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-04-18T15:04:21.281 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout services: 2024-04-18T15:04:21.281 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.554994s) 2024-04-18T15:04:21.281 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-18T15:04:21.281 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-18T15:04:21.281 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-04-18T15:04:21.281 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout data: 2024-04-18T15:04:21.281 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-18T15:04:21.281 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-18T15:04:21.281 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-18T15:04:21.281 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout pgs: 2024-04-18T15:04:21.281 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-04-18T15:04:21.281 INFO:teuthology.orchestra.run.smithi060.stdout:mon is available 2024-04-18T15:04:21.281 INFO:teuthology.orchestra.run.smithi060.stdout:Assimilating anything we can from ceph.conf... 2024-04-18T15:04:21.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:21 smithi060 ceph-mon[42771]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-18T15:04:21.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:21 smithi060 ceph-mon[42771]: monmap e1: 1 mons at {a=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-18T15:04:21.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:21 smithi060 ceph-mon[42771]: fsmap 2024-04-18T15:04:21.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:21 smithi060 ceph-mon[42771]: osdmap e1: 0 total, 0 up, 0 in 2024-04-18T15:04:21.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:21 smithi060 ceph-mon[42771]: mgrmap e1: no daemons active 2024-04-18T15:04:21.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:21 smithi060 ceph-mon[42771]: from='client.? 172.21.15.60:0/2520616109' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-18T15:04:22.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:22 smithi060 ceph-mon[42771]: from='client.? 172.21.15.60:0/4007400685' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-18T15:04:22.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:22 smithi060 ceph-mon[42771]: from='client.? 172.21.15.60:0/4007400685' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-18T15:04:22.363 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-04-18T15:04:22.450 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout [global] 2024-04-18T15:04:22.450 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout fsid = bee9a71e-fd94-11ee-bc92-c7b262605968 2024-04-18T15:04:22.450 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.60:3300,v1:172.21.15.60:6789] 2024-04-18T15:04:22.450 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-18T15:04:22.451 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-18T15:04:22.451 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-18T15:04:22.451 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-18T15:04:22.451 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-04-18T15:04:22.451 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-18T15:04:22.451 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-04-18T15:04:22.451 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-18T15:04:22.451 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-04-18T15:04:22.451 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout [osd] 2024-04-18T15:04:22.451 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-18T15:04:22.451 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-18T15:04:22.451 INFO:teuthology.orchestra.run.smithi060.stdout:Generating new minimal ceph.conf... 2024-04-18T15:04:23.396 INFO:teuthology.orchestra.run.smithi060.stdout:Restarting the monitor... 2024-04-18T15:04:23.402 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:23 smithi060 ceph-mon[42771]: from='client.? 172.21.15.60:0/2957612812' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:04:23.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:23 smithi060 systemd[1]: Stopping Ceph mon.a for bee9a71e-fd94-11ee-bc92-c7b262605968... 2024-04-18T15:04:23.680 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:23 smithi060 conmon[42746]: 2024-04-18T15:04:23.683+0000 7f0e684ad700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-18T15:04:24.078 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:23 smithi060 conmon[42746]: 2024-04-18T15:04:23.683+0000 7f0e684ad700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-18T15:04:24.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:24 smithi060 bash[43332]: 3a317dd2e91d932e07f61f172dfb8e3aec47e5266ceac97aaace0137fd0982e8 2024-04-18T15:04:24.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:24 smithi060 systemd[1]: ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@mon.a.service: Succeeded. 2024-04-18T15:04:24.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:24 smithi060 systemd[1]: Stopped Ceph mon.a for bee9a71e-fd94-11ee-bc92-c7b262605968. 2024-04-18T15:04:24.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:24 smithi060 systemd[1]: Starting Ceph mon.a for bee9a71e-fd94-11ee-bc92-c7b262605968... 2024-04-18T15:04:25.133 INFO:teuthology.orchestra.run.smithi060.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-18T15:04:25.379 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: set uid:gid to 167:167 (ceph:ceph) 2024-04-18T15:04:25.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: ceph version 18.2.2-1240-g6a7528e4 (6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0) reef (stable), process ceph-mon, pid 7 2024-04-18T15:04:25.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: pidfile_write: ignore empty --pid-file 2024-04-18T15:04:25.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: load: jerasure load: lrc 2024-04-18T15:04:25.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: RocksDB version: 7.9.2 2024-04-18T15:04:25.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Git sha 0 2024-04-18T15:04:25.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Compile date 2024-04-18 05:57:12 2024-04-18T15:04:25.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: DB SUMMARY 2024-04-18T15:04:25.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: DB Session ID: 55YGIAUSA3APRXZNS6BR 2024-04-18T15:04:25.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: CURRENT file: CURRENT 2024-04-18T15:04:25.380 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: IDENTITY file: IDENTITY 2024-04-18T15:04:25.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-18T15:04:25.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-18T15:04:25.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 83724 ; 2024-04-18T15:04:25.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.error_if_exists: 0 2024-04-18T15:04:25.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.create_if_missing: 0 2024-04-18T15:04:25.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.paranoid_checks: 1 2024-04-18T15:04:25.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-18T15:04:25.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-18T15:04:25.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-18T15:04:25.381 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.env: 0x563af6705820 2024-04-18T15:04:25.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.fs: PosixFileSystem 2024-04-18T15:04:25.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.info_log: 0x563af8b43520 2024-04-18T15:04:25.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.max_file_opening_threads: 16 2024-04-18T15:04:25.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.statistics: (nil) 2024-04-18T15:04:25.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.use_fsync: 0 2024-04-18T15:04:25.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.max_log_file_size: 0 2024-04-18T15:04:25.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-18T15:04:25.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-18T15:04:25.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.keep_log_file_num: 1000 2024-04-18T15:04:25.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.recycle_log_file_num: 0 2024-04-18T15:04:25.382 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.allow_fallocate: 1 2024-04-18T15:04:25.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.allow_mmap_reads: 0 2024-04-18T15:04:25.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.allow_mmap_writes: 0 2024-04-18T15:04:25.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.use_direct_reads: 0 2024-04-18T15:04:25.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-18T15:04:25.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.create_missing_column_families: 0 2024-04-18T15:04:25.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.db_log_dir: 2024-04-18T15:04:25.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.wal_dir: 2024-04-18T15:04:25.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-18T15:04:25.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-18T15:04:25.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-18T15:04:25.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-18T15:04:25.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-18T15:04:25.383 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-18T15:04:25.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.advise_random_on_open: 1 2024-04-18T15:04:25.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.db_write_buffer_size: 0 2024-04-18T15:04:25.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.write_buffer_manager: 0x563af7dd6320 2024-04-18T15:04:25.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-18T15:04:25.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-18T15:04:25.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-18T15:04:25.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.rate_limiter: (nil) 2024-04-18T15:04:25.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-18T15:04:25.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.wal_recovery_mode: 2 2024-04-18T15:04:25.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.enable_thread_tracking: 0 2024-04-18T15:04:25.384 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.enable_pipelined_write: 0 2024-04-18T15:04:25.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.unordered_write: 0 2024-04-18T15:04:25.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-18T15:04:25.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-18T15:04:25.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-18T15:04:25.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-18T15:04:25.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.row_cache: None 2024-04-18T15:04:25.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.wal_filter: None 2024-04-18T15:04:25.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-18T15:04:25.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.allow_ingest_behind: 0 2024-04-18T15:04:25.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.two_write_queues: 0 2024-04-18T15:04:25.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.manual_wal_flush: 0 2024-04-18T15:04:25.385 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.wal_compression: 0 2024-04-18T15:04:25.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.atomic_flush: 0 2024-04-18T15:04:25.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-18T15:04:25.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-18T15:04:25.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-18T15:04:25.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.log_readahead_size: 0 2024-04-18T15:04:25.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-18T15:04:25.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.best_efforts_recovery: 0 2024-04-18T15:04:25.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-18T15:04:25.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-18T15:04:25.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.allow_data_in_errors: 0 2024-04-18T15:04:25.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.db_host_id: __hostname__ 2024-04-18T15:04:25.386 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-18T15:04:25.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.max_background_jobs: 2 2024-04-18T15:04:25.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.max_background_compactions: -1 2024-04-18T15:04:25.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.max_subcompactions: 1 2024-04-18T15:04:25.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-18T15:04:25.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-18T15:04:25.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-18T15:04:25.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.max_total_wal_size: 0 2024-04-18T15:04:25.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-18T15:04:25.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-18T15:04:25.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-18T15:04:25.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-18T15:04:25.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.max_open_files: -1 2024-04-18T15:04:25.388 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.bytes_per_sync: 0 2024-04-18T15:04:25.389 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-18T15:04:25.389 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-18T15:04:25.389 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.compaction_readahead_size: 0 2024-04-18T15:04:25.389 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.max_background_flushes: -1 2024-04-18T15:04:25.389 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Compression algorithms supported: 2024-04-18T15:04:25.389 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-18T15:04:25.389 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: kZSTD supported: 0 2024-04-18T15:04:25.389 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: kXpressCompression supported: 0 2024-04-18T15:04:25.389 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 bash[43665]: 24e62ed154955b66c54fcaffae1360927b5239be4f71435ee8ce401a8f265386 2024-04-18T15:04:25.389 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: kLZ4HCCompression supported: 1 2024-04-18T15:04:25.389 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: kZlibCompression supported: 1 2024-04-18T15:04:25.389 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: kSnappyCompression supported: 1 2024-04-18T15:04:25.389 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: kLZ4Compression supported: 1 2024-04-18T15:04:25.389 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: kBZip2Compression supported: 0 2024-04-18T15:04:25.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-18T15:04:25.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-18T15:04:25.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-18T15:04:25.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-18T15:04:25.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-18T15:04:25.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.merge_operator: 2024-04-18T15:04:25.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.compaction_filter: None 2024-04-18T15:04:25.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.compaction_filter_factory: None 2024-04-18T15:04:25.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.sst_partitioner_factory: None 2024-04-18T15:04:25.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-18T15:04:25.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-18T15:04:25.390 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563af8b43620) 2024-04-18T15:04:25.390 INFO:journalctl@ceph.mon.a.smithi060.stdout: cache_index_and_filter_blocks: 1 2024-04-18T15:04:25.391 INFO:journalctl@ceph.mon.a.smithi060.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-18T15:04:25.391 INFO:journalctl@ceph.mon.a.smithi060.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-18T15:04:25.391 INFO:journalctl@ceph.mon.a.smithi060.stdout: pin_top_level_index_and_filter: 1 2024-04-18T15:04:25.391 INFO:journalctl@ceph.mon.a.smithi060.stdout: index_type: 0 2024-04-18T15:04:25.391 INFO:journalctl@ceph.mon.a.smithi060.stdout: data_block_index_type: 0 2024-04-18T15:04:25.391 INFO:journalctl@ceph.mon.a.smithi060.stdout: index_shortening: 1 2024-04-18T15:04:25.391 INFO:journalctl@ceph.mon.a.smithi060.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-18T15:04:25.391 INFO:journalctl@ceph.mon.a.smithi060.stdout: checksum: 4 2024-04-18T15:04:25.391 INFO:journalctl@ceph.mon.a.smithi060.stdout: no_block_cache: 0 2024-04-18T15:04:25.391 INFO:journalctl@ceph.mon.a.smithi060.stdout: block_cache: 0x563af7e591f0 2024-04-18T15:04:25.391 INFO:journalctl@ceph.mon.a.smithi060.stdout: block_cache_name: BinnedLRUCache 2024-04-18T15:04:25.391 INFO:journalctl@ceph.mon.a.smithi060.stdout: block_cache_options: 2024-04-18T15:04:25.391 INFO:journalctl@ceph.mon.a.smithi060.stdout: capacity : 536870912 2024-04-18T15:04:25.392 INFO:journalctl@ceph.mon.a.smithi060.stdout: num_shard_bits : 4 2024-04-18T15:04:25.392 INFO:journalctl@ceph.mon.a.smithi060.stdout: strict_capacity_limit : 0 2024-04-18T15:04:25.392 INFO:journalctl@ceph.mon.a.smithi060.stdout: high_pri_pool_ratio: 0.000 2024-04-18T15:04:25.392 INFO:journalctl@ceph.mon.a.smithi060.stdout: block_cache_compressed: (nil) 2024-04-18T15:04:25.392 INFO:journalctl@ceph.mon.a.smithi060.stdout: persistent_cache: (nil) 2024-04-18T15:04:25.392 INFO:journalctl@ceph.mon.a.smithi060.stdout: block_size: 4096 2024-04-18T15:04:25.392 INFO:journalctl@ceph.mon.a.smithi060.stdout: block_size_deviation: 10 2024-04-18T15:04:25.392 INFO:journalctl@ceph.mon.a.smithi060.stdout: block_restart_interval: 16 2024-04-18T15:04:25.392 INFO:journalctl@ceph.mon.a.smithi060.stdout: index_block_restart_interval: 1 2024-04-18T15:04:25.392 INFO:journalctl@ceph.mon.a.smithi060.stdout: metadata_block_size: 4096 2024-04-18T15:04:25.392 INFO:journalctl@ceph.mon.a.smithi060.stdout: partition_filters: 0 2024-04-18T15:04:25.392 INFO:journalctl@ceph.mon.a.smithi060.stdout: use_delta_encoding: 1 2024-04-18T15:04:25.392 INFO:journalctl@ceph.mon.a.smithi060.stdout: filter_policy: bloomfilter 2024-04-18T15:04:25.392 INFO:journalctl@ceph.mon.a.smithi060.stdout: whole_key_filtering: 1 2024-04-18T15:04:25.393 INFO:journalctl@ceph.mon.a.smithi060.stdout: verify_compression: 0 2024-04-18T15:04:25.393 INFO:journalctl@ceph.mon.a.smithi060.stdout: read_amp_bytes_per_bit: 0 2024-04-18T15:04:25.393 INFO:journalctl@ceph.mon.a.smithi060.stdout: format_version: 5 2024-04-18T15:04:25.393 INFO:journalctl@ceph.mon.a.smithi060.stdout: enable_index_compression: 1 2024-04-18T15:04:25.393 INFO:journalctl@ceph.mon.a.smithi060.stdout: block_align: 0 2024-04-18T15:04:25.393 INFO:journalctl@ceph.mon.a.smithi060.stdout: max_auto_readahead_size: 262144 2024-04-18T15:04:25.393 INFO:journalctl@ceph.mon.a.smithi060.stdout: prepopulate_block_cache: 0 2024-04-18T15:04:25.393 INFO:journalctl@ceph.mon.a.smithi060.stdout: initial_auto_readahead_size: 8192 2024-04-18T15:04:25.393 INFO:journalctl@ceph.mon.a.smithi060.stdout: num_file_reads_for_auto_readahead: 2 2024-04-18T15:04:25.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.write_buffer_size: 33554432 2024-04-18T15:04:25.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.max_write_buffer_number: 2 2024-04-18T15:04:25.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.compression: NoCompression 2024-04-18T15:04:25.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.bottommost_compression: Disabled 2024-04-18T15:04:25.393 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.prefix_extractor: nullptr 2024-04-18T15:04:25.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-18T15:04:25.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.num_levels: 7 2024-04-18T15:04:25.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-18T15:04:25.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-18T15:04:25.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-18T15:04:25.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-18T15:04:25.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-18T15:04:25.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-18T15:04:25.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-18T15:04:25.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-18T15:04:25.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-18T15:04:25.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-18T15:04:25.394 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-18T15:04:25.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-18T15:04:25.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-18T15:04:25.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.compression_opts.level: 32767 2024-04-18T15:04:25.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.compression_opts.strategy: 0 2024-04-18T15:04:25.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-18T15:04:25.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-18T15:04:25.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-18T15:04:25.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-18T15:04:25.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.compression_opts.enabled: false 2024-04-18T15:04:25.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-18T15:04:25.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-18T15:04:25.395 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-18T15:04:25.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-18T15:04:25.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.target_file_size_base: 67108864 2024-04-18T15:04:25.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-18T15:04:25.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-18T15:04:25.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-18T15:04:25.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-18T15:04:25.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-18T15:04:25.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-18T15:04:25.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-18T15:04:25.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-18T15:04:25.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-18T15:04:25.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-18T15:04:25.396 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-18T15:04:25.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-18T15:04:25.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-18T15:04:25.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-18T15:04:25.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.arena_block_size: 1048576 2024-04-18T15:04:25.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-18T15:04:25.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-18T15:04:25.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.disable_auto_compactions: 0 2024-04-18T15:04:25.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-18T15:04:25.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-18T15:04:25.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-18T15:04:25.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-18T15:04:25.397 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-18T15:04:25.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-18T15:04:25.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-18T15:04:25.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-18T15:04:25.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-18T15:04:25.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-18T15:04:25.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.table_properties_collectors: 2024-04-18T15:04:25.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.inplace_update_support: 0 2024-04-18T15:04:25.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-18T15:04:25.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-18T15:04:25.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-18T15:04:25.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-18T15:04:25.398 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.bloom_locality: 0 2024-04-18T15:04:25.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.max_successive_merges: 0 2024-04-18T15:04:25.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-18T15:04:25.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.paranoid_file_checks: 0 2024-04-18T15:04:25.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.force_consistency_checks: 1 2024-04-18T15:04:25.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.report_bg_io_stats: 0 2024-04-18T15:04:25.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.ttl: 2592000 2024-04-18T15:04:25.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-18T15:04:25.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-18T15:04:25.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-18T15:04:25.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.enable_blob_files: false 2024-04-18T15:04:25.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.min_blob_size: 0 2024-04-18T15:04:25.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.blob_file_size: 268435456 2024-04-18T15:04:25.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-18T15:04:25.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-18T15:04:25.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-18T15:04:25.399 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-18T15:04:25.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-18T15:04:25.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.blob_file_starting_level: 0 2024-04-18T15:04:25.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-18T15:04:25.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: 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-04-18T15:04:25.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-18T15:04:25.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: f780e75f-4809-4879-9e1b-e27c9c0c4471 2024-04-18T15:04:25.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713452665130127, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-18T15:04:25.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-18T15:04:25.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713452665131189, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80471, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 250, "table_properties": {"data_size": 78658, "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": 72966, "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": 1713452665, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "f780e75f-4809-4879-9e1b-e27c9c0c4471", "db_session_id": "55YGIAUSA3APRXZNS6BR", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-18T15:04:25.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713452665131279, "job": 1, "event": "recovery_finished"} 2024-04-18T15:04:25.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-18T15:04:25.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: 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-04-18T15:04:25.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x563af7ef6000 2024-04-18T15:04:25.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: DB pointer 0x563af7ee4000 2024-04-18T15:04:25.400 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-18T15:04:25.401 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-18T15:04:25.401 INFO:journalctl@ceph.mon.a.smithi060.stdout: ** DB Stats ** 2024-04-18T15:04:25.401 INFO:journalctl@ceph.mon.a.smithi060.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-18T15:04:25.401 INFO:journalctl@ceph.mon.a.smithi060.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-18T15:04:25.401 INFO:journalctl@ceph.mon.a.smithi060.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-18T15:04:25.401 INFO:journalctl@ceph.mon.a.smithi060.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-18T15:04:25.401 INFO:journalctl@ceph.mon.a.smithi060.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-18T15:04:25.401 INFO:journalctl@ceph.mon.a.smithi060.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-18T15:04:25.401 INFO:journalctl@ceph.mon.a.smithi060.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-18T15:04:25.401 INFO:journalctl@ceph.mon.a.smithi060.stdout: 2024-04-18T15:04:25.401 INFO:journalctl@ceph.mon.a.smithi060.stdout: ** Compaction Stats [default] ** 2024-04-18T15:04:25.401 INFO:journalctl@ceph.mon.a.smithi060.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-18T15:04:25.401 INFO:journalctl@ceph.mon.a.smithi060.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-18T15:04:25.402 INFO:journalctl@ceph.mon.a.smithi060.stdout: L0 2/0 80.42 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 115.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-18T15:04:25.402 INFO:journalctl@ceph.mon.a.smithi060.stdout: Sum 2/0 80.42 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 115.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-18T15:04:25.402 INFO:journalctl@ceph.mon.a.smithi060.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 115.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-18T15:04:25.402 INFO:journalctl@ceph.mon.a.smithi060.stdout: 2024-04-18T15:04:25.402 INFO:journalctl@ceph.mon.a.smithi060.stdout: ** Compaction Stats [default] ** 2024-04-18T15:04:25.402 INFO:journalctl@ceph.mon.a.smithi060.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-18T15:04:25.402 INFO:journalctl@ceph.mon.a.smithi060.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-18T15:04:25.402 INFO:journalctl@ceph.mon.a.smithi060.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 115.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-18T15:04:25.402 INFO:journalctl@ceph.mon.a.smithi060.stdout: 2024-04-18T15:04:25.402 INFO:journalctl@ceph.mon.a.smithi060.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-18T15:04:25.402 INFO:journalctl@ceph.mon.a.smithi060.stdout: 2024-04-18T15:04:25.402 INFO:journalctl@ceph.mon.a.smithi060.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-18T15:04:25.402 INFO:journalctl@ceph.mon.a.smithi060.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-18T15:04:25.403 INFO:journalctl@ceph.mon.a.smithi060.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-18T15:04:25.403 INFO:journalctl@ceph.mon.a.smithi060.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-18T15:04:25.403 INFO:journalctl@ceph.mon.a.smithi060.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-18T15:04:25.403 INFO:journalctl@ceph.mon.a.smithi060.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-18T15:04:25.403 INFO:journalctl@ceph.mon.a.smithi060.stdout: Cumulative compaction: 0.00 GB write, 20.22 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-18T15:04:25.403 INFO:journalctl@ceph.mon.a.smithi060.stdout: Interval compaction: 0.00 GB write, 20.22 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-18T15:04:25.403 INFO:journalctl@ceph.mon.a.smithi060.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-18T15:04:25.403 INFO:journalctl@ceph.mon.a.smithi060.stdout: Block cache BinnedLRUCache@0x563af7e591f0#7 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-04-18T15:04:25.403 INFO:journalctl@ceph.mon.a.smithi060.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-04-18T15:04:25.403 INFO:journalctl@ceph.mon.a.smithi060.stdout: 2024-04-18T15:04:25.403 INFO:journalctl@ceph.mon.a.smithi060.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-18T15:04:25.403 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: starting mon.a rank 0 at public addrs [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] at bind addrs [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid bee9a71e-fd94-11ee-bc92-c7b262605968 2024-04-18T15:04:25.403 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: mon.a@-1(???) e1 preinit fsid bee9a71e-fd94-11ee-bc92-c7b262605968 2024-04-18T15:04:25.403 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: mon.a@-1(???).mds e1 new map 2024-04-18T15:04:25.404 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: mon.a@-1(???).mds e1 print_map 2024-04-18T15:04:25.404 INFO:journalctl@ceph.mon.a.smithi060.stdout: e1 2024-04-18T15:04:25.404 INFO:journalctl@ceph.mon.a.smithi060.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-18T15:04:25.404 INFO:journalctl@ceph.mon.a.smithi060.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-04-18T15:04:25.404 INFO:journalctl@ceph.mon.a.smithi060.stdout: legacy client fscid: -1 2024-04-18T15:04:25.404 INFO:journalctl@ceph.mon.a.smithi060.stdout: 2024-04-18T15:04:25.404 INFO:journalctl@ceph.mon.a.smithi060.stdout: No filesystems configured 2024-04-18T15:04:25.404 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-18T15:04:25.404 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-18T15:04:25.404 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-18T15:04:25.404 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-18T15:04:25.404 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-18T15:04:25.404 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 systemd[1]: Started Ceph mon.a for bee9a71e-fd94-11ee-bc92-c7b262605968. 2024-04-18T15:04:25.404 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-18T15:04:25.405 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: monmap e1: 1 mons at {a=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-18T15:04:25.405 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: fsmap 2024-04-18T15:04:25.405 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: osdmap e1: 0 total, 0 up, 0 in 2024-04-18T15:04:25.405 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:25 smithi060 ceph-mon[43730]: mgrmap e1: no daemons active 2024-04-18T15:04:26.203 INFO:teuthology.orchestra.run.smithi060.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-18T15:04:26.231 INFO:teuthology.orchestra.run.smithi060.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-18T15:04:26.231 INFO:teuthology.orchestra.run.smithi060.stdout:Creating mgr... 2024-04-18T15:04:26.232 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-18T15:04:26.232 INFO:teuthology.orchestra.run.smithi060.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-18T15:04:26.456 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@mgr.a 2024-04-18T15:04:26.456 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Failed to reset failed state of unit ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@mgr.a.service: Unit ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@mgr.a.service not loaded. 2024-04-18T15:04:26.557 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-bee9a71e-fd94-11ee-bc92-c7b262605968.target.wants/ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@.service. 2024-04-18T15:04:26.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:26 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/2131680279' entity='client.admin' 2024-04-18T15:04:26.912 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:26 smithi060 systemd[1]: Starting Ceph mgr.a for bee9a71e-fd94-11ee-bc92-c7b262605968... 2024-04-18T15:04:27.195 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-18T15:04:27.195 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout disabled 2024-04-18T15:04:27.205 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-18T15:04:27.205 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-04-18T15:04:27.205 INFO:teuthology.orchestra.run.smithi060.stdout:firewalld.service is not enabled 2024-04-18T15:04:27.205 INFO:teuthology.orchestra.run.smithi060.stdout:Not possible to enable service . firewalld.service is not available 2024-04-18T15:04:27.215 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-18T15:04:27.215 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout disabled 2024-04-18T15:04:27.223 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-18T15:04:27.223 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-04-18T15:04:27.224 INFO:teuthology.orchestra.run.smithi060.stdout:firewalld.service is not enabled 2024-04-18T15:04:27.224 INFO:teuthology.orchestra.run.smithi060.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-18T15:04:27.224 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for mgr to start... 2024-04-18T15:04:27.224 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for mgr... 2024-04-18T15:04:27.447 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:27 smithi060 bash[44113]: ce3da8ecf2d198f41a389ac148a332b0feb5f68099cd1fef5ea41442c151acc0 2024-04-18T15:04:27.447 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:27 smithi060 systemd[1]: Started Ceph mgr.a for bee9a71e-fd94-11ee-bc92-c7b262605968. 2024-04-18T15:04:27.762 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:27 smithi060 conmon[44154]: 2024-04-18T15:04:27.657+0000 7fb3cacaf200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-18T15:04:28.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:27 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/726286073' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-18T15:04:28.162 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:27 smithi060 conmon[44154]: 2024-04-18T15:04:27.767+0000 7fb3cacaf200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-18T15:04:28.162 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:27 smithi060 conmon[44154]: 2024-04-18T15:04:27.870+0000 7fb3cacaf200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-18T15:04:28.162 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:27 smithi060 conmon[44154]: 2024-04-18T15:04:27.970+0000 7fb3cacaf200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-18T15:04:28.369 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-04-18T15:04:28.371 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-04-18T15:04:28.371 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsid": "bee9a71e-fd94-11ee-bc92-c7b262605968", 2024-04-18T15:04:28.371 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "health": { 2024-04-18T15:04:28.372 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-18T15:04:28.372 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-18T15:04:28.372 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-18T15:04:28.372 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:28.372 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-18T15:04:28.372 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-18T15:04:28.372 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 0 2024-04-18T15:04:28.372 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-04-18T15:04:28.372 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-18T15:04:28.372 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "a" 2024-04-18T15:04:28.373 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-04-18T15:04:28.373 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-18T15:04:28.373 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-18T15:04:28.373 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T15:04:28.373 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-04-18T15:04:28.373 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-18T15:04:28.373 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:28.373 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-18T15:04:28.373 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T15:04:28.373 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-18T15:04:28.373 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-18T15:04:28.373 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-18T15:04:28.373 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-18T15:04:28.377 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-18T15:04:28.377 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-18T15:04:28.377 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:28.377 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-18T15:04:28.377 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-18T15:04:28.377 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-18T15:04:28.377 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-18T15:04:28.377 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-18T15:04:28.378 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-18T15:04:28.378 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-18T15:04:28.378 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-18T15:04:28.378 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-18T15:04:28.378 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:28.378 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-18T15:04:28.378 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T15:04:28.378 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-18T15:04:28.378 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-18T15:04:28.378 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:28.378 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-18T15:04:28.378 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-18T15:04:28.378 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-18T15:04:28.378 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-18T15:04:28.379 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-18T15:04:28.379 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-18T15:04:28.379 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "restful" 2024-04-18T15:04:28.379 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-04-18T15:04:28.379 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-18T15:04:28.379 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:28.379 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-18T15:04:28.379 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T15:04:28.379 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modified": "2024-04-18T15:04:20.139266+0000", 2024-04-18T15:04:28.379 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-18T15:04:28.379 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:28.379 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-18T15:04:28.379 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-04-18T15:04:28.379 INFO:teuthology.orchestra.run.smithi060.stdout:mgr not available, waiting (1/15)... 2024-04-18T15:04:29.001 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:28 smithi060 conmon[44154]: 2024-04-18T15:04:28.719+0000 7fb3cacaf200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-18T15:04:29.403 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:29 smithi060 conmon[44154]: 2024-04-18T15:04:29.006+0000 7fb3cacaf200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-18T15:04:29.403 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:29 smithi060 conmon[44154]: 2024-04-18T15:04:29.103+0000 7fb3cacaf200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-18T15:04:29.403 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:29 smithi060 conmon[44154]: 2024-04-18T15:04:29.226+0000 7fb3cacaf200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-18T15:04:29.403 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:29 smithi060 conmon[44154]: 2024-04-18T15:04:29.408+0000 7fb3cacaf200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-18T15:04:29.661 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:29 smithi060 conmon[44154]: 2024-04-18T15:04:29.553+0000 7fb3cacaf200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-18T15:04:29.662 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:29 smithi060 conmon[44154]: 2024-04-18T15:04:29.651+0000 7fb3cacaf200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-18T15:04:30.411 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:30 smithi060 conmon[44154]: 2024-04-18T15:04:30.079+0000 7fb3cacaf200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-18T15:04:30.872 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:30 smithi060 conmon[44154]: 2024-04-18T15:04:30.526+0000 7fb3cacaf200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-18T15:04:30.873 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:30 smithi060 conmon[44154]: 2024-04-18T15:04:30.767+0000 7fb3cacaf200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-18T15:04:30.873 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:30 smithi060 conmon[44154]: 2024-04-18T15:04:30.877+0000 7fb3cacaf200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-18T15:04:31.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:30 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/477036652' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-18T15:04:31.465 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-04-18T15:04:31.472 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-04-18T15:04:31.473 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsid": "bee9a71e-fd94-11ee-bc92-c7b262605968", 2024-04-18T15:04:31.473 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "health": { 2024-04-18T15:04:31.473 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-18T15:04:31.473 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-18T15:04:31.473 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-18T15:04:31.473 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:31.473 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-18T15:04:31.473 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-18T15:04:31.473 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 0 2024-04-18T15:04:31.473 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-04-18T15:04:31.473 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-18T15:04:31.473 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "a" 2024-04-18T15:04:31.473 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-04-18T15:04:31.474 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-04-18T15:04:31.474 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-18T15:04:31.474 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T15:04:31.474 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-04-18T15:04:31.474 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-18T15:04:31.474 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:31.474 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-18T15:04:31.474 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T15:04:31.474 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-18T15:04:31.474 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-18T15:04:31.474 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-18T15:04:31.474 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-18T15:04:31.474 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-18T15:04:31.475 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-18T15:04:31.475 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:31.475 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-18T15:04:31.475 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-18T15:04:31.475 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-18T15:04:31.475 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-18T15:04:31.475 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-18T15:04:31.475 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-18T15:04:31.475 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-18T15:04:31.475 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-18T15:04:31.475 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-18T15:04:31.475 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:31.475 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-18T15:04:31.475 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T15:04:31.476 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-18T15:04:31.476 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-18T15:04:31.476 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:31.476 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-18T15:04:31.476 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-18T15:04:31.476 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-18T15:04:31.476 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-18T15:04:31.476 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-18T15:04:31.476 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-18T15:04:31.476 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "restful" 2024-04-18T15:04:31.476 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-04-18T15:04:31.476 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-18T15:04:31.476 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:31.476 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-18T15:04:31.476 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T15:04:31.477 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modified": "2024-04-18T15:04:20.139266+0000", 2024-04-18T15:04:31.477 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-18T15:04:31.477 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:31.477 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-18T15:04:31.477 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-04-18T15:04:31.477 INFO:teuthology.orchestra.run.smithi060.stdout:mgr not available, waiting (2/15)... 2024-04-18T15:04:32.053 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:31 smithi060 conmon[44154]: 2024-04-18T15:04:31.777+0000 7fb3cacaf200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-18T15:04:32.053 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:31 smithi060 conmon[44154]: 2024-04-18T15:04:31.887+0000 7fb3cacaf200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-18T15:04:32.411 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:32 smithi060 conmon[44154]: 2024-04-18T15:04:32.058+0000 7fb3cacaf200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-18T15:04:33.161 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:32 smithi060 conmon[44154]: 2024-04-18T15:04:32.795+0000 7fb3cacaf200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-18T15:04:33.161 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:33 smithi060 conmon[44154]: 2024-04-18T15:04:33.002+0000 7fb3cacaf200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-18T15:04:33.661 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:33 smithi060 conmon[44154]: 2024-04-18T15:04:33.223+0000 7fb3cacaf200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-18T15:04:34.333 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:34 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/1049601659' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-18T15:04:34.548 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-04-18T15:04:34.548 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-04-18T15:04:34.548 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsid": "bee9a71e-fd94-11ee-bc92-c7b262605968", 2024-04-18T15:04:34.549 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "health": { 2024-04-18T15:04:34.549 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-18T15:04:34.549 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-18T15:04:34.549 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-18T15:04:34.549 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:34.549 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-18T15:04:34.549 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-18T15:04:34.549 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 0 2024-04-18T15:04:34.549 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-04-18T15:04:34.549 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-18T15:04:34.549 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "a" 2024-04-18T15:04:34.549 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-04-18T15:04:34.549 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-04-18T15:04:34.549 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-18T15:04:34.550 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T15:04:34.550 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-04-18T15:04:34.550 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-18T15:04:34.550 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:34.550 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-18T15:04:34.550 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T15:04:34.550 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-18T15:04:34.550 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-18T15:04:34.550 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-18T15:04:34.550 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-18T15:04:34.550 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-18T15:04:34.550 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-18T15:04:34.550 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:34.551 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-18T15:04:34.551 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-18T15:04:34.551 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-18T15:04:34.551 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-18T15:04:34.551 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-18T15:04:34.551 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-18T15:04:34.551 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-18T15:04:34.551 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-18T15:04:34.551 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-18T15:04:34.551 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:34.551 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-18T15:04:34.551 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T15:04:34.551 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-18T15:04:34.551 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-18T15:04:34.551 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:34.552 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-18T15:04:34.552 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-18T15:04:34.552 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-18T15:04:34.552 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-18T15:04:34.552 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-18T15:04:34.552 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-18T15:04:34.553 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "restful" 2024-04-18T15:04:34.553 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-04-18T15:04:34.553 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-18T15:04:34.553 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:34.554 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-18T15:04:34.554 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T15:04:34.554 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modified": "2024-04-18T15:04:20.139266+0000", 2024-04-18T15:04:34.554 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-18T15:04:34.554 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:34.554 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-18T15:04:34.554 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-04-18T15:04:34.554 INFO:teuthology.orchestra.run.smithi060.stdout:mgr not available, waiting (3/15)... 2024-04-18T15:04:34.661 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:34 smithi060 conmon[44154]: 2024-04-18T15:04:34.339+0000 7fb3cacaf200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-18T15:04:34.983 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:34 smithi060 conmon[44154]: 2024-04-18T15:04:34.668+0000 7fb3cacaf200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-18T15:04:34.983 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:34 smithi060 conmon[44154]: 2024-04-18T15:04:34.769+0000 7fb3cacaf200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-18T15:04:34.983 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:34 smithi060 conmon[44154]: 2024-04-18T15:04:34.989+0000 7fb3cacaf200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-18T15:04:35.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:35 smithi060 ceph-mon[43730]: Activating manager daemon a 2024-04-18T15:04:35.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:35 smithi060 ceph-mon[43730]: mgrmap e2: a(active, starting, since 0.00336298s) 2024-04-18T15:04:35.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:35 smithi060 ceph-mon[43730]: from='mgr.14100 172.21.15.60:0/2225899218' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-18T15:04:35.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:35 smithi060 ceph-mon[43730]: from='mgr.14100 172.21.15.60:0/2225899218' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-18T15:04:35.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:35 smithi060 ceph-mon[43730]: from='mgr.14100 172.21.15.60:0/2225899218' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-18T15:04:35.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:35 smithi060 ceph-mon[43730]: from='mgr.14100 172.21.15.60:0/2225899218' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T15:04:35.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:35 smithi060 ceph-mon[43730]: from='mgr.14100 172.21.15.60:0/2225899218' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-18T15:04:35.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:35 smithi060 ceph-mon[43730]: Manager daemon a is now available 2024-04-18T15:04:35.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:35 smithi060 ceph-mon[43730]: from='mgr.14100 172.21.15.60:0/2225899218' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-18T15:04:35.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:35 smithi060 ceph-mon[43730]: from='mgr.14100 172.21.15.60:0/2225899218' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-18T15:04:35.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:35 smithi060 ceph-mon[43730]: from='mgr.14100 172.21.15.60:0/2225899218' entity='mgr.a' 2024-04-18T15:04:35.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:35 smithi060 ceph-mon[43730]: from='mgr.14100 172.21.15.60:0/2225899218' entity='mgr.a' 2024-04-18T15:04:35.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:35 smithi060 ceph-mon[43730]: from='mgr.14100 172.21.15.60:0/2225899218' entity='mgr.a' 2024-04-18T15:04:37.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:36 smithi060 ceph-mon[43730]: mgrmap e3: a(active, since 1.00766s) 2024-04-18T15:04:37.916 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-04-18T15:04:37.916 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-04-18T15:04:37.917 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsid": "bee9a71e-fd94-11ee-bc92-c7b262605968", 2024-04-18T15:04:37.917 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "health": { 2024-04-18T15:04:37.917 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-18T15:04:37.917 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-18T15:04:37.917 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-18T15:04:37.917 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:37.917 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-18T15:04:37.917 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-18T15:04:37.917 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 0 2024-04-18T15:04:37.918 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-04-18T15:04:37.918 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-18T15:04:37.918 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "a" 2024-04-18T15:04:37.918 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-04-18T15:04:37.918 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2024-04-18T15:04:37.918 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-18T15:04:37.918 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T15:04:37.918 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-04-18T15:04:37.918 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-18T15:04:37.918 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:37.918 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-18T15:04:37.919 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T15:04:37.919 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-18T15:04:37.919 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-18T15:04:37.919 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-18T15:04:37.919 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-18T15:04:37.919 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-18T15:04:37.919 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-18T15:04:37.919 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:37.919 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-18T15:04:37.919 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-18T15:04:37.919 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-18T15:04:37.919 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-18T15:04:37.919 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-18T15:04:37.920 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-18T15:04:37.920 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-18T15:04:37.920 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-18T15:04:37.920 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-18T15:04:37.920 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:37.920 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-18T15:04:37.920 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T15:04:37.920 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-18T15:04:37.920 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-18T15:04:37.920 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:37.920 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-18T15:04:37.920 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-18T15:04:37.921 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-18T15:04:37.921 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-18T15:04:37.921 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-18T15:04:37.921 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-18T15:04:37.921 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "restful" 2024-04-18T15:04:37.921 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ], 2024-04-18T15:04:37.921 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-18T15:04:37.921 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:37.921 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-18T15:04:37.921 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T15:04:37.921 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "modified": "2024-04-18T15:04:20.139266+0000", 2024-04-18T15:04:37.921 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-18T15:04:37.921 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:04:37.922 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-18T15:04:37.922 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-04-18T15:04:37.922 INFO:teuthology.orchestra.run.smithi060.stdout:mgr is available 2024-04-18T15:04:38.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:37 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/3316530200' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-18T15:04:39.159 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-04-18T15:04:39.161 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout [global] 2024-04-18T15:04:39.161 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout fsid = bee9a71e-fd94-11ee-bc92-c7b262605968 2024-04-18T15:04:39.161 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-18T15:04:39.161 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-18T15:04:39.161 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-18T15:04:39.161 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-18T15:04:39.161 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-04-18T15:04:39.161 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-18T15:04:39.161 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-18T15:04:39.161 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 2024-04-18T15:04:39.161 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout [osd] 2024-04-18T15:04:39.161 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-18T15:04:39.162 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-18T15:04:39.162 INFO:teuthology.orchestra.run.smithi060.stdout:Enabling cephadm module... 2024-04-18T15:04:39.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:38 smithi060 ceph-mon[43730]: mgrmap e4: a(active, since 3s) 2024-04-18T15:04:39.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:38 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/174523150' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-18T15:04:39.360 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:38 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/174523150' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-18T15:04:40.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:39 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/3479341448' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-18T15:04:40.412 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:40 smithi060 conmon[44154]: ignoring --setuser ceph since I am not root 2024-04-18T15:04:40.412 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:40 smithi060 conmon[44154]: ignoring --setgroup ceph since I am not root 2024-04-18T15:04:40.733 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:40 smithi060 conmon[44154]: 2024-04-18T15:04:40.484+0000 7ffba8bc6200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-18T15:04:40.733 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:40 smithi060 conmon[44154]: 2024-04-18T15:04:40.603+0000 7ffba8bc6200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-18T15:04:40.733 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:40 smithi060 conmon[44154]: 2024-04-18T15:04:40.707+0000 7ffba8bc6200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-18T15:04:41.004 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:40 smithi060 conmon[44154]: 2024-04-18T15:04:40.807+0000 7ffba8bc6200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-18T15:04:41.339 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:41 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/3479341448' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-18T15:04:41.339 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:41 smithi060 ceph-mon[43730]: mgrmap e5: a(active, since 5s) 2024-04-18T15:04:41.661 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:41 smithi060 conmon[44154]: 2024-04-18T15:04:41.545+0000 7ffba8bc6200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-18T15:04:41.818 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-04-18T15:04:41.818 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-18T15:04:41.818 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-18T15:04:41.818 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-18T15:04:41.818 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-18T15:04:41.818 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-04-18T15:04:41.818 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for the mgr to restart... 2024-04-18T15:04:41.818 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for mgr epoch 5... 2024-04-18T15:04:42.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:42 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/337681438' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-18T15:04:42.162 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:41 smithi060 conmon[44154]: 2024-04-18T15:04:41.832+0000 7ffba8bc6200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-18T15:04:42.162 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:41 smithi060 conmon[44154]: 2024-04-18T15:04:41.935+0000 7ffba8bc6200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-18T15:04:42.162 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:42 smithi060 conmon[44154]: 2024-04-18T15:04:42.062+0000 7ffba8bc6200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-18T15:04:42.661 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:42 smithi060 conmon[44154]: 2024-04-18T15:04:42.247+0000 7ffba8bc6200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-18T15:04:42.661 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:42 smithi060 conmon[44154]: 2024-04-18T15:04:42.394+0000 7ffba8bc6200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-18T15:04:42.662 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:42 smithi060 conmon[44154]: 2024-04-18T15:04:42.491+0000 7ffba8bc6200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-18T15:04:43.161 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:42 smithi060 conmon[44154]: 2024-04-18T15:04:42.913+0000 7ffba8bc6200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-18T15:04:43.661 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:43 smithi060 conmon[44154]: 2024-04-18T15:04:43.354+0000 7ffba8bc6200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-18T15:04:43.661 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:43 smithi060 conmon[44154]: 2024-04-18T15:04:43.571+0000 7ffba8bc6200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-18T15:04:44.161 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:43 smithi060 conmon[44154]: 2024-04-18T15:04:43.676+0000 7ffba8bc6200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-18T15:04:44.820 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:44 smithi060 conmon[44154]: 2024-04-18T15:04:44.546+0000 7ffba8bc6200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-18T15:04:44.820 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:44 smithi060 conmon[44154]: 2024-04-18T15:04:44.655+0000 7ffba8bc6200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-18T15:04:45.161 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:44 smithi060 conmon[44154]: 2024-04-18T15:04:44.826+0000 7ffba8bc6200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-18T15:04:45.911 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:45 smithi060 conmon[44154]: 2024-04-18T15:04:45.549+0000 7ffba8bc6200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-18T15:04:45.911 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:45 smithi060 conmon[44154]: 2024-04-18T15:04:45.755+0000 7ffba8bc6200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-18T15:04:46.411 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:45 smithi060 conmon[44154]: 2024-04-18T15:04:45.978+0000 7ffba8bc6200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-18T15:04:47.357 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:47 smithi060 conmon[44154]: 2024-04-18T15:04:47.041+0000 7ffba8bc6200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-18T15:04:47.661 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:47 smithi060 conmon[44154]: 2024-04-18T15:04:47.363+0000 7ffba8bc6200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-18T15:04:47.661 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:47 smithi060 conmon[44154]: 2024-04-18T15:04:47.463+0000 7ffba8bc6200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-18T15:04:48.161 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:47 smithi060 conmon[44154]: 2024-04-18T15:04:47.680+0000 7ffba8bc6200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-18T15:04:48.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:47 smithi060 ceph-mon[43730]: Active manager daemon a restarted 2024-04-18T15:04:48.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:47 smithi060 ceph-mon[43730]: Activating manager daemon a 2024-04-18T15:04:48.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:47 smithi060 ceph-mon[43730]: osdmap e2: 0 total, 0 up, 0 in 2024-04-18T15:04:48.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:47 smithi060 ceph-mon[43730]: mgrmap e6: a(active, starting, since 0.00371359s) 2024-04-18T15:04:48.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:47 smithi060 ceph-mon[43730]: from='mgr.14120 172.21.15.60:0/52439537' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T15:04:48.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:47 smithi060 ceph-mon[43730]: from='mgr.14120 172.21.15.60:0/52439537' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-18T15:04:48.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:47 smithi060 ceph-mon[43730]: from='mgr.14120 172.21.15.60:0/52439537' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-18T15:04:48.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:47 smithi060 ceph-mon[43730]: from='mgr.14120 172.21.15.60:0/52439537' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-18T15:04:48.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:47 smithi060 ceph-mon[43730]: from='mgr.14120 172.21.15.60:0/52439537' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-18T15:04:48.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:47 smithi060 ceph-mon[43730]: Manager daemon a is now available 2024-04-18T15:04:48.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:47 smithi060 ceph-mon[43730]: from='mgr.14120 172.21.15.60:0/52439537' entity='mgr.a' 2024-04-18T15:04:48.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:47 smithi060 ceph-mon[43730]: from='mgr.14120 172.21.15.60:0/52439537' entity='mgr.a' 2024-04-18T15:04:48.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:47 smithi060 ceph-mon[43730]: from='mgr.14120 172.21.15.60:0/52439537' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:04:48.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:47 smithi060 ceph-mon[43730]: from='mgr.14120 172.21.15.60:0/52439537' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:04:49.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:48 smithi060 ceph-mon[43730]: Found migration_current of "None". Setting to last migration. 2024-04-18T15:04:49.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:48 smithi060 ceph-mon[43730]: from='mgr.14120 172.21.15.60:0/52439537' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-18T15:04:49.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:48 smithi060 ceph-mon[43730]: from='mgr.14120 172.21.15.60:0/52439537' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-18T15:04:49.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:48 smithi060 ceph-mon[43730]: from='mgr.14120 172.21.15.60:0/52439537' entity='mgr.a' 2024-04-18T15:04:49.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:48 smithi060 ceph-mon[43730]: from='mgr.14120 172.21.15.60:0/52439537' entity='mgr.a' 2024-04-18T15:04:49.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:48 smithi060 ceph-mon[43730]: mgrmap e7: a(active, since 1.00569s) 2024-04-18T15:04:49.274 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-04-18T15:04:49.275 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-18T15:04:49.275 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-18T15:04:49.275 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-04-18T15:04:49.275 INFO:teuthology.orchestra.run.smithi060.stdout:mgr epoch 5 is available 2024-04-18T15:04:49.275 INFO:teuthology.orchestra.run.smithi060.stdout:Setting orchestrator backend to cephadm... 2024-04-18T15:04:49.995 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:49 smithi060 ceph-mon[43730]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-18T15:04:49.995 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:49 smithi060 ceph-mon[43730]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-18T15:04:50.765 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:50 smithi060 ceph-mon[43730]: mgrmap e8: a(active, since 2s) 2024-04-18T15:04:50.765 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:50 smithi060 ceph-mon[43730]: [18/Apr/2024:15:04:49] ENGINE Bus STARTING 2024-04-18T15:04:50.765 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:50 smithi060 ceph-mon[43730]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:04:50.765 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:50 smithi060 ceph-mon[43730]: from='mgr.14120 172.21.15.60:0/52439537' entity='mgr.a' 2024-04-18T15:04:50.765 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:50 smithi060 ceph-mon[43730]: from='mgr.14120 172.21.15.60:0/52439537' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:04:50.765 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:50 smithi060 ceph-mon[43730]: [18/Apr/2024:15:04:50] ENGINE Serving on http://172.21.15.60:8765 2024-04-18T15:04:50.765 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:50 smithi060 ceph-mon[43730]: from='mgr.14120 172.21.15.60:0/52439537' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:04:51.741 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-18T15:04:51.742 INFO:teuthology.orchestra.run.smithi060.stdout:Generating ssh key... 2024-04-18T15:04:52.015 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:51 smithi060 ceph-mon[43730]: [18/Apr/2024:15:04:50] ENGINE Serving on https://172.21.15.60:7150 2024-04-18T15:04:52.015 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:51 smithi060 ceph-mon[43730]: [18/Apr/2024:15:04:50] ENGINE Bus STARTED 2024-04-18T15:04:53.081 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:52 smithi060 ceph-mon[43730]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:04:53.082 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:52 smithi060 conmon[44154]: Generating public/private rsa key pair. 2024-04-18T15:04:53.082 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:52 smithi060 conmon[44154]: Your identification has been saved in /tmp/tmpu5c8a3f7/key. 2024-04-18T15:04:53.082 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:52 smithi060 conmon[44154]: Your public key has been saved in /tmp/tmpu5c8a3f7/key.pub. 2024-04-18T15:04:53.082 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:52 smithi060 conmon[44154]: The key fingerprint is: 2024-04-18T15:04:53.082 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:52 smithi060 conmon[44154]: SHA256:krN8LDZ9SIQynUlJdDtEh5cckl9x4uOx7gsNYmX+yXg ceph-bee9a71e-fd94-11ee-bc92-c7b262605968 2024-04-18T15:04:53.082 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:52 smithi060 conmon[44154]: The key's randomart image is: 2024-04-18T15:04:53.082 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:52 smithi060 conmon[44154]: +---[RSA 3072]----+ 2024-04-18T15:04:53.082 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:52 smithi060 conmon[44154]: | o+o=+ooo.. | 2024-04-18T15:04:53.082 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:52 smithi060 conmon[44154]: | o.*o++..o | 2024-04-18T15:04:53.082 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:52 smithi060 conmon[44154]: | o = +oo.+ | 2024-04-18T15:04:53.082 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:52 smithi060 conmon[44154]: | o o =.. + | 2024-04-18T15:04:53.082 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:52 smithi060 conmon[44154]: | + S o o | 2024-04-18T15:04:53.083 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:52 smithi060 conmon[44154]: | . O o B . | 2024-04-18T15:04:53.083 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:52 smithi060 conmon[44154]: | * = + E | 2024-04-18T15:04:53.083 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:52 smithi060 conmon[44154]: | . + . + | 2024-04-18T15:04:53.083 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:52 smithi060 conmon[44154]: | o. | 2024-04-18T15:04:53.083 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:04:52 smithi060 conmon[44154]: +----[SHA256]-----+ 2024-04-18T15:04:54.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:53 smithi060 ceph-mon[43730]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:04:54.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:53 smithi060 ceph-mon[43730]: Generating ssh key... 2024-04-18T15:04:54.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:53 smithi060 ceph-mon[43730]: from='mgr.14120 172.21.15.60:0/52439537' entity='mgr.a' 2024-04-18T15:04:54.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:53 smithi060 ceph-mon[43730]: from='mgr.14120 172.21.15.60:0/52439537' entity='mgr.a' 2024-04-18T15:04:54.707 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdvnqnWtrgjvbgrCBLSsBQOOiJzZPGvUbCyMzoriYx2kbmU8al/aoHyKebqIGC7rpHmPOsuwONjfD0IaHKZ2IE23VZ79OukGMXTFyTjnx2W3s4hZpKymYHpXorDl445Myt+EUILisE0Q29nhlqkQiKj7954Dpk8LiBqwYHA5w9iZqEMd34jsNRraUps8GiNPd7JXRYtC0IlIpoBhkAidfkag5ARr9M2deCTn2ZPdjJiAhYHVeue3lmQaMHqbR8gg/fHz3qIH/eW29wvGR+IC3RWjMktASVGuF77WXxpoQCDgTedhApfT5C+fLXNush1anN31wvNy81Gs/Uh9Ls2Lyxml/D48wHT7TpuNuhU+J5yXGh/ZSPmIl/D3tuDFkINkmOpj6sDhOUt2UKRp1u4DcJjLvccEFi9fERrPvGBHkoeGYg2RMp2i3ptac8mt7zgrAn1KtY9OaTZK0fsYa2f0VEBY7wEwlgnFzPi4u/S1ZT2H2PyyqX3F9Es7gTIr8qRac= ceph-bee9a71e-fd94-11ee-bc92-c7b262605968 2024-04-18T15:04:54.708 INFO:teuthology.orchestra.run.smithi060.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-18T15:04:54.708 INFO:teuthology.orchestra.run.smithi060.stdout:Adding key to root@localhost authorized_keys... 2024-04-18T15:04:54.710 INFO:teuthology.orchestra.run.smithi060.stdout:Adding host smithi060... 2024-04-18T15:04:55.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:55 smithi060 ceph-mon[43730]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:04:56.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:56 smithi060 ceph-mon[43730]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi060", "addr": "172.21.15.60", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:04:56.292 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:56 smithi060 ceph-mon[43730]: Deploying cephadm binary to smithi060 2024-04-18T15:04:58.523 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout Added host 'smithi060' with addr '172.21.15.60' 2024-04-18T15:04:58.524 INFO:teuthology.orchestra.run.smithi060.stdout:Deploying unmanaged mon service... 2024-04-18T15:04:59.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:58 smithi060 ceph-mon[43730]: from='mgr.14120 172.21.15.60:0/52439537' entity='mgr.a' 2024-04-18T15:04:59.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:58 smithi060 ceph-mon[43730]: Added host smithi060 2024-04-18T15:04:59.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:04:58 smithi060 ceph-mon[43730]: from='mgr.14120 172.21.15.60:0/52439537' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:05:00.065 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-18T15:05:00.065 INFO:teuthology.orchestra.run.smithi060.stdout:Deploying unmanaged mgr service... 2024-04-18T15:05:00.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:00 smithi060 ceph-mon[43730]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:05:00.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:00 smithi060 ceph-mon[43730]: Saving service mon spec with placement count:5 2024-04-18T15:05:00.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:00 smithi060 ceph-mon[43730]: from='mgr.14120 172.21.15.60:0/52439537' entity='mgr.a' 2024-04-18T15:05:00.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:00 smithi060 ceph-mon[43730]: from='mgr.14120 172.21.15.60:0/52439537' entity='mgr.a' 2024-04-18T15:05:01.456 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-18T15:05:01.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:01 smithi060 ceph-mon[43730]: from='mgr.14120 172.21.15.60:0/52439537' entity='mgr.a' 2024-04-18T15:05:01.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:01 smithi060 ceph-mon[43730]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:05:01.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:01 smithi060 ceph-mon[43730]: Saving service mgr spec with placement count:2 2024-04-18T15:05:01.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:01 smithi060 ceph-mon[43730]: from='mgr.14120 172.21.15.60:0/52439537' entity='mgr.a' 2024-04-18T15:05:03.149 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:02 smithi060 ceph-mon[43730]: from='mgr.14120 172.21.15.60:0/52439537' entity='mgr.a' 2024-04-18T15:05:03.149 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:02 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/3288698928' entity='client.admin' 2024-04-18T15:05:03.149 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:02 smithi060 ceph-mon[43730]: from='mgr.14120 172.21.15.60:0/52439537' entity='mgr.a' 2024-04-18T15:05:04.281 INFO:teuthology.orchestra.run.smithi060.stdout:Enabling the dashboard module... 2024-04-18T15:05:04.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:04 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/4179619862' entity='client.admin' 2024-04-18T15:05:06.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:05 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/3354103867' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-18T15:05:06.162 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:05 smithi060 conmon[44154]: ignoring --setuser ceph since I am not root 2024-04-18T15:05:06.162 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:05 smithi060 conmon[44154]: ignoring --setgroup ceph since I am not root 2024-04-18T15:05:06.486 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:06 smithi060 conmon[44154]: 2024-04-18T15:05:06.177+0000 7fb6347fe200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-18T15:05:06.486 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:06 smithi060 conmon[44154]: 2024-04-18T15:05:06.290+0000 7fb6347fe200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-18T15:05:06.486 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:06 smithi060 conmon[44154]: 2024-04-18T15:05:06.395+0000 7fb6347fe200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-18T15:05:06.486 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:06 smithi060 conmon[44154]: 2024-04-18T15:05:06.492+0000 7fb6347fe200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-18T15:05:06.913 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:06 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/3354103867' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-18T15:05:06.913 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:06 smithi060 ceph-mon[43730]: mgrmap e9: a(active, since 17s) 2024-04-18T15:05:07.447 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-04-18T15:05:07.448 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-18T15:05:07.448 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-18T15:05:07.448 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-18T15:05:07.448 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-18T15:05:07.448 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-04-18T15:05:07.448 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for the mgr to restart... 2024-04-18T15:05:07.448 INFO:teuthology.orchestra.run.smithi060.stdout:Waiting for mgr epoch 9... 2024-04-18T15:05:07.519 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:07 smithi060 conmon[44154]: 2024-04-18T15:05:07.223+0000 7fb6347fe200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-18T15:05:07.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:07 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/1102160366' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-18T15:05:07.911 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:07 smithi060 conmon[44154]: 2024-04-18T15:05:07.525+0000 7fb6347fe200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-18T15:05:07.911 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:07 smithi060 conmon[44154]: 2024-04-18T15:05:07.625+0000 7fb6347fe200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-18T15:05:07.912 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:07 smithi060 conmon[44154]: 2024-04-18T15:05:07.752+0000 7fb6347fe200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-18T15:05:08.411 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:07 smithi060 conmon[44154]: 2024-04-18T15:05:07.941+0000 7fb6347fe200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-18T15:05:08.411 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:08 smithi060 conmon[44154]: 2024-04-18T15:05:08.085+0000 7fb6347fe200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-18T15:05:08.411 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:08 smithi060 conmon[44154]: 2024-04-18T15:05:08.181+0000 7fb6347fe200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-18T15:05:08.911 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:08 smithi060 conmon[44154]: 2024-04-18T15:05:08.602+0000 7fb6347fe200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-18T15:05:09.362 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:09 smithi060 conmon[44154]: 2024-04-18T15:05:09.044+0000 7fb6347fe200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-18T15:05:09.363 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:09 smithi060 conmon[44154]: 2024-04-18T15:05:09.262+0000 7fb6347fe200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-18T15:05:09.661 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:09 smithi060 conmon[44154]: 2024-04-18T15:05:09.368+0000 7fb6347fe200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-18T15:05:10.509 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:10 smithi060 conmon[44154]: 2024-04-18T15:05:10.238+0000 7fb6347fe200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-18T15:05:10.509 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:10 smithi060 conmon[44154]: 2024-04-18T15:05:10.346+0000 7fb6347fe200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-18T15:05:10.911 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:10 smithi060 conmon[44154]: 2024-04-18T15:05:10.515+0000 7fb6347fe200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-18T15:05:11.650 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:11 smithi060 conmon[44154]: 2024-04-18T15:05:11.232+0000 7fb6347fe200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-18T15:05:11.650 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:11 smithi060 conmon[44154]: 2024-04-18T15:05:11.438+0000 7fb6347fe200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-18T15:05:11.650 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:11 smithi060 conmon[44154]: 2024-04-18T15:05:11.656+0000 7fb6347fe200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-18T15:05:13.034 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:12 smithi060 conmon[44154]: 2024-04-18T15:05:12.715+0000 7fb6347fe200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-18T15:05:13.352 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:13 smithi060 conmon[44154]: 2024-04-18T15:05:13.040+0000 7fb6347fe200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-18T15:05:13.352 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:13 smithi060 conmon[44154]: 2024-04-18T15:05:13.141+0000 7fb6347fe200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-18T15:05:13.661 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:05:13 smithi060 conmon[44154]: 2024-04-18T15:05:13.358+0000 7fb6347fe200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-18T15:05:13.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:13 smithi060 ceph-mon[43730]: Active manager daemon a restarted 2024-04-18T15:05:13.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:13 smithi060 ceph-mon[43730]: Activating manager daemon a 2024-04-18T15:05:13.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:13 smithi060 ceph-mon[43730]: osdmap e3: 0 total, 0 up, 0 in 2024-04-18T15:05:13.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:13 smithi060 ceph-mon[43730]: mgrmap e10: a(active, starting, since 0.00351199s) 2024-04-18T15:05:13.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:13 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T15:05:13.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:13 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-18T15:05:13.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:13 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-18T15:05:13.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:13 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-18T15:05:13.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:13 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-18T15:05:13.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:13 smithi060 ceph-mon[43730]: Manager daemon a is now available 2024-04-18T15:05:13.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:13 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:05:14.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:14 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-18T15:05:14.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:14 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-18T15:05:14.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:14 smithi060 ceph-mon[43730]: mgrmap e11: a(active, since 1.00628s) 2024-04-18T15:05:14.945 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout { 2024-04-18T15:05:14.945 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-18T15:05:14.945 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-18T15:05:14.945 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout } 2024-04-18T15:05:14.945 INFO:teuthology.orchestra.run.smithi060.stdout:mgr epoch 9 is available 2024-04-18T15:05:14.945 INFO:teuthology.orchestra.run.smithi060.stdout:Generating a dashboard self-signed certificate... 2024-04-18T15:05:15.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:15 smithi060 ceph-mon[43730]: [18/Apr/2024:15:05:14] ENGINE Bus STARTING 2024-04-18T15:05:15.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:15 smithi060 ceph-mon[43730]: [18/Apr/2024:15:05:14] ENGINE Serving on http://172.21.15.60:8765 2024-04-18T15:05:15.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:15 smithi060 ceph-mon[43730]: [18/Apr/2024:15:05:14] ENGINE Serving on https://172.21.15.60:7150 2024-04-18T15:05:15.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:15 smithi060 ceph-mon[43730]: [18/Apr/2024:15:05:14] ENGINE Bus STARTED 2024-04-18T15:05:15.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:15 smithi060 ceph-mon[43730]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-18T15:05:15.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:15 smithi060 ceph-mon[43730]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-18T15:05:15.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:15 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:16.330 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-18T15:05:16.330 INFO:teuthology.orchestra.run.smithi060.stdout:Creating initial admin user... 2024-04-18T15:05:17.011 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:16 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:17.012 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:16 smithi060 ceph-mon[43730]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:05:17.012 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:16 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:17.012 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:16 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:17.012 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:16 smithi060 ceph-mon[43730]: mgrmap e12: a(active, since 2s) 2024-04-18T15:05:18.046 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$k1xJfsE6rEqDswyh0Zdc5uNWHX4dfngftJkgrdHujNk/37ua19KPa", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713452717, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-18T15:05:18.046 INFO:teuthology.orchestra.run.smithi060.stdout:Fetching dashboard port number... 2024-04-18T15:05:18.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:18 smithi060 ceph-mon[43730]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:05:18.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:18 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:19.421 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stdout 8443 2024-04-18T15:05:19.434 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-18T15:05:19.434 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout disabled 2024-04-18T15:05:19.444 INFO:teuthology.orchestra.run.smithi060.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-18T15:05:19.444 INFO:teuthology.orchestra.run.smithi060.stdout:systemctl: stdout inactive 2024-04-18T15:05:19.444 INFO:teuthology.orchestra.run.smithi060.stdout:firewalld.service is not enabled 2024-04-18T15:05:19.444 INFO:teuthology.orchestra.run.smithi060.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-18T15:05:19.447 INFO:teuthology.orchestra.run.smithi060.stdout:Ceph Dashboard is now available at: 2024-04-18T15:05:19.447 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:05:19.447 INFO:teuthology.orchestra.run.smithi060.stdout: URL: https://smithi060:8443/ 2024-04-18T15:05:19.447 INFO:teuthology.orchestra.run.smithi060.stdout: User: admin 2024-04-18T15:05:19.447 INFO:teuthology.orchestra.run.smithi060.stdout: Password: gnlyz7rr0v 2024-04-18T15:05:19.447 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:05:19.447 INFO:teuthology.orchestra.run.smithi060.stdout:Saving cluster configuration to /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config directory 2024-04-18T15:05:19.448 INFO:teuthology.orchestra.run.smithi060.stdout:Enabling autotune for osd_memory_target 2024-04-18T15:05:19.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:19 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/1051546491' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-18T15:05:21.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:21 smithi060 ceph-mon[43730]: mgrmap e13: a(active, since 6s) 2024-04-18T15:05:22.212 INFO:teuthology.orchestra.run.smithi060.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-18T15:05:22.213 INFO:teuthology.orchestra.run.smithi060.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-18T15:05:22.213 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:05:22.213 INFO:teuthology.orchestra.run.smithi060.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-18T15:05:22.213 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:05:22.213 INFO:teuthology.orchestra.run.smithi060.stdout:Or, if you are only running a single cluster on this host: 2024-04-18T15:05:22.213 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:05:22.214 INFO:teuthology.orchestra.run.smithi060.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-18T15:05:22.214 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:05:22.214 INFO:teuthology.orchestra.run.smithi060.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-18T15:05:22.214 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:05:22.214 INFO:teuthology.orchestra.run.smithi060.stdout: ceph telemetry on 2024-04-18T15:05:22.214 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:05:22.214 INFO:teuthology.orchestra.run.smithi060.stdout:For more information see: 2024-04-18T15:05:22.214 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:05:22.214 INFO:teuthology.orchestra.run.smithi060.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-18T15:05:22.214 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:05:22.214 INFO:teuthology.orchestra.run.smithi060.stdout:Bootstrap complete. 2024-04-18T15:05:22.261 INFO:tasks.cephadm:Fetching config... 2024-04-18T15:05:22.262 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-18T15:05:22.262 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-18T15:05:22.281 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-18T15:05:22.282 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-18T15:05:22.282 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-18T15:05:22.341 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-18T15:05:22.341 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-18T15:05:22.341 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-18T15:05:22.416 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-18T15:05:22.416 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-18T15:05:22.417 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-18T15:05:22.476 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-18T15:05:22.477 DEBUG:teuthology.orchestra.run.smithi060:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdvnqnWtrgjvbgrCBLSsBQOOiJzZPGvUbCyMzoriYx2kbmU8al/aoHyKebqIGC7rpHmPOsuwONjfD0IaHKZ2IE23VZ79OukGMXTFyTjnx2W3s4hZpKymYHpXorDl445Myt+EUILisE0Q29nhlqkQiKj7954Dpk8LiBqwYHA5w9iZqEMd34jsNRraUps8GiNPd7JXRYtC0IlIpoBhkAidfkag5ARr9M2deCTn2ZPdjJiAhYHVeue3lmQaMHqbR8gg/fHz3qIH/eW29wvGR+IC3RWjMktASVGuF77WXxpoQCDgTedhApfT5C+fLXNush1anN31wvNy81Gs/Uh9Ls2Lyxml/D48wHT7TpuNuhU+J5yXGh/ZSPmIl/D3tuDFkINkmOpj6sDhOUt2UKRp1u4DcJjLvccEFi9fERrPvGBHkoeGYg2RMp2i3ptac8mt7zgrAn1KtY9OaTZK0fsYa2f0VEBY7wEwlgnFzPi4u/S1ZT2H2PyyqX3F9Es7gTIr8qRac= ceph-bee9a71e-fd94-11ee-bc92-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-18T15:05:22.569 INFO:teuthology.orchestra.run.smithi060.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdvnqnWtrgjvbgrCBLSsBQOOiJzZPGvUbCyMzoriYx2kbmU8al/aoHyKebqIGC7rpHmPOsuwONjfD0IaHKZ2IE23VZ79OukGMXTFyTjnx2W3s4hZpKymYHpXorDl445Myt+EUILisE0Q29nhlqkQiKj7954Dpk8LiBqwYHA5w9iZqEMd34jsNRraUps8GiNPd7JXRYtC0IlIpoBhkAidfkag5ARr9M2deCTn2ZPdjJiAhYHVeue3lmQaMHqbR8gg/fHz3qIH/eW29wvGR+IC3RWjMktASVGuF77WXxpoQCDgTedhApfT5C+fLXNush1anN31wvNy81Gs/Uh9Ls2Lyxml/D48wHT7TpuNuhU+J5yXGh/ZSPmIl/D3tuDFkINkmOpj6sDhOUt2UKRp1u4DcJjLvccEFi9fERrPvGBHkoeGYg2RMp2i3ptac8mt7zgrAn1KtY9OaTZK0fsYa2f0VEBY7wEwlgnFzPi4u/S1ZT2H2PyyqX3F9Es7gTIr8qRac= ceph-bee9a71e-fd94-11ee-bc92-c7b262605968 2024-04-18T15:05:22.584 DEBUG:teuthology.orchestra.run.smithi110:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdvnqnWtrgjvbgrCBLSsBQOOiJzZPGvUbCyMzoriYx2kbmU8al/aoHyKebqIGC7rpHmPOsuwONjfD0IaHKZ2IE23VZ79OukGMXTFyTjnx2W3s4hZpKymYHpXorDl445Myt+EUILisE0Q29nhlqkQiKj7954Dpk8LiBqwYHA5w9iZqEMd34jsNRraUps8GiNPd7JXRYtC0IlIpoBhkAidfkag5ARr9M2deCTn2ZPdjJiAhYHVeue3lmQaMHqbR8gg/fHz3qIH/eW29wvGR+IC3RWjMktASVGuF77WXxpoQCDgTedhApfT5C+fLXNush1anN31wvNy81Gs/Uh9Ls2Lyxml/D48wHT7TpuNuhU+J5yXGh/ZSPmIl/D3tuDFkINkmOpj6sDhOUt2UKRp1u4DcJjLvccEFi9fERrPvGBHkoeGYg2RMp2i3ptac8mt7zgrAn1KtY9OaTZK0fsYa2f0VEBY7wEwlgnFzPi4u/S1ZT2H2PyyqX3F9Es7gTIr8qRac= ceph-bee9a71e-fd94-11ee-bc92-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-18T15:05:22.629 INFO:teuthology.orchestra.run.smithi110.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdvnqnWtrgjvbgrCBLSsBQOOiJzZPGvUbCyMzoriYx2kbmU8al/aoHyKebqIGC7rpHmPOsuwONjfD0IaHKZ2IE23VZ79OukGMXTFyTjnx2W3s4hZpKymYHpXorDl445Myt+EUILisE0Q29nhlqkQiKj7954Dpk8LiBqwYHA5w9iZqEMd34jsNRraUps8GiNPd7JXRYtC0IlIpoBhkAidfkag5ARr9M2deCTn2ZPdjJiAhYHVeue3lmQaMHqbR8gg/fHz3qIH/eW29wvGR+IC3RWjMktASVGuF77WXxpoQCDgTedhApfT5C+fLXNush1anN31wvNy81Gs/Uh9Ls2Lyxml/D48wHT7TpuNuhU+J5yXGh/ZSPmIl/D3tuDFkINkmOpj6sDhOUt2UKRp1u4DcJjLvccEFi9fERrPvGBHkoeGYg2RMp2i3ptac8mt7zgrAn1KtY9OaTZK0fsYa2f0VEBY7wEwlgnFzPi4u/S1ZT2H2PyyqX3F9Es7gTIr8qRac= ceph-bee9a71e-fd94-11ee-bc92-c7b262605968 2024-04-18T15:05:22.642 DEBUG:teuthology.orchestra.run.smithi154:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdvnqnWtrgjvbgrCBLSsBQOOiJzZPGvUbCyMzoriYx2kbmU8al/aoHyKebqIGC7rpHmPOsuwONjfD0IaHKZ2IE23VZ79OukGMXTFyTjnx2W3s4hZpKymYHpXorDl445Myt+EUILisE0Q29nhlqkQiKj7954Dpk8LiBqwYHA5w9iZqEMd34jsNRraUps8GiNPd7JXRYtC0IlIpoBhkAidfkag5ARr9M2deCTn2ZPdjJiAhYHVeue3lmQaMHqbR8gg/fHz3qIH/eW29wvGR+IC3RWjMktASVGuF77WXxpoQCDgTedhApfT5C+fLXNush1anN31wvNy81Gs/Uh9Ls2Lyxml/D48wHT7TpuNuhU+J5yXGh/ZSPmIl/D3tuDFkINkmOpj6sDhOUt2UKRp1u4DcJjLvccEFi9fERrPvGBHkoeGYg2RMp2i3ptac8mt7zgrAn1KtY9OaTZK0fsYa2f0VEBY7wEwlgnFzPi4u/S1ZT2H2PyyqX3F9Es7gTIr8qRac= ceph-bee9a71e-fd94-11ee-bc92-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-18T15:05:22.688 INFO:teuthology.orchestra.run.smithi154.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdvnqnWtrgjvbgrCBLSsBQOOiJzZPGvUbCyMzoriYx2kbmU8al/aoHyKebqIGC7rpHmPOsuwONjfD0IaHKZ2IE23VZ79OukGMXTFyTjnx2W3s4hZpKymYHpXorDl445Myt+EUILisE0Q29nhlqkQiKj7954Dpk8LiBqwYHA5w9iZqEMd34jsNRraUps8GiNPd7JXRYtC0IlIpoBhkAidfkag5ARr9M2deCTn2ZPdjJiAhYHVeue3lmQaMHqbR8gg/fHz3qIH/eW29wvGR+IC3RWjMktASVGuF77WXxpoQCDgTedhApfT5C+fLXNush1anN31wvNy81Gs/Uh9Ls2Lyxml/D48wHT7TpuNuhU+J5yXGh/ZSPmIl/D3tuDFkINkmOpj6sDhOUt2UKRp1u4DcJjLvccEFi9fERrPvGBHkoeGYg2RMp2i3ptac8mt7zgrAn1KtY9OaTZK0fsYa2f0VEBY7wEwlgnFzPi4u/S1ZT2H2PyyqX3F9Es7gTIr8qRac= ceph-bee9a71e-fd94-11ee-bc92-c7b262605968 2024-04-18T15:05:22.701 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-18T15:05:22.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:22 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/3491061536' entity='client.admin' 2024-04-18T15:05:23.022 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:05:25.710 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-18T15:05:25.711 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-18T15:05:26.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:26 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/2828613453' entity='client.admin' 2024-04-18T15:05:26.558 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:05:27.774 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:27 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:27.774 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:27 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:27.774 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:27 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:05:27.774 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:27 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:27.774 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:27 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:05:27.775 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:27 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:28.946 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi110 2024-04-18T15:05:28.947 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-18T15:05:28.947 DEBUG:teuthology.orchestra.run.smithi110:> dd of=/etc/ceph/ceph.conf 2024-04-18T15:05:28.967 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-18T15:05:28.967 DEBUG:teuthology.orchestra.run.smithi110:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-18T15:05:29.028 INFO:tasks.cephadm:Adding host smithi110 to orchestrator... 2024-04-18T15:05:29.028 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph orch host add smithi110 2024-04-18T15:05:29.364 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:05:29.562 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:29 smithi060 ceph-mon[43730]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:05:29.562 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:29 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:29.562 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:29 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:05:29.562 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:29 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:05:29.562 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:29 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:05:29.562 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:29 smithi060 ceph-mon[43730]: Updating smithi060:/etc/ceph/ceph.conf 2024-04-18T15:05:29.562 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:29 smithi060 ceph-mon[43730]: Updating smithi060:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T15:05:30.641 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:30 smithi060 ceph-mon[43730]: Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2024-04-18T15:05:30.641 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:30 smithi060 ceph-mon[43730]: Updating smithi060:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T15:05:30.641 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:30 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:30.641 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:30 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:30.641 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:30 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:32.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:31 smithi060 ceph-mon[43730]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi110", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:05:32.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:31 smithi060 ceph-mon[43730]: Deploying cephadm binary to smithi110 2024-04-18T15:05:33.433 INFO:teuthology.orchestra.run.smithi060.stdout:Added host 'smithi110' with addr '172.21.15.110' 2024-04-18T15:05:34.135 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph orch host ls --format=json 2024-04-18T15:05:34.464 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:05:34.697 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:34 smithi060 ceph-mon[43730]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:05:34.697 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:34 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:34.697 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:34 smithi060 ceph-mon[43730]: Added host smithi110 2024-04-18T15:05:34.697 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:34 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:05:34.697 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:34 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:34.697 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:34 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:36.125 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:05:36.126 INFO:teuthology.orchestra.run.smithi060.stdout:[{"addr": "172.21.15.60", "hostname": "smithi060", "labels": [], "status": ""}, {"addr": "172.21.15.110", "hostname": "smithi110", "labels": [], "status": ""}] 2024-04-18T15:05:36.150 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:35 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:36.150 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:35 smithi060 ceph-mon[43730]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:05:36.715 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi154 2024-04-18T15:05:36.716 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-18T15:05:36.716 DEBUG:teuthology.orchestra.run.smithi154:> dd of=/etc/ceph/ceph.conf 2024-04-18T15:05:36.736 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-18T15:05:36.737 DEBUG:teuthology.orchestra.run.smithi154:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-18T15:05:36.797 INFO:tasks.cephadm:Adding host smithi154 to orchestrator... 2024-04-18T15:05:36.797 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph orch host add smithi154 2024-04-18T15:05:37.124 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:05:37.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:36 smithi060 ceph-mon[43730]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T15:05:38.071 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:37 smithi060 ceph-mon[43730]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:05:39.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:38 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:39.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:38 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:39.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:38 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:39.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:38 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:39.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:38 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi110", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:05:39.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:38 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:05:39.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:38 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:05:39.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:38 smithi060 ceph-mon[43730]: Updating smithi110:/etc/ceph/ceph.conf 2024-04-18T15:05:39.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:38 smithi060 ceph-mon[43730]: Updating smithi110:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T15:05:39.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:38 smithi060 ceph-mon[43730]: Updating smithi110:/etc/ceph/ceph.client.admin.keyring 2024-04-18T15:05:39.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:38 smithi060 ceph-mon[43730]: Updating smithi110:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T15:05:39.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:38 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:39.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:38 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:39.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:38 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:40.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:39 smithi060 ceph-mon[43730]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi154", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:05:40.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:39 smithi060 ceph-mon[43730]: Deploying cephadm binary to smithi154 2024-04-18T15:05:40.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:39 smithi060 ceph-mon[43730]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:05:41.096 INFO:teuthology.orchestra.run.smithi060.stdout:Added host 'smithi154' with addr '172.21.15.154' 2024-04-18T15:05:41.696 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph orch host ls --format=json 2024-04-18T15:05:42.018 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:05:42.402 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:42 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:42.402 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:42 smithi060 ceph-mon[43730]: Added host smithi154 2024-04-18T15:05:42.402 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:42 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:05:42.402 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:42 smithi060 ceph-mon[43730]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:05:42.402 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:42 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:42.402 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:42 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:43.664 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:05:43.664 INFO:teuthology.orchestra.run.smithi060.stdout:[{"addr": "172.21.15.60", "hostname": "smithi060", "labels": [], "status": ""}, {"addr": "172.21.15.110", "hostname": "smithi110", "labels": [], "status": ""}, {"addr": "172.21.15.154", "hostname": "smithi154", "labels": [], "status": ""}] 2024-04-18T15:05:43.858 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:43 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:44.330 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-18T15:05:44.330 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph osd crush tunables default 2024-04-18T15:05:44.653 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:05:44.844 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:44 smithi060 ceph-mon[43730]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:05:44.844 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:44 smithi060 ceph-mon[43730]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T15:05:46.802 INFO:teuthology.orchestra.run.smithi060.stderr:adjusted tunables profile to default 2024-04-18T15:05:46.830 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:46 smithi060 ceph-mon[43730]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:05:46.830 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:46 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:46.830 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:46 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:46.830 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:46 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:46.830 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:46 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:46.830 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:46 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi154", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:05:46.830 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:46 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:05:46.830 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:46 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:05:46.830 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:46 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/3412969331' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-18T15:05:47.414 INFO:tasks.cephadm:Adding mon.a on smithi060 2024-04-18T15:05:47.415 INFO:tasks.cephadm:Adding mon.b on smithi110 2024-04-18T15:05:47.415 INFO:tasks.cephadm:Adding mon.c on smithi154 2024-04-18T15:05:47.415 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph orch apply mon '3;smithi060:172.21.15.60=a;smithi110:172.21.15.110=b;smithi154:172.21.15.154=c' 2024-04-18T15:05:47.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:47 smithi060 ceph-mon[43730]: Updating smithi154:/etc/ceph/ceph.conf 2024-04-18T15:05:47.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:47 smithi060 ceph-mon[43730]: Updating smithi154:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T15:05:47.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:47 smithi060 ceph-mon[43730]: Updating smithi154:/etc/ceph/ceph.client.admin.keyring 2024-04-18T15:05:47.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:47 smithi060 ceph-mon[43730]: Updating smithi154:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T15:05:47.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:47 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:47.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:47 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:47.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:47 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:47.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:47 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/3412969331' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-18T15:05:47.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:47 smithi060 ceph-mon[43730]: osdmap e4: 0 total, 0 up, 0 in 2024-04-18T15:05:47.729 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T15:05:48.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:48 smithi060 ceph-mon[43730]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:05:49.295 INFO:teuthology.orchestra.run.smithi154.stdout:Scheduled mon update... 2024-04-18T15:05:49.934 DEBUG:teuthology.orchestra.run.smithi110:mon.b> sudo journalctl -f -n 0 -u ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@mon.b.service 2024-04-18T15:05:49.937 DEBUG:teuthology.orchestra.run.smithi154:mon.c> sudo journalctl -f -n 0 -u ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@mon.c.service 2024-04-18T15:05:49.939 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-18T15:05:49.940 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph mon dump -f json 2024-04-18T15:05:49.972 INFO:journalctl@ceph.mon.c.smithi154.stdout:-- Logs begin at Thu 2024-04-18 14:41:28 UTC. -- 2024-04-18T15:05:49.974 INFO:journalctl@ceph.mon.b.smithi110.stdout:-- Logs begin at Thu 2024-04-18 14:41:01 UTC. -- 2024-04-18T15:05:50.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:50 smithi060 ceph-mon[43730]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi060:172.21.15.60=a;smithi110:172.21.15.110=b;smithi154:172.21.15.154=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:05:50.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:50 smithi060 ceph-mon[43730]: Saving service mon spec with placement smithi060:172.21.15.60=a;smithi110:172.21.15.110=b;smithi154:172.21.15.154=c;count:3 2024-04-18T15:05:50.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:50 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:50.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:50 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:05:50.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:50 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:05:50.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:50 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:05:50.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:50 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:50.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:50 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T15:05:50.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:50 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:05:50.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:50 smithi060 ceph-mon[43730]: Deploying daemon mon.c on smithi154 2024-04-18T15:05:50.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:50 smithi060 ceph-mon[43730]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:05:50.827 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T15:05:52.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:52 smithi060 ceph-mon[43730]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:05:53.242 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:05:53.242 INFO:teuthology.orchestra.run.smithi154.stdout:{"epoch":1,"fsid":"bee9a71e-fd94-11ee-bc92-c7b262605968","modified":"2024-04-18T15:04:17.302006Z","created":"2024-04-18T15:04:17.302006Z","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.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-18T15:05:53.244 INFO:teuthology.orchestra.run.smithi154.stderr:dumped monmap epoch 1 2024-04-18T15:05:53.279 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:53.686 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:53.686 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:53.686 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:53.686 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi110", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:05:53.686 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:05:53.687 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:05:53.687 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: Updating smithi110:/etc/ceph/ceph.conf 2024-04-18T15:05:53.687 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: Updating smithi110:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T15:05:53.687 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: Updating smithi110:/etc/ceph/ceph.client.admin.keyring 2024-04-18T15:05:53.687 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: Updating smithi110:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T15:05:53.687 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:53.687 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:53.687 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:53.687 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi154", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:05:53.687 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: Deploying cephadm binary to smithi154 2024-04-18T15:05:53.687 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:05:53.688 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:53.688 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: Added host smithi154 2024-04-18T15:05:53.688 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:05:53.688 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:05:53.688 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:53.688 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:53.688 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:53.688 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:05:53.688 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T15:05:53.688 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:05:53.688 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:53.689 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:53.689 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:53.689 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:53.689 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi154", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:05:53.689 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:05:53.689 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:05:53.689 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='client.? 172.21.15.60:0/3412969331' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-18T15:05:53.689 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: Updating smithi154:/etc/ceph/ceph.conf 2024-04-18T15:05:53.689 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: Updating smithi154:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T15:05:53.689 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: Updating smithi154:/etc/ceph/ceph.client.admin.keyring 2024-04-18T15:05:53.689 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: Updating smithi154:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T15:05:53.689 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:53.689 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:53.690 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:53.690 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='client.? 172.21.15.60:0/3412969331' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-18T15:05:53.690 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: osdmap e4: 0 total, 0 up, 0 in 2024-04-18T15:05:53.690 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:05:53.690 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi060:172.21.15.60=a;smithi110:172.21.15.110=b;smithi154:172.21.15.154=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:05:53.690 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: Saving service mon spec with placement smithi060:172.21.15.60=a;smithi110:172.21.15.110=b;smithi154:172.21.15.154=c;count:3 2024-04-18T15:05:53.690 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:53.690 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:05:53.690 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:05:53.690 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:05:53.690 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:53.690 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T15:05:53.690 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:05:53.691 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: Deploying daemon mon.c on smithi154 2024-04-18T15:05:53.691 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:05:53.691 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:05:53.691 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:53 smithi154 ceph-mon[48475]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-04-18T15:05:54.935 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-18T15:05:54.935 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph mon dump -f json 2024-04-18T15:05:55.234 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.c/config 2024-04-18T15:05:58.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:58 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T15:05:58.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:58 smithi060 ceph-mon[43730]: mon.a calling monitor election 2024-04-18T15:05:58.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:58 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:05:58.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:58 smithi060 ceph-mon[43730]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:05:58.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:58 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:05:58.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:58 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:05:58.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:58 smithi060 ceph-mon[43730]: mon.c calling monitor election 2024-04-18T15:05:58.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:58 smithi060 ceph-mon[43730]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:05:58.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:58 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:05:58.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:58 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:05:58.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:58 smithi060 ceph-mon[43730]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:05:58.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:58 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:05:58.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:58 smithi060 ceph-mon[43730]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-18T15:05:58.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:58 smithi060 ceph-mon[43730]: monmap e2: 2 mons at {a=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],c=[v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-18T15:05:58.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:58 smithi060 ceph-mon[43730]: fsmap 2024-04-18T15:05:58.663 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:58 smithi060 ceph-mon[43730]: osdmap e4: 0 total, 0 up, 0 in 2024-04-18T15:05:58.663 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:58 smithi060 ceph-mon[43730]: mgrmap e13: a(active, since 44s) 2024-04-18T15:05:58.663 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:58 smithi060 ceph-mon[43730]: overall HEALTH_OK 2024-04-18T15:05:58.663 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:58 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:58.663 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:58 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:58.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:58 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T15:05:58.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:58 smithi154 ceph-mon[48475]: mon.a calling monitor election 2024-04-18T15:05:58.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:58 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:05:58.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:58 smithi154 ceph-mon[48475]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:05:58.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:58 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:05:58.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:58 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:05:58.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:58 smithi154 ceph-mon[48475]: mon.c calling monitor election 2024-04-18T15:05:58.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:58 smithi154 ceph-mon[48475]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:05:58.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:58 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:05:58.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:58 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:05:58.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:58 smithi154 ceph-mon[48475]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:05:58.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:58 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:05:58.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:58 smithi154 ceph-mon[48475]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-18T15:05:58.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:58 smithi154 ceph-mon[48475]: monmap e2: 2 mons at {a=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],c=[v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-18T15:05:58.696 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:58 smithi154 ceph-mon[48475]: fsmap 2024-04-18T15:05:58.696 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:58 smithi154 ceph-mon[48475]: osdmap e4: 0 total, 0 up, 0 in 2024-04-18T15:05:58.696 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:58 smithi154 ceph-mon[48475]: mgrmap e13: a(active, since 44s) 2024-04-18T15:05:58.696 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:58 smithi154 ceph-mon[48475]: overall HEALTH_OK 2024-04-18T15:05:58.696 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:58 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:58.696 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:58 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:59.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:59 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:59.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:59 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T15:05:59.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:59 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:05:59.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:59 smithi060 ceph-mon[43730]: Deploying daemon mon.b on smithi110 2024-04-18T15:05:59.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:05:59 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:05:59.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:59 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:05:59.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:59 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T15:05:59.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:59 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:05:59.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:59 smithi154 ceph-mon[48475]: Deploying daemon mon.b on smithi110 2024-04-18T15:05:59.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:05:59 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:05:59.866 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:05:59.887 INFO:teuthology.orchestra.run.smithi154.stdout:{"epoch":2,"fsid":"bee9a71e-fd94-11ee-bc92-c7b262605968","modified":"2024-04-18T15:05:53.294678Z","created":"2024-04-18T15:04:17.302006Z","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.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-18T15:05:59.887 INFO:teuthology.orchestra.run.smithi154.stderr:dumped monmap epoch 2 2024-04-18T15:06:00.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:00 smithi154 ceph-mon[48475]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:00.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:00 smithi154 ceph-mon[48475]: from='client.? 172.21.15.154:0/3321636681' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-18T15:06:00.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:00 smithi060 ceph-mon[43730]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:00.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:00 smithi060 ceph-mon[43730]: from='client.? 172.21.15.154:0/3321636681' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-18T15:06:01.410 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-18T15:06:01.411 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph mon dump -f json 2024-04-18T15:06:01.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 systemd[1]: Starting Ceph mon.b for bee9a71e-fd94-11ee-bc92-c7b262605968... 2024-04-18T15:06:01.707 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.c/config 2024-04-18T15:06:01.752 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: set uid:gid to 167:167 (ceph:ceph) 2024-04-18T15:06:01.752 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: ceph version 18.2.2-1240-g6a7528e4 (6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0) reef (stable), process ceph-mon, pid 7 2024-04-18T15:06:01.752 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: pidfile_write: ignore empty --pid-file 2024-04-18T15:06:01.752 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: load: jerasure load: lrc 2024-04-18T15:06:01.752 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: RocksDB version: 7.9.2 2024-04-18T15:06:01.753 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Git sha 0 2024-04-18T15:06:01.753 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Compile date 2024-04-18 05:57:12 2024-04-18T15:06:01.753 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: DB SUMMARY 2024-04-18T15:06:01.753 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: DB Session ID: CH38U6ZSJGX5FTWRU505 2024-04-18T15:06:01.753 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: CURRENT file: CURRENT 2024-04-18T15:06:01.753 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: IDENTITY file: IDENTITY 2024-04-18T15:06:01.753 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-18T15:06:01.753 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-04-18T15:06:01.753 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2024-04-18T15:06:01.753 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.error_if_exists: 0 2024-04-18T15:06:01.753 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.create_if_missing: 0 2024-04-18T15:06:01.753 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.paranoid_checks: 1 2024-04-18T15:06:01.754 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-18T15:06:01.754 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-18T15:06:01.754 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-18T15:06:01.754 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.env: 0x55f19644f820 2024-04-18T15:06:01.754 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.fs: PosixFileSystem 2024-04-18T15:06:01.754 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.info_log: 0x55f198d3f520 2024-04-18T15:06:01.754 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.max_file_opening_threads: 16 2024-04-18T15:06:01.754 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.statistics: (nil) 2024-04-18T15:06:01.754 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.use_fsync: 0 2024-04-18T15:06:01.754 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.max_log_file_size: 0 2024-04-18T15:06:01.754 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-18T15:06:01.754 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-18T15:06:01.755 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.keep_log_file_num: 1000 2024-04-18T15:06:01.755 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.recycle_log_file_num: 0 2024-04-18T15:06:01.755 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.allow_fallocate: 1 2024-04-18T15:06:01.755 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.allow_mmap_reads: 0 2024-04-18T15:06:01.755 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.allow_mmap_writes: 0 2024-04-18T15:06:01.755 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.use_direct_reads: 0 2024-04-18T15:06:01.755 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-18T15:06:01.755 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.create_missing_column_families: 0 2024-04-18T15:06:01.755 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.db_log_dir: 2024-04-18T15:06:01.755 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.wal_dir: 2024-04-18T15:06:01.755 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-18T15:06:01.756 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-18T15:06:01.756 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-18T15:06:01.757 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-18T15:06:01.757 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-18T15:06:01.757 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-18T15:06:01.757 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.advise_random_on_open: 1 2024-04-18T15:06:01.757 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.db_write_buffer_size: 0 2024-04-18T15:06:01.757 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.write_buffer_manager: 0x55f197fd2320 2024-04-18T15:06:01.757 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-18T15:06:01.757 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-18T15:06:01.757 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-18T15:06:01.757 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.rate_limiter: (nil) 2024-04-18T15:06:01.758 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-18T15:06:01.758 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.wal_recovery_mode: 2 2024-04-18T15:06:01.758 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.enable_thread_tracking: 0 2024-04-18T15:06:01.758 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.enable_pipelined_write: 0 2024-04-18T15:06:01.758 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.unordered_write: 0 2024-04-18T15:06:01.758 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-18T15:06:01.758 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-18T15:06:01.758 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-18T15:06:01.758 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-18T15:06:01.758 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.row_cache: None 2024-04-18T15:06:01.758 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.wal_filter: None 2024-04-18T15:06:01.758 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-18T15:06:01.758 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.allow_ingest_behind: 0 2024-04-18T15:06:01.759 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.two_write_queues: 0 2024-04-18T15:06:01.759 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.manual_wal_flush: 0 2024-04-18T15:06:01.759 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.wal_compression: 0 2024-04-18T15:06:01.759 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.atomic_flush: 0 2024-04-18T15:06:01.759 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-18T15:06:01.759 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-18T15:06:01.759 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-18T15:06:01.759 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.log_readahead_size: 0 2024-04-18T15:06:01.759 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-18T15:06:01.759 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.best_efforts_recovery: 0 2024-04-18T15:06:01.759 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-18T15:06:01.759 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-18T15:06:01.759 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.allow_data_in_errors: 0 2024-04-18T15:06:01.759 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.db_host_id: __hostname__ 2024-04-18T15:06:01.759 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-18T15:06:01.760 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.max_background_jobs: 2 2024-04-18T15:06:01.760 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.max_background_compactions: -1 2024-04-18T15:06:01.760 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.max_subcompactions: 1 2024-04-18T15:06:01.760 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-18T15:06:01.760 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-18T15:06:01.760 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-18T15:06:01.760 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.max_total_wal_size: 0 2024-04-18T15:06:01.760 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-18T15:06:01.760 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-18T15:06:01.760 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-18T15:06:01.760 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-18T15:06:01.760 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.max_open_files: -1 2024-04-18T15:06:01.760 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.bytes_per_sync: 0 2024-04-18T15:06:01.760 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-18T15:06:01.760 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-18T15:06:01.761 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.compaction_readahead_size: 0 2024-04-18T15:06:01.761 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.max_background_flushes: -1 2024-04-18T15:06:01.761 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Compression algorithms supported: 2024-04-18T15:06:01.761 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-18T15:06:01.761 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: kZSTD supported: 0 2024-04-18T15:06:01.761 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: kXpressCompression supported: 0 2024-04-18T15:06:01.761 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: kLZ4HCCompression supported: 1 2024-04-18T15:06:01.761 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: kZlibCompression supported: 1 2024-04-18T15:06:01.761 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: kSnappyCompression supported: 1 2024-04-18T15:06:01.761 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: kLZ4Compression supported: 1 2024-04-18T15:06:01.761 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: kBZip2Compression supported: 0 2024-04-18T15:06:01.761 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-18T15:06:01.761 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 bash[47048]: 1cfb68b0f3facbb066badaabae8bf7fa46d5bb8574e6a120ecde277762a82812 2024-04-18T15:06:01.762 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-18T15:06:01.762 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-04-18T15:06:01.762 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-18T15:06:01.762 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-18T15:06:01.762 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.merge_operator: 2024-04-18T15:06:01.762 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.compaction_filter: None 2024-04-18T15:06:01.762 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.compaction_filter_factory: None 2024-04-18T15:06:01.762 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.sst_partitioner_factory: None 2024-04-18T15:06:01.762 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-18T15:06:01.762 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-18T15:06:01.762 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f198d3f620) 2024-04-18T15:06:01.762 INFO:journalctl@ceph.mon.b.smithi110.stdout: cache_index_and_filter_blocks: 1 2024-04-18T15:06:01.762 INFO:journalctl@ceph.mon.b.smithi110.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-18T15:06:01.762 INFO:journalctl@ceph.mon.b.smithi110.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-18T15:06:01.763 INFO:journalctl@ceph.mon.b.smithi110.stdout: pin_top_level_index_and_filter: 1 2024-04-18T15:06:01.763 INFO:journalctl@ceph.mon.b.smithi110.stdout: index_type: 0 2024-04-18T15:06:01.763 INFO:journalctl@ceph.mon.b.smithi110.stdout: data_block_index_type: 0 2024-04-18T15:06:01.763 INFO:journalctl@ceph.mon.b.smithi110.stdout: index_shortening: 1 2024-04-18T15:06:01.763 INFO:journalctl@ceph.mon.b.smithi110.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-18T15:06:01.763 INFO:journalctl@ceph.mon.b.smithi110.stdout: checksum: 4 2024-04-18T15:06:01.763 INFO:journalctl@ceph.mon.b.smithi110.stdout: no_block_cache: 0 2024-04-18T15:06:01.763 INFO:journalctl@ceph.mon.b.smithi110.stdout: block_cache: 0x55f1980551f0 2024-04-18T15:06:01.763 INFO:journalctl@ceph.mon.b.smithi110.stdout: block_cache_name: BinnedLRUCache 2024-04-18T15:06:01.763 INFO:journalctl@ceph.mon.b.smithi110.stdout: block_cache_options: 2024-04-18T15:06:01.763 INFO:journalctl@ceph.mon.b.smithi110.stdout: capacity : 536870912 2024-04-18T15:06:01.763 INFO:journalctl@ceph.mon.b.smithi110.stdout: num_shard_bits : 4 2024-04-18T15:06:01.763 INFO:journalctl@ceph.mon.b.smithi110.stdout: strict_capacity_limit : 0 2024-04-18T15:06:01.763 INFO:journalctl@ceph.mon.b.smithi110.stdout: high_pri_pool_ratio: 0.000 2024-04-18T15:06:01.764 INFO:journalctl@ceph.mon.b.smithi110.stdout: block_cache_compressed: (nil) 2024-04-18T15:06:01.764 INFO:journalctl@ceph.mon.b.smithi110.stdout: persistent_cache: (nil) 2024-04-18T15:06:01.764 INFO:journalctl@ceph.mon.b.smithi110.stdout: block_size: 4096 2024-04-18T15:06:01.764 INFO:journalctl@ceph.mon.b.smithi110.stdout: block_size_deviation: 10 2024-04-18T15:06:01.764 INFO:journalctl@ceph.mon.b.smithi110.stdout: block_restart_interval: 16 2024-04-18T15:06:01.764 INFO:journalctl@ceph.mon.b.smithi110.stdout: index_block_restart_interval: 1 2024-04-18T15:06:01.764 INFO:journalctl@ceph.mon.b.smithi110.stdout: metadata_block_size: 4096 2024-04-18T15:06:01.764 INFO:journalctl@ceph.mon.b.smithi110.stdout: partition_filters: 0 2024-04-18T15:06:01.764 INFO:journalctl@ceph.mon.b.smithi110.stdout: use_delta_encoding: 1 2024-04-18T15:06:01.764 INFO:journalctl@ceph.mon.b.smithi110.stdout: filter_policy: bloomfilter 2024-04-18T15:06:01.764 INFO:journalctl@ceph.mon.b.smithi110.stdout: whole_key_filtering: 1 2024-04-18T15:06:01.764 INFO:journalctl@ceph.mon.b.smithi110.stdout: verify_compression: 0 2024-04-18T15:06:01.764 INFO:journalctl@ceph.mon.b.smithi110.stdout: read_amp_bytes_per_bit: 0 2024-04-18T15:06:01.764 INFO:journalctl@ceph.mon.b.smithi110.stdout: format_version: 5 2024-04-18T15:06:01.764 INFO:journalctl@ceph.mon.b.smithi110.stdout: enable_index_compression: 1 2024-04-18T15:06:01.765 INFO:journalctl@ceph.mon.b.smithi110.stdout: block_align: 0 2024-04-18T15:06:01.765 INFO:journalctl@ceph.mon.b.smithi110.stdout: max_auto_readahead_size: 262144 2024-04-18T15:06:01.765 INFO:journalctl@ceph.mon.b.smithi110.stdout: prepopulate_block_cache: 0 2024-04-18T15:06:01.765 INFO:journalctl@ceph.mon.b.smithi110.stdout: initial_auto_readahead_size: 8192 2024-04-18T15:06:01.765 INFO:journalctl@ceph.mon.b.smithi110.stdout: num_file_reads_for_auto_readahead: 2 2024-04-18T15:06:01.765 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.write_buffer_size: 33554432 2024-04-18T15:06:01.765 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.max_write_buffer_number: 2 2024-04-18T15:06:01.765 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.compression: NoCompression 2024-04-18T15:06:01.765 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.bottommost_compression: Disabled 2024-04-18T15:06:01.765 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.prefix_extractor: nullptr 2024-04-18T15:06:01.765 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-18T15:06:01.765 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.num_levels: 7 2024-04-18T15:06:01.765 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-18T15:06:01.765 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-18T15:06:01.766 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-18T15:06:01.766 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-18T15:06:01.766 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-18T15:06:01.766 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-18T15:06:01.766 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-18T15:06:01.766 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-18T15:06:01.766 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-18T15:06:01.766 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-18T15:06:01.766 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-18T15:06:01.766 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-18T15:06:01.766 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-18T15:06:01.766 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.compression_opts.level: 32767 2024-04-18T15:06:01.766 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.compression_opts.strategy: 0 2024-04-18T15:06:01.767 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-18T15:06:01.767 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-18T15:06:01.767 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-18T15:06:01.767 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-18T15:06:01.767 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.compression_opts.enabled: false 2024-04-18T15:06:01.767 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-18T15:06:01.767 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-18T15:06:01.767 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-18T15:06:01.767 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-18T15:06:01.767 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.target_file_size_base: 67108864 2024-04-18T15:06:01.767 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-18T15:06:01.767 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-18T15:06:01.767 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-18T15:06:01.767 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-18T15:06:01.768 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-18T15:06:01.768 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-18T15:06:01.768 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-18T15:06:01.768 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-18T15:06:01.768 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-18T15:06:01.768 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-18T15:06:01.768 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-18T15:06:01.768 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-18T15:06:01.768 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-18T15:06:01.768 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-18T15:06:01.768 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.arena_block_size: 1048576 2024-04-18T15:06:01.768 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-18T15:06:01.768 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-18T15:06:01.768 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.disable_auto_compactions: 0 2024-04-18T15:06:01.769 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-18T15:06:01.769 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-18T15:06:01.769 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-18T15:06:01.769 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-18T15:06:01.769 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-18T15:06:01.769 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-18T15:06:01.769 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-18T15:06:01.769 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-18T15:06:01.769 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-18T15:06:01.769 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-18T15:06:01.769 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.table_properties_collectors: 2024-04-18T15:06:01.769 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.inplace_update_support: 0 2024-04-18T15:06:01.769 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-18T15:06:01.770 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-18T15:06:01.770 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-18T15:06:01.770 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-18T15:06:01.770 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.bloom_locality: 0 2024-04-18T15:06:01.770 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.max_successive_merges: 0 2024-04-18T15:06:01.770 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-18T15:06:01.770 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.paranoid_file_checks: 0 2024-04-18T15:06:01.770 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.force_consistency_checks: 1 2024-04-18T15:06:01.770 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.report_bg_io_stats: 0 2024-04-18T15:06:01.770 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.ttl: 2592000 2024-04-18T15:06:01.770 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-18T15:06:01.770 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-18T15:06:01.770 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-18T15:06:01.770 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.enable_blob_files: false 2024-04-18T15:06:01.771 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.min_blob_size: 0 2024-04-18T15:06:01.771 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.blob_file_size: 268435456 2024-04-18T15:06:01.771 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-18T15:06:01.771 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-18T15:06:01.771 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-18T15:06:01.771 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-18T15:06:01.771 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-18T15:06:01.771 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.blob_file_starting_level: 0 2024-04-18T15:06:01.771 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-18T15:06:01.771 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: 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-04-18T15:06:01.771 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-18T15:06:01.771 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: bb7f4105-a73a-4bd9-9194-5101cf3b2eec 2024-04-18T15:06:01.771 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713452761739840, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-18T15:06:01.771 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-18T15:06:01.771 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713452761740256, "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": 1713452761, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "bb7f4105-a73a-4bd9-9194-5101cf3b2eec", "db_session_id": "CH38U6ZSJGX5FTWRU505", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-18T15:06:01.772 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713452761740322, "job": 1, "event": "recovery_finished"} 2024-04-18T15:06:01.772 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-18T15:06:01.772 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: 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-04-18T15:06:01.772 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55f1980f2000 2024-04-18T15:06:01.772 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: DB pointer 0x55f1980e0000 2024-04-18T15:06:01.772 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-18T15:06:01.772 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-18T15:06:01.772 INFO:journalctl@ceph.mon.b.smithi110.stdout: ** DB Stats ** 2024-04-18T15:06:01.772 INFO:journalctl@ceph.mon.b.smithi110.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-18T15:06:01.772 INFO:journalctl@ceph.mon.b.smithi110.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-04-18T15:06:01.772 INFO:journalctl@ceph.mon.b.smithi110.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-18T15:06:01.772 INFO:journalctl@ceph.mon.b.smithi110.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-18T15:06:01.773 INFO:journalctl@ceph.mon.b.smithi110.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-04-18T15:06:01.773 INFO:journalctl@ceph.mon.b.smithi110.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-18T15:06:01.773 INFO:journalctl@ceph.mon.b.smithi110.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-18T15:06:01.773 INFO:journalctl@ceph.mon.b.smithi110.stdout: 2024-04-18T15:06:01.773 INFO:journalctl@ceph.mon.b.smithi110.stdout: ** Compaction Stats [default] ** 2024-04-18T15:06:01.773 INFO:journalctl@ceph.mon.b.smithi110.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-04-18T15:06:01.773 INFO:journalctl@ceph.mon.b.smithi110.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-18T15:06:01.773 INFO:journalctl@ceph.mon.b.smithi110.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 4.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-18T15:06:01.773 INFO:journalctl@ceph.mon.b.smithi110.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 4.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-18T15:06:01.773 INFO:journalctl@ceph.mon.b.smithi110.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 4.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-18T15:06:01.773 INFO:journalctl@ceph.mon.b.smithi110.stdout: 2024-04-18T15:06:01.773 INFO:journalctl@ceph.mon.b.smithi110.stdout: ** Compaction Stats [default] ** 2024-04-18T15:06:01.773 INFO:journalctl@ceph.mon.b.smithi110.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-04-18T15:06:01.773 INFO:journalctl@ceph.mon.b.smithi110.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-18T15:06:01.774 INFO:journalctl@ceph.mon.b.smithi110.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 4.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-18T15:06:01.774 INFO:journalctl@ceph.mon.b.smithi110.stdout: 2024-04-18T15:06:01.774 INFO:journalctl@ceph.mon.b.smithi110.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-18T15:06:01.774 INFO:journalctl@ceph.mon.b.smithi110.stdout: 2024-04-18T15:06:01.774 INFO:journalctl@ceph.mon.b.smithi110.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-18T15:06:01.774 INFO:journalctl@ceph.mon.b.smithi110.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-18T15:06:01.774 INFO:journalctl@ceph.mon.b.smithi110.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-18T15:06:01.774 INFO:journalctl@ceph.mon.b.smithi110.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-18T15:06:01.774 INFO:journalctl@ceph.mon.b.smithi110.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-18T15:06:01.774 INFO:journalctl@ceph.mon.b.smithi110.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-18T15:06:01.774 INFO:journalctl@ceph.mon.b.smithi110.stdout: Cumulative compaction: 0.00 GB write, 0.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-18T15:06:01.774 INFO:journalctl@ceph.mon.b.smithi110.stdout: Interval compaction: 0.00 GB write, 0.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-18T15:06:01.774 INFO:journalctl@ceph.mon.b.smithi110.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-04-18T15:06:01.774 INFO:journalctl@ceph.mon.b.smithi110.stdout: Block cache BinnedLRUCache@0x55f1980551f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-04-18T15:06:01.775 INFO:journalctl@ceph.mon.b.smithi110.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-04-18T15:06:01.775 INFO:journalctl@ceph.mon.b.smithi110.stdout: 2024-04-18T15:06:01.775 INFO:journalctl@ceph.mon.b.smithi110.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-18T15:06:01.775 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-04-18T15:06:01.775 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: using public_addr v2:172.21.15.110:0/0 -> [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] 2024-04-18T15:06:01.775 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: starting mon.b rank -1 at public addrs [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] at bind addrs [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid bee9a71e-fd94-11ee-bc92-c7b262605968 2024-04-18T15:06:01.775 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: mon.b@-1(???) e0 preinit fsid bee9a71e-fd94-11ee-bc92-c7b262605968 2024-04-18T15:06:01.775 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 systemd[1]: Started Ceph mon.b for bee9a71e-fd94-11ee-bc92-c7b262605968. 2024-04-18T15:06:01.775 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: mon.b@-1(synchronizing).mds e1 new map 2024-04-18T15:06:01.775 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: mon.b@-1(synchronizing).mds e1 print_map 2024-04-18T15:06:01.775 INFO:journalctl@ceph.mon.b.smithi110.stdout: e1 2024-04-18T15:06:01.775 INFO:journalctl@ceph.mon.b.smithi110.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-18T15:06:01.775 INFO:journalctl@ceph.mon.b.smithi110.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-04-18T15:06:01.776 INFO:journalctl@ceph.mon.b.smithi110.stdout: legacy client fscid: -1 2024-04-18T15:06:01.776 INFO:journalctl@ceph.mon.b.smithi110.stdout: 2024-04-18T15:06:01.776 INFO:journalctl@ceph.mon.b.smithi110.stdout: No filesystems configured 2024-04-18T15:06:01.776 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-18T15:06:01.776 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: 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-04-18T15:06:01.776 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-18T15:06:01.776 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-18T15:06:01.776 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-18T15:06:01.776 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-18T15:06:01.776 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-18T15:06:01.776 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-18T15:06:01.776 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-18T15:06:01.776 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-18T15:06:01.777 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:02.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:02.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:02.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:02.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi110", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:06:02.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:02.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:06:02.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: Updating smithi110:/etc/ceph/ceph.conf 2024-04-18T15:06:02.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: Updating smithi110:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T15:06:02.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: Updating smithi110:/etc/ceph/ceph.client.admin.keyring 2024-04-18T15:06:02.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: Updating smithi110:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T15:06:02.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:02.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:02.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:02.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi154", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:06:02.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: Deploying cephadm binary to smithi154 2024-04-18T15:06:02.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:02.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:02.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: Added host smithi154 2024-04-18T15:06:02.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:06:02.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:02.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:02.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:02.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:02.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:02.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T15:06:02.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:02.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:02.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:02.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:02.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:02.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi154", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:06:02.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:02.052 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:06:02.052 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='client.? 172.21.15.60:0/3412969331' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-18T15:06:02.052 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: Updating smithi154:/etc/ceph/ceph.conf 2024-04-18T15:06:02.052 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: Updating smithi154:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T15:06:02.052 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: Updating smithi154:/etc/ceph/ceph.client.admin.keyring 2024-04-18T15:06:02.052 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: Updating smithi154:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T15:06:02.052 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:02.052 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:02.052 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:02.052 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='client.? 172.21.15.60:0/3412969331' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-18T15:06:02.052 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: osdmap e4: 0 total, 0 up, 0 in 2024-04-18T15:06:02.052 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:02.052 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi060:172.21.15.60=a;smithi110:172.21.15.110=b;smithi154:172.21.15.154=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:06:02.053 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: Saving service mon spec with placement smithi060:172.21.15.60=a;smithi110:172.21.15.110=b;smithi154:172.21.15.154=c;count:3 2024-04-18T15:06:02.053 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:02.053 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:06:02.053 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:02.053 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:06:02.053 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:02.053 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T15:06:02.053 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:02.053 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: Deploying daemon mon.c on smithi154 2024-04-18T15:06:02.053 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:02.053 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:02.053 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T15:06:02.053 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: mon.a calling monitor election 2024-04-18T15:06:02.053 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:06:02.053 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:02.054 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:06:02.054 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:06:02.054 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: mon.c calling monitor election 2024-04-18T15:06:02.054 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:02.054 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:06:02.054 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:06:02.054 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:02.054 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:06:02.054 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-18T15:06:02.054 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: monmap e2: 2 mons at {a=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],c=[v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-18T15:06:02.054 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: fsmap 2024-04-18T15:06:02.054 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: osdmap e4: 0 total, 0 up, 0 in 2024-04-18T15:06:02.054 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: mgrmap e13: a(active, since 44s) 2024-04-18T15:06:02.055 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: overall HEALTH_OK 2024-04-18T15:06:02.055 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:02.055 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:02.055 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:02.055 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T15:06:02.055 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:02.055 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: Deploying daemon mon.b on smithi110 2024-04-18T15:06:02.055 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:06:02.055 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:02.055 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: from='client.? 172.21.15.154:0/3321636681' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-18T15:06:02.056 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:01 smithi110 ceph-mon[47112]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-04-18T15:06:07.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:06 smithi060 ceph-mon[43730]: mon.c calling monitor election 2024-04-18T15:06:07.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:06 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T15:06:07.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:06 smithi060 ceph-mon[43730]: mon.a calling monitor election 2024-04-18T15:06:07.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:06 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:06:07.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:06 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:06:07.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:06 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:06:07.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:06 smithi060 ceph-mon[43730]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:07.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:06 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:06:07.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:06 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:06:07.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:06 smithi060 ceph-mon[43730]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:07.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:06 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:06:07.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:06 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:06:07.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:06 smithi060 ceph-mon[43730]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-18T15:06:07.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:06 smithi060 ceph-mon[43730]: monmap e3: 3 mons at {a=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],b=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0],c=[v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-18T15:06:07.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:06 smithi060 ceph-mon[43730]: fsmap 2024-04-18T15:06:07.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:06 smithi060 ceph-mon[43730]: osdmap e4: 0 total, 0 up, 0 in 2024-04-18T15:06:07.163 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:06 smithi060 ceph-mon[43730]: mgrmap e13: a(active, since 53s) 2024-04-18T15:06:07.163 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:06 smithi060 ceph-mon[43730]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-04-18T15:06:07.163 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:06 smithi060 ceph-mon[43730]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-04-18T15:06:07.163 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:06 smithi060 ceph-mon[43730]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-04-18T15:06:07.163 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:06 smithi060 ceph-mon[43730]: mon.b (rank 2) addr [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] is down (out of quorum) 2024-04-18T15:06:07.163 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:06 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:07.163 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:06 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:07.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:06 smithi154 ceph-mon[48475]: mon.c calling monitor election 2024-04-18T15:06:07.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:06 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T15:06:07.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:06 smithi154 ceph-mon[48475]: mon.a calling monitor election 2024-04-18T15:06:07.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:06 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:06:07.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:06 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:06:07.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:06 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:06:07.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:06 smithi154 ceph-mon[48475]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:07.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:06 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:06:07.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:06 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:06:07.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:06 smithi154 ceph-mon[48475]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:07.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:06 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:06:07.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:06 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:06:07.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:06 smithi154 ceph-mon[48475]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-18T15:06:07.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:06 smithi154 ceph-mon[48475]: monmap e3: 3 mons at {a=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],b=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0],c=[v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-18T15:06:07.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:06 smithi154 ceph-mon[48475]: fsmap 2024-04-18T15:06:07.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:06 smithi154 ceph-mon[48475]: osdmap e4: 0 total, 0 up, 0 in 2024-04-18T15:06:07.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:06 smithi154 ceph-mon[48475]: mgrmap e13: a(active, since 53s) 2024-04-18T15:06:07.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:06 smithi154 ceph-mon[48475]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-04-18T15:06:07.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:06 smithi154 ceph-mon[48475]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-04-18T15:06:07.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:06 smithi154 ceph-mon[48475]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-04-18T15:06:07.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:06 smithi154 ceph-mon[48475]: mon.b (rank 2) addr [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] is down (out of quorum) 2024-04-18T15:06:07.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:06 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:07.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:06 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:07.692 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-18T15:06:07.692 INFO:teuthology.orchestra.run.smithi154.stdout:{"epoch":3,"fsid":"bee9a71e-fd94-11ee-bc92-c7b262605968","modified":"2024-04-18T15:06:01.764241Z","created":"2024-04-18T15:04:17.302006Z","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.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-18T15:06:07.695 INFO:teuthology.orchestra.run.smithi154.stderr:dumped monmap epoch 3 2024-04-18T15:06:08.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:07 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:08.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:07 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:08.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:07 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:06:08.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:07 smithi060 ceph-mon[43730]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:08.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:07 smithi060 ceph-mon[43730]: from='client.? 172.21.15.154:0/3459094049' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-18T15:06:08.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:07 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:06:08.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:07 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:08.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:07 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:08.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:07 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:06:08.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:07 smithi154 ceph-mon[48475]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:08.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:07 smithi154 ceph-mon[48475]: from='client.? 172.21.15.154:0/3459094049' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-18T15:06:08.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:07 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:06:08.383 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-18T15:06:08.384 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph config generate-minimal-conf 2024-04-18T15:06:08.721 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:06:09.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: mon.c calling monitor election 2024-04-18T15:06:09.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T15:06:09.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: mon.a calling monitor election 2024-04-18T15:06:09.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:06:09.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:06:09.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:06:09.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:09.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:06:09.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:06:09.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:09.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:06:09.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:06:09.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-18T15:06:09.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: monmap e3: 3 mons at {a=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],b=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0],c=[v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-18T15:06:09.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: fsmap 2024-04-18T15:06:09.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: osdmap e4: 0 total, 0 up, 0 in 2024-04-18T15:06:09.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: mgrmap e13: a(active, since 53s) 2024-04-18T15:06:09.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-04-18T15:06:09.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-04-18T15:06:09.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-04-18T15:06:09.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: mon.b (rank 2) addr [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] is down (out of quorum) 2024-04-18T15:06:09.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:09.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:09.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:09.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:09.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:06:09.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:09.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: from='client.? 172.21.15.154:0/3459094049' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-18T15:06:09.051 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:08 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:06:09.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:09 smithi060 ceph-mon[43730]: mon.b calling monitor election 2024-04-18T15:06:09.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:09 smithi060 ceph-mon[43730]: mon.b calling monitor election 2024-04-18T15:06:09.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:09 smithi060 ceph-mon[43730]: mon.a calling monitor election 2024-04-18T15:06:09.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:09 smithi060 ceph-mon[43730]: mon.c calling monitor election 2024-04-18T15:06:09.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:09 smithi060 ceph-mon[43730]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-18T15:06:09.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:09 smithi060 ceph-mon[43730]: monmap e3: 3 mons at {a=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],b=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0],c=[v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-18T15:06:09.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:09 smithi060 ceph-mon[43730]: fsmap 2024-04-18T15:06:09.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:09 smithi060 ceph-mon[43730]: osdmap e4: 0 total, 0 up, 0 in 2024-04-18T15:06:09.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:09 smithi060 ceph-mon[43730]: mgrmap e13: a(active, since 55s) 2024-04-18T15:06:09.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:09 smithi060 ceph-mon[43730]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-04-18T15:06:09.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:09 smithi060 ceph-mon[43730]: Cluster is now healthy 2024-04-18T15:06:09.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:09 smithi060 ceph-mon[43730]: overall HEALTH_OK 2024-04-18T15:06:09.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:09 smithi154 ceph-mon[48475]: mon.b calling monitor election 2024-04-18T15:06:09.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:09 smithi154 ceph-mon[48475]: mon.b calling monitor election 2024-04-18T15:06:09.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:09 smithi154 ceph-mon[48475]: mon.a calling monitor election 2024-04-18T15:06:09.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:09 smithi154 ceph-mon[48475]: mon.c calling monitor election 2024-04-18T15:06:09.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:09 smithi154 ceph-mon[48475]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-18T15:06:09.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:09 smithi154 ceph-mon[48475]: monmap e3: 3 mons at {a=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],b=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0],c=[v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-18T15:06:09.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:09 smithi154 ceph-mon[48475]: fsmap 2024-04-18T15:06:09.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:09 smithi154 ceph-mon[48475]: osdmap e4: 0 total, 0 up, 0 in 2024-04-18T15:06:09.945 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:09 smithi154 ceph-mon[48475]: mgrmap e13: a(active, since 55s) 2024-04-18T15:06:09.945 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:09 smithi154 ceph-mon[48475]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-04-18T15:06:09.945 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:09 smithi154 ceph-mon[48475]: Cluster is now healthy 2024-04-18T15:06:09.945 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:09 smithi154 ceph-mon[48475]: overall HEALTH_OK 2024-04-18T15:06:10.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:09 smithi110 ceph-mon[47112]: mon.b calling monitor election 2024-04-18T15:06:10.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:09 smithi110 ceph-mon[47112]: mon.b calling monitor election 2024-04-18T15:06:10.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:09 smithi110 ceph-mon[47112]: mon.a calling monitor election 2024-04-18T15:06:10.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:09 smithi110 ceph-mon[47112]: mon.c calling monitor election 2024-04-18T15:06:10.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:09 smithi110 ceph-mon[47112]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-18T15:06:10.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:09 smithi110 ceph-mon[47112]: monmap e3: 3 mons at {a=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],b=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0],c=[v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-18T15:06:10.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:09 smithi110 ceph-mon[47112]: fsmap 2024-04-18T15:06:10.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:09 smithi110 ceph-mon[47112]: osdmap e4: 0 total, 0 up, 0 in 2024-04-18T15:06:10.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:09 smithi110 ceph-mon[47112]: mgrmap e13: a(active, since 55s) 2024-04-18T15:06:10.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:09 smithi110 ceph-mon[47112]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-04-18T15:06:10.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:09 smithi110 ceph-mon[47112]: Cluster is now healthy 2024-04-18T15:06:10.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:09 smithi110 ceph-mon[47112]: overall HEALTH_OK 2024-04-18T15:06:10.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:10 smithi060 ceph-mon[43730]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:10.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:10 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:06:10.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:10 smithi154 ceph-mon[48475]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:10.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:10 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:06:10.985 INFO:teuthology.orchestra.run.smithi060.stdout:# minimal ceph.conf for bee9a71e-fd94-11ee-bc92-c7b262605968 2024-04-18T15:06:10.985 INFO:teuthology.orchestra.run.smithi060.stdout:[global] 2024-04-18T15:06:10.985 INFO:teuthology.orchestra.run.smithi060.stdout: fsid = bee9a71e-fd94-11ee-bc92-c7b262605968 2024-04-18T15:06:10.985 INFO:teuthology.orchestra.run.smithi060.stdout: mon_host = [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] 2024-04-18T15:06:11.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:10 smithi110 ceph-mon[47112]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:11.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:10 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:06:11.529 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-18T15:06:11.529 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-18T15:06:11.529 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.conf 2024-04-18T15:06:11.565 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-18T15:06:11.565 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-18T15:06:11.640 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-18T15:06:11.640 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.conf 2024-04-18T15:06:11.722 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-18T15:06:11.723 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-18T15:06:11.750 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-18T15:06:11.750 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/ceph/ceph.conf 2024-04-18T15:06:11.788 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-18T15:06:11.788 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-18T15:06:11.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:11 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:11.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:11 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:11.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:11 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T15:06:11.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:11 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T15:06:11.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:11 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:11.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:11 smithi110 ceph-mon[47112]: from='client.? 172.21.15.60:0/1856715636' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:11.858 INFO:tasks.cephadm:Adding mgr.a on smithi060 2024-04-18T15:06:11.859 INFO:tasks.cephadm:Adding mgr.b on smithi110 2024-04-18T15:06:11.859 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph orch apply mgr '2;smithi060=a;smithi110=b' 2024-04-18T15:06:11.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:11 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:11.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:11 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:11.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:11 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T15:06:11.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:11 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T15:06:11.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:11 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:11.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:11 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/1856715636' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:12.186 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.c/config 2024-04-18T15:06:12.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:11 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:12.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:11 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:12.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:11 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T15:06:12.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:11 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T15:06:12.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:11 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:12.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:11 smithi154 ceph-mon[48475]: from='client.? 172.21.15.60:0/1856715636' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:13.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:12 smithi110 ceph-mon[47112]: Reconfiguring mon.b (monmap changed)... 2024-04-18T15:06:13.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:12 smithi110 ceph-mon[47112]: Reconfiguring daemon mon.b on smithi110 2024-04-18T15:06:13.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:12 smithi110 ceph-mon[47112]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:13.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:12 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:13.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:12 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:13.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:12 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T15:06:13.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:12 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T15:06:13.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:12 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:13.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:12 smithi060 ceph-mon[43730]: Reconfiguring mon.b (monmap changed)... 2024-04-18T15:06:13.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:12 smithi060 ceph-mon[43730]: Reconfiguring daemon mon.b on smithi110 2024-04-18T15:06:13.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:12 smithi060 ceph-mon[43730]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:13.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:12 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:13.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:12 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:13.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:12 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T15:06:13.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:12 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T15:06:13.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:12 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:13.189 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:12 smithi154 ceph-mon[48475]: Reconfiguring mon.b (monmap changed)... 2024-04-18T15:06:13.189 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:12 smithi154 ceph-mon[48475]: Reconfiguring daemon mon.b on smithi110 2024-04-18T15:06:13.190 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:12 smithi154 ceph-mon[48475]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:13.190 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:12 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:13.190 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:12 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:13.190 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:12 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T15:06:13.190 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:12 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T15:06:13.190 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:12 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:14.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:13 smithi110 ceph-mon[47112]: Reconfiguring mon.c (monmap changed)... 2024-04-18T15:06:14.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:13 smithi110 ceph-mon[47112]: Reconfiguring daemon mon.c on smithi154 2024-04-18T15:06:14.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:13 smithi060 ceph-mon[43730]: Reconfiguring mon.c (monmap changed)... 2024-04-18T15:06:14.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:13 smithi060 ceph-mon[43730]: Reconfiguring daemon mon.c on smithi154 2024-04-18T15:06:14.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:13 smithi154 ceph-mon[48475]: Reconfiguring mon.c (monmap changed)... 2024-04-18T15:06:14.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:13 smithi154 ceph-mon[48475]: Reconfiguring daemon mon.c on smithi154 2024-04-18T15:06:14.290 INFO:teuthology.orchestra.run.smithi154.stdout:Scheduled mgr update... 2024-04-18T15:06:14.845 DEBUG:teuthology.orchestra.run.smithi110:mgr.b> sudo journalctl -f -n 0 -u ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@mgr.b.service 2024-04-18T15:06:14.847 INFO:tasks.cephadm:Deploying OSDs... 2024-04-18T15:06:14.847 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-04-18T15:06:14.848 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/scratch_devs of=/dev/stdout 2024-04-18T15:06:14.870 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-04-18T15:06:14.870 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_1 2024-04-18T15:06:14.874 INFO:journalctl@ceph.mgr.b.smithi110.stdout:-- Logs begin at Thu 2024-04-18 14:41:01 UTC. -- 2024-04-18T15:06:14.932 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-18T15:06:14.932 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T15:06:14.932 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 180953 Links: 1 2024-04-18T15:06:14.932 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T15:06:14.932 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-04-18T15:06:14.932 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-04-18 15:05:25.596237941 +0000 2024-04-18T15:06:14.932 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-04-18 14:52:30.925961123 +0000 2024-04-18T15:06:14.932 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-04-18 14:52:30.925961123 +0000 2024-04-18T15:06:14.932 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2024-04-18T15:06:14.933 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-18T15:06:15.003 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:14 smithi060 ceph-mon[43730]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:15.003 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:14 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:15.003 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:14 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:15.003 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:14 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:06:15.003 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:14 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:15.003 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:14 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:06:15.003 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:14 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:15.003 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:14 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:15.003 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:14 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:06:15.004 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:14 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:15.004 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:14 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:06:15.004 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:14 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:15.004 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:14 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-18T15:06:15.004 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:14 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-18T15:06:15.004 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:14 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-18T15:06:15.004 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:14 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:15.006 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-04-18T15:06:15.006 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-04-18T15:06:15.006 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000123888 s, 4.1 MB/s 2024-04-18T15:06:15.007 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-18T15:06:15.047 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:14 smithi110 ceph-mon[47112]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:15.047 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:14 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:15.047 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:14 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:15.047 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:14 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:06:15.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:14 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:15.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:14 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:06:15.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:14 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:15.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:14 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:15.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:14 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:06:15.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:14 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:15.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:14 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:06:15.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:14 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:15.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:14 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-18T15:06:15.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:14 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-18T15:06:15.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:14 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-18T15:06:15.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:14 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:15.071 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_2 2024-04-18T15:06:15.134 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-18T15:06:15.134 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T15:06:15.134 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 178053 Links: 1 2024-04-18T15:06:15.134 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T15:06:15.134 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-04-18T15:06:15.134 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-04-18 15:05:25.653237331 +0000 2024-04-18T15:06:15.134 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-04-18 14:52:31.302957423 +0000 2024-04-18T15:06:15.134 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-04-18 14:52:31.302957423 +0000 2024-04-18T15:06:15.134 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2024-04-18T15:06:15.135 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-18T15:06:15.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:14 smithi154 ceph-mon[48475]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:15.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:14 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:15.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:14 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:15.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:14 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:06:15.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:14 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:15.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:14 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:06:15.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:14 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:15.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:14 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:15.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:14 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:06:15.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:14 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:15.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:14 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:06:15.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:14 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:15.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:14 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-18T15:06:15.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:14 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-18T15:06:15.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:14 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-18T15:06:15.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:14 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:15.206 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-04-18T15:06:15.206 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-04-18T15:06:15.206 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000112417 s, 4.6 MB/s 2024-04-18T15:06:15.208 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-18T15:06:15.274 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_3 2024-04-18T15:06:15.343 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-18T15:06:15.344 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T15:06:15.344 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 181065 Links: 1 2024-04-18T15:06:15.344 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T15:06:15.344 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-04-18T15:06:15.344 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-04-18 15:05:25.712236700 +0000 2024-04-18T15:06:15.344 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-04-18 14:52:31.666953850 +0000 2024-04-18T15:06:15.344 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-04-18 14:52:31.666953850 +0000 2024-04-18T15:06:15.344 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2024-04-18T15:06:15.345 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-18T15:06:15.421 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-04-18T15:06:15.422 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-04-18T15:06:15.422 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000133528 s, 3.8 MB/s 2024-04-18T15:06:15.423 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-18T15:06:15.489 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_4 2024-04-18T15:06:15.552 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-18T15:06:15.552 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T15:06:15.552 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 181103 Links: 1 2024-04-18T15:06:15.553 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T15:06:15.553 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-04-18T15:06:15.553 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-04-18 15:05:25.770236080 +0000 2024-04-18T15:06:15.553 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-04-18 14:52:32.040950180 +0000 2024-04-18T15:06:15.553 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-04-18 14:52:32.040950180 +0000 2024-04-18T15:06:15.553 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2024-04-18T15:06:15.553 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-18T15:06:15.627 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-04-18T15:06:15.627 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-04-18T15:06:15.627 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.0001233 s, 4.2 MB/s 2024-04-18T15:06:15.628 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-18T15:06:15.691 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-18T15:06:15.692 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/scratch_devs of=/dev/stdout 2024-04-18T15:06:15.710 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-04-18T15:06:15.710 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_1 2024-04-18T15:06:15.768 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-18T15:06:15.768 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T15:06:15.768 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 6h/6d Inode: 180562 Links: 1 2024-04-18T15:06:15.768 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T15:06:15.768 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2024-04-18T15:06:15.768 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-04-18 15:06:15.701719173 +0000 2024-04-18T15:06:15.768 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-04-18 14:51:58.399139528 +0000 2024-04-18T15:06:15.768 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-04-18 14:51:58.399139528 +0000 2024-04-18T15:06:15.768 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2024-04-18T15:06:15.769 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-18T15:06:15.872 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:15 smithi110 ceph-mon[47112]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi060=a;smithi110=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:06:15.873 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:15 smithi110 ceph-mon[47112]: Saving service mgr spec with placement smithi060=a;smithi110=b;count:2 2024-04-18T15:06:15.873 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:15 smithi110 ceph-mon[47112]: Deploying daemon mgr.b on smithi110 2024-04-18T15:06:15.875 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-04-18T15:06:15.875 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-04-18T15:06:15.875 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000116252 s, 4.4 MB/s 2024-04-18T15:06:15.877 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-18T15:06:15.896 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_2 2024-04-18T15:06:15.957 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-18T15:06:15.957 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T15:06:15.957 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 6h/6d Inode: 182584 Links: 1 2024-04-18T15:06:15.957 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T15:06:15.957 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2024-04-18T15:06:15.958 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-04-18 15:06:15.831716976 +0000 2024-04-18T15:06:15.958 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-04-18 14:51:58.743133923 +0000 2024-04-18T15:06:15.958 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-04-18 14:51:58.743133923 +0000 2024-04-18T15:06:15.958 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2024-04-18T15:06:15.958 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-18T15:06:16.025 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-04-18T15:06:16.026 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-04-18T15:06:16.026 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000106947 s, 4.8 MB/s 2024-04-18T15:06:16.027 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-18T15:06:16.087 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_3 2024-04-18T15:06:16.145 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-18T15:06:16.146 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T15:06:16.146 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 6h/6d Inode: 184475 Links: 1 2024-04-18T15:06:16.146 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T15:06:16.146 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2024-04-18T15:06:16.146 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-04-18 15:06:15.831716976 +0000 2024-04-18T15:06:16.146 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-04-18 14:51:59.075128515 +0000 2024-04-18T15:06:16.146 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-04-18 14:51:59.075128515 +0000 2024-04-18T15:06:16.146 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2024-04-18T15:06:16.147 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-18T15:06:16.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:15 smithi060 ceph-mon[43730]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi060=a;smithi110=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:06:16.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:15 smithi060 ceph-mon[43730]: Saving service mgr spec with placement smithi060=a;smithi110=b;count:2 2024-04-18T15:06:16.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:15 smithi060 ceph-mon[43730]: Deploying daemon mgr.b on smithi110 2024-04-18T15:06:16.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:15 smithi154 ceph-mon[48475]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi060=a;smithi110=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:06:16.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:15 smithi154 ceph-mon[48475]: Saving service mgr spec with placement smithi060=a;smithi110=b;count:2 2024-04-18T15:06:16.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:15 smithi154 ceph-mon[48475]: Deploying daemon mgr.b on smithi110 2024-04-18T15:06:16.212 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:15 smithi110 systemd[1]: Starting Ceph mgr.b for bee9a71e-fd94-11ee-bc92-c7b262605968... 2024-04-18T15:06:16.214 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-04-18T15:06:16.214 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-04-18T15:06:16.215 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000118347 s, 4.3 MB/s 2024-04-18T15:06:16.216 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-18T15:06:16.274 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_4 2024-04-18T15:06:16.332 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-18T15:06:16.333 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T15:06:16.333 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 6h/6d Inode: 184558 Links: 1 2024-04-18T15:06:16.333 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T15:06:16.333 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2024-04-18T15:06:16.334 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-04-18 15:06:15.831716976 +0000 2024-04-18T15:06:16.334 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-04-18 14:51:59.410123057 +0000 2024-04-18T15:06:16.335 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-04-18 14:51:59.410123057 +0000 2024-04-18T15:06:16.335 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2024-04-18T15:06:16.335 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-18T15:06:16.398 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-04-18T15:06:16.398 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-04-18T15:06:16.398 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 8.9099e-05 s, 5.7 MB/s 2024-04-18T15:06:16.399 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-18T15:06:16.459 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-18T15:06:16.460 DEBUG:teuthology.orchestra.run.smithi154:> dd if=/scratch_devs of=/dev/stdout 2024-04-18T15:06:16.481 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-04-18T15:06:16.481 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/vg_nvme/lv_1 2024-04-18T15:06:16.541 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-18T15:06:16.542 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T15:06:16.542 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 6h/6d Inode: 178806 Links: 1 2024-04-18T15:06:16.542 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T15:06:16.542 INFO:teuthology.orchestra.run.smithi154.stdout:Context: system_u:object_r:device_t:s0 2024-04-18T15:06:16.542 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2024-04-18 15:05:52.587676745 +0000 2024-04-18T15:06:16.542 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2024-04-18 14:52:04.393838567 +0000 2024-04-18T15:06:16.542 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2024-04-18 14:52:04.393838567 +0000 2024-04-18T15:06:16.542 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2024-04-18T15:06:16.542 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-18T15:06:16.548 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:16 smithi110 ceph-mgr[49081]: -- 172.21.15.110:0/1932890425 <== mon.2 v2:172.21.15.110:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55947a0341a0 con 0x55947a00d000 2024-04-18T15:06:16.548 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:16 smithi110 bash[48891]: c2d4e8e3b248797c7f2175f5bb86bfe21f19c9c18e9c7035cf07c2f97dd16a3a 2024-04-18T15:06:16.548 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:16 smithi110 systemd[1]: Started Ceph mgr.b for bee9a71e-fd94-11ee-bc92-c7b262605968. 2024-04-18T15:06:16.614 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2024-04-18T15:06:16.615 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2024-04-18T15:06:16.615 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.000206575 s, 2.5 MB/s 2024-04-18T15:06:16.616 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-18T15:06:16.675 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/vg_nvme/lv_2 2024-04-18T15:06:16.733 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-18T15:06:16.733 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T15:06:16.733 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 6h/6d Inode: 182428 Links: 1 2024-04-18T15:06:16.733 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T15:06:16.733 INFO:teuthology.orchestra.run.smithi154.stdout:Context: system_u:object_r:device_t:s0 2024-04-18T15:06:16.733 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2024-04-18 15:05:52.588676719 +0000 2024-04-18T15:06:16.733 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2024-04-18 14:52:04.772828584 +0000 2024-04-18T15:06:16.734 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2024-04-18 14:52:04.772828584 +0000 2024-04-18T15:06:16.734 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2024-04-18T15:06:16.734 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-18T15:06:16.799 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2024-04-18T15:06:16.800 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2024-04-18T15:06:16.800 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.000222778 s, 2.3 MB/s 2024-04-18T15:06:16.802 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-18T15:06:16.861 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/vg_nvme/lv_3 2024-04-18T15:06:16.919 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-18T15:06:16.919 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T15:06:16.919 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 6h/6d Inode: 182468 Links: 1 2024-04-18T15:06:16.919 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T15:06:16.919 INFO:teuthology.orchestra.run.smithi154.stdout:Context: system_u:object_r:device_t:s0 2024-04-18T15:06:16.919 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2024-04-18 15:05:52.588676719 +0000 2024-04-18T15:06:16.919 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2024-04-18 14:52:05.115819550 +0000 2024-04-18T15:06:16.920 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2024-04-18 14:52:05.115819550 +0000 2024-04-18T15:06:16.920 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2024-04-18T15:06:16.920 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-18T15:06:16.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:16 smithi154 ceph-mon[48475]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:16.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:16 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:16.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:16 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:16.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:16 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:16.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:16 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:16.970 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2024-04-18T15:06:16.970 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2024-04-18T15:06:16.970 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.000197591 s, 2.6 MB/s 2024-04-18T15:06:16.971 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-18T15:06:17.031 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/vg_nvme/lv_4 2024-04-18T15:06:17.048 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:16 smithi110 conmon[48996]: 2024-04-18T15:06:16.854+0000 7f2fb373f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-18T15:06:17.049 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:16 smithi110 conmon[48996]: 2024-04-18T15:06:16.951+0000 7f2fb373f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-18T15:06:17.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:16 smithi110 ceph-mon[47112]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:17.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:16 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:17.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:16 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:17.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:16 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:17.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:16 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:17.089 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-18T15:06:17.089 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T15:06:17.089 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 6h/6d Inode: 184500 Links: 1 2024-04-18T15:06:17.089 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T15:06:17.090 INFO:teuthology.orchestra.run.smithi154.stdout:Context: system_u:object_r:device_t:s0 2024-04-18T15:06:17.090 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2024-04-18 15:05:52.588676719 +0000 2024-04-18T15:06:17.090 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2024-04-18 14:52:05.474810094 +0000 2024-04-18T15:06:17.090 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2024-04-18 14:52:05.474810094 +0000 2024-04-18T15:06:17.090 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2024-04-18T15:06:17.090 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-18T15:06:17.155 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2024-04-18T15:06:17.155 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2024-04-18T15:06:17.155 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.000234497 s, 2.2 MB/s 2024-04-18T15:06:17.156 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-18T15:06:17.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:16 smithi060 ceph-mon[43730]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:17.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:16 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:17.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:16 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:17.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:16 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:17.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:16 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:17.217 INFO:tasks.cephadm:Deploying osd.0 on smithi060 with /dev/vg_nvme/lv_4... 2024-04-18T15:06:17.218 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-18T15:06:17.542 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:06:17.548 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:17 smithi110 conmon[48996]: 2024-04-18T15:06:17.055+0000 7f2fb373f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-18T15:06:17.548 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:17 smithi110 conmon[48996]: 2024-04-18T15:06:17.149+0000 7f2fb373f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-18T15:06:18.048 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:17 smithi110 conmon[48996]: 2024-04-18T15:06:17.815+0000 7f2fb373f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-18T15:06:18.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:17 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:06:18.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:17 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:18.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:17 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:18.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:17 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:18.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:17 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:06:18.112 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:17 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:06:18.112 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:17 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:18.112 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:17 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:18.112 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:17 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:18.112 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:17 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:06:18.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:17 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:06:18.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:17 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:18.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:17 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:18.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:17 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:18.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:17 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:06:18.415 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:18 smithi110 conmon[48996]: 2024-04-18T15:06:18.067+0000 7f2fb373f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-18T15:06:18.415 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:18 smithi110 conmon[48996]: 2024-04-18T15:06:18.152+0000 7f2fb373f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-18T15:06:18.415 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:18 smithi110 conmon[48996]: 2024-04-18T15:06:18.260+0000 7f2fb373f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-18T15:06:18.415 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:18 smithi110 conmon[48996]: 2024-04-18T15:06:18.421+0000 7f2fb373f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-18T15:06:18.745 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:18 smithi110 conmon[48996]: 2024-04-18T15:06:18.547+0000 7f2fb373f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-18T15:06:18.745 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:18 smithi110 conmon[48996]: 2024-04-18T15:06:18.632+0000 7f2fb373f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-18T15:06:19.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:18 smithi110 ceph-mon[47112]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:19.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:18 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:19.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:18 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-18T15:06:19.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:18 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-18T15:06:19.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:18 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:19.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:18 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:19.049 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:19 smithi110 conmon[48996]: 2024-04-18T15:06:19.000+0000 7f2fb373f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-18T15:06:19.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:18 smithi060 ceph-mon[43730]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:19.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:18 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:19.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:18 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-18T15:06:19.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:18 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-18T15:06:19.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:18 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:19.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:18 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:19.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:18 smithi154 ceph-mon[48475]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:19.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:18 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:19.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:18 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-18T15:06:19.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:18 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-18T15:06:19.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:18 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:19.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:18 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:19.463 INFO:teuthology.orchestra.run.smithi060.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-18T15:06:19.463 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-18T15:06:19.463 INFO:teuthology.orchestra.run.smithi060.stderr: stderr: 10+0 records in 2024-04-18T15:06:19.463 INFO:teuthology.orchestra.run.smithi060.stderr:10+0 records out 2024-04-18T15:06:19.463 INFO:teuthology.orchestra.run.smithi060.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0095933 s, 1.1 GB/s 2024-04-18T15:06:19.463 INFO:teuthology.orchestra.run.smithi060.stderr:--> Zapping successful for: 2024-04-18T15:06:19.677 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:19 smithi110 conmon[48996]: 2024-04-18T15:06:19.397+0000 7f2fb373f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-18T15:06:19.677 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:19 smithi110 conmon[48996]: 2024-04-18T15:06:19.590+0000 7f2fb373f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-18T15:06:19.677 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:19 smithi110 conmon[48996]: 2024-04-18T15:06:19.683+0000 7f2fb373f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-18T15:06:19.845 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:19 smithi060 ceph-mon[43730]: Reconfiguring mgr.a (unknown last config time)... 2024-04-18T15:06:19.846 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:19 smithi060 ceph-mon[43730]: Reconfiguring daemon mgr.a on smithi060 2024-04-18T15:06:20.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:19 smithi110 ceph-mon[47112]: Reconfiguring mgr.a (unknown last config time)... 2024-04-18T15:06:20.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:19 smithi110 ceph-mon[47112]: Reconfiguring daemon mgr.a on smithi060 2024-04-18T15:06:20.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:19 smithi154 ceph-mon[48475]: Reconfiguring mgr.a (unknown last config time)... 2024-04-18T15:06:20.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:19 smithi154 ceph-mon[48475]: Reconfiguring daemon mgr.a on smithi060 2024-04-18T15:06:20.228 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi060:vg_nvme/lv_4 2024-04-18T15:06:20.551 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:06:20.752 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:20 smithi110 conmon[48996]: 2024-04-18T15:06:20.442+0000 7f2fb373f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-18T15:06:20.752 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:20 smithi110 conmon[48996]: 2024-04-18T15:06:20.538+0000 7f2fb373f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-18T15:06:20.752 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:20 smithi110 conmon[48996]: 2024-04-18T15:06:20.686+0000 7f2fb373f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-18T15:06:21.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:20 smithi110 ceph-mon[47112]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:21.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:20 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:21.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:20 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:21.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:20 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:06:21.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:20 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:21.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:20 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:06:21.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:20 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:21.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:20 smithi060 ceph-mon[43730]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:21.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:20 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:21.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:20 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:21.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:20 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:06:21.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:20 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:21.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:20 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:06:21.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:20 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:21.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:20 smithi154 ceph-mon[48475]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:21.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:20 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:21.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:20 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:21.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:20 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:06:21.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:20 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:21.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:20 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:06:21.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:20 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:21.548 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:21 smithi110 conmon[48996]: 2024-04-18T15:06:21.304+0000 7f2fb373f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-18T15:06:21.549 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:21 smithi110 conmon[48996]: 2024-04-18T15:06:21.484+0000 7f2fb373f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-18T15:06:21.866 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:21 smithi060 ceph-mon[43730]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:22.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:21 smithi110 ceph-mon[47112]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:22.049 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:21 smithi110 conmon[48996]: 2024-04-18T15:06:21.674+0000 7f2fb373f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-18T15:06:22.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:21 smithi154 ceph-mon[48475]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:22.871 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:22 smithi110 conmon[48996]: 2024-04-18T15:06:22.595+0000 7f2fb373f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-18T15:06:22.872 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:22 smithi110 ceph-mon[47112]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:06:22.872 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:22 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T15:06:22.872 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:22 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T15:06:22.872 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:22 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:23.049 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:22 smithi060 ceph-mon[43730]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:06:23.050 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:22 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T15:06:23.050 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:22 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T15:06:23.050 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:22 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:23.149 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:22 smithi110 conmon[48996]: 2024-04-18T15:06:22.877+0000 7f2fb373f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-18T15:06:23.149 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:22 smithi110 conmon[48996]: 2024-04-18T15:06:22.965+0000 7f2fb373f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-18T15:06:23.149 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:06:23 smithi110 conmon[48996]: 2024-04-18T15:06:23.155+0000 7f2fb373f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-18T15:06:23.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:22 smithi154 ceph-mon[48475]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:06:23.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:22 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T15:06:23.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:22 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T15:06:23.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:22 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:23.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:23 smithi060 ceph-mon[43730]: Standby manager daemon b started 2024-04-18T15:06:23.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:23 smithi060 ceph-mon[43730]: from='mgr.? 172.21.15.110:0/2334838832' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-18T15:06:23.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:23 smithi060 ceph-mon[43730]: from='mgr.? 172.21.15.110:0/2334838832' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-18T15:06:23.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:23 smithi060 ceph-mon[43730]: from='mgr.? 172.21.15.110:0/2334838832' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-18T15:06:23.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:23 smithi060 ceph-mon[43730]: from='mgr.? 172.21.15.110:0/2334838832' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-18T15:06:23.875 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:23 smithi060 ceph-mon[43730]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:24.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:23 smithi110 ceph-mon[47112]: Standby manager daemon b started 2024-04-18T15:06:24.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:23 smithi110 ceph-mon[47112]: from='mgr.? 172.21.15.110:0/2334838832' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-18T15:06:24.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:23 smithi110 ceph-mon[47112]: from='mgr.? 172.21.15.110:0/2334838832' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-18T15:06:24.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:23 smithi110 ceph-mon[47112]: from='mgr.? 172.21.15.110:0/2334838832' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-18T15:06:24.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:23 smithi110 ceph-mon[47112]: from='mgr.? 172.21.15.110:0/2334838832' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-18T15:06:24.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:23 smithi110 ceph-mon[47112]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:24.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:23 smithi154 ceph-mon[48475]: Standby manager daemon b started 2024-04-18T15:06:24.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:23 smithi154 ceph-mon[48475]: from='mgr.? 172.21.15.110:0/2334838832' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-18T15:06:24.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:23 smithi154 ceph-mon[48475]: from='mgr.? 172.21.15.110:0/2334838832' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-18T15:06:24.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:23 smithi154 ceph-mon[48475]: from='mgr.? 172.21.15.110:0/2334838832' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-18T15:06:24.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:23 smithi154 ceph-mon[48475]: from='mgr.? 172.21.15.110:0/2334838832' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-18T15:06:24.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:23 smithi154 ceph-mon[48475]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:25.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:24 smithi110 ceph-mon[47112]: mgrmap e14: a(active, since 70s), standbys: b 2024-04-18T15:06:25.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:24 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-18T15:06:25.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:24 smithi060 ceph-mon[43730]: mgrmap e14: a(active, since 70s), standbys: b 2024-04-18T15:06:25.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:24 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-18T15:06:25.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:24 smithi154 ceph-mon[48475]: mgrmap e14: a(active, since 70s), standbys: b 2024-04-18T15:06:25.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:24 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-18T15:06:26.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:25 smithi110 ceph-mon[47112]: from='client.? 172.21.15.60:0/3046052700' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b86468ee-bd28-4a02-a7ce-c33f5a9d562c"}]: dispatch 2024-04-18T15:06:26.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:25 smithi110 ceph-mon[47112]: from='client.? 172.21.15.60:0/3046052700' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b86468ee-bd28-4a02-a7ce-c33f5a9d562c"}]': finished 2024-04-18T15:06:26.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:25 smithi110 ceph-mon[47112]: osdmap e5: 1 total, 0 up, 1 in 2024-04-18T15:06:26.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:25 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T15:06:26.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:25 smithi110 ceph-mon[47112]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:26.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:25 smithi110 ceph-mon[47112]: from='client.? 172.21.15.60:0/3702698825' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T15:06:26.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:25 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/3046052700' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b86468ee-bd28-4a02-a7ce-c33f5a9d562c"}]: dispatch 2024-04-18T15:06:26.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:25 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/3046052700' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b86468ee-bd28-4a02-a7ce-c33f5a9d562c"}]': finished 2024-04-18T15:06:26.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:25 smithi060 ceph-mon[43730]: osdmap e5: 1 total, 0 up, 1 in 2024-04-18T15:06:26.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:25 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T15:06:26.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:25 smithi060 ceph-mon[43730]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:26.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:25 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/3702698825' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T15:06:26.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:25 smithi154 ceph-mon[48475]: from='client.? 172.21.15.60:0/3046052700' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b86468ee-bd28-4a02-a7ce-c33f5a9d562c"}]: dispatch 2024-04-18T15:06:26.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:25 smithi154 ceph-mon[48475]: from='client.? 172.21.15.60:0/3046052700' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b86468ee-bd28-4a02-a7ce-c33f5a9d562c"}]': finished 2024-04-18T15:06:26.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:25 smithi154 ceph-mon[48475]: osdmap e5: 1 total, 0 up, 1 in 2024-04-18T15:06:26.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:25 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T15:06:26.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:25 smithi154 ceph-mon[48475]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:26.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:25 smithi154 ceph-mon[48475]: from='client.? 172.21.15.60:0/3702698825' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T15:06:28.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:28 smithi060 ceph-mon[43730]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:28.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:28 smithi154 ceph-mon[48475]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:28.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:28 smithi110 ceph-mon[47112]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:30.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:30 smithi060 ceph-mon[43730]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:30.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:30 smithi154 ceph-mon[48475]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:30.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:30 smithi110 ceph-mon[47112]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:31.777 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:31 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-18T15:06:31.777 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:31 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:31.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:31 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-18T15:06:31.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:31 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:31.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:31 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-18T15:06:31.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:31 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:32.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:32 smithi110 ceph-mon[47112]: Deploying daemon osd.0 on smithi060 2024-04-18T15:06:32.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:32 smithi110 ceph-mon[47112]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:32.867 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:32 smithi060 ceph-mon[43730]: Deploying daemon osd.0 on smithi060 2024-04-18T15:06:32.867 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:32 smithi060 ceph-mon[43730]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:32.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:32 smithi154 ceph-mon[48475]: Deploying daemon osd.0 on smithi060 2024-04-18T15:06:32.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:32 smithi154 ceph-mon[48475]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:34.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:34 smithi060 ceph-mon[43730]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:34.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:34 smithi110 ceph-mon[47112]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:34.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:34 smithi154 ceph-mon[48475]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:36.769 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:36 smithi060 ceph-mon[43730]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:36.769 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:36 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:36.769 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:36 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:36.769 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:36 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:06:36.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:36 smithi110 ceph-mon[47112]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:36.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:36 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:36.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:36 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:36.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:36 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:06:36.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:36 smithi154 ceph-mon[48475]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:36.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:36 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:36.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:36 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:36.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:36 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:06:38.728 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:38 smithi060 ceph-mon[43730]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:38.728 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:38 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:38.728 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:38 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:38.729 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:38 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:38.729 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:38 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:06:38.729 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:38 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:38.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:38 smithi110 ceph-mon[47112]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:38.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:38 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:38.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:38 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:38.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:38 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:38.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:38 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:06:38.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:38 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:38.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:38 smithi154 ceph-mon[48475]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:38.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:38 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:38.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:38 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:38.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:38 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:38.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:38 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:06:38.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:38 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:39.309 INFO:teuthology.orchestra.run.smithi060.stdout:Created osd(s) 0 on host 'smithi060' 2024-04-18T15:06:39.908 DEBUG:teuthology.orchestra.run.smithi060:osd.0> sudo journalctl -f -n 0 -u ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@osd.0.service 2024-04-18T15:06:39.911 INFO:tasks.cephadm:Deploying osd.1 on smithi060 with /dev/vg_nvme/lv_3... 2024-04-18T15:06:39.911 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-18T15:06:39.950 INFO:journalctl@ceph.osd.0.smithi060.stdout:-- Logs begin at Thu 2024-04-18 14:40:58 UTC. -- 2024-04-18T15:06:40.510 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:40 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:40.510 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:40 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:40.510 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:40 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:06:40.510 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:40 smithi060 ceph-mon[43730]: from='osd.0 [v2:172.21.15.60:6802/2034139247,v1:172.21.15.60:6803/2034139247]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-18T15:06:40.510 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:40 smithi060 ceph-mon[43730]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:40.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:40 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:40.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:40 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:40.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:40 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:06:40.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:40 smithi110 ceph-mon[47112]: from='osd.0 [v2:172.21.15.60:6802/2034139247,v1:172.21.15.60:6803/2034139247]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-18T15:06:40.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:40 smithi110 ceph-mon[47112]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:40.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:40 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:40.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:40 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:40.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:40 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:06:40.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:40 smithi154 ceph-mon[48475]: from='osd.0 [v2:172.21.15.60:6802/2034139247,v1:172.21.15.60:6803/2034139247]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-18T15:06:40.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:40 smithi154 ceph-mon[48475]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:40.878 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:06:41.509 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:41 smithi060 ceph-mon[43730]: from='osd.0 [v2:172.21.15.60:6802/2034139247,v1:172.21.15.60:6803/2034139247]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-18T15:06:41.509 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:41 smithi060 ceph-mon[43730]: osdmap e6: 1 total, 0 up, 1 in 2024-04-18T15:06:41.509 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:41 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T15:06:41.509 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:41 smithi060 ceph-mon[43730]: from='osd.0 [v2:172.21.15.60:6802/2034139247,v1:172.21.15.60:6803/2034139247]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-04-18T15:06:41.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:41 smithi154 ceph-mon[48475]: from='osd.0 [v2:172.21.15.60:6802/2034139247,v1:172.21.15.60:6803/2034139247]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-18T15:06:41.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:41 smithi154 ceph-mon[48475]: osdmap e6: 1 total, 0 up, 1 in 2024-04-18T15:06:41.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:41 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T15:06:41.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:41 smithi154 ceph-mon[48475]: from='osd.0 [v2:172.21.15.60:6802/2034139247,v1:172.21.15.60:6803/2034139247]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-04-18T15:06:41.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:41 smithi110 ceph-mon[47112]: from='osd.0 [v2:172.21.15.60:6802/2034139247,v1:172.21.15.60:6803/2034139247]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-18T15:06:41.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:41 smithi110 ceph-mon[47112]: osdmap e6: 1 total, 0 up, 1 in 2024-04-18T15:06:41.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:41 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T15:06:41.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:41 smithi110 ceph-mon[47112]: from='osd.0 [v2:172.21.15.60:6802/2034139247,v1:172.21.15.60:6803/2034139247]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-04-18T15:06:41.912 INFO:journalctl@ceph.osd.0.smithi060.stdout:Apr 18 15:06:41 smithi060 conmon[66775]: 2024-04-18T15:06:41.621+0000 7f3dc679c700 -1 osd.0 0 waiting for initial osdmap 2024-04-18T15:06:41.912 INFO:journalctl@ceph.osd.0.smithi060.stdout:Apr 18 15:06:41 smithi060 conmon[66775]: 2024-04-18T15:06:41.624+0000 7f3dbe589700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-18T15:06:42.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:42 smithi060 ceph-mon[43730]: from='osd.0 [v2:172.21.15.60:6802/2034139247,v1:172.21.15.60:6803/2034139247]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-04-18T15:06:42.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:42 smithi060 ceph-mon[43730]: osdmap e7: 1 total, 0 up, 1 in 2024-04-18T15:06:42.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:42 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T15:06:42.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:42 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T15:06:42.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:42 smithi060 ceph-mon[43730]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:42.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:42 smithi060 ceph-mon[43730]: from='osd.0 [v2:172.21.15.60:6802/2034139247,v1:172.21.15.60:6803/2034139247]' entity='osd.0' 2024-04-18T15:06:42.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:42 smithi154 ceph-mon[48475]: from='osd.0 [v2:172.21.15.60:6802/2034139247,v1:172.21.15.60:6803/2034139247]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-04-18T15:06:42.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:42 smithi154 ceph-mon[48475]: osdmap e7: 1 total, 0 up, 1 in 2024-04-18T15:06:42.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:42 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T15:06:42.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:42 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T15:06:42.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:42 smithi154 ceph-mon[48475]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:42.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:42 smithi154 ceph-mon[48475]: from='osd.0 [v2:172.21.15.60:6802/2034139247,v1:172.21.15.60:6803/2034139247]' entity='osd.0' 2024-04-18T15:06:42.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:42 smithi110 ceph-mon[47112]: from='osd.0 [v2:172.21.15.60:6802/2034139247,v1:172.21.15.60:6803/2034139247]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-04-18T15:06:42.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:42 smithi110 ceph-mon[47112]: osdmap e7: 1 total, 0 up, 1 in 2024-04-18T15:06:42.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:42 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T15:06:42.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:42 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T15:06:42.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:42 smithi110 ceph-mon[47112]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T15:06:42.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:42 smithi110 ceph-mon[47112]: from='osd.0 [v2:172.21.15.60:6802/2034139247,v1:172.21.15.60:6803/2034139247]' entity='osd.0' 2024-04-18T15:06:42.912 INFO:teuthology.orchestra.run.smithi060.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-18T15:06:42.912 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-18T15:06:42.912 INFO:teuthology.orchestra.run.smithi060.stderr: stderr: 10+0 records in 2024-04-18T15:06:42.912 INFO:teuthology.orchestra.run.smithi060.stderr:10+0 records out 2024-04-18T15:06:42.912 INFO:teuthology.orchestra.run.smithi060.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00954715 s, 1.1 GB/s 2024-04-18T15:06:42.912 INFO:teuthology.orchestra.run.smithi060.stderr:--> Zapping successful for: 2024-04-18T15:06:43.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:43 smithi060 ceph-mon[43730]: purged_snaps scrub starts 2024-04-18T15:06:43.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:43 smithi060 ceph-mon[43730]: purged_snaps scrub ok 2024-04-18T15:06:43.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:43 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T15:06:43.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:43 smithi060 ceph-mon[43730]: osd.0 [v2:172.21.15.60:6802/2034139247,v1:172.21.15.60:6803/2034139247] boot 2024-04-18T15:06:43.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:43 smithi060 ceph-mon[43730]: osdmap e8: 1 total, 1 up, 1 in 2024-04-18T15:06:43.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:43 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T15:06:43.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:43 smithi154 ceph-mon[48475]: purged_snaps scrub starts 2024-04-18T15:06:43.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:43 smithi154 ceph-mon[48475]: purged_snaps scrub ok 2024-04-18T15:06:43.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:43 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T15:06:43.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:43 smithi154 ceph-mon[48475]: osd.0 [v2:172.21.15.60:6802/2034139247,v1:172.21.15.60:6803/2034139247] boot 2024-04-18T15:06:43.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:43 smithi154 ceph-mon[48475]: osdmap e8: 1 total, 1 up, 1 in 2024-04-18T15:06:43.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:43 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T15:06:43.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:43 smithi110 ceph-mon[47112]: purged_snaps scrub starts 2024-04-18T15:06:43.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:43 smithi110 ceph-mon[47112]: purged_snaps scrub ok 2024-04-18T15:06:43.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:43 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T15:06:43.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:43 smithi110 ceph-mon[47112]: osd.0 [v2:172.21.15.60:6802/2034139247,v1:172.21.15.60:6803/2034139247] boot 2024-04-18T15:06:43.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:43 smithi110 ceph-mon[47112]: osdmap e8: 1 total, 1 up, 1 in 2024-04-18T15:06:43.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:43 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T15:06:43.889 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi060:vg_nvme/lv_3 2024-04-18T15:06:44.223 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:06:44.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:44 smithi110 ceph-mon[47112]: pgmap v43: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:06:44.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:44 smithi110 ceph-mon[47112]: Detected new or changed devices on smithi060 2024-04-18T15:06:44.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:44 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:44.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:44 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:44.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:44 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:06:44.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:44 smithi110 ceph-mon[47112]: Adjusting osd_memory_target on smithi060 to 17118M 2024-04-18T15:06:44.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:44 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:44.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:44 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:44.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:44 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:06:44.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:44 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:44.800 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:44 smithi110 ceph-mon[47112]: osdmap e9: 1 total, 1 up, 1 in 2024-04-18T15:06:44.825 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:44 smithi060 ceph-mon[43730]: pgmap v43: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:06:44.826 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:44 smithi060 ceph-mon[43730]: Detected new or changed devices on smithi060 2024-04-18T15:06:44.826 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:44 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:44.826 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:44 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:44.826 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:44 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:06:44.826 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:44 smithi060 ceph-mon[43730]: Adjusting osd_memory_target on smithi060 to 17118M 2024-04-18T15:06:44.826 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:44 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:44.826 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:44 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:44.826 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:44 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:06:44.826 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:44 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:44.826 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:44 smithi060 ceph-mon[43730]: osdmap e9: 1 total, 1 up, 1 in 2024-04-18T15:06:44.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:44 smithi154 ceph-mon[48475]: pgmap v43: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:06:44.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:44 smithi154 ceph-mon[48475]: Detected new or changed devices on smithi060 2024-04-18T15:06:44.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:44 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:44.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:44 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:44.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:44 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:06:44.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:44 smithi154 ceph-mon[48475]: Adjusting osd_memory_target on smithi060 to 17118M 2024-04-18T15:06:44.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:44 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:44.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:44 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:44.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:44 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:06:44.945 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:44 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:06:44.945 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:44 smithi154 ceph-mon[48475]: osdmap e9: 1 total, 1 up, 1 in 2024-04-18T15:06:46.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:46 smithi110 ceph-mon[47112]: pgmap v45: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:06:46.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:46 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T15:06:46.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:46 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T15:06:46.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:46 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:46.833 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:46 smithi060 ceph-mon[43730]: pgmap v45: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:06:46.833 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:46 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T15:06:46.833 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:46 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T15:06:46.833 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:46 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:46.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:46 smithi154 ceph-mon[48475]: pgmap v45: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:06:46.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:46 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T15:06:46.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:46 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T15:06:46.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:46 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:47.522 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:47 smithi060 ceph-mon[43730]: from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:06:47.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:47 smithi110 ceph-mon[47112]: from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:06:47.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:47 smithi154 ceph-mon[48475]: from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:06:48.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:48 smithi110 ceph-mon[47112]: pgmap v46: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:06:48.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:48 smithi110 ceph-mon[47112]: from='client.? 172.21.15.60:0/2290777987' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4f4342e1-1bda-4b2c-be32-146f8cffa329"}]: dispatch 2024-04-18T15:06:48.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:48 smithi110 ceph-mon[47112]: from='client.? 172.21.15.60:0/2290777987' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4f4342e1-1bda-4b2c-be32-146f8cffa329"}]': finished 2024-04-18T15:06:48.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:48 smithi110 ceph-mon[47112]: osdmap e10: 2 total, 1 up, 2 in 2024-04-18T15:06:48.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:48 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T15:06:48.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:48 smithi060 ceph-mon[43730]: pgmap v46: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:06:48.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:48 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/2290777987' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4f4342e1-1bda-4b2c-be32-146f8cffa329"}]: dispatch 2024-04-18T15:06:48.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:48 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/2290777987' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4f4342e1-1bda-4b2c-be32-146f8cffa329"}]': finished 2024-04-18T15:06:48.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:48 smithi060 ceph-mon[43730]: osdmap e10: 2 total, 1 up, 2 in 2024-04-18T15:06:48.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:48 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T15:06:48.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:48 smithi154 ceph-mon[48475]: pgmap v46: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:06:48.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:48 smithi154 ceph-mon[48475]: from='client.? 172.21.15.60:0/2290777987' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4f4342e1-1bda-4b2c-be32-146f8cffa329"}]: dispatch 2024-04-18T15:06:48.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:48 smithi154 ceph-mon[48475]: from='client.? 172.21.15.60:0/2290777987' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4f4342e1-1bda-4b2c-be32-146f8cffa329"}]': finished 2024-04-18T15:06:48.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:48 smithi154 ceph-mon[48475]: osdmap e10: 2 total, 1 up, 2 in 2024-04-18T15:06:48.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:48 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T15:06:49.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:49 smithi110 ceph-mon[47112]: from='client.? 172.21.15.60:0/3824138875' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T15:06:49.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:49 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/3824138875' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T15:06:49.947 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:49 smithi154 ceph-mon[48475]: from='client.? 172.21.15.60:0/3824138875' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T15:06:50.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:50 smithi110 ceph-mon[47112]: pgmap v48: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:06:50.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:50 smithi060 ceph-mon[43730]: pgmap v48: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:06:50.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:50 smithi154 ceph-mon[48475]: pgmap v48: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:06:52.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:52 smithi110 ceph-mon[47112]: pgmap v49: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:06:52.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:52 smithi060 ceph-mon[43730]: pgmap v49: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:06:52.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:52 smithi154 ceph-mon[48475]: pgmap v49: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:06:54.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:54 smithi110 ceph-mon[47112]: pgmap v50: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:06:54.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:54 smithi060 ceph-mon[43730]: pgmap v50: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:06:54.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:54 smithi154 ceph-mon[48475]: pgmap v50: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:06:55.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:55 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-18T15:06:55.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:55 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:55.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:55 smithi110 ceph-mon[47112]: Deploying daemon osd.1 on smithi060 2024-04-18T15:06:55.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:55 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-18T15:06:55.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:55 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:55.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:55 smithi060 ceph-mon[43730]: Deploying daemon osd.1 on smithi060 2024-04-18T15:06:55.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:55 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-18T15:06:55.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:55 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:06:55.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:55 smithi154 ceph-mon[48475]: Deploying daemon osd.1 on smithi060 2024-04-18T15:06:56.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:56 smithi110 ceph-mon[47112]: pgmap v51: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:06:56.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:56 smithi060 ceph-mon[43730]: pgmap v51: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:06:56.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:56 smithi154 ceph-mon[48475]: pgmap v51: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:06:58.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:06:58 smithi110 ceph-mon[47112]: pgmap v52: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:06:58.816 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:06:58 smithi060 ceph-mon[43730]: pgmap v52: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:06:58.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:06:58 smithi154 ceph-mon[48475]: pgmap v52: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:07:00.574 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:00 smithi060 ceph-mon[43730]: pgmap v53: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:07:00.574 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:00 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:00.574 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:00 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:00.574 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:00 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:07:00.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:00 smithi110 ceph-mon[47112]: pgmap v53: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:07:00.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:00 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:00.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:00 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:00.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:00 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:07:00.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:00 smithi154 ceph-mon[48475]: pgmap v53: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:07:00.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:00 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:00.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:00 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:00.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:00 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:07:02.801 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:02 smithi110 ceph-mon[47112]: pgmap v54: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:07:02.801 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:02 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:02.801 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:02 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:02.801 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:02 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:02.801 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:02 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:07:02.801 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:02 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:02.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:02 smithi060 ceph-mon[43730]: pgmap v54: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:07:02.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:02 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:02.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:02 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:02.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:02 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:02.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:02 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:07:02.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:02 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:02.946 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:02 smithi154 ceph-mon[48475]: pgmap v54: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:07:02.946 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:02 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:02.946 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:02 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:02.946 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:02 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:02.946 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:02 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:07:02.946 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:02 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:03.297 INFO:teuthology.orchestra.run.smithi060.stdout:Created osd(s) 1 on host 'smithi060' 2024-04-18T15:07:03.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:03 smithi060 ceph-mon[43730]: from='osd.1 [v2:172.21.15.60:6810/1670901761,v1:172.21.15.60:6811/1670901761]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-18T15:07:03.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:03 smithi060 ceph-mon[43730]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-18T15:07:03.663 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:03 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:03.663 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:03 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:03.663 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:03 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:07:03.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:03 smithi110 ceph-mon[47112]: from='osd.1 [v2:172.21.15.60:6810/1670901761,v1:172.21.15.60:6811/1670901761]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-18T15:07:03.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:03 smithi110 ceph-mon[47112]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-18T15:07:03.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:03 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:03.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:03 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:03.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:03 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:07:03.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:03 smithi154 ceph-mon[48475]: from='osd.1 [v2:172.21.15.60:6810/1670901761,v1:172.21.15.60:6811/1670901761]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-18T15:07:03.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:03 smithi154 ceph-mon[48475]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-18T15:07:03.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:03 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:03.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:03 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:03.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:03 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:07:04.019 DEBUG:teuthology.orchestra.run.smithi060:osd.1> sudo journalctl -f -n 0 -u ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@osd.1.service 2024-04-18T15:07:04.028 INFO:tasks.cephadm:Deploying osd.2 on smithi110 with /dev/vg_nvme/lv_4... 2024-04-18T15:07:04.028 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-18T15:07:04.068 INFO:journalctl@ceph.osd.1.smithi060.stdout:-- Logs begin at Thu 2024-04-18 14:40:58 UTC. -- 2024-04-18T15:07:04.317 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.b/config 2024-04-18T15:07:04.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:04 smithi060 ceph-mon[43730]: pgmap v55: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:07:04.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:04 smithi060 ceph-mon[43730]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-18T15:07:04.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:04 smithi060 ceph-mon[43730]: osdmap e11: 2 total, 1 up, 2 in 2024-04-18T15:07:04.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:04 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T15:07:04.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:04 smithi060 ceph-mon[43730]: from='osd.1 [v2:172.21.15.60:6810/1670901761,v1:172.21.15.60:6811/1670901761]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-04-18T15:07:04.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:04 smithi060 ceph-mon[43730]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-04-18T15:07:04.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:04 smithi110 ceph-mon[47112]: pgmap v55: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:07:04.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:04 smithi110 ceph-mon[47112]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-18T15:07:04.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:04 smithi110 ceph-mon[47112]: osdmap e11: 2 total, 1 up, 2 in 2024-04-18T15:07:04.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:04 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T15:07:04.800 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:04 smithi110 ceph-mon[47112]: from='osd.1 [v2:172.21.15.60:6810/1670901761,v1:172.21.15.60:6811/1670901761]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-04-18T15:07:04.800 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:04 smithi110 ceph-mon[47112]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-04-18T15:07:04.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:04 smithi154 ceph-mon[48475]: pgmap v55: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:07:04.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:04 smithi154 ceph-mon[48475]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-18T15:07:04.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:04 smithi154 ceph-mon[48475]: osdmap e11: 2 total, 1 up, 2 in 2024-04-18T15:07:04.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:04 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T15:07:04.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:04 smithi154 ceph-mon[48475]: from='osd.1 [v2:172.21.15.60:6810/1670901761,v1:172.21.15.60:6811/1670901761]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-04-18T15:07:04.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:04 smithi154 ceph-mon[48475]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-04-18T15:07:05.117 INFO:journalctl@ceph.osd.1.smithi060.stdout:Apr 18 15:07:04 smithi060 conmon[75686]: 2024-04-18T15:07:04.849+0000 7f6244484700 -1 osd.1 0 waiting for initial osdmap 2024-04-18T15:07:05.117 INFO:journalctl@ceph.osd.1.smithi060.stdout:Apr 18 15:07:04 smithi060 conmon[75686]: 2024-04-18T15:07:04.853+0000 7f623c271700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-18T15:07:05.618 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:05 smithi110 ceph-mon[47112]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-04-18T15:07:05.618 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:05 smithi110 ceph-mon[47112]: osdmap e12: 2 total, 1 up, 2 in 2024-04-18T15:07:05.619 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:05 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T15:07:05.619 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:05 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T15:07:05.619 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:05 smithi110 ceph-mon[47112]: from='osd.1 ' entity='osd.1' 2024-04-18T15:07:05.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:05 smithi060 ceph-mon[43730]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-04-18T15:07:05.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:05 smithi060 ceph-mon[43730]: osdmap e12: 2 total, 1 up, 2 in 2024-04-18T15:07:05.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:05 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T15:07:05.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:05 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T15:07:05.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:05 smithi060 ceph-mon[43730]: from='osd.1 ' entity='osd.1' 2024-04-18T15:07:05.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:05 smithi154 ceph-mon[48475]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-04-18T15:07:05.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:05 smithi154 ceph-mon[48475]: osdmap e12: 2 total, 1 up, 2 in 2024-04-18T15:07:05.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:05 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T15:07:05.945 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:05 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T15:07:05.945 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:05 smithi154 ceph-mon[48475]: from='osd.1 ' entity='osd.1' 2024-04-18T15:07:06.101 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-18T15:07:06.101 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-18T15:07:06.101 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10+0 records in 2024-04-18T15:07:06.102 INFO:teuthology.orchestra.run.smithi110.stderr:10+0 records out 2024-04-18T15:07:06.102 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0133311 s, 787 MB/s 2024-04-18T15:07:06.102 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping successful for: 2024-04-18T15:07:06.684 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi110:vg_nvme/lv_4 2024-04-18T15:07:06.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:06 smithi110 ceph-mon[47112]: purged_snaps scrub starts 2024-04-18T15:07:06.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:06 smithi110 ceph-mon[47112]: purged_snaps scrub ok 2024-04-18T15:07:06.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:06 smithi110 ceph-mon[47112]: pgmap v58: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:07:06.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:06 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T15:07:06.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:06 smithi110 ceph-mon[47112]: osd.1 [v2:172.21.15.60:6810/1670901761,v1:172.21.15.60:6811/1670901761] boot 2024-04-18T15:07:06.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:06 smithi110 ceph-mon[47112]: osdmap e13: 2 total, 2 up, 2 in 2024-04-18T15:07:06.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:06 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T15:07:06.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:06 smithi060 ceph-mon[43730]: purged_snaps scrub starts 2024-04-18T15:07:06.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:06 smithi060 ceph-mon[43730]: purged_snaps scrub ok 2024-04-18T15:07:06.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:06 smithi060 ceph-mon[43730]: pgmap v58: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:07:06.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:06 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T15:07:06.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:06 smithi060 ceph-mon[43730]: osd.1 [v2:172.21.15.60:6810/1670901761,v1:172.21.15.60:6811/1670901761] boot 2024-04-18T15:07:06.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:06 smithi060 ceph-mon[43730]: osdmap e13: 2 total, 2 up, 2 in 2024-04-18T15:07:06.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:06 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T15:07:06.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:06 smithi154 ceph-mon[48475]: purged_snaps scrub starts 2024-04-18T15:07:06.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:06 smithi154 ceph-mon[48475]: purged_snaps scrub ok 2024-04-18T15:07:06.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:06 smithi154 ceph-mon[48475]: pgmap v58: 0 pgs: ; 0 B data, 30 MiB used, 89 GiB / 89 GiB avail 2024-04-18T15:07:06.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:06 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T15:07:06.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:06 smithi154 ceph-mon[48475]: osd.1 [v2:172.21.15.60:6810/1670901761,v1:172.21.15.60:6811/1670901761] boot 2024-04-18T15:07:06.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:06 smithi154 ceph-mon[48475]: osdmap e13: 2 total, 2 up, 2 in 2024-04-18T15:07:06.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:06 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T15:07:06.963 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.b/config 2024-04-18T15:07:08.120 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:07 smithi110 ceph-mon[47112]: osdmap e14: 2 total, 2 up, 2 in 2024-04-18T15:07:08.120 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:07 smithi110 ceph-mon[47112]: Detected new or changed devices on smithi060 2024-04-18T15:07:08.120 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:07 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:08.121 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:07 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:08.121 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:07 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:07:08.121 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:07 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:07:08.121 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:07 smithi110 ceph-mon[47112]: Adjusting osd_memory_target on smithi060 to 8559M 2024-04-18T15:07:08.121 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:07 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:08.121 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:07 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:08.121 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:07 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:07:08.121 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:07 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:08.121 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:07 smithi110 ceph-mon[47112]: pgmap v61: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:08.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:07 smithi060 ceph-mon[43730]: osdmap e14: 2 total, 2 up, 2 in 2024-04-18T15:07:08.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:07 smithi060 ceph-mon[43730]: Detected new or changed devices on smithi060 2024-04-18T15:07:08.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:07 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:08.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:07 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:08.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:07 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:07:08.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:07 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:07:08.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:07 smithi060 ceph-mon[43730]: Adjusting osd_memory_target on smithi060 to 8559M 2024-04-18T15:07:08.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:07 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:08.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:07 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:08.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:07 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:07:08.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:07 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:08.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:07 smithi060 ceph-mon[43730]: pgmap v61: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:08.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:07 smithi154 ceph-mon[48475]: osdmap e14: 2 total, 2 up, 2 in 2024-04-18T15:07:08.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:07 smithi154 ceph-mon[48475]: Detected new or changed devices on smithi060 2024-04-18T15:07:08.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:07 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:08.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:07 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:08.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:07 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:07:08.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:07 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:07:08.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:07 smithi154 ceph-mon[48475]: Adjusting osd_memory_target on smithi060 to 8559M 2024-04-18T15:07:08.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:07 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:08.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:07 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:08.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:07 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:07:08.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:07 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:08.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:07 smithi154 ceph-mon[48475]: pgmap v61: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:09.286 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:09 smithi110 ceph-mon[47112]: from='client.24170 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:07:09.286 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:09 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T15:07:09.286 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:09 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T15:07:09.286 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:09 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:09.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:09 smithi060 ceph-mon[43730]: from='client.24170 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:07:09.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:09 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T15:07:09.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:09 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T15:07:09.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:09 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:09.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:09 smithi154 ceph-mon[48475]: from='client.24170 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:07:09.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:09 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T15:07:09.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:09 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T15:07:09.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:09 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:10.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:10 smithi110 ceph-mon[47112]: pgmap v62: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:10.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:10 smithi060 ceph-mon[43730]: pgmap v62: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:10.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:10 smithi154 ceph-mon[48475]: pgmap v62: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:11.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:11 smithi110 ceph-mon[47112]: from='client.? 172.21.15.110:0/552429754' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b759ec4e-31df-4c3e-8fc6-b0123dac4642"}]: dispatch 2024-04-18T15:07:11.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:11 smithi110 ceph-mon[47112]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b759ec4e-31df-4c3e-8fc6-b0123dac4642"}]: dispatch 2024-04-18T15:07:11.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:11 smithi110 ceph-mon[47112]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b759ec4e-31df-4c3e-8fc6-b0123dac4642"}]': finished 2024-04-18T15:07:11.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:11 smithi110 ceph-mon[47112]: osdmap e15: 3 total, 2 up, 3 in 2024-04-18T15:07:11.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:11 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T15:07:11.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:11 smithi060 ceph-mon[43730]: from='client.? 172.21.15.110:0/552429754' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b759ec4e-31df-4c3e-8fc6-b0123dac4642"}]: dispatch 2024-04-18T15:07:11.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:11 smithi060 ceph-mon[43730]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b759ec4e-31df-4c3e-8fc6-b0123dac4642"}]: dispatch 2024-04-18T15:07:11.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:11 smithi060 ceph-mon[43730]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b759ec4e-31df-4c3e-8fc6-b0123dac4642"}]': finished 2024-04-18T15:07:11.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:11 smithi060 ceph-mon[43730]: osdmap e15: 3 total, 2 up, 3 in 2024-04-18T15:07:11.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:11 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T15:07:11.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:11 smithi154 ceph-mon[48475]: from='client.? 172.21.15.110:0/552429754' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b759ec4e-31df-4c3e-8fc6-b0123dac4642"}]: dispatch 2024-04-18T15:07:11.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:11 smithi154 ceph-mon[48475]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b759ec4e-31df-4c3e-8fc6-b0123dac4642"}]: dispatch 2024-04-18T15:07:11.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:11 smithi154 ceph-mon[48475]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b759ec4e-31df-4c3e-8fc6-b0123dac4642"}]': finished 2024-04-18T15:07:11.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:11 smithi154 ceph-mon[48475]: osdmap e15: 3 total, 2 up, 3 in 2024-04-18T15:07:11.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:11 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T15:07:12.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:12 smithi110 ceph-mon[47112]: from='client.? 172.21.15.110:0/3025535313' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T15:07:12.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:12 smithi110 ceph-mon[47112]: pgmap v64: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:12.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:12 smithi060 ceph-mon[43730]: from='client.? 172.21.15.110:0/3025535313' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T15:07:12.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:12 smithi060 ceph-mon[43730]: pgmap v64: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:12.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:12 smithi154 ceph-mon[48475]: from='client.? 172.21.15.110:0/3025535313' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T15:07:12.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:12 smithi154 ceph-mon[48475]: pgmap v64: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:14.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:14 smithi154 ceph-mon[48475]: pgmap v65: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:14.695 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:14 smithi110 ceph-mon[47112]: pgmap v65: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:14.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:14 smithi060 ceph-mon[43730]: pgmap v65: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:16.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:16 smithi110 ceph-mon[47112]: pgmap v66: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:16.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:16 smithi060 ceph-mon[43730]: pgmap v66: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:16.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:16 smithi154 ceph-mon[48475]: pgmap v66: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:17.672 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:17 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-18T15:07:17.672 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:17 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:17.672 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:17 smithi110 ceph-mon[47112]: Deploying daemon osd.2 on smithi110 2024-04-18T15:07:17.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:17 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-18T15:07:17.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:17 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:17.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:17 smithi060 ceph-mon[43730]: Deploying daemon osd.2 on smithi110 2024-04-18T15:07:17.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:17 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-18T15:07:17.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:17 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:17.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:17 smithi154 ceph-mon[48475]: Deploying daemon osd.2 on smithi110 2024-04-18T15:07:18.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:18 smithi110 ceph-mon[47112]: pgmap v67: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:18.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:18 smithi060 ceph-mon[43730]: pgmap v67: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:18.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:18 smithi154 ceph-mon[48475]: pgmap v67: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:20.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:20 smithi110 ceph-mon[47112]: pgmap v68: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:20.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:20 smithi060 ceph-mon[43730]: pgmap v68: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:20.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:20 smithi154 ceph-mon[48475]: pgmap v68: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:22.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:22 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:22.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:22 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:22.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:22 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:07:22.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:22 smithi110 ceph-mon[47112]: pgmap v69: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:22.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:22 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:22.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:22 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:22.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:22 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:07:22.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:22 smithi060 ceph-mon[43730]: pgmap v69: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:22.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:22 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:22.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:22 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:22.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:22 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:07:22.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:22 smithi154 ceph-mon[48475]: pgmap v69: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:24.040 INFO:teuthology.orchestra.run.smithi110.stdout:Created osd(s) 2 on host 'smithi110' 2024-04-18T15:07:24.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:23 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:24.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:23 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:24.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:23 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:24.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:23 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:07:24.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:23 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:24.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:23 smithi110 ceph-mon[47112]: pgmap v70: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:24.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:23 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:24.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:23 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:24.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:23 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:24.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:23 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:07:24.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:23 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:24.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:23 smithi060 ceph-mon[43730]: pgmap v70: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:24.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:23 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:24.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:23 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:24.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:23 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:24.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:23 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:07:24.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:23 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:24.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:23 smithi154 ceph-mon[48475]: pgmap v70: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:24.635 DEBUG:teuthology.orchestra.run.smithi110:osd.2> sudo journalctl -f -n 0 -u ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@osd.2.service 2024-04-18T15:07:24.637 INFO:tasks.cephadm:Deploying osd.3 on smithi110 with /dev/vg_nvme/lv_3... 2024-04-18T15:07:24.637 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-18T15:07:24.670 INFO:journalctl@ceph.osd.2.smithi110.stdout:-- Logs begin at Thu 2024-04-18 14:41:01 UTC. -- 2024-04-18T15:07:25.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:25 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:25.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:25 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:07:25.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:25 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:25.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:25 smithi110 ceph-mon[47112]: from='osd.2 [v2:172.21.15.110:6800/742179902,v1:172.21.15.110:6801/742179902]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-18T15:07:25.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:25 smithi110 ceph-mon[47112]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-18T15:07:25.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:25 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:25.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:25 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:07:25.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:25 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:25.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:25 smithi060 ceph-mon[43730]: from='osd.2 [v2:172.21.15.110:6800/742179902,v1:172.21.15.110:6801/742179902]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-18T15:07:25.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:25 smithi060 ceph-mon[43730]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-18T15:07:25.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:25 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:25.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:25 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:07:25.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:25 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:25.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:25 smithi154 ceph-mon[48475]: from='osd.2 [v2:172.21.15.110:6800/742179902,v1:172.21.15.110:6801/742179902]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-18T15:07:25.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:25 smithi154 ceph-mon[48475]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-18T15:07:25.635 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.b/config 2024-04-18T15:07:26.299 INFO:journalctl@ceph.osd.2.smithi110.stdout:Apr 18 15:07:26 smithi110 conmon[53847]: 2024-04-18T15:07:26.029+0000 7fc0c3d6d700 -1 osd.2 0 waiting for initial osdmap 2024-04-18T15:07:26.299 INFO:journalctl@ceph.osd.2.smithi110.stdout:Apr 18 15:07:26 smithi110 conmon[53847]: 2024-04-18T15:07:26.032+0000 7fc0bfb62700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-18T15:07:26.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:26 smithi110 ceph-mon[47112]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-18T15:07:26.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:26 smithi110 ceph-mon[47112]: osdmap e16: 3 total, 2 up, 3 in 2024-04-18T15:07:26.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:26 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T15:07:26.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:26 smithi110 ceph-mon[47112]: from='osd.2 [v2:172.21.15.110:6800/742179902,v1:172.21.15.110:6801/742179902]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-18T15:07:26.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:26 smithi110 ceph-mon[47112]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-18T15:07:26.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:26 smithi110 ceph-mon[47112]: pgmap v72: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:26.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:26 smithi060 ceph-mon[43730]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-18T15:07:26.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:26 smithi060 ceph-mon[43730]: osdmap e16: 3 total, 2 up, 3 in 2024-04-18T15:07:26.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:26 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T15:07:26.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:26 smithi060 ceph-mon[43730]: from='osd.2 [v2:172.21.15.110:6800/742179902,v1:172.21.15.110:6801/742179902]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-18T15:07:26.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:26 smithi060 ceph-mon[43730]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-18T15:07:26.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:26 smithi060 ceph-mon[43730]: pgmap v72: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:26.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:26 smithi154 ceph-mon[48475]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-18T15:07:26.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:26 smithi154 ceph-mon[48475]: osdmap e16: 3 total, 2 up, 3 in 2024-04-18T15:07:26.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:26 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T15:07:26.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:26 smithi154 ceph-mon[48475]: from='osd.2 [v2:172.21.15.110:6800/742179902,v1:172.21.15.110:6801/742179902]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-18T15:07:26.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:26 smithi154 ceph-mon[48475]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-18T15:07:26.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:26 smithi154 ceph-mon[48475]: pgmap v72: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:27.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:27 smithi110 ceph-mon[47112]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-04-18T15:07:27.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:27 smithi110 ceph-mon[47112]: osdmap e17: 3 total, 2 up, 3 in 2024-04-18T15:07:27.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:27 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T15:07:27.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:27 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T15:07:27.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:27 smithi060 ceph-mon[43730]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-04-18T15:07:27.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:27 smithi060 ceph-mon[43730]: osdmap e17: 3 total, 2 up, 3 in 2024-04-18T15:07:27.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:27 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T15:07:27.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:27 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T15:07:27.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:27 smithi154 ceph-mon[48475]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-04-18T15:07:27.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:27 smithi154 ceph-mon[48475]: osdmap e17: 3 total, 2 up, 3 in 2024-04-18T15:07:27.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:27 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T15:07:27.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:27 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T15:07:27.597 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-18T15:07:27.597 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-18T15:07:27.597 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10+0 records in 2024-04-18T15:07:27.597 INFO:teuthology.orchestra.run.smithi110.stderr:10+0 records out 2024-04-18T15:07:27.597 INFO:teuthology.orchestra.run.smithi110.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00829347 s, 1.3 GB/s 2024-04-18T15:07:27.598 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping successful for: 2024-04-18T15:07:28.172 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi110:vg_nvme/lv_3 2024-04-18T15:07:28.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:28 smithi110 ceph-mon[47112]: purged_snaps scrub starts 2024-04-18T15:07:28.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:28 smithi110 ceph-mon[47112]: purged_snaps scrub ok 2024-04-18T15:07:28.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:28 smithi110 ceph-mon[47112]: osd.2 [v2:172.21.15.110:6800/742179902,v1:172.21.15.110:6801/742179902] boot 2024-04-18T15:07:28.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:28 smithi110 ceph-mon[47112]: osdmap e18: 3 total, 3 up, 3 in 2024-04-18T15:07:28.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:28 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T15:07:28.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:28 smithi110 ceph-mon[47112]: pgmap v75: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:28.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:28 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' 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-04-18T15:07:28.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:28 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:28.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:28 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:28.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:28 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:07:28.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:28 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:28.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:28 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:28.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:28 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:07:28.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:28 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:28.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:28 smithi060 ceph-mon[43730]: purged_snaps scrub starts 2024-04-18T15:07:28.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:28 smithi060 ceph-mon[43730]: purged_snaps scrub ok 2024-04-18T15:07:28.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:28 smithi060 ceph-mon[43730]: osd.2 [v2:172.21.15.110:6800/742179902,v1:172.21.15.110:6801/742179902] boot 2024-04-18T15:07:28.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:28 smithi060 ceph-mon[43730]: osdmap e18: 3 total, 3 up, 3 in 2024-04-18T15:07:28.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:28 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T15:07:28.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:28 smithi060 ceph-mon[43730]: pgmap v75: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:28.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:28 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' 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-04-18T15:07:28.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:28 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:28.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:28 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:28.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:28 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:07:28.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:28 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:28.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:28 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:28.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:28 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:07:28.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:28 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:28.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:28 smithi154 ceph-mon[48475]: purged_snaps scrub starts 2024-04-18T15:07:28.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:28 smithi154 ceph-mon[48475]: purged_snaps scrub ok 2024-04-18T15:07:28.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:28 smithi154 ceph-mon[48475]: osd.2 [v2:172.21.15.110:6800/742179902,v1:172.21.15.110:6801/742179902] boot 2024-04-18T15:07:28.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:28 smithi154 ceph-mon[48475]: osdmap e18: 3 total, 3 up, 3 in 2024-04-18T15:07:28.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:28 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T15:07:28.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:28 smithi154 ceph-mon[48475]: pgmap v75: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-18T15:07:28.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:28 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' 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-04-18T15:07:28.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:28 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:28.445 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:28 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:28.445 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:28 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:07:28.445 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:28 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:28.445 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:28 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:28.445 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:28 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:07:28.445 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:28 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:28.455 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.b/config 2024-04-18T15:07:29.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:29 smithi110 ceph-mon[47112]: Detected new or changed devices on smithi110 2024-04-18T15:07:29.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:29 smithi110 ceph-mon[47112]: Adjusting osd_memory_target on smithi110 to 17113M 2024-04-18T15:07:29.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:29 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' 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-04-18T15:07:29.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:29 smithi110 ceph-mon[47112]: osdmap e19: 3 total, 3 up, 3 in 2024-04-18T15:07:29.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:29 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-18T15:07:29.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:29 smithi060 ceph-mon[43730]: Detected new or changed devices on smithi110 2024-04-18T15:07:29.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:29 smithi060 ceph-mon[43730]: Adjusting osd_memory_target on smithi110 to 17113M 2024-04-18T15:07:29.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:29 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' 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-04-18T15:07:29.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:29 smithi060 ceph-mon[43730]: osdmap e19: 3 total, 3 up, 3 in 2024-04-18T15:07:29.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:29 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-18T15:07:29.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:29 smithi154 ceph-mon[48475]: Detected new or changed devices on smithi110 2024-04-18T15:07:29.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:29 smithi154 ceph-mon[48475]: Adjusting osd_memory_target on smithi110 to 17113M 2024-04-18T15:07:29.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:29 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' 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-04-18T15:07:29.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:29 smithi154 ceph-mon[48475]: osdmap e19: 3 total, 3 up, 3 in 2024-04-18T15:07:29.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:29 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-18T15:07:29.911 INFO:journalctl@ceph.osd.0.smithi060.stdout:Apr 18 15:07:29 smithi060 sudo[80854]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-18T15:07:29.911 INFO:journalctl@ceph.osd.0.smithi060.stdout:Apr 18 15:07:29 smithi060 sudo[80854]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-18T15:07:29.911 INFO:journalctl@ceph.osd.0.smithi060.stdout:Apr 18 15:07:29 smithi060 sudo[80854]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-18T15:07:29.911 INFO:journalctl@ceph.osd.0.smithi060.stdout:Apr 18 15:07:29 smithi060 sudo[80854]: pam_unix(sudo:session): session closed for user root 2024-04-18T15:07:30.298 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:30 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-18T15:07:30.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:30 smithi110 ceph-mon[47112]: osdmap e20: 3 total, 3 up, 3 in 2024-04-18T15:07:30.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:30 smithi110 ceph-mon[47112]: pgmap v78: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-18T15:07:30.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:30 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T15:07:30.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:30 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T15:07:30.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:30 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:30.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:30 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-18T15:07:30.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:30 smithi060 ceph-mon[43730]: osdmap e20: 3 total, 3 up, 3 in 2024-04-18T15:07:30.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:30 smithi060 ceph-mon[43730]: pgmap v78: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-18T15:07:30.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:30 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T15:07:30.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:30 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T15:07:30.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:30 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:30.412 INFO:journalctl@ceph.osd.0.smithi060.stdout:Apr 18 15:07:30 smithi060 sudo[80857]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-18T15:07:30.412 INFO:journalctl@ceph.osd.0.smithi060.stdout:Apr 18 15:07:30 smithi060 sudo[80857]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-18T15:07:30.412 INFO:journalctl@ceph.osd.0.smithi060.stdout:Apr 18 15:07:30 smithi060 sudo[80857]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-18T15:07:30.412 INFO:journalctl@ceph.osd.0.smithi060.stdout:Apr 18 15:07:30 smithi060 sudo[80857]: pam_unix(sudo:session): session closed for user root 2024-04-18T15:07:30.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:30 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-18T15:07:30.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:30 smithi154 ceph-mon[48475]: osdmap e20: 3 total, 3 up, 3 in 2024-04-18T15:07:30.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:30 smithi154 ceph-mon[48475]: pgmap v78: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-18T15:07:30.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:30 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T15:07:30.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:30 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T15:07:30.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:30 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:30.911 INFO:journalctl@ceph.osd.1.smithi060.stdout:Apr 18 15:07:30 smithi060 sudo[80860]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-18T15:07:30.911 INFO:journalctl@ceph.osd.1.smithi060.stdout:Apr 18 15:07:30 smithi060 sudo[80860]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-18T15:07:30.911 INFO:journalctl@ceph.osd.1.smithi060.stdout:Apr 18 15:07:30 smithi060 sudo[80860]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-18T15:07:30.911 INFO:journalctl@ceph.osd.1.smithi060.stdout:Apr 18 15:07:30 smithi060 sudo[80860]: pam_unix(sudo:session): session closed for user root 2024-04-18T15:07:31.248 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:31 smithi110 ceph-mon[47112]: from='client.24203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:07:31.248 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:31 smithi110 ceph-mon[47112]: mgrmap e15: a(active, since 2m), standbys: b 2024-04-18T15:07:31.248 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:31 smithi110 ceph-mon[47112]: osdmap e21: 3 total, 3 up, 3 in 2024-04-18T15:07:31.249 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:31 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:31.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:31 smithi060 ceph-mon[43730]: from='client.24203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:07:31.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:31 smithi060 ceph-mon[43730]: mgrmap e15: a(active, since 2m), standbys: b 2024-04-18T15:07:31.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:31 smithi060 ceph-mon[43730]: osdmap e21: 3 total, 3 up, 3 in 2024-04-18T15:07:31.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:31 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:31.412 INFO:journalctl@ceph.osd.1.smithi060.stdout:Apr 18 15:07:31 smithi060 sudo[80863]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-18T15:07:31.412 INFO:journalctl@ceph.osd.1.smithi060.stdout:Apr 18 15:07:31 smithi060 sudo[80863]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-18T15:07:31.412 INFO:journalctl@ceph.osd.1.smithi060.stdout:Apr 18 15:07:31 smithi060 sudo[80863]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-18T15:07:31.412 INFO:journalctl@ceph.osd.1.smithi060.stdout:Apr 18 15:07:31 smithi060 sudo[80863]: pam_unix(sudo:session): session closed for user root 2024-04-18T15:07:31.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:31 smithi154 ceph-mon[48475]: from='client.24203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:07:31.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:31 smithi154 ceph-mon[48475]: mgrmap e15: a(active, since 2m), standbys: b 2024-04-18T15:07:31.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:31 smithi154 ceph-mon[48475]: osdmap e21: 3 total, 3 up, 3 in 2024-04-18T15:07:31.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:31 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:31.507 INFO:journalctl@ceph.osd.2.smithi110.stdout:Apr 18 15:07:31 smithi110 sudo[60053]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-18T15:07:31.507 INFO:journalctl@ceph.osd.2.smithi110.stdout:Apr 18 15:07:31 smithi110 sudo[60053]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-18T15:07:31.507 INFO:journalctl@ceph.osd.2.smithi110.stdout:Apr 18 15:07:31 smithi110 sudo[60053]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-18T15:07:31.507 INFO:journalctl@ceph.osd.2.smithi110.stdout:Apr 18 15:07:31 smithi110 sudo[60053]: pam_unix(sudo:session): session closed for user root 2024-04-18T15:07:31.799 INFO:journalctl@ceph.osd.2.smithi110.stdout:Apr 18 15:07:31 smithi110 sudo[60106]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-18T15:07:31.799 INFO:journalctl@ceph.osd.2.smithi110.stdout:Apr 18 15:07:31 smithi110 sudo[60106]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-18T15:07:31.799 INFO:journalctl@ceph.osd.2.smithi110.stdout:Apr 18 15:07:31 smithi110 sudo[60106]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-18T15:07:31.799 INFO:journalctl@ceph.osd.2.smithi110.stdout:Apr 18 15:07:31 smithi110 sudo[60106]: pam_unix(sudo:session): session closed for user root 2024-04-18T15:07:32.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:31 smithi060 sudo[80866]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-18T15:07:32.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:31 smithi060 sudo[80866]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-18T15:07:32.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:31 smithi060 sudo[80866]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-18T15:07:32.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:32 smithi060 sudo[80866]: pam_unix(sudo:session): session closed for user root 2024-04-18T15:07:32.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:32 smithi060 sudo[80869]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-18T15:07:32.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:32 smithi060 sudo[80869]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-18T15:07:32.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:32 smithi060 sudo[80869]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-18T15:07:32.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:32 smithi060 sudo[80869]: pam_unix(sudo:session): session closed for user root 2024-04-18T15:07:32.957 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:32 smithi154 sudo[51556]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-18T15:07:32.957 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:32 smithi154 sudo[51556]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-18T15:07:32.957 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:32 smithi154 sudo[51556]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-18T15:07:32.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:32 smithi154 sudo[51556]: pam_unix(sudo:session): session closed for user root 2024-04-18T15:07:32.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:32 smithi154 sudo[51559]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-18T15:07:32.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:32 smithi154 sudo[51559]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-18T15:07:32.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:32 smithi154 sudo[51559]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-18T15:07:32.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:32 smithi154 sudo[51559]: pam_unix(sudo:session): session closed for user root 2024-04-18T15:07:33.213 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:32 smithi110 ceph-mon[47112]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-18T15:07:33.214 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:32 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:33.214 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:32 smithi110 ceph-mon[47112]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T15:07:33.214 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:32 smithi110 ceph-mon[47112]: from='client.? 172.21.15.110:0/1281829054' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "528a597c-1e13-4264-ba75-7d91aeb572a1"}]: dispatch 2024-04-18T15:07:33.214 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:32 smithi110 ceph-mon[47112]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T15:07:33.214 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:32 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T15:07:33.214 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:32 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:07:33.214 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:32 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:07:33.214 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:32 smithi110 ceph-mon[47112]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "528a597c-1e13-4264-ba75-7d91aeb572a1"}]: dispatch 2024-04-18T15:07:33.214 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:32 smithi110 ceph-mon[47112]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "528a597c-1e13-4264-ba75-7d91aeb572a1"}]': finished 2024-04-18T15:07:33.214 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:32 smithi110 ceph-mon[47112]: osdmap e22: 4 total, 3 up, 4 in 2024-04-18T15:07:33.214 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:32 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T15:07:33.214 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:32 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T15:07:33.215 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:32 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:07:33.215 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:32 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:07:33.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:32 smithi060 ceph-mon[43730]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-18T15:07:33.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:32 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:33.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:32 smithi060 ceph-mon[43730]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T15:07:33.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:32 smithi060 ceph-mon[43730]: from='client.? 172.21.15.110:0/1281829054' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "528a597c-1e13-4264-ba75-7d91aeb572a1"}]: dispatch 2024-04-18T15:07:33.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:32 smithi060 ceph-mon[43730]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T15:07:33.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:32 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T15:07:33.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:32 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:07:33.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:32 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:07:33.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:32 smithi060 ceph-mon[43730]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "528a597c-1e13-4264-ba75-7d91aeb572a1"}]: dispatch 2024-04-18T15:07:33.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:32 smithi060 ceph-mon[43730]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "528a597c-1e13-4264-ba75-7d91aeb572a1"}]': finished 2024-04-18T15:07:33.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:32 smithi060 ceph-mon[43730]: osdmap e22: 4 total, 3 up, 4 in 2024-04-18T15:07:33.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:32 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T15:07:33.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:32 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T15:07:33.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:32 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:07:33.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:32 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:07:33.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:32 smithi154 ceph-mon[48475]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-18T15:07:33.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:32 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:33.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:32 smithi154 ceph-mon[48475]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T15:07:33.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:32 smithi154 ceph-mon[48475]: from='client.? 172.21.15.110:0/1281829054' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "528a597c-1e13-4264-ba75-7d91aeb572a1"}]: dispatch 2024-04-18T15:07:33.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:32 smithi154 ceph-mon[48475]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T15:07:33.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:32 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T15:07:33.445 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:32 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:07:33.445 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:32 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:07:33.445 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:32 smithi154 ceph-mon[48475]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "528a597c-1e13-4264-ba75-7d91aeb572a1"}]: dispatch 2024-04-18T15:07:33.445 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:32 smithi154 ceph-mon[48475]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "528a597c-1e13-4264-ba75-7d91aeb572a1"}]': finished 2024-04-18T15:07:33.445 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:32 smithi154 ceph-mon[48475]: osdmap e22: 4 total, 3 up, 4 in 2024-04-18T15:07:33.445 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:32 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T15:07:33.445 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:32 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T15:07:33.445 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:32 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:07:33.445 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:32 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:07:33.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:33 smithi110 sudo[60215]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-18T15:07:33.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:33 smithi110 sudo[60215]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-18T15:07:33.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:33 smithi110 sudo[60215]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-18T15:07:33.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:33 smithi110 sudo[60215]: pam_unix(sudo:session): session closed for user root 2024-04-18T15:07:33.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:33 smithi110 sudo[60218]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-18T15:07:33.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:33 smithi110 sudo[60218]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-18T15:07:33.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:33 smithi110 sudo[60218]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-18T15:07:33.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:33 smithi110 sudo[60218]: pam_unix(sudo:session): session closed for user root 2024-04-18T15:07:34.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:33 smithi110 ceph-mon[47112]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T15:07:34.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:33 smithi110 ceph-mon[47112]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T15:07:34.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:33 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:34.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:33 smithi110 ceph-mon[47112]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T15:07:34.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:33 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T15:07:34.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:33 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:07:34.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:33 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:07:34.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:33 smithi110 ceph-mon[47112]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-18T15:07:34.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:33 smithi110 ceph-mon[47112]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T15:07:34.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:33 smithi110 ceph-mon[47112]: from='client.? 172.21.15.110:0/1641299940' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T15:07:34.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:33 smithi060 ceph-mon[43730]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T15:07:34.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:33 smithi060 ceph-mon[43730]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T15:07:34.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:33 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:34.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:33 smithi060 ceph-mon[43730]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T15:07:34.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:33 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T15:07:34.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:33 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:07:34.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:33 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:07:34.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:33 smithi060 ceph-mon[43730]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-18T15:07:34.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:33 smithi060 ceph-mon[43730]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T15:07:34.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:33 smithi060 ceph-mon[43730]: from='client.? 172.21.15.110:0/1641299940' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T15:07:34.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:33 smithi154 ceph-mon[48475]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T15:07:34.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:33 smithi154 ceph-mon[48475]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T15:07:34.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:33 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:34.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:33 smithi154 ceph-mon[48475]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T15:07:34.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:33 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T15:07:34.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:33 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:07:34.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:33 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T15:07:34.445 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:33 smithi154 ceph-mon[48475]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-18T15:07:34.445 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:33 smithi154 ceph-mon[48475]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T15:07:34.445 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:33 smithi154 ceph-mon[48475]: from='client.? 172.21.15.110:0/1641299940' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T15:07:36.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:36 smithi110 ceph-mon[47112]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-18T15:07:36.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:36 smithi060 ceph-mon[43730]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-18T15:07:36.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:36 smithi154 ceph-mon[48475]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-18T15:07:38.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:38 smithi110 ceph-mon[47112]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-18T15:07:38.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:38 smithi060 ceph-mon[43730]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-18T15:07:38.957 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:38 smithi154 ceph-mon[48475]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-18T15:07:39.681 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:39 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-18T15:07:39.681 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:39 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:39.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:39 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-18T15:07:39.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:39 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:39.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:39 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-18T15:07:39.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:39 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:40.753 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:40 smithi110 ceph-mon[47112]: Deploying daemon osd.3 on smithi110 2024-04-18T15:07:40.753 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:40 smithi110 ceph-mon[47112]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2024-04-18T15:07:40.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:40 smithi060 ceph-mon[43730]: Deploying daemon osd.3 on smithi110 2024-04-18T15:07:40.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:40 smithi060 ceph-mon[43730]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2024-04-18T15:07:40.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:40 smithi154 ceph-mon[48475]: Deploying daemon osd.3 on smithi110 2024-04-18T15:07:40.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:40 smithi154 ceph-mon[48475]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2024-04-18T15:07:42.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:42 smithi110 ceph-mon[47112]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2024-04-18T15:07:42.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:42 smithi060 ceph-mon[43730]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2024-04-18T15:07:42.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:42 smithi154 ceph-mon[48475]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2024-04-18T15:07:44.901 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:44 smithi110 ceph-mon[47112]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2024-04-18T15:07:44.901 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:44 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:44.901 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:44 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:44.901 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:44 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:07:45.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:44 smithi060 ceph-mon[43730]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2024-04-18T15:07:45.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:44 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:45.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:44 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:45.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:44 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:07:45.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:44 smithi154 ceph-mon[48475]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2024-04-18T15:07:45.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:44 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:45.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:44 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:45.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:44 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:07:46.558 INFO:teuthology.orchestra.run.smithi110.stdout:Created osd(s) 3 on host 'smithi110' 2024-04-18T15:07:46.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:46 smithi110 ceph-mon[47112]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-04-18T15:07:46.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:46 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:46.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:46 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:46.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:46 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:46.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:46 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:07:46.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:46 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:46.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:46 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:07:46.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:46 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:46.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:46 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:46.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:46 smithi060 ceph-mon[43730]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-04-18T15:07:46.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:46 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:46.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:46 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:46.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:46 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:46.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:46 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:07:46.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:46 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:46.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:46 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:07:46.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:46 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:46.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:46 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:46.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:46 smithi154 ceph-mon[48475]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-04-18T15:07:46.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:46 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:46.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:46 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:46.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:46 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:46.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:46 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:07:46.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:46 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:46.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:46 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:07:46.945 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:46 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:46.945 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:46 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:47.187 DEBUG:teuthology.orchestra.run.smithi110:osd.3> sudo journalctl -f -n 0 -u ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@osd.3.service 2024-04-18T15:07:47.190 INFO:tasks.cephadm:Deploying osd.4 on smithi154 with /dev/vg_nvme/lv_4... 2024-04-18T15:07:47.190 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-18T15:07:47.220 INFO:journalctl@ceph.osd.3.smithi110.stdout:-- Logs begin at Thu 2024-04-18 14:41:01 UTC. -- 2024-04-18T15:07:47.484 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.c/config 2024-04-18T15:07:47.753 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:47 smithi110 ceph-mon[47112]: from='osd.3 [v2:172.21.15.110:6808/432166749,v1:172.21.15.110:6809/432166749]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-18T15:07:47.753 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:47 smithi110 ceph-mon[47112]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-18T15:07:47.851 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:47 smithi154 ceph-mon[48475]: from='osd.3 [v2:172.21.15.110:6808/432166749,v1:172.21.15.110:6809/432166749]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-18T15:07:47.851 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:47 smithi154 ceph-mon[48475]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-18T15:07:47.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:47 smithi060 ceph-mon[43730]: from='osd.3 [v2:172.21.15.110:6808/432166749,v1:172.21.15.110:6809/432166749]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-18T15:07:47.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:47 smithi060 ceph-mon[43730]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-18T15:07:48.631 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:48 smithi154 ceph-mon[48475]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-04-18T15:07:48.631 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:48 smithi154 ceph-mon[48475]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-18T15:07:48.631 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:48 smithi154 ceph-mon[48475]: osdmap e23: 4 total, 3 up, 4 in 2024-04-18T15:07:48.631 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:48 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T15:07:48.631 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:48 smithi154 ceph-mon[48475]: from='osd.3 [v2:172.21.15.110:6808/432166749,v1:172.21.15.110:6809/432166749]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-18T15:07:48.631 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:48 smithi154 ceph-mon[48475]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-18T15:07:48.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:48 smithi110 ceph-mon[47112]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-04-18T15:07:48.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:48 smithi110 ceph-mon[47112]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-18T15:07:48.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:48 smithi110 ceph-mon[47112]: osdmap e23: 4 total, 3 up, 4 in 2024-04-18T15:07:48.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:48 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T15:07:48.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:48 smithi110 ceph-mon[47112]: from='osd.3 [v2:172.21.15.110:6808/432166749,v1:172.21.15.110:6809/432166749]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-18T15:07:48.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:48 smithi110 ceph-mon[47112]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-18T15:07:48.799 INFO:journalctl@ceph.osd.3.smithi110.stdout:Apr 18 15:07:48 smithi110 conmon[62758]: 2024-04-18T15:07:48.554+0000 7f8d68d1e700 -1 osd.3 0 waiting for initial osdmap 2024-04-18T15:07:48.800 INFO:journalctl@ceph.osd.3.smithi110.stdout:Apr 18 15:07:48 smithi110 conmon[62758]: 2024-04-18T15:07:48.558+0000 7f8d64b13700 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-18T15:07:48.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:48 smithi060 ceph-mon[43730]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-04-18T15:07:48.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:48 smithi060 ceph-mon[43730]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-18T15:07:48.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:48 smithi060 ceph-mon[43730]: osdmap e23: 4 total, 3 up, 4 in 2024-04-18T15:07:48.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:48 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T15:07:48.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:48 smithi060 ceph-mon[43730]: from='osd.3 [v2:172.21.15.110:6808/432166749,v1:172.21.15.110:6809/432166749]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-18T15:07:48.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:48 smithi060 ceph-mon[43730]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-18T15:07:49.121 INFO:teuthology.orchestra.run.smithi154.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-18T15:07:49.121 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-18T15:07:49.121 INFO:teuthology.orchestra.run.smithi154.stderr: stderr: 10+0 records in 2024-04-18T15:07:49.121 INFO:teuthology.orchestra.run.smithi154.stderr:10+0 records out 2024-04-18T15:07:49.122 INFO:teuthology.orchestra.run.smithi154.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.011443 s, 916 MB/s 2024-04-18T15:07:49.122 INFO:teuthology.orchestra.run.smithi154.stderr:--> Zapping successful for: 2024-04-18T15:07:49.705 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi154:vg_nvme/lv_4 2024-04-18T15:07:49.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:49 smithi110 ceph-mon[47112]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-04-18T15:07:49.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:49 smithi110 ceph-mon[47112]: osdmap e24: 4 total, 3 up, 4 in 2024-04-18T15:07:49.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:49 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T15:07:49.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:49 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T15:07:49.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:49 smithi060 ceph-mon[43730]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-04-18T15:07:49.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:49 smithi060 ceph-mon[43730]: osdmap e24: 4 total, 3 up, 4 in 2024-04-18T15:07:49.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:49 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T15:07:49.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:49 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T15:07:49.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:49 smithi154 ceph-mon[48475]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-04-18T15:07:49.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:49 smithi154 ceph-mon[48475]: osdmap e24: 4 total, 3 up, 4 in 2024-04-18T15:07:49.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:49 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T15:07:49.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:49 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T15:07:49.987 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.c/config 2024-04-18T15:07:50.825 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:50 smithi154 ceph-mon[48475]: purged_snaps scrub starts 2024-04-18T15:07:50.826 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:50 smithi154 ceph-mon[48475]: purged_snaps scrub ok 2024-04-18T15:07:50.826 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:50 smithi154 ceph-mon[48475]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-18T15:07:50.826 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:50 smithi154 ceph-mon[48475]: osd.3 [v2:172.21.15.110:6808/432166749,v1:172.21.15.110:6809/432166749] boot 2024-04-18T15:07:50.826 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:50 smithi154 ceph-mon[48475]: osdmap e25: 4 total, 4 up, 4 in 2024-04-18T15:07:50.826 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:50 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T15:07:50.826 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:50 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:50.826 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:50 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:50.826 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:50 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:07:50.826 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:50 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:07:50.826 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:50 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:50.827 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:50 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:50.827 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:50 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:07:50.827 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:50 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:50.827 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:50 smithi154 ceph-mon[48475]: osdmap e26: 4 total, 4 up, 4 in 2024-04-18T15:07:50.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:50 smithi060 ceph-mon[43730]: purged_snaps scrub starts 2024-04-18T15:07:50.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:50 smithi060 ceph-mon[43730]: purged_snaps scrub ok 2024-04-18T15:07:50.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:50 smithi060 ceph-mon[43730]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-18T15:07:50.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:50 smithi060 ceph-mon[43730]: osd.3 [v2:172.21.15.110:6808/432166749,v1:172.21.15.110:6809/432166749] boot 2024-04-18T15:07:50.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:50 smithi060 ceph-mon[43730]: osdmap e25: 4 total, 4 up, 4 in 2024-04-18T15:07:50.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:50 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T15:07:50.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:50 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:50.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:50 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:50.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:50 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:07:50.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:50 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:07:50.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:50 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:50.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:50 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:50.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:50 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:07:50.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:50 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:50.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:50 smithi060 ceph-mon[43730]: osdmap e26: 4 total, 4 up, 4 in 2024-04-18T15:07:51.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:50 smithi110 ceph-mon[47112]: purged_snaps scrub starts 2024-04-18T15:07:51.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:50 smithi110 ceph-mon[47112]: purged_snaps scrub ok 2024-04-18T15:07:51.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:50 smithi110 ceph-mon[47112]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-18T15:07:51.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:50 smithi110 ceph-mon[47112]: osd.3 [v2:172.21.15.110:6808/432166749,v1:172.21.15.110:6809/432166749] boot 2024-04-18T15:07:51.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:50 smithi110 ceph-mon[47112]: osdmap e25: 4 total, 4 up, 4 in 2024-04-18T15:07:51.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:50 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T15:07:51.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:50 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:51.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:50 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:51.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:50 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:07:51.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:50 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:07:51.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:50 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:51.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:50 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:51.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:50 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:07:51.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:50 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:07:51.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:50 smithi110 ceph-mon[47112]: osdmap e26: 4 total, 4 up, 4 in 2024-04-18T15:07:51.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:51 smithi060 ceph-mon[43730]: Detected new or changed devices on smithi110 2024-04-18T15:07:51.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:51 smithi060 ceph-mon[43730]: Adjusting osd_memory_target on smithi110 to 8556M 2024-04-18T15:07:51.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:51 smithi060 ceph-mon[43730]: osdmap e27: 4 total, 4 up, 4 in 2024-04-18T15:07:51.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:51 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T15:07:51.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:51 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T15:07:51.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:51 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:51.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:51 smithi154 ceph-mon[48475]: Detected new or changed devices on smithi110 2024-04-18T15:07:51.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:51 smithi154 ceph-mon[48475]: Adjusting osd_memory_target on smithi110 to 8556M 2024-04-18T15:07:51.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:51 smithi154 ceph-mon[48475]: osdmap e27: 4 total, 4 up, 4 in 2024-04-18T15:07:51.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:51 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T15:07:51.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:51 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T15:07:51.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:51 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:52.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:51 smithi110 ceph-mon[47112]: Detected new or changed devices on smithi110 2024-04-18T15:07:52.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:51 smithi110 ceph-mon[47112]: Adjusting osd_memory_target on smithi110 to 8556M 2024-04-18T15:07:52.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:51 smithi110 ceph-mon[47112]: osdmap e27: 4 total, 4 up, 4 in 2024-04-18T15:07:52.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:51 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T15:07:52.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:51 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T15:07:52.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:51 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:07:52.684 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:52 smithi154 ceph-mon[48475]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:07:52.684 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:52 smithi154 ceph-mon[48475]: from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi154:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:07:52.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:52 smithi060 ceph-mon[43730]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:07:52.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:52 smithi060 ceph-mon[43730]: from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi154:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:07:53.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:52 smithi110 ceph-mon[47112]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:07:53.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:52 smithi110 ceph-mon[47112]: from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi154:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:07:53.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:53 smithi060 ceph-mon[43730]: osdmap e28: 4 total, 4 up, 4 in 2024-04-18T15:07:53.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:53 smithi154 ceph-mon[48475]: osdmap e28: 4 total, 4 up, 4 in 2024-04-18T15:07:54.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:53 smithi110 ceph-mon[47112]: osdmap e28: 4 total, 4 up, 4 in 2024-04-18T15:07:54.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:54 smithi060 ceph-mon[43730]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:07:54.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:54 smithi060 ceph-mon[43730]: osdmap e29: 4 total, 4 up, 4 in 2024-04-18T15:07:54.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:54 smithi060 ceph-mon[43730]: from='client.? 172.21.15.154:0/76141235' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8003b005-cd53-4ad8-a1c6-bfcdbeac9210"}]: dispatch 2024-04-18T15:07:54.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:54 smithi060 ceph-mon[43730]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8003b005-cd53-4ad8-a1c6-bfcdbeac9210"}]: dispatch 2024-04-18T15:07:54.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:54 smithi060 ceph-mon[43730]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8003b005-cd53-4ad8-a1c6-bfcdbeac9210"}]': finished 2024-04-18T15:07:54.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:54 smithi060 ceph-mon[43730]: osdmap e30: 5 total, 4 up, 5 in 2024-04-18T15:07:54.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:54 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T15:07:54.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:54 smithi060 ceph-mon[43730]: from='client.? 172.21.15.154:0/641651858' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T15:07:54.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:54 smithi154 ceph-mon[48475]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:07:54.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:54 smithi154 ceph-mon[48475]: osdmap e29: 4 total, 4 up, 4 in 2024-04-18T15:07:54.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:54 smithi154 ceph-mon[48475]: from='client.? 172.21.15.154:0/76141235' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8003b005-cd53-4ad8-a1c6-bfcdbeac9210"}]: dispatch 2024-04-18T15:07:54.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:54 smithi154 ceph-mon[48475]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8003b005-cd53-4ad8-a1c6-bfcdbeac9210"}]: dispatch 2024-04-18T15:07:54.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:54 smithi154 ceph-mon[48475]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8003b005-cd53-4ad8-a1c6-bfcdbeac9210"}]': finished 2024-04-18T15:07:54.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:54 smithi154 ceph-mon[48475]: osdmap e30: 5 total, 4 up, 5 in 2024-04-18T15:07:54.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:54 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T15:07:54.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:54 smithi154 ceph-mon[48475]: from='client.? 172.21.15.154:0/641651858' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T15:07:55.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:54 smithi110 ceph-mon[47112]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:07:55.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:54 smithi110 ceph-mon[47112]: osdmap e29: 4 total, 4 up, 4 in 2024-04-18T15:07:55.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:54 smithi110 ceph-mon[47112]: from='client.? 172.21.15.154:0/76141235' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8003b005-cd53-4ad8-a1c6-bfcdbeac9210"}]: dispatch 2024-04-18T15:07:55.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:54 smithi110 ceph-mon[47112]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8003b005-cd53-4ad8-a1c6-bfcdbeac9210"}]: dispatch 2024-04-18T15:07:55.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:54 smithi110 ceph-mon[47112]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8003b005-cd53-4ad8-a1c6-bfcdbeac9210"}]': finished 2024-04-18T15:07:55.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:54 smithi110 ceph-mon[47112]: osdmap e30: 5 total, 4 up, 5 in 2024-04-18T15:07:55.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:54 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T15:07:55.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:54 smithi110 ceph-mon[47112]: from='client.? 172.21.15.154:0/641651858' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T15:07:56.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:56 smithi060 ceph-mon[43730]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 136 KiB/s, 0 objects/s recovering 2024-04-18T15:07:56.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:56 smithi154 ceph-mon[48475]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 136 KiB/s, 0 objects/s recovering 2024-04-18T15:07:57.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:56 smithi110 ceph-mon[47112]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 136 KiB/s, 0 objects/s recovering 2024-04-18T15:07:58.612 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:07:58 smithi154 ceph-mon[48475]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-18T15:07:58.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:07:58 smithi060 ceph-mon[43730]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-18T15:07:59.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:07:58 smithi110 ceph-mon[47112]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-18T15:08:00.817 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:00 smithi154 ceph-mon[48475]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-04-18T15:08:00.817 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:00 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-18T15:08:00.817 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:00 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:08:00.817 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:00 smithi154 ceph-mon[48475]: Deploying daemon osd.4 on smithi154 2024-04-18T15:08:00.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:00 smithi060 ceph-mon[43730]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-04-18T15:08:00.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:00 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-18T15:08:00.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:00 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:08:00.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:00 smithi060 ceph-mon[43730]: Deploying daemon osd.4 on smithi154 2024-04-18T15:08:01.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:00 smithi110 ceph-mon[47112]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-04-18T15:08:01.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:00 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-18T15:08:01.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:00 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:08:01.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:00 smithi110 ceph-mon[47112]: Deploying daemon osd.4 on smithi154 2024-04-18T15:08:02.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:02 smithi060 ceph-mon[43730]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-18T15:08:02.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:02 smithi154 ceph-mon[48475]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-18T15:08:03.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:02 smithi110 ceph-mon[47112]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-18T15:08:04.878 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:04 smithi154 ceph-mon[48475]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-04-18T15:08:04.878 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:04 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:04.878 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:04 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:04.878 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:04 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:08:04.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:04 smithi060 ceph-mon[43730]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-04-18T15:08:04.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:04 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:04.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:04 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:04.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:04 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:08:05.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:04 smithi110 ceph-mon[47112]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-04-18T15:08:05.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:04 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:05.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:04 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:05.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:04 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:08:06.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:06 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:06.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:06 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:06.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:06 smithi154 ceph-mon[48475]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 49 KiB/s, 0 objects/s recovering 2024-04-18T15:08:06.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:06 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:08:06.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:06 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:08:06.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:06 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:06.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:06 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:06.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:06 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:06.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:06 smithi060 ceph-mon[43730]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 49 KiB/s, 0 objects/s recovering 2024-04-18T15:08:06.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:06 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:08:06.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:06 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:08:06.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:06 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:06.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:06 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:06.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:06 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:06.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:06 smithi110 ceph-mon[47112]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 49 KiB/s, 0 objects/s recovering 2024-04-18T15:08:06.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:06 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:08:06.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:06 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:08:06.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:06 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:07.279 INFO:teuthology.orchestra.run.smithi154.stdout:Created osd(s) 4 on host 'smithi154' 2024-04-18T15:08:07.875 DEBUG:teuthology.orchestra.run.smithi154:osd.4> sudo journalctl -f -n 0 -u ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@osd.4.service 2024-04-18T15:08:07.877 INFO:tasks.cephadm:Deploying osd.5 on smithi154 with /dev/vg_nvme/lv_3... 2024-04-18T15:08:07.878 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-18T15:08:07.922 INFO:journalctl@ceph.osd.4.smithi154.stdout:-- Logs begin at Thu 2024-04-18 14:41:28 UTC. -- 2024-04-18T15:08:08.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:08 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:08.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:08 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:08.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:08 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:08:08.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:08 smithi154 ceph-mon[48475]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:08:08.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:08 smithi154 ceph-mon[48475]: from='osd.4 [v2:172.21.15.154:6800/4066805646,v1:172.21.15.154:6801/4066805646]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-18T15:08:08.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:08 smithi154 ceph-mon[48475]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-18T15:08:08.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:08 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:08.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:08 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:08.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:08 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:08:08.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:08 smithi110 ceph-mon[47112]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:08:08.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:08 smithi110 ceph-mon[47112]: from='osd.4 [v2:172.21.15.154:6800/4066805646,v1:172.21.15.154:6801/4066805646]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-18T15:08:08.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:08 smithi110 ceph-mon[47112]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-18T15:08:08.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:08 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:08.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:08 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:08.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:08 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:08:08.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:08 smithi060 ceph-mon[43730]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:08:08.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:08 smithi060 ceph-mon[43730]: from='osd.4 [v2:172.21.15.154:6800/4066805646,v1:172.21.15.154:6801/4066805646]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-18T15:08:08.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:08 smithi060 ceph-mon[43730]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-18T15:08:08.822 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.c/config 2024-04-18T15:08:09.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:09 smithi154 ceph-mon[48475]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-18T15:08:09.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:09 smithi154 ceph-mon[48475]: osdmap e31: 5 total, 4 up, 5 in 2024-04-18T15:08:09.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:09 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T15:08:09.445 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:09 smithi154 ceph-mon[48475]: from='osd.4 [v2:172.21.15.154:6800/4066805646,v1:172.21.15.154:6801/4066805646]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2024-04-18T15:08:09.445 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:09 smithi154 ceph-mon[48475]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2024-04-18T15:08:09.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:09 smithi110 ceph-mon[47112]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-18T15:08:09.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:09 smithi110 ceph-mon[47112]: osdmap e31: 5 total, 4 up, 5 in 2024-04-18T15:08:09.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:09 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T15:08:09.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:09 smithi110 ceph-mon[47112]: from='osd.4 [v2:172.21.15.154:6800/4066805646,v1:172.21.15.154:6801/4066805646]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2024-04-18T15:08:09.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:09 smithi110 ceph-mon[47112]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2024-04-18T15:08:09.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:09 smithi060 ceph-mon[43730]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-18T15:08:09.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:09 smithi060 ceph-mon[43730]: osdmap e31: 5 total, 4 up, 5 in 2024-04-18T15:08:09.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:09 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T15:08:09.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:09 smithi060 ceph-mon[43730]: from='osd.4 [v2:172.21.15.154:6800/4066805646,v1:172.21.15.154:6801/4066805646]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2024-04-18T15:08:09.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:09 smithi060 ceph-mon[43730]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2024-04-18T15:08:09.996 INFO:journalctl@ceph.osd.4.smithi154.stdout:Apr 18 15:08:09 smithi154 conmon[55483]: 2024-04-18T15:08:09.732+0000 7f1af65eb700 -1 osd.4 0 waiting for initial osdmap 2024-04-18T15:08:09.996 INFO:journalctl@ceph.osd.4.smithi154.stdout:Apr 18 15:08:09 smithi154 conmon[55483]: 2024-04-18T15:08:09.736+0000 7f1aee3d8700 -1 osd.4 32 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-18T15:08:10.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:10 smithi110 ceph-mon[47112]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2024-04-18T15:08:10.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:10 smithi110 ceph-mon[47112]: osdmap e32: 5 total, 4 up, 5 in 2024-04-18T15:08:10.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:10 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T15:08:10.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:10 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T15:08:10.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:10 smithi110 ceph-mon[47112]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:08:10.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:10 smithi110 ceph-mon[47112]: from='osd.4 ' entity='osd.4' 2024-04-18T15:08:10.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:10 smithi110 ceph-mon[47112]: osd.4 [v2:172.21.15.154:6800/4066805646,v1:172.21.15.154:6801/4066805646] boot 2024-04-18T15:08:10.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:10 smithi110 ceph-mon[47112]: osdmap e33: 5 total, 5 up, 5 in 2024-04-18T15:08:10.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:10 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T15:08:10.553 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:10 smithi154 ceph-mon[48475]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2024-04-18T15:08:10.553 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:10 smithi154 ceph-mon[48475]: osdmap e32: 5 total, 4 up, 5 in 2024-04-18T15:08:10.553 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:10 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T15:08:10.553 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:10 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T15:08:10.553 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:10 smithi154 ceph-mon[48475]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:08:10.553 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:10 smithi154 ceph-mon[48475]: from='osd.4 ' entity='osd.4' 2024-04-18T15:08:10.553 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:10 smithi154 ceph-mon[48475]: osd.4 [v2:172.21.15.154:6800/4066805646,v1:172.21.15.154:6801/4066805646] boot 2024-04-18T15:08:10.553 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:10 smithi154 ceph-mon[48475]: osdmap e33: 5 total, 5 up, 5 in 2024-04-18T15:08:10.553 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:10 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T15:08:10.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:10 smithi060 ceph-mon[43730]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2024-04-18T15:08:10.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:10 smithi060 ceph-mon[43730]: osdmap e32: 5 total, 4 up, 5 in 2024-04-18T15:08:10.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:10 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T15:08:10.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:10 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T15:08:10.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:10 smithi060 ceph-mon[43730]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:08:10.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:10 smithi060 ceph-mon[43730]: from='osd.4 ' entity='osd.4' 2024-04-18T15:08:10.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:10 smithi060 ceph-mon[43730]: osd.4 [v2:172.21.15.154:6800/4066805646,v1:172.21.15.154:6801/4066805646] boot 2024-04-18T15:08:10.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:10 smithi060 ceph-mon[43730]: osdmap e33: 5 total, 5 up, 5 in 2024-04-18T15:08:10.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:10 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T15:08:10.893 INFO:teuthology.orchestra.run.smithi154.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-18T15:08:10.894 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-18T15:08:10.894 INFO:teuthology.orchestra.run.smithi154.stderr: stderr: 10+0 records in 2024-04-18T15:08:10.894 INFO:teuthology.orchestra.run.smithi154.stderr:10+0 records out 2024-04-18T15:08:10.894 INFO:teuthology.orchestra.run.smithi154.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0113787 s, 922 MB/s 2024-04-18T15:08:10.894 INFO:teuthology.orchestra.run.smithi154.stderr: stderr: 2024-04-18T15:08:10.894 INFO:teuthology.orchestra.run.smithi154.stderr:--> Zapping successful for: 2024-04-18T15:08:11.408 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi154:vg_nvme/lv_3 2024-04-18T15:08:11.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:11 smithi110 ceph-mon[47112]: purged_snaps scrub starts 2024-04-18T15:08:11.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:11 smithi110 ceph-mon[47112]: purged_snaps scrub ok 2024-04-18T15:08:11.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:11 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:11.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:11 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:11.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:11 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:08:11.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:11 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:11.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:11 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:08:11.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:11 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:08:11.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:11 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:11.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:11 smithi110 ceph-mon[47112]: osdmap e34: 5 total, 5 up, 5 in 2024-04-18T15:08:11.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:11 smithi060 ceph-mon[43730]: purged_snaps scrub starts 2024-04-18T15:08:11.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:11 smithi060 ceph-mon[43730]: purged_snaps scrub ok 2024-04-18T15:08:11.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:11 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:11.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:11 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:11.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:11 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:08:11.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:11 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:11.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:11 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:08:11.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:11 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:08:11.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:11 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:11.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:11 smithi060 ceph-mon[43730]: osdmap e34: 5 total, 5 up, 5 in 2024-04-18T15:08:11.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:11 smithi154 ceph-mon[48475]: purged_snaps scrub starts 2024-04-18T15:08:11.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:11 smithi154 ceph-mon[48475]: purged_snaps scrub ok 2024-04-18T15:08:11.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:11 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:11.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:11 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:11.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:11 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:08:11.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:11 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:11.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:11 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:08:11.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:11 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:08:11.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:11 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:11.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:11 smithi154 ceph-mon[48475]: osdmap e34: 5 total, 5 up, 5 in 2024-04-18T15:08:11.732 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.c/config 2024-04-18T15:08:12.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:12 smithi110 ceph-mon[47112]: Detected new or changed devices on smithi154 2024-04-18T15:08:12.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:12 smithi110 ceph-mon[47112]: Adjusting osd_memory_target on smithi154 to 21210M 2024-04-18T15:08:12.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:12 smithi110 ceph-mon[47112]: pgmap v113: 1 pgs: 1 peering; 577 KiB data, 387 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:08:12.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:12 smithi110 ceph-mon[47112]: osdmap e35: 5 total, 5 up, 5 in 2024-04-18T15:08:12.584 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:12 smithi154 ceph-mon[48475]: Detected new or changed devices on smithi154 2024-04-18T15:08:12.585 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:12 smithi154 ceph-mon[48475]: Adjusting osd_memory_target on smithi154 to 21210M 2024-04-18T15:08:12.585 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:12 smithi154 ceph-mon[48475]: pgmap v113: 1 pgs: 1 peering; 577 KiB data, 387 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:08:12.585 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:12 smithi154 ceph-mon[48475]: osdmap e35: 5 total, 5 up, 5 in 2024-04-18T15:08:12.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:12 smithi060 ceph-mon[43730]: Detected new or changed devices on smithi154 2024-04-18T15:08:12.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:12 smithi060 ceph-mon[43730]: Adjusting osd_memory_target on smithi154 to 21210M 2024-04-18T15:08:12.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:12 smithi060 ceph-mon[43730]: pgmap v113: 1 pgs: 1 peering; 577 KiB data, 387 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:08:12.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:12 smithi060 ceph-mon[43730]: osdmap e35: 5 total, 5 up, 5 in 2024-04-18T15:08:14.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:14 smithi154 ceph-mon[48475]: osdmap e36: 5 total, 5 up, 5 in 2024-04-18T15:08:14.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:14 smithi154 ceph-mon[48475]: from='client.24232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi154:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:08:14.445 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:14 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T15:08:14.445 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:14 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T15:08:14.445 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:14 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:08:14.445 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:14 smithi154 ceph-mon[48475]: pgmap v116: 1 pgs: 1 peering; 577 KiB data, 387 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:08:14.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:14 smithi110 ceph-mon[47112]: osdmap e36: 5 total, 5 up, 5 in 2024-04-18T15:08:14.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:14 smithi110 ceph-mon[47112]: from='client.24232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi154:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:08:14.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:14 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T15:08:14.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:14 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T15:08:14.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:14 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:08:14.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:14 smithi110 ceph-mon[47112]: pgmap v116: 1 pgs: 1 peering; 577 KiB data, 387 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:08:14.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:14 smithi060 ceph-mon[43730]: osdmap e36: 5 total, 5 up, 5 in 2024-04-18T15:08:14.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:14 smithi060 ceph-mon[43730]: from='client.24232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi154:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:08:14.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:14 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T15:08:14.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:14 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T15:08:14.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:14 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:08:14.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:14 smithi060 ceph-mon[43730]: pgmap v116: 1 pgs: 1 peering; 577 KiB data, 387 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:08:15.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:15 smithi154 ceph-mon[48475]: osdmap e37: 5 total, 5 up, 5 in 2024-04-18T15:08:15.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:15 smithi110 ceph-mon[47112]: osdmap e37: 5 total, 5 up, 5 in 2024-04-18T15:08:15.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:15 smithi060 ceph-mon[43730]: osdmap e37: 5 total, 5 up, 5 in 2024-04-18T15:08:16.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:16 smithi154 ceph-mon[48475]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 136 KiB/s, 0 objects/s recovering 2024-04-18T15:08:16.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:16 smithi154 ceph-mon[48475]: from='client.? 172.21.15.154:0/1944272884' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "50b3bb41-599e-4623-a84e-8a38394054cd"}]: dispatch 2024-04-18T15:08:16.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:16 smithi154 ceph-mon[48475]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "50b3bb41-599e-4623-a84e-8a38394054cd"}]: dispatch 2024-04-18T15:08:16.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:16 smithi154 ceph-mon[48475]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "50b3bb41-599e-4623-a84e-8a38394054cd"}]': finished 2024-04-18T15:08:16.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:16 smithi154 ceph-mon[48475]: osdmap e38: 6 total, 5 up, 6 in 2024-04-18T15:08:16.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:16 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T15:08:16.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:16 smithi110 ceph-mon[47112]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 136 KiB/s, 0 objects/s recovering 2024-04-18T15:08:16.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:16 smithi110 ceph-mon[47112]: from='client.? 172.21.15.154:0/1944272884' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "50b3bb41-599e-4623-a84e-8a38394054cd"}]: dispatch 2024-04-18T15:08:16.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:16 smithi110 ceph-mon[47112]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "50b3bb41-599e-4623-a84e-8a38394054cd"}]: dispatch 2024-04-18T15:08:16.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:16 smithi110 ceph-mon[47112]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "50b3bb41-599e-4623-a84e-8a38394054cd"}]': finished 2024-04-18T15:08:16.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:16 smithi110 ceph-mon[47112]: osdmap e38: 6 total, 5 up, 6 in 2024-04-18T15:08:16.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:16 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T15:08:16.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:16 smithi060 ceph-mon[43730]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 136 KiB/s, 0 objects/s recovering 2024-04-18T15:08:16.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:16 smithi060 ceph-mon[43730]: from='client.? 172.21.15.154:0/1944272884' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "50b3bb41-599e-4623-a84e-8a38394054cd"}]: dispatch 2024-04-18T15:08:16.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:16 smithi060 ceph-mon[43730]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "50b3bb41-599e-4623-a84e-8a38394054cd"}]: dispatch 2024-04-18T15:08:16.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:16 smithi060 ceph-mon[43730]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "50b3bb41-599e-4623-a84e-8a38394054cd"}]': finished 2024-04-18T15:08:16.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:16 smithi060 ceph-mon[43730]: osdmap e38: 6 total, 5 up, 6 in 2024-04-18T15:08:16.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:16 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T15:08:17.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:17 smithi154 ceph-mon[48475]: from='client.? 172.21.15.154:0/1063672050' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T15:08:17.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:17 smithi110 ceph-mon[47112]: from='client.? 172.21.15.154:0/1063672050' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T15:08:17.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:17 smithi060 ceph-mon[43730]: from='client.? 172.21.15.154:0/1063672050' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T15:08:18.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:18 smithi154 ceph-mon[48475]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 110 KiB/s, 0 objects/s recovering 2024-04-18T15:08:18.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:18 smithi110 ceph-mon[47112]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 110 KiB/s, 0 objects/s recovering 2024-04-18T15:08:18.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:18 smithi060 ceph-mon[43730]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 110 KiB/s, 0 objects/s recovering 2024-04-18T15:08:20.596 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:20 smithi154 ceph-mon[48475]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 92 KiB/s, 0 objects/s recovering 2024-04-18T15:08:20.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:20 smithi110 ceph-mon[47112]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 92 KiB/s, 0 objects/s recovering 2024-04-18T15:08:20.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:20 smithi060 ceph-mon[43730]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 92 KiB/s, 0 objects/s recovering 2024-04-18T15:08:22.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:22 smithi154 ceph-mon[48475]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-18T15:08:22.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:22 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-18T15:08:22.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:22 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:08:22.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:22 smithi110 ceph-mon[47112]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-18T15:08:22.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:22 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-18T15:08:22.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:22 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:08:22.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:22 smithi060 ceph-mon[43730]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-18T15:08:22.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:22 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-18T15:08:22.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:22 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:08:23.694 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:23 smithi154 ceph-mon[48475]: Deploying daemon osd.5 on smithi154 2024-04-18T15:08:23.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:23 smithi110 ceph-mon[47112]: Deploying daemon osd.5 on smithi154 2024-04-18T15:08:23.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:23 smithi060 ceph-mon[43730]: Deploying daemon osd.5 on smithi154 2024-04-18T15:08:24.625 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:24 smithi154 ceph-mon[48475]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-04-18T15:08:24.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:24 smithi110 ceph-mon[47112]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-04-18T15:08:24.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:24 smithi060 ceph-mon[43730]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-04-18T15:08:26.797 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:26 smithi154 ceph-mon[48475]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:08:26.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:26 smithi110 ceph-mon[47112]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:08:26.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:26 smithi060 ceph-mon[43730]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:08:28.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:27 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:28.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:27 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:28.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:27 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:08:28.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:27 smithi060 ceph-mon[43730]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:08:28.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:27 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:28.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:27 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:28.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:27 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:08:28.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:27 smithi154 ceph-mon[48475]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:08:28.298 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:27 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:28.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:27 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:28.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:27 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:08:28.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:27 smithi110 ceph-mon[47112]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:08:29.853 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:29 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:29.854 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:29 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:29.854 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:29 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:08:29.854 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:29 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:08:29.854 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:29 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:29.883 INFO:teuthology.orchestra.run.smithi154.stdout:Created osd(s) 5 on host 'smithi154' 2024-04-18T15:08:29.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:29 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:29.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:29 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:29.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:29 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:08:29.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:29 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:08:29.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:29 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:30.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:29 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:30.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:29 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:30.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:29 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:08:30.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:29 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:08:30.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:29 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:30.491 DEBUG:teuthology.orchestra.run.smithi154:osd.5> sudo journalctl -f -n 0 -u ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@osd.5.service 2024-04-18T15:08:30.494 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-04-18T15:08:30.494 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph osd stat -f json 2024-04-18T15:08:30.526 INFO:journalctl@ceph.osd.5.smithi154.stdout:-- Logs begin at Thu 2024-04-18 14:41:28 UTC. -- 2024-04-18T15:08:30.727 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:30 smithi154 ceph-mon[48475]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:08:30.727 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:30 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:30.727 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:30 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:30.727 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:30 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:08:30.727 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:30 smithi154 ceph-mon[48475]: from='osd.5 [v2:172.21.15.154:6808/670147358,v1:172.21.15.154:6809/670147358]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-18T15:08:30.727 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:30 smithi154 ceph-mon[48475]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-18T15:08:30.822 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:08:30.915 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:30 smithi060 ceph-mon[43730]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:08:30.915 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:30 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:30.915 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:30 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:30.915 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:30 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:08:30.915 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:30 smithi060 ceph-mon[43730]: from='osd.5 [v2:172.21.15.154:6808/670147358,v1:172.21.15.154:6809/670147358]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-18T15:08:30.915 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:30 smithi060 ceph-mon[43730]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-18T15:08:31.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:30 smithi110 ceph-mon[47112]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:08:31.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:30 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:31.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:30 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:31.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:30 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:08:31.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:30 smithi110 ceph-mon[47112]: from='osd.5 [v2:172.21.15.154:6808/670147358,v1:172.21.15.154:6809/670147358]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-18T15:08:31.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:30 smithi110 ceph-mon[47112]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-18T15:08:32.163 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:31 smithi060 ceph-mon[43730]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-18T15:08:32.163 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:31 smithi060 ceph-mon[43730]: osdmap e39: 6 total, 5 up, 6 in 2024-04-18T15:08:32.163 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:31 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T15:08:32.163 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:31 smithi060 ceph-mon[43730]: from='osd.5 [v2:172.21.15.154:6808/670147358,v1:172.21.15.154:6809/670147358]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2024-04-18T15:08:32.163 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:31 smithi060 ceph-mon[43730]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2024-04-18T15:08:32.163 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:31 smithi060 ceph-mon[43730]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:08:32.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:31 smithi154 ceph-mon[48475]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-18T15:08:32.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:31 smithi154 ceph-mon[48475]: osdmap e39: 6 total, 5 up, 6 in 2024-04-18T15:08:32.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:31 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T15:08:32.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:31 smithi154 ceph-mon[48475]: from='osd.5 [v2:172.21.15.154:6808/670147358,v1:172.21.15.154:6809/670147358]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2024-04-18T15:08:32.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:31 smithi154 ceph-mon[48475]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2024-04-18T15:08:32.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:31 smithi154 ceph-mon[48475]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:08:32.195 INFO:journalctl@ceph.osd.5.smithi154.stdout:Apr 18 15:08:31 smithi154 conmon[64317]: 2024-04-18T15:08:31.896+0000 7f2064e98700 -1 osd.5 0 waiting for initial osdmap 2024-04-18T15:08:32.195 INFO:journalctl@ceph.osd.5.smithi154.stdout:Apr 18 15:08:31 smithi154 conmon[64317]: 2024-04-18T15:08:31.904+0000 7f2060c8d700 -1 osd.5 40 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-18T15:08:32.298 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:31 smithi110 ceph-mon[47112]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-18T15:08:32.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:31 smithi110 ceph-mon[47112]: osdmap e39: 6 total, 5 up, 6 in 2024-04-18T15:08:32.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:31 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T15:08:32.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:31 smithi110 ceph-mon[47112]: from='osd.5 [v2:172.21.15.154:6808/670147358,v1:172.21.15.154:6809/670147358]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2024-04-18T15:08:32.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:31 smithi110 ceph-mon[47112]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2024-04-18T15:08:32.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:31 smithi110 ceph-mon[47112]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:08:32.726 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:08:33.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:32 smithi060 ceph-mon[43730]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2024-04-18T15:08:33.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:32 smithi060 ceph-mon[43730]: osdmap e40: 6 total, 5 up, 6 in 2024-04-18T15:08:33.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:32 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T15:08:33.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:32 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T15:08:33.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:32 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/2643419376' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-18T15:08:33.190 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:32 smithi154 ceph-mon[48475]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2024-04-18T15:08:33.190 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:32 smithi154 ceph-mon[48475]: osdmap e40: 6 total, 5 up, 6 in 2024-04-18T15:08:33.190 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:32 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T15:08:33.190 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:32 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T15:08:33.190 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:32 smithi154 ceph-mon[48475]: from='client.? 172.21.15.60:0/2643419376' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-18T15:08:33.298 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:32 smithi110 ceph-mon[47112]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2024-04-18T15:08:33.298 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:32 smithi110 ceph-mon[47112]: osdmap e40: 6 total, 5 up, 6 in 2024-04-18T15:08:33.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:32 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T15:08:33.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:32 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T15:08:33.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:32 smithi110 ceph-mon[47112]: from='client.? 172.21.15.60:0/2643419376' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-18T15:08:33.387 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":40,"num_osds":6,"num_up_osds":5,"osd_up_since":1713452890,"num_in_osds":6,"osd_in_since":1713452895,"num_remapped_pgs":0} 2024-04-18T15:08:34.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:33 smithi060 ceph-mon[43730]: purged_snaps scrub starts 2024-04-18T15:08:34.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:33 smithi060 ceph-mon[43730]: purged_snaps scrub ok 2024-04-18T15:08:34.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:33 smithi060 ceph-mon[43730]: osd.5 [v2:172.21.15.154:6808/670147358,v1:172.21.15.154:6809/670147358] boot 2024-04-18T15:08:34.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:33 smithi060 ceph-mon[43730]: osdmap e41: 6 total, 6 up, 6 in 2024-04-18T15:08:34.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:33 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T15:08:34.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:33 smithi060 ceph-mon[43730]: Detected new or changed devices on smithi154 2024-04-18T15:08:34.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:33 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:34.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:33 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:34.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:33 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:08:34.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:33 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:08:34.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:33 smithi060 ceph-mon[43730]: Adjusting osd_memory_target on smithi154 to 10605M 2024-04-18T15:08:34.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:33 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:34.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:33 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:08:34.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:33 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:08:34.163 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:33 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:34.163 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:33 smithi060 ceph-mon[43730]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:08:34.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:33 smithi154 ceph-mon[48475]: purged_snaps scrub starts 2024-04-18T15:08:34.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:33 smithi154 ceph-mon[48475]: purged_snaps scrub ok 2024-04-18T15:08:34.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:33 smithi154 ceph-mon[48475]: osd.5 [v2:172.21.15.154:6808/670147358,v1:172.21.15.154:6809/670147358] boot 2024-04-18T15:08:34.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:33 smithi154 ceph-mon[48475]: osdmap e41: 6 total, 6 up, 6 in 2024-04-18T15:08:34.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:33 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T15:08:34.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:33 smithi154 ceph-mon[48475]: Detected new or changed devices on smithi154 2024-04-18T15:08:34.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:33 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:34.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:33 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:34.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:33 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:08:34.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:33 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:08:34.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:33 smithi154 ceph-mon[48475]: Adjusting osd_memory_target on smithi154 to 10605M 2024-04-18T15:08:34.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:33 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:34.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:33 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:08:34.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:33 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:08:34.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:33 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:34.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:33 smithi154 ceph-mon[48475]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:08:34.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:33 smithi110 ceph-mon[47112]: purged_snaps scrub starts 2024-04-18T15:08:34.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:33 smithi110 ceph-mon[47112]: purged_snaps scrub ok 2024-04-18T15:08:34.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:33 smithi110 ceph-mon[47112]: osd.5 [v2:172.21.15.154:6808/670147358,v1:172.21.15.154:6809/670147358] boot 2024-04-18T15:08:34.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:33 smithi110 ceph-mon[47112]: osdmap e41: 6 total, 6 up, 6 in 2024-04-18T15:08:34.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:33 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T15:08:34.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:33 smithi110 ceph-mon[47112]: Detected new or changed devices on smithi154 2024-04-18T15:08:34.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:33 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:34.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:33 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:34.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:33 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:08:34.301 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:33 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-18T15:08:34.301 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:33 smithi110 ceph-mon[47112]: Adjusting osd_memory_target on smithi154 to 10605M 2024-04-18T15:08:34.301 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:33 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:34.301 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:33 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:08:34.301 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:33 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:08:34.301 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:33 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:08:34.302 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:33 smithi110 ceph-mon[47112]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:08:34.389 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph osd stat -f json 2024-04-18T15:08:34.725 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:08:35.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:34 smithi060 ceph-mon[43730]: osdmap e42: 6 total, 6 up, 6 in 2024-04-18T15:08:35.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:34 smithi154 ceph-mon[48475]: osdmap e42: 6 total, 6 up, 6 in 2024-04-18T15:08:35.298 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:34 smithi110 ceph-mon[47112]: osdmap e42: 6 total, 6 up, 6 in 2024-04-18T15:08:36.142 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:35 smithi060 ceph-mon[43730]: osdmap e43: 6 total, 6 up, 6 in 2024-04-18T15:08:36.142 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:35 smithi060 ceph-mon[43730]: osdmap e44: 6 total, 6 up, 6 in 2024-04-18T15:08:36.142 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:35 smithi060 ceph-mon[43730]: pgmap v135: 1 pgs: 1 remapped+peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:08:36.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:35 smithi154 ceph-mon[48475]: osdmap e43: 6 total, 6 up, 6 in 2024-04-18T15:08:36.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:35 smithi154 ceph-mon[48475]: osdmap e44: 6 total, 6 up, 6 in 2024-04-18T15:08:36.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:35 smithi154 ceph-mon[48475]: pgmap v135: 1 pgs: 1 remapped+peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:08:36.298 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:35 smithi110 ceph-mon[47112]: osdmap e43: 6 total, 6 up, 6 in 2024-04-18T15:08:36.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:35 smithi110 ceph-mon[47112]: osdmap e44: 6 total, 6 up, 6 in 2024-04-18T15:08:36.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:35 smithi110 ceph-mon[47112]: pgmap v135: 1 pgs: 1 remapped+peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:08:36.605 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:08:37.440 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:37 smithi060 ceph-mon[43730]: osdmap e45: 6 total, 6 up, 6 in 2024-04-18T15:08:37.440 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:37 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/440178284' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-18T15:08:37.442 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":45,"num_osds":6,"num_up_osds":6,"osd_up_since":1713452912,"num_in_osds":6,"osd_in_since":1713452895,"num_remapped_pgs":0} 2024-04-18T15:08:37.443 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph osd dump --format=json 2024-04-18T15:08:37.443 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:37 smithi154 ceph-mon[48475]: osdmap e45: 6 total, 6 up, 6 in 2024-04-18T15:08:37.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:37 smithi154 ceph-mon[48475]: from='client.? 172.21.15.60:0/440178284' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-18T15:08:37.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:37 smithi110 ceph-mon[47112]: osdmap e45: 6 total, 6 up, 6 in 2024-04-18T15:08:37.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:37 smithi110 ceph-mon[47112]: from='client.? 172.21.15.60:0/440178284' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-18T15:08:37.770 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:08:38.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:38 smithi060 ceph-mon[43730]: pgmap v137: 1 pgs: 1 remapped+peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:08:38.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:38 smithi154 ceph-mon[48475]: pgmap v137: 1 pgs: 1 remapped+peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:08:38.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:38 smithi110 ceph-mon[47112]: pgmap v137: 1 pgs: 1 remapped+peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:08:39.586 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:08:39.587 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":45,"fsid":"bee9a71e-fd94-11ee-bc92-c7b262605968","created":"2024-04-18T15:04:20.138598+0000","modified":"2024-04-18T15:08:36.175982+0000","last_up_change":"2024-04-18T15:08:32.894229+0000","last_in_change":"2024-04-18T15:08:15.711443+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"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-04-18T15:07:27.913631+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":6,"score_stable":6,"optimal_score":0.5,"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":"b86468ee-bd28-4a02-a7ce-c33f5a9d562c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":2034139247},{"type":"v1","addr":"172.21.15.60:6803","nonce":2034139247}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":2034139247},{"type":"v1","addr":"172.21.15.60:6805","nonce":2034139247}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6808","nonce":2034139247},{"type":"v1","addr":"172.21.15.60:6809","nonce":2034139247}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":2034139247},{"type":"v1","addr":"172.21.15.60:6807","nonce":2034139247}]},"public_addr":"172.21.15.60:6803/2034139247","cluster_addr":"172.21.15.60:6805/2034139247","heartbeat_back_addr":"172.21.15.60:6809/2034139247","heartbeat_front_addr":"172.21.15.60:6807/2034139247","state":["exists","up"]},{"osd":1,"uuid":"4f4342e1-1bda-4b2c-be32-146f8cffa329","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6810","nonce":1670901761},{"type":"v1","addr":"172.21.15.60:6811","nonce":1670901761}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6812","nonce":1670901761},{"type":"v1","addr":"172.21.15.60:6813","nonce":1670901761}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6816","nonce":1670901761},{"type":"v1","addr":"172.21.15.60:6817","nonce":1670901761}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6814","nonce":1670901761},{"type":"v1","addr":"172.21.15.60:6815","nonce":1670901761}]},"public_addr":"172.21.15.60:6811/1670901761","cluster_addr":"172.21.15.60:6813/1670901761","heartbeat_back_addr":"172.21.15.60:6817/1670901761","heartbeat_front_addr":"172.21.15.60:6815/1670901761","state":["exists","up"]},{"osd":2,"uuid":"b759ec4e-31df-4c3e-8fc6-b0123dac4642","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6800","nonce":742179902},{"type":"v1","addr":"172.21.15.110:6801","nonce":742179902}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":742179902},{"type":"v1","addr":"172.21.15.110:6803","nonce":742179902}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":742179902},{"type":"v1","addr":"172.21.15.110:6807","nonce":742179902}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":742179902},{"type":"v1","addr":"172.21.15.110:6805","nonce":742179902}]},"public_addr":"172.21.15.110:6801/742179902","cluster_addr":"172.21.15.110:6803/742179902","heartbeat_back_addr":"172.21.15.110:6807/742179902","heartbeat_front_addr":"172.21.15.110:6805/742179902","state":["exists","up"]},{"osd":3,"uuid":"528a597c-1e13-4264-ba75-7d91aeb572a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":432166749},{"type":"v1","addr":"172.21.15.110:6809","nonce":432166749}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6810","nonce":432166749},{"type":"v1","addr":"172.21.15.110:6811","nonce":432166749}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":432166749},{"type":"v1","addr":"172.21.15.110:6815","nonce":432166749}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":432166749},{"type":"v1","addr":"172.21.15.110:6813","nonce":432166749}]},"public_addr":"172.21.15.110:6809/432166749","cluster_addr":"172.21.15.110:6811/432166749","heartbeat_back_addr":"172.21.15.110:6815/432166749","heartbeat_front_addr":"172.21.15.110:6813/432166749","state":["exists","up"]},{"osd":4,"uuid":"8003b005-cd53-4ad8-a1c6-bfcdbeac9210","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6800","nonce":4066805646},{"type":"v1","addr":"172.21.15.154:6801","nonce":4066805646}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6802","nonce":4066805646},{"type":"v1","addr":"172.21.15.154:6803","nonce":4066805646}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6806","nonce":4066805646},{"type":"v1","addr":"172.21.15.154:6807","nonce":4066805646}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6804","nonce":4066805646},{"type":"v1","addr":"172.21.15.154:6805","nonce":4066805646}]},"public_addr":"172.21.15.154:6801/4066805646","cluster_addr":"172.21.15.154:6803/4066805646","heartbeat_back_addr":"172.21.15.154:6807/4066805646","heartbeat_front_addr":"172.21.15.154:6805/4066805646","state":["exists","up"]},{"osd":5,"uuid":"50b3bb41-599e-4623-a84e-8a38394054cd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6808","nonce":670147358},{"type":"v1","addr":"172.21.15.154:6809","nonce":670147358}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6810","nonce":670147358},{"type":"v1","addr":"172.21.15.154:6811","nonce":670147358}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6814","nonce":670147358},{"type":"v1","addr":"172.21.15.154:6815","nonce":670147358}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6812","nonce":670147358},{"type":"v1","addr":"172.21.15.154:6813","nonce":670147358}]},"public_addr":"172.21.15.154:6809/670147358","cluster_addr":"172.21.15.154:6811/670147358","heartbeat_back_addr":"172.21.15.154:6815/670147358","heartbeat_front_addr":"172.21.15.154:6813/670147358","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-04-18T15:06:40.313195+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-04-18T15:07:04.072634+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-04-18T15:07:25.462275+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-04-18T15:07:47.961332+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-04-18T15:08:08.550648+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-04-18T15:08:31.116100+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.60:0/1463865517":"2024-04-19T15:05:13.372052+0000","172.21.15.60:6801/3730029463":"2024-04-19T15:05:13.372052+0000","172.21.15.60:0/4271455046":"2024-04-19T15:05:13.372052+0000","172.21.15.60:0/416244420":"2024-04-19T15:04:47.695034+0000","172.21.15.60:6800/3730029463":"2024-04-19T15:05:13.372052+0000","172.21.15.60:0/3279192292":"2024-04-19T15:04:47.695034+0000","172.21.15.60:6801/2649895931":"2024-04-19T15:04:47.695034+0000","172.21.15.60:0/864427598":"2024-04-19T15:04:47.695034+0000","172.21.15.60:6800/2649895931":"2024-04-19T15:04:47.695034+0000","172.21.15.60:0/3345628700":"2024-04-19T15:05:13.372052+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-04-18T15:08:40.217 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-18T15:07:27.913631+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': 6, 'score_stable': 6, 'optimal_score': 0.5, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-04-18T15:08:40.217 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-04-18T15:08:40.460 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:40 smithi060 ceph-mon[43730]: pgmap v138: 1 pgs: 1 remapped+peering; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:08:40.460 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:40 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/3211136065' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T15:08:40.550 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:08:40.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:40 smithi110 ceph-mon[47112]: pgmap v138: 1 pgs: 1 remapped+peering; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:08:40.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:40 smithi110 ceph-mon[47112]: from='client.? 172.21.15.60:0/3211136065' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T15:08:40.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:40 smithi154 ceph-mon[48475]: pgmap v138: 1 pgs: 1 remapped+peering; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:08:40.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:40 smithi154 ceph-mon[48475]: from='client.? 172.21.15.60:0/3211136065' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T15:08:42.219 INFO:teuthology.orchestra.run.smithi060.stdout:pg_num: 1 2024-04-18T15:08:42.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:42 smithi060 ceph-mon[43730]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 89 KiB/s, 0 objects/s recovering 2024-04-18T15:08:42.663 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:42 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/606477195' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-18T15:08:42.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:42 smithi110 ceph-mon[47112]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 89 KiB/s, 0 objects/s recovering 2024-04-18T15:08:42.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:42 smithi110 ceph-mon[47112]: from='client.? 172.21.15.60:0/606477195' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-18T15:08:42.892 INFO:tasks.cephadm:Setting up client nodes... 2024-04-18T15:08:42.892 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-18T15:08:42.892 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-18T15:08:42.893 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph mgr dump --format=json 2024-04-18T15:08:42.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:42 smithi154 ceph-mon[48475]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 89 KiB/s, 0 objects/s recovering 2024-04-18T15:08:42.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:42 smithi154 ceph-mon[48475]: from='client.? 172.21.15.60:0/606477195' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-18T15:08:43.222 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:08:44.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:44 smithi110 ceph-mon[47112]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-04-18T15:08:44.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:44 smithi060 ceph-mon[43730]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-04-18T15:08:44.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:44 smithi154 ceph-mon[48475]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-04-18T15:08:44.966 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:08:45.606 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6800","nonce":1791643457},{"type":"v1","addr":"172.21.15.60:6801","nonce":1791643457}]},"active_addr":"172.21.15.60:6801/1791643457","active_change":"2024-04-18T15:05:13.372175+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":24113,"name":"b","mgr_features":4540138322906710015,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"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.60:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.60:0","nonce":3882606952}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.60:0","nonce":808815388}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.60:0","nonce":591601723}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.60:0","nonce":3936225187}]}]} 2024-04-18T15:08:45.613 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-18T15:08:45.613 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-18T15:08:45.613 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph osd dump --format=json 2024-04-18T15:08:45.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:45 smithi110 ceph-mon[47112]: from='client.? 172.21.15.60:0/3538828558' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-18T15:08:45.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:45 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/3538828558' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-18T15:08:45.938 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:08:45.943 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:45 smithi154 ceph-mon[48475]: from='client.? 172.21.15.60:0/3538828558' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-18T15:08:46.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:46 smithi110 ceph-mon[47112]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-04-18T15:08:46.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:46 smithi060 ceph-mon[43730]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-04-18T15:08:46.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:46 smithi154 ceph-mon[48475]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-04-18T15:08:47.729 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:08:47.729 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":45,"fsid":"bee9a71e-fd94-11ee-bc92-c7b262605968","created":"2024-04-18T15:04:20.138598+0000","modified":"2024-04-18T15:08:36.175982+0000","last_up_change":"2024-04-18T15:08:32.894229+0000","last_in_change":"2024-04-18T15:08:15.711443+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"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-04-18T15:07:27.913631+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":6,"score_stable":6,"optimal_score":0.5,"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":"b86468ee-bd28-4a02-a7ce-c33f5a9d562c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":2034139247},{"type":"v1","addr":"172.21.15.60:6803","nonce":2034139247}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":2034139247},{"type":"v1","addr":"172.21.15.60:6805","nonce":2034139247}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6808","nonce":2034139247},{"type":"v1","addr":"172.21.15.60:6809","nonce":2034139247}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":2034139247},{"type":"v1","addr":"172.21.15.60:6807","nonce":2034139247}]},"public_addr":"172.21.15.60:6803/2034139247","cluster_addr":"172.21.15.60:6805/2034139247","heartbeat_back_addr":"172.21.15.60:6809/2034139247","heartbeat_front_addr":"172.21.15.60:6807/2034139247","state":["exists","up"]},{"osd":1,"uuid":"4f4342e1-1bda-4b2c-be32-146f8cffa329","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6810","nonce":1670901761},{"type":"v1","addr":"172.21.15.60:6811","nonce":1670901761}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6812","nonce":1670901761},{"type":"v1","addr":"172.21.15.60:6813","nonce":1670901761}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6816","nonce":1670901761},{"type":"v1","addr":"172.21.15.60:6817","nonce":1670901761}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6814","nonce":1670901761},{"type":"v1","addr":"172.21.15.60:6815","nonce":1670901761}]},"public_addr":"172.21.15.60:6811/1670901761","cluster_addr":"172.21.15.60:6813/1670901761","heartbeat_back_addr":"172.21.15.60:6817/1670901761","heartbeat_front_addr":"172.21.15.60:6815/1670901761","state":["exists","up"]},{"osd":2,"uuid":"b759ec4e-31df-4c3e-8fc6-b0123dac4642","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6800","nonce":742179902},{"type":"v1","addr":"172.21.15.110:6801","nonce":742179902}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":742179902},{"type":"v1","addr":"172.21.15.110:6803","nonce":742179902}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":742179902},{"type":"v1","addr":"172.21.15.110:6807","nonce":742179902}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":742179902},{"type":"v1","addr":"172.21.15.110:6805","nonce":742179902}]},"public_addr":"172.21.15.110:6801/742179902","cluster_addr":"172.21.15.110:6803/742179902","heartbeat_back_addr":"172.21.15.110:6807/742179902","heartbeat_front_addr":"172.21.15.110:6805/742179902","state":["exists","up"]},{"osd":3,"uuid":"528a597c-1e13-4264-ba75-7d91aeb572a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":432166749},{"type":"v1","addr":"172.21.15.110:6809","nonce":432166749}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6810","nonce":432166749},{"type":"v1","addr":"172.21.15.110:6811","nonce":432166749}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":432166749},{"type":"v1","addr":"172.21.15.110:6815","nonce":432166749}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":432166749},{"type":"v1","addr":"172.21.15.110:6813","nonce":432166749}]},"public_addr":"172.21.15.110:6809/432166749","cluster_addr":"172.21.15.110:6811/432166749","heartbeat_back_addr":"172.21.15.110:6815/432166749","heartbeat_front_addr":"172.21.15.110:6813/432166749","state":["exists","up"]},{"osd":4,"uuid":"8003b005-cd53-4ad8-a1c6-bfcdbeac9210","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6800","nonce":4066805646},{"type":"v1","addr":"172.21.15.154:6801","nonce":4066805646}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6802","nonce":4066805646},{"type":"v1","addr":"172.21.15.154:6803","nonce":4066805646}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6806","nonce":4066805646},{"type":"v1","addr":"172.21.15.154:6807","nonce":4066805646}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6804","nonce":4066805646},{"type":"v1","addr":"172.21.15.154:6805","nonce":4066805646}]},"public_addr":"172.21.15.154:6801/4066805646","cluster_addr":"172.21.15.154:6803/4066805646","heartbeat_back_addr":"172.21.15.154:6807/4066805646","heartbeat_front_addr":"172.21.15.154:6805/4066805646","state":["exists","up"]},{"osd":5,"uuid":"50b3bb41-599e-4623-a84e-8a38394054cd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6808","nonce":670147358},{"type":"v1","addr":"172.21.15.154:6809","nonce":670147358}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6810","nonce":670147358},{"type":"v1","addr":"172.21.15.154:6811","nonce":670147358}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6814","nonce":670147358},{"type":"v1","addr":"172.21.15.154:6815","nonce":670147358}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6812","nonce":670147358},{"type":"v1","addr":"172.21.15.154:6813","nonce":670147358}]},"public_addr":"172.21.15.154:6809/670147358","cluster_addr":"172.21.15.154:6811/670147358","heartbeat_back_addr":"172.21.15.154:6815/670147358","heartbeat_front_addr":"172.21.15.154:6813/670147358","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-04-18T15:06:40.313195+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-04-18T15:07:04.072634+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-04-18T15:07:25.462275+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-04-18T15:07:47.961332+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-04-18T15:08:08.550648+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-04-18T15:08:31.116100+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.60:0/1463865517":"2024-04-19T15:05:13.372052+0000","172.21.15.60:6801/3730029463":"2024-04-19T15:05:13.372052+0000","172.21.15.60:0/4271455046":"2024-04-19T15:05:13.372052+0000","172.21.15.60:0/416244420":"2024-04-19T15:04:47.695034+0000","172.21.15.60:6800/3730029463":"2024-04-19T15:05:13.372052+0000","172.21.15.60:0/3279192292":"2024-04-19T15:04:47.695034+0000","172.21.15.60:6801/2649895931":"2024-04-19T15:04:47.695034+0000","172.21.15.60:0/864427598":"2024-04-19T15:04:47.695034+0000","172.21.15.60:6800/2649895931":"2024-04-19T15:04:47.695034+0000","172.21.15.60:0/3345628700":"2024-04-19T15:05:13.372052+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-04-18T15:08:48.356 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-18T15:08:48.356 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph osd dump --format=json 2024-04-18T15:08:48.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:48 smithi060 ceph-mon[43730]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-04-18T15:08:48.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:48 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/1068698439' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T15:08:48.688 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:08:48.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:48 smithi110 ceph-mon[47112]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-04-18T15:08:48.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:48 smithi110 ceph-mon[47112]: from='client.? 172.21.15.60:0/1068698439' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T15:08:48.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:48 smithi154 ceph-mon[48475]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-04-18T15:08:48.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:48 smithi154 ceph-mon[48475]: from='client.? 172.21.15.60:0/1068698439' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T15:08:50.450 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:08:50.450 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":45,"fsid":"bee9a71e-fd94-11ee-bc92-c7b262605968","created":"2024-04-18T15:04:20.138598+0000","modified":"2024-04-18T15:08:36.175982+0000","last_up_change":"2024-04-18T15:08:32.894229+0000","last_in_change":"2024-04-18T15:08:15.711443+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"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-04-18T15:07:27.913631+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":6,"score_stable":6,"optimal_score":0.5,"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":"b86468ee-bd28-4a02-a7ce-c33f5a9d562c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":2034139247},{"type":"v1","addr":"172.21.15.60:6803","nonce":2034139247}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":2034139247},{"type":"v1","addr":"172.21.15.60:6805","nonce":2034139247}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6808","nonce":2034139247},{"type":"v1","addr":"172.21.15.60:6809","nonce":2034139247}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":2034139247},{"type":"v1","addr":"172.21.15.60:6807","nonce":2034139247}]},"public_addr":"172.21.15.60:6803/2034139247","cluster_addr":"172.21.15.60:6805/2034139247","heartbeat_back_addr":"172.21.15.60:6809/2034139247","heartbeat_front_addr":"172.21.15.60:6807/2034139247","state":["exists","up"]},{"osd":1,"uuid":"4f4342e1-1bda-4b2c-be32-146f8cffa329","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6810","nonce":1670901761},{"type":"v1","addr":"172.21.15.60:6811","nonce":1670901761}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6812","nonce":1670901761},{"type":"v1","addr":"172.21.15.60:6813","nonce":1670901761}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6816","nonce":1670901761},{"type":"v1","addr":"172.21.15.60:6817","nonce":1670901761}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6814","nonce":1670901761},{"type":"v1","addr":"172.21.15.60:6815","nonce":1670901761}]},"public_addr":"172.21.15.60:6811/1670901761","cluster_addr":"172.21.15.60:6813/1670901761","heartbeat_back_addr":"172.21.15.60:6817/1670901761","heartbeat_front_addr":"172.21.15.60:6815/1670901761","state":["exists","up"]},{"osd":2,"uuid":"b759ec4e-31df-4c3e-8fc6-b0123dac4642","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6800","nonce":742179902},{"type":"v1","addr":"172.21.15.110:6801","nonce":742179902}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":742179902},{"type":"v1","addr":"172.21.15.110:6803","nonce":742179902}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":742179902},{"type":"v1","addr":"172.21.15.110:6807","nonce":742179902}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":742179902},{"type":"v1","addr":"172.21.15.110:6805","nonce":742179902}]},"public_addr":"172.21.15.110:6801/742179902","cluster_addr":"172.21.15.110:6803/742179902","heartbeat_back_addr":"172.21.15.110:6807/742179902","heartbeat_front_addr":"172.21.15.110:6805/742179902","state":["exists","up"]},{"osd":3,"uuid":"528a597c-1e13-4264-ba75-7d91aeb572a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":432166749},{"type":"v1","addr":"172.21.15.110:6809","nonce":432166749}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6810","nonce":432166749},{"type":"v1","addr":"172.21.15.110:6811","nonce":432166749}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":432166749},{"type":"v1","addr":"172.21.15.110:6815","nonce":432166749}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":432166749},{"type":"v1","addr":"172.21.15.110:6813","nonce":432166749}]},"public_addr":"172.21.15.110:6809/432166749","cluster_addr":"172.21.15.110:6811/432166749","heartbeat_back_addr":"172.21.15.110:6815/432166749","heartbeat_front_addr":"172.21.15.110:6813/432166749","state":["exists","up"]},{"osd":4,"uuid":"8003b005-cd53-4ad8-a1c6-bfcdbeac9210","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6800","nonce":4066805646},{"type":"v1","addr":"172.21.15.154:6801","nonce":4066805646}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6802","nonce":4066805646},{"type":"v1","addr":"172.21.15.154:6803","nonce":4066805646}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6806","nonce":4066805646},{"type":"v1","addr":"172.21.15.154:6807","nonce":4066805646}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6804","nonce":4066805646},{"type":"v1","addr":"172.21.15.154:6805","nonce":4066805646}]},"public_addr":"172.21.15.154:6801/4066805646","cluster_addr":"172.21.15.154:6803/4066805646","heartbeat_back_addr":"172.21.15.154:6807/4066805646","heartbeat_front_addr":"172.21.15.154:6805/4066805646","state":["exists","up"]},{"osd":5,"uuid":"50b3bb41-599e-4623-a84e-8a38394054cd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6808","nonce":670147358},{"type":"v1","addr":"172.21.15.154:6809","nonce":670147358}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6810","nonce":670147358},{"type":"v1","addr":"172.21.15.154:6811","nonce":670147358}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6814","nonce":670147358},{"type":"v1","addr":"172.21.15.154:6815","nonce":670147358}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6812","nonce":670147358},{"type":"v1","addr":"172.21.15.154:6813","nonce":670147358}]},"public_addr":"172.21.15.154:6809/670147358","cluster_addr":"172.21.15.154:6811/670147358","heartbeat_back_addr":"172.21.15.154:6815/670147358","heartbeat_front_addr":"172.21.15.154:6813/670147358","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-04-18T15:06:40.313195+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-04-18T15:07:04.072634+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-04-18T15:07:25.462275+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-04-18T15:07:47.961332+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-04-18T15:08:08.550648+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-04-18T15:08:31.116100+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.60:0/1463865517":"2024-04-19T15:05:13.372052+0000","172.21.15.60:6801/3730029463":"2024-04-19T15:05:13.372052+0000","172.21.15.60:0/4271455046":"2024-04-19T15:05:13.372052+0000","172.21.15.60:0/416244420":"2024-04-19T15:04:47.695034+0000","172.21.15.60:6800/3730029463":"2024-04-19T15:05:13.372052+0000","172.21.15.60:0/3279192292":"2024-04-19T15:04:47.695034+0000","172.21.15.60:6801/2649895931":"2024-04-19T15:04:47.695034+0000","172.21.15.60:0/864427598":"2024-04-19T15:04:47.695034+0000","172.21.15.60:6800/2649895931":"2024-04-19T15:04:47.695034+0000","172.21.15.60:0/3345628700":"2024-04-19T15:05:13.372052+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-04-18T15:08:50.802 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:50 smithi110 ceph-mon[47112]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-18T15:08:50.802 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:50 smithi110 ceph-mon[47112]: from='client.? 172.21.15.60:0/3877406368' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T15:08:50.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:50 smithi060 ceph-mon[43730]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-18T15:08:50.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:50 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/3877406368' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T15:08:50.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:50 smithi154 ceph-mon[48475]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-18T15:08:50.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:50 smithi154 ceph-mon[48475]: from='client.? 172.21.15.60:0/3877406368' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T15:08:51.106 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-18T15:08:51.106 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-18T15:08:51.107 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-18T15:08:51.107 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-04-18T15:08:51.107 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-04-18T15:08:51.108 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-04-18T15:08:51.591 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:08:51.601 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:08:51.630 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:08:51.755 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:08:52.127 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:08:52.231 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:08:52.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:52 smithi060 ceph-mon[43730]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-18T15:08:52.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:52 smithi110 ceph-mon[47112]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-18T15:08:52.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:52 smithi154 ceph-mon[48475]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-18T15:08:54.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:54 smithi060 ceph-mon[43730]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:08:54.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:54 smithi110 ceph-mon[47112]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:08:54.943 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:54 smithi154 ceph-mon[48475]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:08:56.508 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:56 smithi060 ceph-mon[43730]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:08:56.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:56 smithi110 ceph-mon[47112]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:08:56.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:56 smithi154 ceph-mon[48475]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:08:57.987 INFO:teuthology.orchestra.run.smithi060.stdout:34359738397 2024-04-18T15:08:57.987 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-18T15:08:58.146 INFO:teuthology.orchestra.run.smithi060.stdout:77309411348 2024-04-18T15:08:58.146 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-18T15:08:58.784 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:08:58 smithi060 ceph-mon[43730]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:08:58.784 INFO:teuthology.orchestra.run.smithi060.stdout:176093659144 2024-04-18T15:08:58.785 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-04-18T15:08:58.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:08:58 smithi110 ceph-mon[47112]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:08:58.943 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:08:58 smithi154 ceph-mon[48475]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:00.113 INFO:teuthology.orchestra.run.smithi060.stdout:141733920779 2024-04-18T15:09:00.113 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-04-18T15:09:00.230 INFO:teuthology.orchestra.run.smithi060.stdout:107374182416 2024-04-18T15:09:00.231 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-04-18T15:09:00.483 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:09:00.659 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:09:00.689 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:09:00.755 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:00 smithi060 ceph-mon[43730]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:00.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:00 smithi110 ceph-mon[47112]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:00.943 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:00 smithi154 ceph-mon[48475]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:01.599 INFO:teuthology.orchestra.run.smithi060.stdout:55834574873 2024-04-18T15:09:01.599 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-18T15:09:02.510 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:09:02.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:02 smithi060 ceph-mon[43730]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:02.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:02 smithi110 ceph-mon[47112]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:02.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:02 smithi154 ceph-mon[48475]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:03.489 INFO:teuthology.orchestra.run.smithi060.stdout:34359738398 2024-04-18T15:09:03.651 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:03 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/3375990309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-18T15:09:03.726 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:09:03.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:03 smithi110 ceph-mon[47112]: from='client.? 172.21.15.60:0/3375990309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-18T15:09:03.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:03 smithi154 ceph-mon[48475]: from='client.? 172.21.15.60:0/3375990309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-18T15:09:04.342 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:09:04.398 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738397 got 34359738398 for osd.0 2024-04-18T15:09:04.398 DEBUG:teuthology.parallel:result is None 2024-04-18T15:09:04.761 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:04 smithi060 ceph-mon[43730]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:04.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:04 smithi110 ceph-mon[47112]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:04.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:04 smithi154 ceph-mon[48475]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:05.182 INFO:teuthology.orchestra.run.smithi060.stdout:77309411350 2024-04-18T15:09:05.622 INFO:teuthology.orchestra.run.smithi060.stdout:176093659146 2024-04-18T15:09:05.774 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:05 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/3101404228' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-18T15:09:05.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:05 smithi110 ceph-mon[47112]: from='client.? 172.21.15.60:0/3101404228' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-18T15:09:05.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:05 smithi154 ceph-mon[48475]: from='client.? 172.21.15.60:0/3101404228' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-18T15:09:06.194 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411348 got 77309411350 for osd.2 2024-04-18T15:09:06.194 DEBUG:teuthology.parallel:result is None 2024-04-18T15:09:06.774 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:06 smithi060 ceph-mon[43730]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:06.774 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:06 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/2576223830' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-18T15:09:06.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:06 smithi110 ceph-mon[47112]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:06.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:06 smithi110 ceph-mon[47112]: from='client.? 172.21.15.60:0/2576223830' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-18T15:09:06.943 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:06 smithi154 ceph-mon[48475]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:06.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:06 smithi154 ceph-mon[48475]: from='client.? 172.21.15.60:0/2576223830' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-18T15:09:07.363 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659144 got 176093659146 for osd.5 2024-04-18T15:09:07.363 DEBUG:teuthology.parallel:result is None 2024-04-18T15:09:08.348 INFO:teuthology.orchestra.run.smithi060.stdout:107374182418 2024-04-18T15:09:08.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:08 smithi110 ceph-mon[47112]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:08.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:08 smithi110 ceph-mon[47112]: from='client.? 172.21.15.60:0/1478141794' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-18T15:09:08.827 INFO:teuthology.orchestra.run.smithi060.stdout:141733920781 2024-04-18T15:09:08.857 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:08 smithi060 ceph-mon[43730]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:08.857 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:08 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/1478141794' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-18T15:09:08.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:08 smithi154 ceph-mon[48475]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:08.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:08 smithi154 ceph-mon[48475]: from='client.? 172.21.15.60:0/1478141794' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-18T15:09:09.051 INFO:teuthology.orchestra.run.smithi060.stdout:55834574875 2024-04-18T15:09:09.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:09 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/2327538598' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-18T15:09:09.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:09 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/1389375789' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-18T15:09:09.752 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182416 got 107374182418 for osd.3 2024-04-18T15:09:09.752 DEBUG:teuthology.parallel:result is None 2024-04-18T15:09:09.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:09 smithi110 ceph-mon[47112]: from='client.? 172.21.15.60:0/2327538598' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-18T15:09:09.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:09 smithi110 ceph-mon[47112]: from='client.? 172.21.15.60:0/1389375789' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-18T15:09:09.910 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920779 got 141733920781 for osd.4 2024-04-18T15:09:09.910 DEBUG:teuthology.parallel:result is None 2024-04-18T15:09:09.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:09 smithi154 ceph-mon[48475]: from='client.? 172.21.15.60:0/2327538598' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-18T15:09:09.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:09 smithi154 ceph-mon[48475]: from='client.? 172.21.15.60:0/1389375789' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-18T15:09:10.368 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574873 got 55834574875 for osd.1 2024-04-18T15:09:10.369 DEBUG:teuthology.parallel:result is None 2024-04-18T15:09:10.369 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-18T15:09:10.369 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph pg dump --format=json 2024-04-18T15:09:10.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:10 smithi060 ceph-mon[43730]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:10.698 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:09:10.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:10 smithi110 ceph-mon[47112]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:10.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:10 smithi154 ceph-mon[48475]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:12.463 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:09:12.465 INFO:teuthology.orchestra.run.smithi060.stderr:dumped all 2024-04-18T15:09:12.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:12 smithi110 ceph-mon[47112]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:12.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:12 smithi060 ceph-mon[43730]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:12.943 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:12 smithi154 ceph-mon[48475]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:13.068 INFO:teuthology.orchestra.run.smithi060.stdout:{"pg_ready":true,"pg_map":{"version":154,"stamp":"2024-04-18T15:09:11.420954+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":6,"num_bytes_recovered":1771104,"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":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":174484,"kb_used_data":4128,"kb_used_omap":9,"kb_used_meta":170230,"kb_avail":562296428,"statfs":{"total":575970213888,"available":575791542272,"internally_reserved":0,"allocated":4227072,"data_stored":2730829,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9561,"internal_metadata":174316199},"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.002079"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":266,"reported_epoch":45,"state":"active+clean","last_fresh":"2024-04-18T15:08:36.186115+0000","last_change":"2024-04-18T15:08:36.186115+0000","last_active":"2024-04-18T15:08:36.186115+0000","last_peered":"2024-04-18T15:08:36.186115+0000","last_clean":"2024-04-18T15:08:36.186115+0000","last_became_active":"2024-04-18T15:08:36.185765+0000","last_became_peered":"2024-04-18T15:08:36.185765+0000","last_unstale":"2024-04-18T15:08:36.186115+0000","last_undegraded":"2024-04-18T15:08:36.186115+0000","last_fullsized":"2024-04-18T15:08:36.186115+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-18T15:07:28.032778+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-18T15:07:28.032778+0000","last_clean_scrub_stamp":"2024-04-18T15:07:28.032778+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-04-19T20:03:07.678227+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":6,"num_bytes_recovered":1771104,"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":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"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":6,"num_bytes_recovered":1771104,"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":3563520,"data_stored":3542208,"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":6}],"osd_stats":[{"osd":5,"up_from":41,"seq":176093659147,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27996,"kb_used_data":976,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717156,"statfs":{"total":95995035648,"available":95966367744,"internally_reserved":0,"allocated":999424,"data_stored":750147,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,4],"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.52700000000000002}]},{"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.56000000000000005}]},{"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.71899999999999997}]},{"osd":3,"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.72999999999999998}]},{"osd":4,"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.59999999999999998}]}]},{"osd":4,"up_from":33,"seq":141733920782,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27428,"kb_used_data":396,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717724,"statfs":{"total":95995035648,"available":95966949376,"internally_reserved":0,"allocated":405504,"data_stored":159779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,3,5],"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.63}]},{"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.54300000000000004}]},{"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.65900000000000003}]},{"osd":3,"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.64500000000000002}]},{"osd":5,"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.57299999999999995}]}]},{"osd":3,"up_from":25,"seq":107374182419,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28004,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717148,"statfs":{"total":95995035648,"available":95966359552,"internally_reserved":0,"allocated":1003520,"data_stored":750478,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":27654600},"hb_peers":[0,1,2,4,5],"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 Apr 18 15:08:50 2024","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.42099999999999999}]},{"osd":1,"last update":"Thu Apr 18 15:08:50 2024","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.40300000000000002},{"interface":"front","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.432}]},{"osd":2,"last update":"Thu Apr 18 15:08:50 2024","interfaces":[{"interface":"back","average":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.36599999999999999}]},{"osd":4,"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.45400000000000001}]},{"osd":5,"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.496}]}]},{"osd":2,"up_from":18,"seq":77309411351,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28004,"kb_used_data":976,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717148,"statfs":{"total":95995035648,"available":95966359552,"internally_reserved":0,"allocated":999424,"data_stored":750205,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,3,4,5],"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 Apr 18 15:08:29 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.52200000000000002},{"interface":"front","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.50700000000000001}]},{"osd":1,"last update":"Thu Apr 18 15:08:29 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.49299999999999999}]},{"osd":3,"last update":"Thu Apr 18 15:08:53 2024","interfaces":[{"interface":"back","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.39500000000000002},{"interface":"front","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.43099999999999999}]},{"osd":4,"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.70199999999999996}]},{"osd":5,"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.621}]}]},{"osd":0,"up_from":8,"seq":34359738400,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31524,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93713628,"statfs":{"total":95995035648,"available":95962755072,"internally_reserved":0,"allocated":409600,"data_stored":160110,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"hb_peers":[1,2,3,4,5],"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 Apr 18 15:09:06 2024","interfaces":[{"interface":"back","average":{"1min":0.35599999999999998,"5min":0.33800000000000002,"15min":0.33500000000000002},"min":{"1min":0.255,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.34100000000000003},{"interface":"front","average":{"1min":0.36099999999999999,"5min":0.35799999999999998,"15min":0.35799999999999998},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.318}]},{"osd":2,"last update":"Thu Apr 18 15:08:30 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.499},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.438}]},{"osd":3,"last update":"Thu Apr 18 15:08:51 2024","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.93999999999999995,"5min":0.93999999999999995,"15min":0.93999999999999995},"last":0.48799999999999999}]},{"osd":4,"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.58799999999999997}]},{"osd":5,"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.622}]}]},{"osd":1,"up_from":13,"seq":55834574875,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31528,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93713624,"statfs":{"total":95995035648,"available":95962750976,"internally_reserved":0,"allocated":409600,"data_stored":160110,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"hb_peers":[0,2,3,4,5],"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 Apr 18 15:08:05 2024","interfaces":[{"interface":"back","average":{"1min":0.316,"5min":0.316,"15min":0.316},"min":{"1min":0.21199999999999999,"5min":0.21199999999999999,"15min":0.21199999999999999},"max":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90500000000000003},"last":0.318},{"interface":"front","average":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.28100000000000003}]},{"osd":2,"last update":"Thu Apr 18 15:08:30 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.48699999999999999}]},{"osd":3,"last update":"Thu Apr 18 15:08:50 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.50700000000000001}]},{"osd":4,"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.46200000000000002}]},{"osd":5,"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.45000000000000001}]}]}],"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},{"poolid":1,"osd":3,"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":4,"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":5,"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-04-18T15:09:13.070 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph pg dump --format=json 2024-04-18T15:09:13.415 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:09:13.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:13 smithi110 ceph-mon[47112]: from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T15:09:13.854 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:13 smithi060 ceph-mon[43730]: from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T15:09:13.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:13 smithi154 ceph-mon[48475]: from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T15:09:14.735 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:14 smithi060 ceph-mon[43730]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:14.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:14 smithi110 ceph-mon[47112]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:14.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:14 smithi154 ceph-mon[48475]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:15.172 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:09:15.174 INFO:teuthology.orchestra.run.smithi060.stderr:dumped all 2024-04-18T15:09:15.814 INFO:teuthology.orchestra.run.smithi060.stdout:{"pg_ready":true,"pg_map":{"version":155,"stamp":"2024-04-18T15:09:13.421335+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":6,"num_bytes_recovered":1771104,"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":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":174484,"kb_used_data":4128,"kb_used_omap":9,"kb_used_meta":170230,"kb_avail":562296428,"statfs":{"total":575970213888,"available":575791542272,"internally_reserved":0,"allocated":4227072,"data_stored":2730829,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9561,"internal_metadata":174316199},"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.002064"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":266,"reported_epoch":45,"state":"active+clean","last_fresh":"2024-04-18T15:08:36.186115+0000","last_change":"2024-04-18T15:08:36.186115+0000","last_active":"2024-04-18T15:08:36.186115+0000","last_peered":"2024-04-18T15:08:36.186115+0000","last_clean":"2024-04-18T15:08:36.186115+0000","last_became_active":"2024-04-18T15:08:36.185765+0000","last_became_peered":"2024-04-18T15:08:36.185765+0000","last_unstale":"2024-04-18T15:08:36.186115+0000","last_undegraded":"2024-04-18T15:08:36.186115+0000","last_fullsized":"2024-04-18T15:08:36.186115+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-18T15:07:28.032778+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-18T15:07:28.032778+0000","last_clean_scrub_stamp":"2024-04-18T15:07:28.032778+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-04-19T20:03:07.678227+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":6,"num_bytes_recovered":1771104,"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":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"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":6,"num_bytes_recovered":1771104,"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":3563520,"data_stored":3542208,"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":6}],"osd_stats":[{"osd":5,"up_from":41,"seq":176093659147,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27996,"kb_used_data":976,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717156,"statfs":{"total":95995035648,"available":95966367744,"internally_reserved":0,"allocated":999424,"data_stored":750147,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,4],"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.52700000000000002}]},{"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.56000000000000005}]},{"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.71899999999999997}]},{"osd":3,"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.72999999999999998}]},{"osd":4,"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.59999999999999998}]}]},{"osd":4,"up_from":33,"seq":141733920782,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27428,"kb_used_data":396,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717724,"statfs":{"total":95995035648,"available":95966949376,"internally_reserved":0,"allocated":405504,"data_stored":159779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,3,5],"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.63}]},{"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.54300000000000004}]},{"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.65900000000000003}]},{"osd":3,"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.64500000000000002}]},{"osd":5,"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.57299999999999995}]}]},{"osd":3,"up_from":25,"seq":107374182419,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28004,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717148,"statfs":{"total":95995035648,"available":95966359552,"internally_reserved":0,"allocated":1003520,"data_stored":750478,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":27654600},"hb_peers":[0,1,2,4,5],"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 Apr 18 15:08:50 2024","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.42099999999999999}]},{"osd":1,"last update":"Thu Apr 18 15:08:50 2024","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.40300000000000002},{"interface":"front","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.432}]},{"osd":2,"last update":"Thu Apr 18 15:08:50 2024","interfaces":[{"interface":"back","average":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.36599999999999999}]},{"osd":4,"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.45400000000000001}]},{"osd":5,"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.496}]}]},{"osd":2,"up_from":18,"seq":77309411352,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28004,"kb_used_data":976,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717148,"statfs":{"total":95995035648,"available":95966359552,"internally_reserved":0,"allocated":999424,"data_stored":750205,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,3,4,5],"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 Apr 18 15:08:29 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.47099999999999997}]},{"osd":1,"last update":"Thu Apr 18 15:08:29 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.44},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.52800000000000002}]},{"osd":3,"last update":"Thu Apr 18 15:08:53 2024","interfaces":[{"interface":"back","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.32800000000000001},{"interface":"front","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.31}]},{"osd":4,"last update":"Thu Apr 18 15:09:11 2024","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.499},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.50600000000000001}]},{"osd":5,"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.41799999999999998}]}]},{"osd":0,"up_from":8,"seq":34359738401,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31524,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93713628,"statfs":{"total":95995035648,"available":95962755072,"internally_reserved":0,"allocated":409600,"data_stored":160110,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"hb_peers":[1,2,3,4,5],"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 Apr 18 15:09:06 2024","interfaces":[{"interface":"back","average":{"1min":0.35599999999999998,"5min":0.33800000000000002,"15min":0.33500000000000002},"min":{"1min":0.255,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.313},{"interface":"front","average":{"1min":0.36099999999999999,"5min":0.35799999999999998,"15min":0.35799999999999998},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.33800000000000002}]},{"osd":2,"last update":"Thu Apr 18 15:08:30 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.58799999999999997}]},{"osd":3,"last update":"Thu Apr 18 15:08:51 2024","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"last":0.69099999999999995},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.93999999999999995,"5min":0.93999999999999995,"15min":0.93999999999999995},"last":0.67600000000000005}]},{"osd":4,"last update":"Thu Apr 18 15:09:11 2024","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":0.95699999999999996,"5min":0.95699999999999996,"15min":0.95699999999999996},"last":0.53100000000000003},{"interface":"front","average":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":0.97199999999999998,"5min":0.97199999999999998,"15min":0.97199999999999998},"last":0.54800000000000004}]},{"osd":5,"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.45000000000000001}]}]},{"osd":1,"up_from":13,"seq":55834574876,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31528,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93713624,"statfs":{"total":95995035648,"available":95962750976,"internally_reserved":0,"allocated":409600,"data_stored":160110,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"hb_peers":[0,2,3,4,5],"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 Apr 18 15:09:09 2024","interfaces":[{"interface":"back","average":{"1min":0.375,"5min":0.32700000000000001,"15min":0.31900000000000001},"min":{"1min":0.27100000000000002,"5min":0.21199999999999999,"15min":0.21199999999999999},"max":{"1min":0.68100000000000005,"5min":0.90500000000000003,"15min":0.90500000000000003},"last":0.36199999999999999},{"interface":"front","average":{"1min":0.38900000000000001,"5min":0.35799999999999998,"15min":0.35299999999999998},"min":{"1min":0.28100000000000003,"5min":0.248,"15min":0.248},"max":{"1min":0.72699999999999998,"5min":0.755,"15min":0.755},"last":0.32000000000000001}]},{"osd":2,"last update":"Thu Apr 18 15:08:30 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.432}]},{"osd":3,"last update":"Thu Apr 18 15:08:50 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.40999999999999998},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.47099999999999997}]},{"osd":4,"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.60499999999999998}]},{"osd":5,"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.52700000000000002}]}]}],"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},{"poolid":1,"osd":3,"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":4,"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":5,"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-04-18T15:09:15.816 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-18T15:09:15.816 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-18T15:09:15.816 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-18T15:09:15.816 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- ceph health --format=json 2024-04-18T15:09:16.147 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:09:16.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:16 smithi060 ceph-mon[43730]: from='client.14451 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T15:09:16.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:16 smithi060 ceph-mon[43730]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:16.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:16 smithi110 ceph-mon[47112]: from='client.14451 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T15:09:16.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:16 smithi110 ceph-mon[47112]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:16.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:16 smithi154 ceph-mon[48475]: from='client.14451 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T15:09:16.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:16 smithi154 ceph-mon[48475]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:17.886 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-04-18T15:09:17.886 INFO:teuthology.orchestra.run.smithi060.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-18T15:09:18.471 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-18T15:09:18.472 INFO:tasks.cephadm:Setup complete, yielding 2024-04-18T15:09:18.472 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-18T15:09:18.487 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi060.front.sepia.ceph.com 2024-04-18T15:09:18.488 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 -- bash -c 'set -ex 2024-04-18T15:09:18.488 DEBUG:teuthology.orchestra.run.smithi060:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-04-18T15:09:18.488 DEBUG:teuthology.orchestra.run.smithi060:> for host in $HOSTNAMES; do 2024-04-18T15:09:18.488 DEBUG:teuthology.orchestra.run.smithi060:> # find the hostname for "host.c" which will have no mgr 2024-04-18T15:09:18.488 DEBUG:teuthology.orchestra.run.smithi060:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-04-18T15:09:18.488 DEBUG:teuthology.orchestra.run.smithi060:> if [ "$HAS_MGRS" == "false" ]; then 2024-04-18T15:09:18.488 DEBUG:teuthology.orchestra.run.smithi060:> HOST_C="${host}" 2024-04-18T15:09:18.488 DEBUG:teuthology.orchestra.run.smithi060:> fi 2024-04-18T15:09:18.488 DEBUG:teuthology.orchestra.run.smithi060:> done 2024-04-18T15:09:18.488 DEBUG:teuthology.orchestra.run.smithi060:> # One last thing to worry about before draining the host 2024-04-18T15:09:18.488 DEBUG:teuthology.orchestra.run.smithi060:> # is that the teuthology test tends to put the explicit 2024-04-18T15:09:18.488 DEBUG:teuthology.orchestra.run.smithi060:> # hostnames in the placement for the mon service. 2024-04-18T15:09:18.488 DEBUG:teuthology.orchestra.run.smithi060:> # We want to make sure we can drain without providing 2024-04-18T15:09:18.488 DEBUG:teuthology.orchestra.run.smithi060:> # --force and there is a check for the host being removed 2024-04-18T15:09:18.489 DEBUG:teuthology.orchestra.run.smithi060:> # being listed explicitly in the placements. Therefore, 2024-04-18T15:09:18.489 DEBUG:teuthology.orchestra.run.smithi060:> # we should remove it from the mon placement. 2024-04-18T15:09:18.489 DEBUG:teuthology.orchestra.run.smithi060:> ceph orch ls mon --export > mon.yaml 2024-04-18T15:09:18.489 DEBUG:teuthology.orchestra.run.smithi060:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2024-04-18T15:09:18.489 DEBUG:teuthology.orchestra.run.smithi060:> ceph orch apply -i mon_adjusted.yaml 2024-04-18T15:09:18.489 DEBUG:teuthology.orchestra.run.smithi060:> # now drain that host 2024-04-18T15:09:18.489 DEBUG:teuthology.orchestra.run.smithi060:> ceph orch host drain $HOST_C --zap-osd-devices 2024-04-18T15:09:18.489 DEBUG:teuthology.orchestra.run.smithi060:> # wait for drain to complete 2024-04-18T15:09:18.489 DEBUG:teuthology.orchestra.run.smithi060:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-04-18T15:09:18.489 DEBUG:teuthology.orchestra.run.smithi060:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-04-18T15:09:18.489 DEBUG:teuthology.orchestra.run.smithi060:> sleep 15 2024-04-18T15:09:18.489 DEBUG:teuthology.orchestra.run.smithi060:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-04-18T15:09:18.489 DEBUG:teuthology.orchestra.run.smithi060:> done 2024-04-18T15:09:18.489 DEBUG:teuthology.orchestra.run.smithi060:> # we want to check the ability to remove the host from 2024-04-18T15:09:18.489 DEBUG:teuthology.orchestra.run.smithi060:> # the CRUSH map, so we should first verify the host is in 2024-04-18T15:09:18.489 DEBUG:teuthology.orchestra.run.smithi060:> # the CRUSH map. 2024-04-18T15:09:18.490 DEBUG:teuthology.orchestra.run.smithi060:> ceph osd getcrushmap -o compiled-crushmap 2024-04-18T15:09:18.490 DEBUG:teuthology.orchestra.run.smithi060:> crushtool -d compiled-crushmap -o crushmap.txt 2024-04-18T15:09:18.490 DEBUG:teuthology.orchestra.run.smithi060:> CRUSH_MAP=$(cat crushmap.txt) 2024-04-18T15:09:18.490 DEBUG:teuthology.orchestra.run.smithi060:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-04-18T15:09:18.490 DEBUG:teuthology.orchestra.run.smithi060:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-04-18T15:09:18.490 DEBUG:teuthology.orchestra.run.smithi060:> exit 1 2024-04-18T15:09:18.490 DEBUG:teuthology.orchestra.run.smithi060:> fi 2024-04-18T15:09:18.490 DEBUG:teuthology.orchestra.run.smithi060:> # If the drain was successful, we should be able to remove the 2024-04-18T15:09:18.490 DEBUG:teuthology.orchestra.run.smithi060:> # host without force with no issues. If there are still daemons 2024-04-18T15:09:18.490 DEBUG:teuthology.orchestra.run.smithi060:> # we will get a response telling us to drain the host and a 2024-04-18T15:09:18.490 DEBUG:teuthology.orchestra.run.smithi060:> # non-zero return code 2024-04-18T15:09:18.490 DEBUG:teuthology.orchestra.run.smithi060:> ceph orch host rm $HOST_C --rm-crush-entry 2024-04-18T15:09:18.490 DEBUG:teuthology.orchestra.run.smithi060:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-04-18T15:09:18.490 DEBUG:teuthology.orchestra.run.smithi060:> sleep 30 2024-04-18T15:09:18.490 DEBUG:teuthology.orchestra.run.smithi060:> ceph osd getcrushmap -o compiled-crushmap 2024-04-18T15:09:18.491 DEBUG:teuthology.orchestra.run.smithi060:> crushtool -d compiled-crushmap -o crushmap.txt 2024-04-18T15:09:18.491 DEBUG:teuthology.orchestra.run.smithi060:> CRUSH_MAP=$(cat crushmap.txt) 2024-04-18T15:09:18.491 DEBUG:teuthology.orchestra.run.smithi060:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-04-18T15:09:18.491 DEBUG:teuthology.orchestra.run.smithi060:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-04-18T15:09:18.491 DEBUG:teuthology.orchestra.run.smithi060:> exit 1 2024-04-18T15:09:18.491 DEBUG:teuthology.orchestra.run.smithi060:> fi 2024-04-18T15:09:18.491 DEBUG:teuthology.orchestra.run.smithi060:> ' 2024-04-18T15:09:18.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:18 smithi110 ceph-mon[47112]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:18.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:18 smithi110 ceph-mon[47112]: from='client.? 172.21.15.60:0/2635172123' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-18T15:09:18.824 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T15:09:18.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:18 smithi060 ceph-mon[43730]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:18.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:18 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/2635172123' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-18T15:09:18.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:18 smithi154 ceph-mon[48475]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:18.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:18 smithi154 ceph-mon[48475]: from='client.? 172.21.15.60:0/2635172123' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-18T15:09:20.279 INFO:teuthology.orchestra.run.smithi060.stderr:++ ceph orch host ls --format json 2024-04-18T15:09:20.279 INFO:teuthology.orchestra.run.smithi060.stderr:++ jq -r '.[] | .hostname' 2024-04-18T15:09:20.602 INFO:teuthology.orchestra.run.smithi060.stderr:+ HOSTNAMES='smithi060 2024-04-18T15:09:20.602 INFO:teuthology.orchestra.run.smithi060.stderr:smithi110 2024-04-18T15:09:20.603 INFO:teuthology.orchestra.run.smithi060.stderr:smithi154' 2024-04-18T15:09:20.603 INFO:teuthology.orchestra.run.smithi060.stderr:+ for host in $HOSTNAMES 2024-04-18T15:09:20.603 INFO:teuthology.orchestra.run.smithi060.stderr:++ ceph orch ps --hostname smithi060 --format json 2024-04-18T15:09:20.603 INFO:teuthology.orchestra.run.smithi060.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-04-18T15:09:20.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:20 smithi110 ceph-mon[47112]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:20.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:20 smithi060 ceph-mon[43730]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:20.943 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:20 smithi154 ceph-mon[48475]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:20.956 INFO:teuthology.orchestra.run.smithi060.stderr:+ HAS_MGRS=true 2024-04-18T15:09:20.956 INFO:teuthology.orchestra.run.smithi060.stderr:+ '[' true == false ']' 2024-04-18T15:09:20.956 INFO:teuthology.orchestra.run.smithi060.stderr:+ for host in $HOSTNAMES 2024-04-18T15:09:20.957 INFO:teuthology.orchestra.run.smithi060.stderr:++ ceph orch ps --hostname smithi110 --format json 2024-04-18T15:09:20.957 INFO:teuthology.orchestra.run.smithi060.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-04-18T15:09:21.311 INFO:teuthology.orchestra.run.smithi060.stderr:+ HAS_MGRS=true 2024-04-18T15:09:21.311 INFO:teuthology.orchestra.run.smithi060.stderr:+ '[' true == false ']' 2024-04-18T15:09:21.311 INFO:teuthology.orchestra.run.smithi060.stderr:+ for host in $HOSTNAMES 2024-04-18T15:09:21.312 INFO:teuthology.orchestra.run.smithi060.stderr:++ ceph orch ps --hostname smithi154 --format json 2024-04-18T15:09:21.312 INFO:teuthology.orchestra.run.smithi060.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-04-18T15:09:21.669 INFO:teuthology.orchestra.run.smithi060.stderr:+ HAS_MGRS=false 2024-04-18T15:09:21.669 INFO:teuthology.orchestra.run.smithi060.stderr:+ '[' false == false ']' 2024-04-18T15:09:21.669 INFO:teuthology.orchestra.run.smithi060.stderr:+ HOST_C=smithi154 2024-04-18T15:09:21.669 INFO:teuthology.orchestra.run.smithi060.stderr:+ ceph orch ls mon --export 2024-04-18T15:09:21.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:21 smithi110 ceph-mon[47112]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T15:09:21.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:21 smithi060 ceph-mon[43730]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T15:09:21.943 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:21 smithi154 ceph-mon[48475]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T15:09:22.023 INFO:teuthology.orchestra.run.smithi060.stderr:+ sed /smithi154/d mon.yaml 2024-04-18T15:09:22.024 INFO:teuthology.orchestra.run.smithi060.stderr:+ ceph orch apply -i mon_adjusted.yaml 2024-04-18T15:09:22.374 INFO:teuthology.orchestra.run.smithi060.stdout:Scheduled mon update... 2024-04-18T15:09:22.387 INFO:teuthology.orchestra.run.smithi060.stderr:+ ceph orch host drain smithi154 --zap-osd-devices 2024-04-18T15:09:22.778 INFO:teuthology.orchestra.run.smithi060.stdout:Scheduled to remove the following daemons from host 'smithi154' 2024-04-18T15:09:22.779 INFO:teuthology.orchestra.run.smithi060.stdout:type id 2024-04-18T15:09:22.779 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------- --------------- 2024-04-18T15:09:22.779 INFO:teuthology.orchestra.run.smithi060.stdout:mon c 2024-04-18T15:09:22.779 INFO:teuthology.orchestra.run.smithi060.stdout:osd 4 2024-04-18T15:09:22.779 INFO:teuthology.orchestra.run.smithi060.stdout:osd 5 2024-04-18T15:09:22.798 INFO:teuthology.orchestra.run.smithi060.stderr:++ ceph orch ps --hostname smithi154 2024-04-18T15:09:22.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:22 smithi110 ceph-mon[47112]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi060", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T15:09:22.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:22 smithi110 ceph-mon[47112]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi110", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T15:09:22.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:22 smithi110 ceph-mon[47112]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:22.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:22 smithi110 ceph-mon[47112]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi154", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T15:09:22.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:22 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:22.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:22 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:09:22.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:22 smithi060 ceph-mon[43730]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi060", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T15:09:22.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:22 smithi060 ceph-mon[43730]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi110", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T15:09:22.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:22 smithi060 ceph-mon[43730]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:22.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:22 smithi060 ceph-mon[43730]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi154", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T15:09:22.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:22 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:22.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:22 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:09:22.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:22 smithi154 ceph-mon[48475]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi060", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T15:09:22.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:22 smithi154 ceph-mon[48475]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi110", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T15:09:22.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:22 smithi154 ceph-mon[48475]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:22.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:22 smithi154 ceph-mon[48475]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi154", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T15:09:22.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:22 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:22.944 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:22 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:09:23.159 INFO:teuthology.orchestra.run.smithi060.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-18T15:09:23.159 INFO:teuthology.orchestra.run.smithi060.stderr:mon.c smithi154 running (3m) 54s ago 3m 48.0M 2048M 18.2.2-1240-g6a7528e4 69e0c4e5ca30 10deaca8a469 2024-04-18T15:09:23.159 INFO:teuthology.orchestra.run.smithi060.stderr:osd.4 smithi154 running (79s) 54s ago 78s 49.9M 10.3G 18.2.2-1240-g6a7528e4 69e0c4e5ca30 aa19bc060053 2024-04-18T15:09:23.159 INFO:teuthology.orchestra.run.smithi060.stderr:osd.5 smithi154 running (56s) 54s ago 56s 12.5M 10.3G 18.2.2-1240-g6a7528e4 69e0c4e5ca30 dc0304c9f48b ' 2024-04-18T15:09:23.159 INFO:teuthology.orchestra.run.smithi060.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-18T15:09:23.159 INFO:teuthology.orchestra.run.smithi060.stderr:mon.c smithi154 running (3m) 54s ago 3m 48.0M 2048M 18.2.2-1240-g6a7528e4 69e0c4e5ca30 10deaca8a469 2024-04-18T15:09:23.159 INFO:teuthology.orchestra.run.smithi060.stderr:osd.4 smithi154 running (79s) 54s ago 78s 49.9M 10.3G 18.2.2-1240-g6a7528e4 69e0c4e5ca30 aa19bc060053 2024-04-18T15:09:23.159 INFO:teuthology.orchestra.run.smithi060.stderr:osd.5 smithi154 running (56s) 54s ago 56s 12.5M 10.3G 18.2.2-1240-g6a7528e4 69e0c4e5ca30 dc0304c9f48b ' '!=' 'No daemons reported' ']' 2024-04-18T15:09:23.159 INFO:teuthology.orchestra.run.smithi060.stderr:+ sleep 15 2024-04-18T15:09:24.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:23 smithi110 ceph-mon[47112]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:09:24.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:23 smithi110 ceph-mon[47112]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:09:24.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:23 smithi110 ceph-mon[47112]: Saving service mon spec with placement smithi060:172.21.15.60=a;smithi110:172.21.15.110=b;count:3 2024-04-18T15:09:24.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:23 smithi110 ceph-mon[47112]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi154", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:09:24.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:23 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:24.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:23 smithi110 ceph-mon[47112]: Added label _no_schedule to host smithi154 2024-04-18T15:09:24.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:23 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:24.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:23 smithi110 ceph-mon[47112]: Added label SpecialHostLabels.DRAIN_CONF_KEYRING to host smithi154 2024-04-18T15:09:24.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:23 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-18T15:09:24.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:23 smithi110 ceph-mon[47112]: osd.4 crush weight is 0.0872955322265625 2024-04-18T15:09:24.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:23 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-18T15:09:24.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:23 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:09:24.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:23 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:09:24.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:23 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:24.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:23 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:24.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:23 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:24.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:23 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:24.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:23 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-18T15:09:24.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:23 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-04-18T15:09:24.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:23 smithi060 ceph-mon[43730]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:09:24.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:23 smithi060 ceph-mon[43730]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:09:24.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:23 smithi060 ceph-mon[43730]: Saving service mon spec with placement smithi060:172.21.15.60=a;smithi110:172.21.15.110=b;count:3 2024-04-18T15:09:24.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:23 smithi060 ceph-mon[43730]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi154", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:09:24.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:23 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:24.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:23 smithi060 ceph-mon[43730]: Added label _no_schedule to host smithi154 2024-04-18T15:09:24.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:23 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:24.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:23 smithi060 ceph-mon[43730]: Added label SpecialHostLabels.DRAIN_CONF_KEYRING to host smithi154 2024-04-18T15:09:24.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:23 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-18T15:09:24.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:23 smithi060 ceph-mon[43730]: osd.4 crush weight is 0.0872955322265625 2024-04-18T15:09:24.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:23 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-18T15:09:24.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:23 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:09:24.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:23 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:09:24.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:23 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:24.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:23 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:24.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:23 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:24.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:23 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:24.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:23 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-18T15:09:24.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:23 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-04-18T15:09:24.163 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:23 smithi060 conmon[43706]: 2024-04-18T15:09:23.993+0000 7f50cb602700 -1 mon.a@0(leader).osd e46 definitely_dead 0 2024-04-18T15:09:24.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:23 smithi154 ceph-mon[48475]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:09:24.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:23 smithi154 ceph-mon[48475]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:09:24.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:23 smithi154 ceph-mon[48475]: Saving service mon spec with placement smithi060:172.21.15.60=a;smithi110:172.21.15.110=b;count:3 2024-04-18T15:09:24.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:23 smithi154 ceph-mon[48475]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi154", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:09:24.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:23 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:24.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:23 smithi154 ceph-mon[48475]: Added label _no_schedule to host smithi154 2024-04-18T15:09:24.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:23 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:24.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:23 smithi154 ceph-mon[48475]: Added label SpecialHostLabels.DRAIN_CONF_KEYRING to host smithi154 2024-04-18T15:09:24.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:23 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-18T15:09:24.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:23 smithi154 ceph-mon[48475]: osd.4 crush weight is 0.0872955322265625 2024-04-18T15:09:24.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:23 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-18T15:09:24.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:23 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:09:24.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:23 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:09:24.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:23 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:24.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:23 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:24.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:23 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:24.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:23 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:24.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:23 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-18T15:09:24.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:23 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-04-18T15:09:25.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:24 smithi110 ceph-mon[47112]: osd.5 crush weight is 0.0872955322265625 2024-04-18T15:09:25.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:24 smithi110 ceph-mon[47112]: Removing smithi154:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T15:09:25.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:24 smithi110 ceph-mon[47112]: Removing smithi154:/etc/ceph/ceph.client.admin.keyring 2024-04-18T15:09:25.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:24 smithi110 ceph-mon[47112]: Removing smithi154:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T15:09:25.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:24 smithi110 ceph-mon[47112]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:25.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:24 smithi110 ceph-mon[47112]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:25.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:24 smithi110 ceph-mon[47112]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-18T15:09:25.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:24 smithi110 ceph-mon[47112]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi154", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:09:25.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:24 smithi110 ceph-mon[47112]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:25.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:24 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-04-18T15:09:25.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:24 smithi110 ceph-mon[47112]: osdmap e46: 6 total, 6 up, 6 in 2024-04-18T15:09:25.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:24 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:25.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:24 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-18T15:09:25.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:24 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-04-18T15:09:25.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:24 smithi060 ceph-mon[43730]: osd.5 crush weight is 0.0872955322265625 2024-04-18T15:09:25.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:24 smithi060 ceph-mon[43730]: Removing smithi154:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T15:09:25.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:24 smithi060 ceph-mon[43730]: Removing smithi154:/etc/ceph/ceph.client.admin.keyring 2024-04-18T15:09:25.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:24 smithi060 ceph-mon[43730]: Removing smithi154:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T15:09:25.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:24 smithi060 ceph-mon[43730]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:25.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:24 smithi060 ceph-mon[43730]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:25.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:24 smithi060 ceph-mon[43730]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-18T15:09:25.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:24 smithi060 ceph-mon[43730]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi154", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:09:25.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:24 smithi060 ceph-mon[43730]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:25.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:24 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-04-18T15:09:25.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:24 smithi060 ceph-mon[43730]: osdmap e46: 6 total, 6 up, 6 in 2024-04-18T15:09:25.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:24 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:25.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:24 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-18T15:09:25.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:24 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-04-18T15:09:25.193 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:24 smithi154 ceph-mon[48475]: osd.5 crush weight is 0.0872955322265625 2024-04-18T15:09:25.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:24 smithi154 ceph-mon[48475]: Removing smithi154:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T15:09:25.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:24 smithi154 ceph-mon[48475]: Removing smithi154:/etc/ceph/ceph.client.admin.keyring 2024-04-18T15:09:25.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:24 smithi154 ceph-mon[48475]: Removing smithi154:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T15:09:25.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:24 smithi154 ceph-mon[48475]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:25.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:24 smithi154 ceph-mon[48475]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:25.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:24 smithi154 ceph-mon[48475]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-18T15:09:25.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:24 smithi154 ceph-mon[48475]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi154", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:09:25.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:24 smithi154 ceph-mon[48475]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:25.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:24 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-04-18T15:09:25.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:24 smithi154 ceph-mon[48475]: osdmap e46: 6 total, 6 up, 6 in 2024-04-18T15:09:25.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:24 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:25.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:24 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-18T15:09:25.195 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:24 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-04-18T15:09:25.694 INFO:journalctl@ceph.osd.4.smithi154.stdout:Apr 18 15:09:25 smithi154 systemd[1]: Stopping Ceph osd.4 for bee9a71e-fd94-11ee-bc92-c7b262605968... 2024-04-18T15:09:25.694 INFO:journalctl@ceph.osd.4.smithi154.stdout:Apr 18 15:09:25 smithi154 conmon[55483]: 2024-04-18T15:09:25.554+0000 7f1af75ed700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-osd -n osd.4 -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-04-18T15:09:25.694 INFO:journalctl@ceph.osd.4.smithi154.stdout:Apr 18 15:09:25 smithi154 conmon[55483]: 2024-04-18T15:09:25.554+0000 7f1af75ed700 -1 osd.4 46 *** Got signal Terminated *** 2024-04-18T15:09:25.694 INFO:journalctl@ceph.osd.4.smithi154.stdout:Apr 18 15:09:25 smithi154 conmon[55483]: 2024-04-18T15:09:25.554+0000 7f1af75ed700 -1 osd.4 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-18T15:09:26.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:25 smithi110 ceph-mon[47112]: osd.5 weight is now 0.0 2024-04-18T15:09:26.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:25 smithi110 ceph-mon[47112]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:26.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:25 smithi110 ceph-mon[47112]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-18T15:09:26.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:25 smithi110 ceph-mon[47112]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-18T15:09:26.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:25 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-04-18T15:09:26.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:25 smithi110 ceph-mon[47112]: osdmap e47: 6 total, 5 up, 6 in 2024-04-18T15:09:26.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:25 smithi110 ceph-mon[47112]: osdmap e48: 6 total, 5 up, 6 in 2024-04-18T15:09:26.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:25 smithi060 ceph-mon[43730]: osd.5 weight is now 0.0 2024-04-18T15:09:26.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:25 smithi060 ceph-mon[43730]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:26.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:25 smithi060 ceph-mon[43730]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-18T15:09:26.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:25 smithi060 ceph-mon[43730]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-18T15:09:26.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:25 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-04-18T15:09:26.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:25 smithi060 ceph-mon[43730]: osdmap e47: 6 total, 5 up, 6 in 2024-04-18T15:09:26.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:25 smithi060 ceph-mon[43730]: osdmap e48: 6 total, 5 up, 6 in 2024-04-18T15:09:26.165 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:25 smithi154 ceph-mon[48475]: osd.5 weight is now 0.0 2024-04-18T15:09:26.165 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:25 smithi154 ceph-mon[48475]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:26.165 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:25 smithi154 ceph-mon[48475]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-18T15:09:26.165 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:25 smithi154 ceph-mon[48475]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-18T15:09:26.165 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:25 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-04-18T15:09:26.165 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:25 smithi154 ceph-mon[48475]: osdmap e47: 6 total, 5 up, 6 in 2024-04-18T15:09:26.165 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:25 smithi154 ceph-mon[48475]: osdmap e48: 6 total, 5 up, 6 in 2024-04-18T15:09:26.756 INFO:journalctl@ceph.osd.4.smithi154.stdout:Apr 18 15:09:26 smithi154 bash[69863]: aa19bc0600538bb44b68ac83996340a6403792c2d3ff6295ca4f0d0f1a3135c9 2024-04-18T15:09:27.038 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:26 smithi154 ceph-mon[48475]: osd.4 now down 2024-04-18T15:09:27.038 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:26 smithi154 ceph-mon[48475]: Removing daemon osd.4 from smithi154 -- ports [] 2024-04-18T15:09:27.038 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:26 smithi154 ceph-mon[48475]: pgmap v164: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:27.038 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:26 smithi154 ceph-mon[48475]: osdmap e49: 6 total, 5 up, 6 in 2024-04-18T15:09:27.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:26 smithi110 ceph-mon[47112]: osd.4 now down 2024-04-18T15:09:27.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:26 smithi110 ceph-mon[47112]: Removing daemon osd.4 from smithi154 -- ports [] 2024-04-18T15:09:27.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:26 smithi110 ceph-mon[47112]: pgmap v164: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:27.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:26 smithi110 ceph-mon[47112]: osdmap e49: 6 total, 5 up, 6 in 2024-04-18T15:09:27.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:26 smithi060 ceph-mon[43730]: osd.4 now down 2024-04-18T15:09:27.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:26 smithi060 ceph-mon[43730]: Removing daemon osd.4 from smithi154 -- ports [] 2024-04-18T15:09:27.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:26 smithi060 ceph-mon[43730]: pgmap v164: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:27.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:26 smithi060 ceph-mon[43730]: osdmap e49: 6 total, 5 up, 6 in 2024-04-18T15:09:28.194 INFO:journalctl@ceph.osd.4.smithi154.stdout:Apr 18 15:09:27 smithi154 systemd[1]: ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@osd.4.service: Succeeded. 2024-04-18T15:09:28.194 INFO:journalctl@ceph.osd.4.smithi154.stdout:Apr 18 15:09:27 smithi154 systemd[1]: Stopped Ceph osd.4 for bee9a71e-fd94-11ee-bc92-c7b262605968. 2024-04-18T15:09:28.855 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:28 smithi154 ceph-mon[48475]: pgmap v166: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:28.855 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:28 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-04-18T15:09:28.855 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:28 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-04-18T15:09:28.855 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:28 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-04-18T15:09:28.855 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:28 smithi154 ceph-mon[48475]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-18T15:09:28.856 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:28 smithi154 ceph-mon[48475]: Cluster is now healthy 2024-04-18T15:09:28.856 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:28 smithi154 ceph-mon[48475]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-04-18T15:09:28.856 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:28 smithi154 ceph-mon[48475]: osdmap e50: 5 total, 5 up, 5 in 2024-04-18T15:09:29.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:28 smithi110 ceph-mon[47112]: pgmap v166: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:29.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:28 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-04-18T15:09:29.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:28 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-04-18T15:09:29.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:28 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-04-18T15:09:29.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:28 smithi110 ceph-mon[47112]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-18T15:09:29.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:28 smithi110 ceph-mon[47112]: Cluster is now healthy 2024-04-18T15:09:29.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:28 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-04-18T15:09:29.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:28 smithi110 ceph-mon[47112]: osdmap e50: 5 total, 5 up, 5 in 2024-04-18T15:09:29.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:28 smithi060 ceph-mon[43730]: pgmap v166: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T15:09:29.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:28 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-04-18T15:09:29.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:28 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-04-18T15:09:29.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:28 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-04-18T15:09:29.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:28 smithi060 ceph-mon[43730]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-18T15:09:29.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:28 smithi060 ceph-mon[43730]: Cluster is now healthy 2024-04-18T15:09:29.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:28 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-04-18T15:09:29.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:28 smithi060 ceph-mon[43730]: osdmap e50: 5 total, 5 up, 5 in 2024-04-18T15:09:30.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:29 smithi110 ceph-mon[47112]: Removing key for osd.4 2024-04-18T15:09:30.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:29 smithi110 ceph-mon[47112]: Successfully removed osd.4 on smithi154 2024-04-18T15:09:30.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:29 smithi110 ceph-mon[47112]: Successfully purged osd.4 on smithi154 2024-04-18T15:09:30.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:29 smithi110 ceph-mon[47112]: Zapping devices for osd.4 on smithi154 2024-04-18T15:09:30.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:29 smithi110 ceph-mon[47112]: osdmap e51: 5 total, 5 up, 5 in 2024-04-18T15:09:30.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:29 smithi060 ceph-mon[43730]: Removing key for osd.4 2024-04-18T15:09:30.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:29 smithi060 ceph-mon[43730]: Successfully removed osd.4 on smithi154 2024-04-18T15:09:30.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:29 smithi060 ceph-mon[43730]: Successfully purged osd.4 on smithi154 2024-04-18T15:09:30.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:29 smithi060 ceph-mon[43730]: Zapping devices for osd.4 on smithi154 2024-04-18T15:09:30.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:29 smithi060 ceph-mon[43730]: osdmap e51: 5 total, 5 up, 5 in 2024-04-18T15:09:30.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:29 smithi154 ceph-mon[48475]: Removing key for osd.4 2024-04-18T15:09:30.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:29 smithi154 ceph-mon[48475]: Successfully removed osd.4 on smithi154 2024-04-18T15:09:30.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:29 smithi154 ceph-mon[48475]: Successfully purged osd.4 on smithi154 2024-04-18T15:09:30.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:29 smithi154 ceph-mon[48475]: Zapping devices for osd.4 on smithi154 2024-04-18T15:09:30.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:29 smithi154 ceph-mon[48475]: osdmap e51: 5 total, 5 up, 5 in 2024-04-18T15:09:31.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:30 smithi110 ceph-mon[47112]: pgmap v169: 1 pgs: 1 peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:09:31.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:30 smithi110 ceph-mon[47112]: osdmap e52: 5 total, 5 up, 5 in 2024-04-18T15:09:31.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:30 smithi110 ceph-mon[47112]: osdmap e53: 5 total, 5 up, 5 in 2024-04-18T15:09:31.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:30 smithi060 ceph-mon[43730]: pgmap v169: 1 pgs: 1 peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:09:31.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:30 smithi060 ceph-mon[43730]: osdmap e52: 5 total, 5 up, 5 in 2024-04-18T15:09:31.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:30 smithi060 ceph-mon[43730]: osdmap e53: 5 total, 5 up, 5 in 2024-04-18T15:09:31.161 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:09:31 smithi060 conmon[44154]: 2024-04-18T15:09:31.000+0000 7fb5f1827700 -1 mgr.server reply reply (16) Device or resource busy OSD(s) 5 last reported they still store some PG data, and not all PGs are active+clean; we cannot be sure they aren't still needed. 2024-04-18T15:09:31.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:30 smithi154 ceph-mon[48475]: pgmap v169: 1 pgs: 1 peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:09:31.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:30 smithi154 ceph-mon[48475]: osdmap e52: 5 total, 5 up, 5 in 2024-04-18T15:09:31.194 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:30 smithi154 ceph-mon[48475]: osdmap e53: 5 total, 5 up, 5 in 2024-04-18T15:09:32.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:31 smithi154 systemd[1]: ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@mon.c.service: Succeeded. 2024-04-18T15:09:32.444 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 18 15:09:31 smithi154 systemd[1]: Stopped Ceph mon.c for bee9a71e-fd94-11ee-bc92-c7b262605968. 2024-04-18T15:09:33.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:33 smithi060 ceph-mon[43730]: Successfully zapped devices for osd.4 on smithi154 2024-04-18T15:09:33.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:33 smithi060 ceph-mon[43730]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:33.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:33 smithi060 ceph-mon[43730]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-18T15:09:33.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:33 smithi060 ceph-mon[43730]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-04-18T15:09:33.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:33 smithi060 ceph-mon[43730]: Removing monitor c from monmap... 2024-04-18T15:09:33.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:33 smithi060 ceph-mon[43730]: Removing daemon mon.c from smithi154 -- ports [] 2024-04-18T15:09:33.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:33 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T15:09:33.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:33 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:09:33.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:33 smithi060 ceph-mon[43730]: mon.b calling monitor election 2024-04-18T15:09:33.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:33 smithi060 ceph-mon[43730]: pgmap v172: 1 pgs: 1 remapped+peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:09:33.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:33 smithi060 ceph-mon[43730]: mon.a calling monitor election 2024-04-18T15:09:33.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:33 smithi060 ceph-mon[43730]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-18T15:09:33.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:33 smithi060 ceph-mon[43730]: monmap e4: 2 mons at {a=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],b=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0]} removed_ranks: {1} disallowed_leaders: {} 2024-04-18T15:09:33.414 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:33 smithi060 ceph-mon[43730]: fsmap 2024-04-18T15:09:33.414 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:33 smithi060 ceph-mon[43730]: osdmap e53: 5 total, 5 up, 5 in 2024-04-18T15:09:33.414 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:33 smithi060 ceph-mon[43730]: mgrmap e15: a(active, since 4m), standbys: b 2024-04-18T15:09:33.414 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:33 smithi060 ceph-mon[43730]: overall HEALTH_OK 2024-04-18T15:09:33.414 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:33 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:33.414 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:33 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:33.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:33 smithi110 ceph-mon[47112]: Successfully zapped devices for osd.4 on smithi154 2024-04-18T15:09:33.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:33 smithi110 ceph-mon[47112]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:33.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:33 smithi110 ceph-mon[47112]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-18T15:09:33.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:33 smithi110 ceph-mon[47112]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-04-18T15:09:33.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:33 smithi110 ceph-mon[47112]: Removing monitor c from monmap... 2024-04-18T15:09:33.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:33 smithi110 ceph-mon[47112]: Removing daemon mon.c from smithi154 -- ports [] 2024-04-18T15:09:33.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:33 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T15:09:33.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:33 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T15:09:33.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:33 smithi110 ceph-mon[47112]: mon.b calling monitor election 2024-04-18T15:09:33.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:33 smithi110 ceph-mon[47112]: pgmap v172: 1 pgs: 1 remapped+peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:09:33.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:33 smithi110 ceph-mon[47112]: mon.a calling monitor election 2024-04-18T15:09:33.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:33 smithi110 ceph-mon[47112]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-18T15:09:33.550 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:33 smithi110 ceph-mon[47112]: monmap e4: 2 mons at {a=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],b=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0]} removed_ranks: {1} disallowed_leaders: {} 2024-04-18T15:09:33.550 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:33 smithi110 ceph-mon[47112]: fsmap 2024-04-18T15:09:33.550 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:33 smithi110 ceph-mon[47112]: osdmap e53: 5 total, 5 up, 5 in 2024-04-18T15:09:33.550 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:33 smithi110 ceph-mon[47112]: mgrmap e15: a(active, since 4m), standbys: b 2024-04-18T15:09:33.550 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:33 smithi110 ceph-mon[47112]: overall HEALTH_OK 2024-04-18T15:09:33.550 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:33 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:33.550 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:33 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:34.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:34 smithi060 ceph-mon[43730]: osdmap e54: 5 total, 5 up, 5 in 2024-04-18T15:09:34.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:34 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:09:34.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:34 smithi060 ceph-mon[43730]: pgmap v174: 1 pgs: 1 remapped+peering; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:09:34.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:34 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:34.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:34 smithi110 ceph-mon[47112]: osdmap e54: 5 total, 5 up, 5 in 2024-04-18T15:09:34.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:34 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:09:34.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:34 smithi110 ceph-mon[47112]: pgmap v174: 1 pgs: 1 remapped+peering; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail 2024-04-18T15:09:34.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:34 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:35.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:35 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:35.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:35 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:35.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:35 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:35.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:35 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:36.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:36 smithi060 ceph-mon[43730]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-18T15:09:36.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:36 smithi110 ceph-mon[47112]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-18T15:09:37.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:37 smithi060 conmon[43706]: 2024-04-18T15:09:37.538+0000 7f50cb602700 -1 mon.a@0(leader).osd e54 definitely_dead 0 2024-04-18T15:09:38.161 INFO:teuthology.orchestra.run.smithi060.stderr:++ ceph orch ps --hostname smithi154 2024-04-18T15:09:38.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:37 smithi110 ceph-mon[47112]: Detected new or changed devices on smithi154 2024-04-18T15:09:38.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:37 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:38.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:37 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:38.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:37 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:09:38.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:37 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:09:38.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:37 smithi110 ceph-mon[47112]: Updating smithi060:/etc/ceph/ceph.conf 2024-04-18T15:09:38.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:37 smithi110 ceph-mon[47112]: Updating smithi110:/etc/ceph/ceph.conf 2024-04-18T15:09:38.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:37 smithi110 ceph-mon[47112]: Updating smithi060:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T15:09:38.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:37 smithi110 ceph-mon[47112]: Updating smithi110:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T15:09:38.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:37 smithi110 ceph-mon[47112]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-04-18T15:09:38.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:37 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:38.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:37 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:38.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:37 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:38.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:37 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:38.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:37 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:38.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:37 smithi110 ceph-mon[47112]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:38.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:37 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:38.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:37 smithi110 ceph-mon[47112]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:38.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:37 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-18T15:09:38.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:37 smithi110 ceph-mon[47112]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-18T15:09:38.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:37 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-04-18T15:09:38.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:37 smithi060 ceph-mon[43730]: Detected new or changed devices on smithi154 2024-04-18T15:09:38.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:37 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:38.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:37 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:38.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:37 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:09:38.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:37 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:09:38.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:37 smithi060 ceph-mon[43730]: Updating smithi060:/etc/ceph/ceph.conf 2024-04-18T15:09:38.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:37 smithi060 ceph-mon[43730]: Updating smithi110:/etc/ceph/ceph.conf 2024-04-18T15:09:38.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:37 smithi060 ceph-mon[43730]: Updating smithi060:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T15:09:38.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:37 smithi060 ceph-mon[43730]: Updating smithi110:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T15:09:38.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:37 smithi060 ceph-mon[43730]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-04-18T15:09:38.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:37 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:38.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:37 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:38.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:37 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:38.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:37 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:38.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:37 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:38.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:37 smithi060 ceph-mon[43730]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:38.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:37 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:38.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:37 smithi060 ceph-mon[43730]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T15:09:38.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:37 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-18T15:09:38.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:37 smithi060 ceph-mon[43730]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-18T15:09:38.413 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:37 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-04-18T15:09:38.524 INFO:teuthology.orchestra.run.smithi060.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-18T15:09:38.524 INFO:teuthology.orchestra.run.smithi060.stderr:osd.5 smithi154 running (72s) 4s ago 71s 41.7M 10.3G 18.2.2-1240-g6a7528e4 69e0c4e5ca30 dc0304c9f48b ' 2024-04-18T15:09:38.524 INFO:teuthology.orchestra.run.smithi060.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-18T15:09:38.524 INFO:teuthology.orchestra.run.smithi060.stderr:osd.5 smithi154 running (72s) 4s ago 71s 41.7M 10.3G 18.2.2-1240-g6a7528e4 69e0c4e5ca30 dc0304c9f48b ' '!=' 'No daemons reported' ']' 2024-04-18T15:09:38.524 INFO:teuthology.orchestra.run.smithi060.stderr:+ sleep 15 2024-04-18T15:09:39.194 INFO:journalctl@ceph.osd.5.smithi154.stdout:Apr 18 15:09:38 smithi154 systemd[1]: Stopping Ceph osd.5 for bee9a71e-fd94-11ee-bc92-c7b262605968... 2024-04-18T15:09:39.194 INFO:journalctl@ceph.osd.5.smithi154.stdout:Apr 18 15:09:39 smithi154 conmon[64317]: 2024-04-18T15:09:39.092+0000 7f2065e9a700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-osd -n osd.5 -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-04-18T15:09:39.194 INFO:journalctl@ceph.osd.5.smithi154.stdout:Apr 18 15:09:39 smithi154 conmon[64317]: 2024-04-18T15:09:39.092+0000 7f2065e9a700 -1 osd.5 55 *** Got signal Terminated *** 2024-04-18T15:09:39.194 INFO:journalctl@ceph.osd.5.smithi154.stdout:Apr 18 15:09:39 smithi154 conmon[64317]: 2024-04-18T15:09:39.092+0000 7f2065e9a700 -1 osd.5 55 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-18T15:09:39.298 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:38 smithi110 ceph-mon[47112]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi154", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:09:39.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:38 smithi110 ceph-mon[47112]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-18T15:09:39.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:38 smithi110 ceph-mon[47112]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-04-18T15:09:39.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:38 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-04-18T15:09:39.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:38 smithi110 ceph-mon[47112]: osdmap e55: 5 total, 4 up, 5 in 2024-04-18T15:09:39.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:38 smithi110 ceph-mon[47112]: osd.5 now down 2024-04-18T15:09:39.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:38 smithi110 ceph-mon[47112]: Removing daemon osd.5 from smithi154 -- ports [] 2024-04-18T15:09:39.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:38 smithi110 ceph-mon[47112]: osd.5 marked itself dead as of e55 2024-04-18T15:09:39.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:38 smithi060 ceph-mon[43730]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi154", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:09:39.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:38 smithi060 ceph-mon[43730]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-18T15:09:39.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:38 smithi060 ceph-mon[43730]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-04-18T15:09:39.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:38 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-04-18T15:09:39.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:38 smithi060 ceph-mon[43730]: osdmap e55: 5 total, 4 up, 5 in 2024-04-18T15:09:39.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:38 smithi060 ceph-mon[43730]: osd.5 now down 2024-04-18T15:09:39.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:38 smithi060 ceph-mon[43730]: Removing daemon osd.5 from smithi154 -- ports [] 2024-04-18T15:09:39.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:38 smithi060 ceph-mon[43730]: osd.5 marked itself dead as of e55 2024-04-18T15:09:40.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:39 smithi110 ceph-mon[47112]: Monitor daemon marked osd.5 down, but it is still running 2024-04-18T15:09:40.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:39 smithi110 ceph-mon[47112]: map e55 wrongly marked me down at e55 2024-04-18T15:09:40.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:39 smithi110 ceph-mon[47112]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-18T15:09:40.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:39 smithi110 ceph-mon[47112]: osdmap e56: 5 total, 4 up, 5 in 2024-04-18T15:09:40.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:39 smithi060 ceph-mon[43730]: Monitor daemon marked osd.5 down, but it is still running 2024-04-18T15:09:40.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:39 smithi060 ceph-mon[43730]: map e55 wrongly marked me down at e55 2024-04-18T15:09:40.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:39 smithi060 ceph-mon[43730]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-18T15:09:40.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:39 smithi060 ceph-mon[43730]: osdmap e56: 5 total, 4 up, 5 in 2024-04-18T15:09:40.444 INFO:journalctl@ceph.osd.5.smithi154.stdout:Apr 18 15:09:40 smithi154 bash[74897]: dc0304c9f48b950853a9a0d9a7bb322e19b84272330bb86ba5ce2ae703d9f468 2024-04-18T15:09:41.944 INFO:journalctl@ceph.osd.5.smithi154.stdout:Apr 18 15:09:41 smithi154 systemd[1]: ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@osd.5.service: Succeeded. 2024-04-18T15:09:41.944 INFO:journalctl@ceph.osd.5.smithi154.stdout:Apr 18 15:09:41 smithi154 systemd[1]: Stopped Ceph osd.5 for bee9a71e-fd94-11ee-bc92-c7b262605968. 2024-04-18T15:09:42.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:42 smithi110 ceph-mon[47112]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-18T15:09:42.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:42 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-04-18T15:09:42.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:42 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-04-18T15:09:42.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:42 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-04-18T15:09:42.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:42 smithi110 ceph-mon[47112]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-18T15:09:42.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:42 smithi110 ceph-mon[47112]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-04-18T15:09:42.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:42 smithi110 ceph-mon[47112]: Cluster is now healthy 2024-04-18T15:09:42.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:42 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-04-18T15:09:42.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:42 smithi110 ceph-mon[47112]: osdmap e57: 4 total, 4 up, 4 in 2024-04-18T15:09:42.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:42 smithi060 ceph-mon[43730]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-18T15:09:42.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:42 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-04-18T15:09:42.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:42 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-04-18T15:09:42.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:42 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-04-18T15:09:42.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:42 smithi060 ceph-mon[43730]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-18T15:09:42.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:42 smithi060 ceph-mon[43730]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-04-18T15:09:42.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:42 smithi060 ceph-mon[43730]: Cluster is now healthy 2024-04-18T15:09:42.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:42 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-04-18T15:09:42.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:42 smithi060 ceph-mon[43730]: osdmap e57: 4 total, 4 up, 4 in 2024-04-18T15:09:43.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:43 smithi110 ceph-mon[47112]: Removing key for osd.5 2024-04-18T15:09:43.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:43 smithi110 ceph-mon[47112]: Successfully removed osd.5 on smithi154 2024-04-18T15:09:43.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:43 smithi110 ceph-mon[47112]: Successfully purged osd.5 on smithi154 2024-04-18T15:09:43.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:43 smithi110 ceph-mon[47112]: Zapping devices for osd.5 on smithi154 2024-04-18T15:09:43.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:43 smithi060 ceph-mon[43730]: Removing key for osd.5 2024-04-18T15:09:43.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:43 smithi060 ceph-mon[43730]: Successfully removed osd.5 on smithi154 2024-04-18T15:09:43.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:43 smithi060 ceph-mon[43730]: Successfully purged osd.5 on smithi154 2024-04-18T15:09:43.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:43 smithi060 ceph-mon[43730]: Zapping devices for osd.5 on smithi154 2024-04-18T15:09:44.798 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:44 smithi110 ceph-mon[47112]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:09:44.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:44 smithi060 ceph-mon[43730]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:09:45.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:45 smithi060 ceph-mon[43730]: Successfully zapped devices for osd.5 on smithi154 2024-04-18T15:09:45.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:45 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:45.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:45 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T15:09:45.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:45 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T15:09:45.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:45 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:09:46.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:45 smithi110 ceph-mon[47112]: Successfully zapped devices for osd.5 on smithi154 2024-04-18T15:09:46.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:45 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:46.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:45 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T15:09:46.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:45 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T15:09:46.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:45 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:09:46.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:46 smithi060 ceph-mon[43730]: Reconfiguring mon.a (monmap changed)... 2024-04-18T15:09:46.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:46 smithi060 ceph-mon[43730]: Reconfiguring daemon mon.a on smithi060 2024-04-18T15:09:46.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:46 smithi060 ceph-mon[43730]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:09:46.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:46 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:46.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:46 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:46.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:46 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-18T15:09:46.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:46 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-18T15:09:46.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:46 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:09:47.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:46 smithi110 ceph-mon[47112]: Reconfiguring mon.a (monmap changed)... 2024-04-18T15:09:47.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:46 smithi110 ceph-mon[47112]: Reconfiguring daemon mon.a on smithi060 2024-04-18T15:09:47.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:46 smithi110 ceph-mon[47112]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:09:47.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:46 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:47.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:46 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:47.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:46 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-18T15:09:47.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:46 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-18T15:09:47.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:46 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:09:47.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:47 smithi060 ceph-mon[43730]: Reconfiguring mgr.a (monmap changed)... 2024-04-18T15:09:47.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:47 smithi060 ceph-mon[43730]: Reconfiguring daemon mgr.a on smithi060 2024-04-18T15:09:47.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:47 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:47.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:47 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:47.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:47 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-18T15:09:47.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:47 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:09:48.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:47 smithi110 ceph-mon[47112]: Reconfiguring mgr.a (monmap changed)... 2024-04-18T15:09:48.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:47 smithi110 ceph-mon[47112]: Reconfiguring daemon mgr.a on smithi060 2024-04-18T15:09:48.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:47 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:48.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:47 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:48.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:47 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-18T15:09:48.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:47 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:09:48.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:48 smithi060 ceph-mon[43730]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:09:48.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:48 smithi060 ceph-mon[43730]: Reconfiguring osd.0 (monmap changed)... 2024-04-18T15:09:48.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:48 smithi060 ceph-mon[43730]: Reconfiguring daemon osd.0 on smithi060 2024-04-18T15:09:49.048 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:48 smithi110 ceph-mon[47112]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:09:49.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:48 smithi110 ceph-mon[47112]: Reconfiguring osd.0 (monmap changed)... 2024-04-18T15:09:49.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:48 smithi110 ceph-mon[47112]: Reconfiguring daemon osd.0 on smithi060 2024-04-18T15:09:50.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:50 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:50.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:50 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:50.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:50 smithi110 ceph-mon[47112]: Reconfiguring osd.1 (monmap changed)... 2024-04-18T15:09:50.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:50 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-18T15:09:50.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:50 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:09:50.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:50 smithi110 ceph-mon[47112]: Reconfiguring daemon osd.1 on smithi060 2024-04-18T15:09:50.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:50 smithi110 ceph-mon[47112]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:09:50.323 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:50 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:50.323 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:50 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:50.323 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:50 smithi060 ceph-mon[43730]: Reconfiguring osd.1 (monmap changed)... 2024-04-18T15:09:50.324 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:50 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-18T15:09:50.324 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:50 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:09:50.324 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:50 smithi060 ceph-mon[43730]: Reconfiguring daemon osd.1 on smithi060 2024-04-18T15:09:50.324 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:50 smithi060 ceph-mon[43730]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:09:51.548 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:51 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:51.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:51 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:51.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:51 smithi110 ceph-mon[47112]: Reconfiguring mon.b (monmap changed)... 2024-04-18T15:09:51.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:51 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T15:09:51.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:51 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T15:09:51.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:51 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:09:51.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:51 smithi110 ceph-mon[47112]: Reconfiguring daemon mon.b on smithi110 2024-04-18T15:09:51.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:51 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:51.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:51 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:51.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:51 smithi060 ceph-mon[43730]: Reconfiguring mon.b (monmap changed)... 2024-04-18T15:09:51.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:51 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T15:09:51.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:51 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T15:09:51.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:51 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:09:51.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:51 smithi060 ceph-mon[43730]: Reconfiguring daemon mon.b on smithi110 2024-04-18T15:09:52.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:52 smithi110 ceph-mon[47112]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:09:52.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:52 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:52.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:52 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:52.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:52 smithi110 ceph-mon[47112]: Reconfiguring mgr.b (monmap changed)... 2024-04-18T15:09:52.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:52 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-18T15:09:52.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:52 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-18T15:09:52.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:52 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:09:52.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:52 smithi110 ceph-mon[47112]: Reconfiguring daemon mgr.b on smithi110 2024-04-18T15:09:53.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:52 smithi060 ceph-mon[43730]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:09:53.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:52 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:53.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:52 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:53.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:52 smithi060 ceph-mon[43730]: Reconfiguring mgr.b (monmap changed)... 2024-04-18T15:09:53.161 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:52 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-18T15:09:53.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:52 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-18T15:09:53.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:52 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:09:53.162 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:52 smithi060 ceph-mon[43730]: Reconfiguring daemon mgr.b on smithi110 2024-04-18T15:09:53.527 INFO:teuthology.orchestra.run.smithi060.stderr:++ ceph orch ps --hostname smithi154 2024-04-18T15:09:53.887 INFO:teuthology.orchestra.run.smithi060.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-04-18T15:09:53.887 INFO:teuthology.orchestra.run.smithi060.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-04-18T15:09:53.887 INFO:teuthology.orchestra.run.smithi060.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-04-18T15:09:54.217 INFO:teuthology.orchestra.run.smithi060.stderr:17 2024-04-18T15:09:54.228 INFO:teuthology.orchestra.run.smithi060.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-04-18T15:09:54.243 INFO:teuthology.orchestra.run.smithi060.stderr:++ cat crushmap.txt 2024-04-18T15:09:54.244 INFO:teuthology.orchestra.run.smithi060.stderr:+ CRUSH_MAP='# begin crush map 2024-04-18T15:09:54.245 INFO:teuthology.orchestra.run.smithi060.stderr:tunable choose_local_tries 0 2024-04-18T15:09:54.245 INFO:teuthology.orchestra.run.smithi060.stderr:tunable choose_local_fallback_tries 0 2024-04-18T15:09:54.245 INFO:teuthology.orchestra.run.smithi060.stderr:tunable choose_total_tries 50 2024-04-18T15:09:54.245 INFO:teuthology.orchestra.run.smithi060.stderr:tunable chooseleaf_descend_once 1 2024-04-18T15:09:54.245 INFO:teuthology.orchestra.run.smithi060.stderr:tunable chooseleaf_vary_r 1 2024-04-18T15:09:54.245 INFO:teuthology.orchestra.run.smithi060.stderr:tunable chooseleaf_stable 1 2024-04-18T15:09:54.245 INFO:teuthology.orchestra.run.smithi060.stderr:tunable straw_calc_version 1 2024-04-18T15:09:54.245 INFO:teuthology.orchestra.run.smithi060.stderr:tunable allowed_bucket_algs 54 2024-04-18T15:09:54.245 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-04-18T15:09:54.245 INFO:teuthology.orchestra.run.smithi060.stderr:# devices 2024-04-18T15:09:54.245 INFO:teuthology.orchestra.run.smithi060.stderr:device 0 osd.0 class ssd 2024-04-18T15:09:54.245 INFO:teuthology.orchestra.run.smithi060.stderr:device 1 osd.1 class ssd 2024-04-18T15:09:54.245 INFO:teuthology.orchestra.run.smithi060.stderr:device 2 osd.2 class ssd 2024-04-18T15:09:54.246 INFO:teuthology.orchestra.run.smithi060.stderr:device 3 osd.3 class ssd 2024-04-18T15:09:54.246 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-04-18T15:09:54.246 INFO:teuthology.orchestra.run.smithi060.stderr:# types 2024-04-18T15:09:54.246 INFO:teuthology.orchestra.run.smithi060.stderr:type 0 osd 2024-04-18T15:09:54.246 INFO:teuthology.orchestra.run.smithi060.stderr:type 1 host 2024-04-18T15:09:54.246 INFO:teuthology.orchestra.run.smithi060.stderr:type 2 chassis 2024-04-18T15:09:54.246 INFO:teuthology.orchestra.run.smithi060.stderr:type 3 rack 2024-04-18T15:09:54.246 INFO:teuthology.orchestra.run.smithi060.stderr:type 4 row 2024-04-18T15:09:54.246 INFO:teuthology.orchestra.run.smithi060.stderr:type 5 pdu 2024-04-18T15:09:54.246 INFO:teuthology.orchestra.run.smithi060.stderr:type 6 pod 2024-04-18T15:09:54.246 INFO:teuthology.orchestra.run.smithi060.stderr:type 7 room 2024-04-18T15:09:54.246 INFO:teuthology.orchestra.run.smithi060.stderr:type 8 datacenter 2024-04-18T15:09:54.246 INFO:teuthology.orchestra.run.smithi060.stderr:type 9 zone 2024-04-18T15:09:54.246 INFO:teuthology.orchestra.run.smithi060.stderr:type 10 region 2024-04-18T15:09:54.247 INFO:teuthology.orchestra.run.smithi060.stderr:type 11 root 2024-04-18T15:09:54.247 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-04-18T15:09:54.247 INFO:teuthology.orchestra.run.smithi060.stderr:# buckets 2024-04-18T15:09:54.247 INFO:teuthology.orchestra.run.smithi060.stderr:host smithi060 { 2024-04-18T15:09:54.247 INFO:teuthology.orchestra.run.smithi060.stderr: id -3 # do not change unnecessarily 2024-04-18T15:09:54.247 INFO:teuthology.orchestra.run.smithi060.stderr: id -4 class ssd # do not change unnecessarily 2024-04-18T15:09:54.247 INFO:teuthology.orchestra.run.smithi060.stderr: # weight 0.17459 2024-04-18T15:09:54.247 INFO:teuthology.orchestra.run.smithi060.stderr: alg straw2 2024-04-18T15:09:54.247 INFO:teuthology.orchestra.run.smithi060.stderr: hash 0 # rjenkins1 2024-04-18T15:09:54.247 INFO:teuthology.orchestra.run.smithi060.stderr: item osd.0 weight 0.08730 2024-04-18T15:09:54.247 INFO:teuthology.orchestra.run.smithi060.stderr: item osd.1 weight 0.08730 2024-04-18T15:09:54.247 INFO:teuthology.orchestra.run.smithi060.stderr:} 2024-04-18T15:09:54.247 INFO:teuthology.orchestra.run.smithi060.stderr:host smithi110 { 2024-04-18T15:09:54.247 INFO:teuthology.orchestra.run.smithi060.stderr: id -5 # do not change unnecessarily 2024-04-18T15:09:54.247 INFO:teuthology.orchestra.run.smithi060.stderr: id -6 class ssd # do not change unnecessarily 2024-04-18T15:09:54.247 INFO:teuthology.orchestra.run.smithi060.stderr: # weight 0.17459 2024-04-18T15:09:54.248 INFO:teuthology.orchestra.run.smithi060.stderr: alg straw2 2024-04-18T15:09:54.248 INFO:teuthology.orchestra.run.smithi060.stderr: hash 0 # rjenkins1 2024-04-18T15:09:54.248 INFO:teuthology.orchestra.run.smithi060.stderr: item osd.2 weight 0.08730 2024-04-18T15:09:54.248 INFO:teuthology.orchestra.run.smithi060.stderr: item osd.3 weight 0.08730 2024-04-18T15:09:54.248 INFO:teuthology.orchestra.run.smithi060.stderr:} 2024-04-18T15:09:54.248 INFO:teuthology.orchestra.run.smithi060.stderr:host smithi154 { 2024-04-18T15:09:54.248 INFO:teuthology.orchestra.run.smithi060.stderr: id -7 # do not change unnecessarily 2024-04-18T15:09:54.248 INFO:teuthology.orchestra.run.smithi060.stderr: id -8 class ssd # do not change unnecessarily 2024-04-18T15:09:54.248 INFO:teuthology.orchestra.run.smithi060.stderr: # weight 0.00000 2024-04-18T15:09:54.248 INFO:teuthology.orchestra.run.smithi060.stderr: alg straw2 2024-04-18T15:09:54.248 INFO:teuthology.orchestra.run.smithi060.stderr: hash 0 # rjenkins1 2024-04-18T15:09:54.248 INFO:teuthology.orchestra.run.smithi060.stderr:} 2024-04-18T15:09:54.248 INFO:teuthology.orchestra.run.smithi060.stderr:root default { 2024-04-18T15:09:54.248 INFO:teuthology.orchestra.run.smithi060.stderr: id -1 # do not change unnecessarily 2024-04-18T15:09:54.248 INFO:teuthology.orchestra.run.smithi060.stderr: id -2 class ssd # do not change unnecessarily 2024-04-18T15:09:54.248 INFO:teuthology.orchestra.run.smithi060.stderr: # weight 0.34918 2024-04-18T15:09:54.249 INFO:teuthology.orchestra.run.smithi060.stderr: alg straw2 2024-04-18T15:09:54.249 INFO:teuthology.orchestra.run.smithi060.stderr: hash 0 # rjenkins1 2024-04-18T15:09:54.249 INFO:teuthology.orchestra.run.smithi060.stderr: item smithi060 weight 0.17459 2024-04-18T15:09:54.249 INFO:teuthology.orchestra.run.smithi060.stderr: item smithi110 weight 0.17459 2024-04-18T15:09:54.249 INFO:teuthology.orchestra.run.smithi060.stderr: item smithi154 weight 0.00000 2024-04-18T15:09:54.249 INFO:teuthology.orchestra.run.smithi060.stderr:} 2024-04-18T15:09:54.249 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-04-18T15:09:54.249 INFO:teuthology.orchestra.run.smithi060.stderr:# rules 2024-04-18T15:09:54.249 INFO:teuthology.orchestra.run.smithi060.stderr:rule replicated_rule { 2024-04-18T15:09:54.249 INFO:teuthology.orchestra.run.smithi060.stderr: id 0 2024-04-18T15:09:54.249 INFO:teuthology.orchestra.run.smithi060.stderr: type replicated 2024-04-18T15:09:54.249 INFO:teuthology.orchestra.run.smithi060.stderr: step take default 2024-04-18T15:09:54.249 INFO:teuthology.orchestra.run.smithi060.stderr: step choose firstn 0 type osd 2024-04-18T15:09:54.249 INFO:teuthology.orchestra.run.smithi060.stderr: step emit 2024-04-18T15:09:54.249 INFO:teuthology.orchestra.run.smithi060.stderr:} 2024-04-18T15:09:54.249 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-04-18T15:09:54.249 INFO:teuthology.orchestra.run.smithi060.stderr:# end crush map' 2024-04-18T15:09:54.250 INFO:teuthology.orchestra.run.smithi060.stderr:+ grep -q smithi154 2024-04-18T15:09:54.250 INFO:teuthology.orchestra.run.smithi060.stderr:+ ceph orch host rm smithi154 --rm-crush-entry 2024-04-18T15:09:54.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:53 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:54.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:53 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:54.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:53 smithi110 ceph-mon[47112]: Reconfiguring osd.2 (monmap changed)... 2024-04-18T15:09:54.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:53 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-18T15:09:54.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:53 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:09:54.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:53 smithi110 ceph-mon[47112]: Reconfiguring daemon osd.2 on smithi110 2024-04-18T15:09:54.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:53 smithi110 ceph-mon[47112]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:09:54.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:53 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:54.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:53 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:54.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:53 smithi060 ceph-mon[43730]: Reconfiguring osd.2 (monmap changed)... 2024-04-18T15:09:54.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:53 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-18T15:09:54.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:53 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:09:54.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:53 smithi060 ceph-mon[43730]: Reconfiguring daemon osd.2 on smithi110 2024-04-18T15:09:54.412 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:53 smithi060 ceph-mon[43730]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:09:55.187 INFO:teuthology.orchestra.run.smithi060.stdout:Removed host 'smithi154' 2024-04-18T15:09:55.202 INFO:teuthology.orchestra.run.smithi060.stderr:+ sleep 30 2024-04-18T15:09:55.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:55 smithi110 ceph-mon[47112]: from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi154", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:09:55.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:55 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:55.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:55 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:55.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:55 smithi110 ceph-mon[47112]: from='client.? 172.21.15.60:0/4073937754' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-18T15:09:55.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:55 smithi110 ceph-mon[47112]: Reconfiguring osd.3 (monmap changed)... 2024-04-18T15:09:55.299 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:55 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-18T15:09:55.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:55 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:09:55.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:55 smithi110 ceph-mon[47112]: Reconfiguring daemon osd.3 on smithi110 2024-04-18T15:09:55.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:55 smithi110 ceph-mon[47112]: from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi154", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:09:55.300 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:55 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi154"}]: dispatch 2024-04-18T15:09:55.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:55 smithi060 ceph-mon[43730]: from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi154", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:09:55.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:55 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:55.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:55 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:55.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:55 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/4073937754' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-18T15:09:55.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:55 smithi060 ceph-mon[43730]: Reconfiguring osd.3 (monmap changed)... 2024-04-18T15:09:55.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:55 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-18T15:09:55.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:55 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:09:55.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:55 smithi060 ceph-mon[43730]: Reconfiguring daemon osd.3 on smithi110 2024-04-18T15:09:55.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:55 smithi060 ceph-mon[43730]: from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi154", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T15:09:55.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:55 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi154"}]: dispatch 2024-04-18T15:09:56.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:56 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi154"}]': finished 2024-04-18T15:09:56.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:56 smithi110 ceph-mon[47112]: osdmap e58: 4 total, 4 up, 4 in 2024-04-18T15:09:56.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:56 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:56.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:56 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi154"}]: dispatch 2024-04-18T15:09:56.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:56 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi154"}]': finished 2024-04-18T15:09:56.550 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:56 smithi110 ceph-mon[47112]: Removed host smithi154 2024-04-18T15:09:56.550 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:56 smithi110 ceph-mon[47112]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:09:56.550 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:56 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:56.550 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:56 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:56.550 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:56 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:09:56.550 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:56 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:09:56.550 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:56 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:09:56.550 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:56 smithi110 ceph-mon[47112]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:09:56.550 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:56 smithi110 ceph-mon[47112]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:56.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:56 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi154"}]': finished 2024-04-18T15:09:56.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:56 smithi060 ceph-mon[43730]: osdmap e58: 4 total, 4 up, 4 in 2024-04-18T15:09:56.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:56 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:56.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:56 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi154"}]: dispatch 2024-04-18T15:09:56.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:56 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi154"}]': finished 2024-04-18T15:09:56.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:56 smithi060 ceph-mon[43730]: Removed host smithi154 2024-04-18T15:09:56.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:56 smithi060 ceph-mon[43730]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:09:56.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:56 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:56.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:56 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:56.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:56 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T15:09:56.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:56 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:09:56.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:56 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T15:09:56.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:56 smithi060 ceph-mon[43730]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:09:56.662 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:56 smithi060 ceph-mon[43730]: from='mgr.14152 172.21.15.60:0/3187699345' entity='mgr.a' 2024-04-18T15:09:57.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:57 smithi110 ceph-mon[47112]: Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-04-18T15:09:57.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:57 smithi060 ceph-mon[43730]: Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-04-18T15:09:58.549 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:09:58 smithi110 ceph-mon[47112]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:09:58.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:09:58 smithi060 ceph-mon[43730]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:00.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:10:00 smithi110 ceph-mon[47112]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:00.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:10:00 smithi110 ceph-mon[47112]: Health detail: HEALTH_WARN 1 stray host(s) with 1 daemon(s) not managed by cephadm 2024-04-18T15:10:00.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:10:00 smithi110 ceph-mon[47112]: [WRN] CEPHADM_STRAY_HOST: 1 stray host(s) with 1 daemon(s) not managed by cephadm 2024-04-18T15:10:00.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:10:00 smithi110 ceph-mon[47112]: stray host smithi154 has 1 stray daemons: ['mon.b'] 2024-04-18T15:10:00.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:10:00 smithi060 ceph-mon[43730]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:00.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:10:00 smithi060 ceph-mon[43730]: Health detail: HEALTH_WARN 1 stray host(s) with 1 daemon(s) not managed by cephadm 2024-04-18T15:10:00.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:10:00 smithi060 ceph-mon[43730]: [WRN] CEPHADM_STRAY_HOST: 1 stray host(s) with 1 daemon(s) not managed by cephadm 2024-04-18T15:10:00.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:10:00 smithi060 ceph-mon[43730]: stray host smithi154 has 1 stray daemons: ['mon.b'] 2024-04-18T15:10:02.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:10:02 smithi110 ceph-mon[47112]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:02.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:10:02 smithi060 ceph-mon[43730]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:04.799 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:10:04 smithi110 ceph-mon[47112]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:04.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:10:04 smithi060 ceph-mon[43730]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:06.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:10:06 smithi060 ceph-mon[43730]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:07.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:10:06 smithi110 ceph-mon[47112]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:08.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:10:08 smithi060 ceph-mon[43730]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:09.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:10:08 smithi110 ceph-mon[47112]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:10.661 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:10:10 smithi060 ceph-mon[43730]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:11.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:10:10 smithi110 ceph-mon[47112]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:12.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:10:12 smithi060 ceph-mon[43730]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:13.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:10:12 smithi110 ceph-mon[47112]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:14.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:10:14 smithi060 ceph-mon[43730]: pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:15.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:10:14 smithi110 ceph-mon[47112]: pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:16.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:10:16 smithi060 ceph-mon[43730]: pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:17.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:10:16 smithi110 ceph-mon[47112]: pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:18.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:10:18 smithi060 ceph-mon[43730]: pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:19.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:10:18 smithi110 ceph-mon[47112]: pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:20.911 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:10:20 smithi060 ceph-mon[43730]: pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:20.969 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:10:20 smithi110 ceph-mon[47112]: pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:22.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:10:22 smithi060 ceph-mon[43730]: pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:23.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:10:22 smithi110 ceph-mon[47112]: pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:24.912 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:10:24 smithi060 ceph-mon[43730]: pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:25.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:10:24 smithi110 ceph-mon[47112]: pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:25.206 INFO:teuthology.orchestra.run.smithi060.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-04-18T15:10:25.541 INFO:teuthology.orchestra.run.smithi060.stderr:18 2024-04-18T15:10:25.552 INFO:teuthology.orchestra.run.smithi060.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-04-18T15:10:25.566 INFO:teuthology.orchestra.run.smithi060.stderr:++ cat crushmap.txt 2024-04-18T15:10:25.568 INFO:teuthology.orchestra.run.smithi060.stderr:+ CRUSH_MAP='# begin crush map 2024-04-18T15:10:25.568 INFO:teuthology.orchestra.run.smithi060.stderr:tunable choose_local_tries 0 2024-04-18T15:10:25.568 INFO:teuthology.orchestra.run.smithi060.stderr:tunable choose_local_fallback_tries 0 2024-04-18T15:10:25.568 INFO:teuthology.orchestra.run.smithi060.stderr:tunable choose_total_tries 50 2024-04-18T15:10:25.568 INFO:teuthology.orchestra.run.smithi060.stderr:tunable chooseleaf_descend_once 1 2024-04-18T15:10:25.568 INFO:teuthology.orchestra.run.smithi060.stderr:tunable chooseleaf_vary_r 1 2024-04-18T15:10:25.568 INFO:teuthology.orchestra.run.smithi060.stderr:tunable chooseleaf_stable 1 2024-04-18T15:10:25.568 INFO:teuthology.orchestra.run.smithi060.stderr:tunable straw_calc_version 1 2024-04-18T15:10:25.568 INFO:teuthology.orchestra.run.smithi060.stderr:tunable allowed_bucket_algs 54 2024-04-18T15:10:25.568 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-04-18T15:10:25.568 INFO:teuthology.orchestra.run.smithi060.stderr:# devices 2024-04-18T15:10:25.568 INFO:teuthology.orchestra.run.smithi060.stderr:device 0 osd.0 class ssd 2024-04-18T15:10:25.569 INFO:teuthology.orchestra.run.smithi060.stderr:device 1 osd.1 class ssd 2024-04-18T15:10:25.569 INFO:teuthology.orchestra.run.smithi060.stderr:device 2 osd.2 class ssd 2024-04-18T15:10:25.569 INFO:teuthology.orchestra.run.smithi060.stderr:device 3 osd.3 class ssd 2024-04-18T15:10:25.569 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-04-18T15:10:25.569 INFO:teuthology.orchestra.run.smithi060.stderr:# types 2024-04-18T15:10:25.569 INFO:teuthology.orchestra.run.smithi060.stderr:type 0 osd 2024-04-18T15:10:25.569 INFO:teuthology.orchestra.run.smithi060.stderr:type 1 host 2024-04-18T15:10:25.569 INFO:teuthology.orchestra.run.smithi060.stderr:type 2 chassis 2024-04-18T15:10:25.569 INFO:teuthology.orchestra.run.smithi060.stderr:type 3 rack 2024-04-18T15:10:25.569 INFO:teuthology.orchestra.run.smithi060.stderr:type 4 row 2024-04-18T15:10:25.569 INFO:teuthology.orchestra.run.smithi060.stderr:type 5 pdu 2024-04-18T15:10:25.569 INFO:teuthology.orchestra.run.smithi060.stderr:type 6 pod 2024-04-18T15:10:25.569 INFO:teuthology.orchestra.run.smithi060.stderr:type 7 room 2024-04-18T15:10:25.569 INFO:teuthology.orchestra.run.smithi060.stderr:type 8 datacenter 2024-04-18T15:10:25.570 INFO:teuthology.orchestra.run.smithi060.stderr:type 9 zone 2024-04-18T15:10:25.570 INFO:teuthology.orchestra.run.smithi060.stderr:type 10 region 2024-04-18T15:10:25.570 INFO:teuthology.orchestra.run.smithi060.stderr:type 11 root 2024-04-18T15:10:25.570 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-04-18T15:10:25.570 INFO:teuthology.orchestra.run.smithi060.stderr:# buckets 2024-04-18T15:10:25.570 INFO:teuthology.orchestra.run.smithi060.stderr:host smithi060 { 2024-04-18T15:10:25.570 INFO:teuthology.orchestra.run.smithi060.stderr: id -3 # do not change unnecessarily 2024-04-18T15:10:25.570 INFO:teuthology.orchestra.run.smithi060.stderr: id -4 class ssd # do not change unnecessarily 2024-04-18T15:10:25.570 INFO:teuthology.orchestra.run.smithi060.stderr: # weight 0.17459 2024-04-18T15:10:25.570 INFO:teuthology.orchestra.run.smithi060.stderr: alg straw2 2024-04-18T15:10:25.570 INFO:teuthology.orchestra.run.smithi060.stderr: hash 0 # rjenkins1 2024-04-18T15:10:25.570 INFO:teuthology.orchestra.run.smithi060.stderr: item osd.0 weight 0.08730 2024-04-18T15:10:25.570 INFO:teuthology.orchestra.run.smithi060.stderr: item osd.1 weight 0.08730 2024-04-18T15:10:25.570 INFO:teuthology.orchestra.run.smithi060.stderr:} 2024-04-18T15:10:25.570 INFO:teuthology.orchestra.run.smithi060.stderr:host smithi110 { 2024-04-18T15:10:25.570 INFO:teuthology.orchestra.run.smithi060.stderr: id -5 # do not change unnecessarily 2024-04-18T15:10:25.571 INFO:teuthology.orchestra.run.smithi060.stderr: id -6 class ssd # do not change unnecessarily 2024-04-18T15:10:25.571 INFO:teuthology.orchestra.run.smithi060.stderr: # weight 0.17459 2024-04-18T15:10:25.571 INFO:teuthology.orchestra.run.smithi060.stderr: alg straw2 2024-04-18T15:10:25.571 INFO:teuthology.orchestra.run.smithi060.stderr: hash 0 # rjenkins1 2024-04-18T15:10:25.571 INFO:teuthology.orchestra.run.smithi060.stderr: item osd.2 weight 0.08730 2024-04-18T15:10:25.571 INFO:teuthology.orchestra.run.smithi060.stderr: item osd.3 weight 0.08730 2024-04-18T15:10:25.571 INFO:teuthology.orchestra.run.smithi060.stderr:} 2024-04-18T15:10:25.571 INFO:teuthology.orchestra.run.smithi060.stderr:root default { 2024-04-18T15:10:25.571 INFO:teuthology.orchestra.run.smithi060.stderr: id -1 # do not change unnecessarily 2024-04-18T15:10:25.572 INFO:teuthology.orchestra.run.smithi060.stderr: id -2 class ssd # do not change unnecessarily 2024-04-18T15:10:25.572 INFO:teuthology.orchestra.run.smithi060.stderr: # weight 0.34918 2024-04-18T15:10:25.572 INFO:teuthology.orchestra.run.smithi060.stderr: alg straw2 2024-04-18T15:10:25.572 INFO:teuthology.orchestra.run.smithi060.stderr: hash 0 # rjenkins1 2024-04-18T15:10:25.572 INFO:teuthology.orchestra.run.smithi060.stderr: item smithi060 weight 0.17459 2024-04-18T15:10:25.572 INFO:teuthology.orchestra.run.smithi060.stderr: item smithi110 weight 0.17459 2024-04-18T15:10:25.572 INFO:teuthology.orchestra.run.smithi060.stderr:} 2024-04-18T15:10:25.572 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-04-18T15:10:25.572 INFO:teuthology.orchestra.run.smithi060.stderr:# rules 2024-04-18T15:10:25.572 INFO:teuthology.orchestra.run.smithi060.stderr:rule replicated_rule { 2024-04-18T15:10:25.572 INFO:teuthology.orchestra.run.smithi060.stderr: id 0 2024-04-18T15:10:25.572 INFO:teuthology.orchestra.run.smithi060.stderr: type replicated 2024-04-18T15:10:25.572 INFO:teuthology.orchestra.run.smithi060.stderr: step take default 2024-04-18T15:10:25.572 INFO:teuthology.orchestra.run.smithi060.stderr: step choose firstn 0 type osd 2024-04-18T15:10:25.572 INFO:teuthology.orchestra.run.smithi060.stderr: step emit 2024-04-18T15:10:25.572 INFO:teuthology.orchestra.run.smithi060.stderr:} 2024-04-18T15:10:25.573 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-04-18T15:10:25.573 INFO:teuthology.orchestra.run.smithi060.stderr:# end crush map' 2024-04-18T15:10:25.573 INFO:teuthology.orchestra.run.smithi060.stderr:+ grep -q smithi154 2024-04-18T15:10:25.865 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:10:25 smithi060 ceph-mon[43730]: from='client.? 172.21.15.60:0/2662129554' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-18T15:10:26.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:10:25 smithi110 ceph-mon[47112]: from='client.? 172.21.15.60:0/2662129554' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-18T15:10:26.195 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-18T15:10:26.204 INFO:tasks.cephadm:Teardown begin 2024-04-18T15:10:26.205 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-18T15:10:26.245 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-18T15:10:26.298 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-18T15:10:26.337 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-18T15:10:26.337 DEBUG:teuthology.orchestra.run.smithi060:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-18T15:10:26.359 DEBUG:teuthology.orchestra.run.smithi110:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-18T15:10:26.378 DEBUG:teuthology.orchestra.run.smithi154:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-18T15:10:26.397 INFO:tasks.cephadm:Stopping all daemons... 2024-04-18T15:10:26.397 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-18T15:10:26.398 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@mon.a 2024-04-18T15:10:26.707 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:10:26 smithi060 systemd[1]: Stopping Ceph mon.a for bee9a71e-fd94-11ee-bc92-c7b262605968... 2024-04-18T15:10:26.707 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:10:26 smithi060 ceph-mon[43730]: pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:27.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:10:26 smithi110 ceph-mon[47112]: pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T15:10:27.115 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:10:26 smithi060 conmon[43706]: 2024-04-18T15:10:26.711+0000 7f50d0e0d700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-18T15:10:27.115 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:10:26 smithi060 conmon[43706]: 2024-04-18T15:10:26.711+0000 7f50d0e0d700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-04-18T15:10:27.411 INFO:journalctl@ceph.mon.a.smithi060.stdout:Apr 18 15:10:27 smithi060 bash[92584]: 24e62ed154955b66c54fcaffae1360927b5239be4f71435ee8ce401a8f265386 2024-04-18T15:10:27.610 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@mon.a.service' 2024-04-18T15:10:27.667 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T15:10:27.667 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-18T15:10:27.668 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-18T15:10:27.668 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@mon.b 2024-04-18T15:10:28.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:10:27 smithi110 systemd[1]: Stopping Ceph mon.b for bee9a71e-fd94-11ee-bc92-c7b262605968... 2024-04-18T15:10:28.049 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:10:27 smithi110 conmon[47088]: 2024-04-18T15:10:27.941+0000 7fd4f520f700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-18T15:10:28.050 INFO:journalctl@ceph.mon.b.smithi110.stdout:Apr 18 15:10:27 smithi110 conmon[47088]: 2024-04-18T15:10:27.941+0000 7fd4f520f700 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-04-18T15:10:28.802 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@mon.b.service' 2024-04-18T15:10:28.852 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T15:10:28.852 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-18T15:10:28.852 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-18T15:10:28.853 DEBUG:teuthology.orchestra.run.smithi154:> sudo systemctl stop ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@mon.c 2024-04-18T15:10:28.907 DEBUG:teuthology.orchestra.run.smithi154:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@mon.c.service' 2024-04-18T15:10:28.958 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T15:10:28.958 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-18T15:10:28.958 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-18T15:10:28.958 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@mgr.a 2024-04-18T15:10:29.264 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:10:29 smithi060 systemd[1]: Stopping Ceph mgr.a for bee9a71e-fd94-11ee-bc92-c7b262605968... 2024-04-18T15:10:29.265 INFO:journalctl@ceph.mgr.a.smithi060.stdout:Apr 18 15:10:29 smithi060 conmon[44154]: 2024-04-18T15:10:29.243+0000 7fb629295700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-18T15:10:29.950 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@mgr.a.service' 2024-04-18T15:10:29.990 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T15:10:29.991 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-18T15:10:29.991 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-18T15:10:29.991 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@mgr.b 2024-04-18T15:10:30.299 INFO:journalctl@ceph.mgr.b.smithi110.stdout:Apr 18 15:10:30 smithi110 systemd[1]: Stopping Ceph mgr.b for bee9a71e-fd94-11ee-bc92-c7b262605968... 2024-04-18T15:10:30.967 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@mgr.b.service' 2024-04-18T15:10:31.003 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T15:10:31.003 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-18T15:10:31.003 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-04-18T15:10:31.003 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@osd.0 2024-04-18T15:10:31.297 INFO:journalctl@ceph.osd.0.smithi060.stdout:Apr 18 15:10:31 smithi060 systemd[1]: Stopping Ceph osd.0 for bee9a71e-fd94-11ee-bc92-c7b262605968... 2024-04-18T15:10:31.662 INFO:journalctl@ceph.osd.0.smithi060.stdout:Apr 18 15:10:31 smithi060 conmon[66775]: 2024-04-18T15:10:31.301+0000 7f3dc779e700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-18T15:10:31.662 INFO:journalctl@ceph.osd.0.smithi060.stdout:Apr 18 15:10:31 smithi060 conmon[66775]: 2024-04-18T15:10:31.301+0000 7f3dc779e700 -1 osd.0 58 *** Got signal Terminated *** 2024-04-18T15:10:31.662 INFO:journalctl@ceph.osd.0.smithi060.stdout:Apr 18 15:10:31 smithi060 conmon[66775]: 2024-04-18T15:10:31.301+0000 7f3dc779e700 -1 osd.0 58 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-18T15:10:37.662 INFO:journalctl@ceph.osd.0.smithi060.stdout:Apr 18 15:10:37 smithi060 bash[93175]: 709cf797e89719b00829349286eb1dc97584e358cb1f23466b50a3989fb143a3 2024-04-18T15:10:38.857 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@osd.0.service' 2024-04-18T15:10:38.908 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T15:10:38.908 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-04-18T15:10:38.908 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-04-18T15:10:38.909 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@osd.1 2024-04-18T15:10:39.162 INFO:journalctl@ceph.osd.1.smithi060.stdout:Apr 18 15:10:38 smithi060 systemd[1]: Stopping Ceph osd.1 for bee9a71e-fd94-11ee-bc92-c7b262605968... 2024-04-18T15:10:39.455 INFO:journalctl@ceph.osd.1.smithi060.stdout:Apr 18 15:10:39 smithi060 conmon[75686]: 2024-04-18T15:10:39.192+0000 7f6245486700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-18T15:10:39.455 INFO:journalctl@ceph.osd.1.smithi060.stdout:Apr 18 15:10:39 smithi060 conmon[75686]: 2024-04-18T15:10:39.192+0000 7f6245486700 -1 osd.1 58 *** Got signal Terminated *** 2024-04-18T15:10:39.455 INFO:journalctl@ceph.osd.1.smithi060.stdout:Apr 18 15:10:39 smithi060 conmon[75686]: 2024-04-18T15:10:39.192+0000 7f6245486700 -1 osd.1 58 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-18T15:10:45.412 INFO:journalctl@ceph.osd.1.smithi060.stdout:Apr 18 15:10:45 smithi060 bash[93745]: 45eca81536eaa083b823565508297b9c0acd516346224ad0026852f69d36b099 2024-04-18T15:10:46.514 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@osd.1.service' 2024-04-18T15:10:46.566 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T15:10:46.567 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-04-18T15:10:46.567 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-04-18T15:10:46.567 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@osd.2 2024-04-18T15:10:47.049 INFO:journalctl@ceph.osd.2.smithi110.stdout:Apr 18 15:10:46 smithi110 systemd[1]: Stopping Ceph osd.2 for bee9a71e-fd94-11ee-bc92-c7b262605968... 2024-04-18T15:10:47.050 INFO:journalctl@ceph.osd.2.smithi110.stdout:Apr 18 15:10:46 smithi110 conmon[53847]: 2024-04-18T15:10:46.830+0000 7fc0c4d6f700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-18T15:10:47.050 INFO:journalctl@ceph.osd.2.smithi110.stdout:Apr 18 15:10:46 smithi110 conmon[53847]: 2024-04-18T15:10:46.830+0000 7fc0c4d6f700 -1 osd.2 58 *** Got signal Terminated *** 2024-04-18T15:10:47.050 INFO:journalctl@ceph.osd.2.smithi110.stdout:Apr 18 15:10:46 smithi110 conmon[53847]: 2024-04-18T15:10:46.830+0000 7fc0c4d6f700 -1 osd.2 58 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-18T15:10:53.050 INFO:journalctl@ceph.osd.2.smithi110.stdout:Apr 18 15:10:52 smithi110 bash[71138]: 103c9e1dd3101e68594b1d6315f15a06ebcf953fcf5c900a0a2caad1ed405fce 2024-04-18T15:10:54.224 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@osd.2.service' 2024-04-18T15:10:54.266 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T15:10:54.266 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-04-18T15:10:54.266 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-04-18T15:10:54.266 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@osd.3 2024-04-18T15:10:54.550 INFO:journalctl@ceph.osd.3.smithi110.stdout:Apr 18 15:10:54 smithi110 systemd[1]: Stopping Ceph osd.3 for bee9a71e-fd94-11ee-bc92-c7b262605968... 2024-04-18T15:10:55.050 INFO:journalctl@ceph.osd.3.smithi110.stdout:Apr 18 15:10:54 smithi110 conmon[62758]: 2024-04-18T15:10:54.562+0000 7f8d69d20700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-osd -n osd.3 -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-04-18T15:10:55.050 INFO:journalctl@ceph.osd.3.smithi110.stdout:Apr 18 15:10:54 smithi110 conmon[62758]: 2024-04-18T15:10:54.562+0000 7f8d69d20700 -1 osd.3 58 *** Got signal Terminated *** 2024-04-18T15:10:55.050 INFO:journalctl@ceph.osd.3.smithi110.stdout:Apr 18 15:10:54 smithi110 conmon[62758]: 2024-04-18T15:10:54.562+0000 7f8d69d20700 -1 osd.3 58 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-18T15:10:59.300 INFO:journalctl@ceph.osd.3.smithi110.stdout:Apr 18 15:10:58 smithi110 conmon[62758]: 2024-04-18T15:10:58.863+0000 7f8d66316700 -1 osd.3 58 heartbeat_check: no reply from 172.21.15.60:6806 osd.0 since back 2024-04-18T15:10:35.350471+0000 front 2024-04-18T15:10:35.350566+0000 (oldest deadline 2024-04-18T15:10:58.250242+0000) 2024-04-18T15:11:00.550 INFO:journalctl@ceph.osd.3.smithi110.stdout:Apr 18 15:11:00 smithi110 bash[71711]: d857a0903842341d3ad3c5a4f72391f3c3a2bc328dfbd97b4302354b780a2085 2024-04-18T15:11:01.890 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@osd.3.service' 2024-04-18T15:11:01.931 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T15:11:01.931 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-04-18T15:11:01.931 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-04-18T15:11:01.931 DEBUG:teuthology.orchestra.run.smithi154:> sudo systemctl stop ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@osd.4 2024-04-18T15:11:01.987 DEBUG:teuthology.orchestra.run.smithi154:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@osd.4.service' 2024-04-18T15:11:02.022 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T15:11:02.025 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-04-18T15:11:02.025 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-04-18T15:11:02.025 DEBUG:teuthology.orchestra.run.smithi154:> sudo systemctl stop ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@osd.5 2024-04-18T15:11:02.110 DEBUG:teuthology.orchestra.run.smithi154:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bee9a71e-fd94-11ee-bc92-c7b262605968@osd.5.service' 2024-04-18T15:11:02.142 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T15:11:02.143 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-04-18T15:11:02.143 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 --force --keep-logs 2024-04-18T15:11:02.382 INFO:teuthology.orchestra.run.smithi060.stdout:Deleting cluster with fsid: bee9a71e-fd94-11ee-bc92-c7b262605968 2024-04-18T15:11:03.281 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 --force --keep-logs 2024-04-18T15:11:03.490 INFO:teuthology.orchestra.run.smithi110.stdout:Deleting cluster with fsid: bee9a71e-fd94-11ee-bc92-c7b262605968 2024-04-18T15:11:04.263 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 --force --keep-logs 2024-04-18T15:11:04.477 INFO:teuthology.orchestra.run.smithi154.stdout:Deleting cluster with fsid: bee9a71e-fd94-11ee-bc92-c7b262605968 2024-04-18T15:11:04.840 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-18T15:11:04.879 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-18T15:11:04.914 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-18T15:11:04.944 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-18T15:11:04.946 DEBUG:teuthology.misc:Transferring archived files from smithi060:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-04-18_14:15:21-rados-wip-yuri2-testing-2024-04-17-0823-reef-distro-default-smithi/7662140/remote/smithi060/crash 2024-04-18T15:11:04.946 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/crash -- . 2024-04-18T15:11:05.008 INFO:teuthology.orchestra.run.smithi060.stderr:tar: /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/crash: Cannot open: No such file or directory 2024-04-18T15:11:05.008 INFO:teuthology.orchestra.run.smithi060.stderr:tar: Error is not recoverable: exiting now 2024-04-18T15:11:05.010 DEBUG:teuthology.misc:Transferring archived files from smithi110:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-04-18_14:15:21-rados-wip-yuri2-testing-2024-04-17-0823-reef-distro-default-smithi/7662140/remote/smithi110/crash 2024-04-18T15:11:05.011 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/crash -- . 2024-04-18T15:11:05.057 INFO:teuthology.orchestra.run.smithi110.stderr:tar: /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/crash: Cannot open: No such file or directory 2024-04-18T15:11:05.058 INFO:teuthology.orchestra.run.smithi110.stderr:tar: Error is not recoverable: exiting now 2024-04-18T15:11:05.060 DEBUG:teuthology.misc:Transferring archived files from smithi154:/var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-04-18_14:15:21-rados-wip-yuri2-testing-2024-04-17-0823-reef-distro-default-smithi/7662140/remote/smithi154/crash 2024-04-18T15:11:05.060 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/crash -- . 2024-04-18T15:11:05.095 INFO:teuthology.orchestra.run.smithi154.stderr:tar: /var/lib/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/crash: Cannot open: No such file or directory 2024-04-18T15:11:05.095 INFO:teuthology.orchestra.run.smithi154.stderr:tar: Error is not recoverable: exiting now 2024-04-18T15:11:05.096 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-18T15:11:05.096 DEBUG:teuthology.orchestra.run.smithi060:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-18T15:11:05.130 INFO:teuthology.orchestra.run.smithi060.stderr:grep: /var/log/ceph/bee9a71e-fd94-11ee-bc92-c7b262605968/ceph.log: No such file or directory 2024-04-18T15:11:05.132 INFO:tasks.cephadm:Compressing logs... 2024-04-18T15:11:05.133 DEBUG:teuthology.orchestra.run.smithi060:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-18T15:11:05.175 DEBUG:teuthology.orchestra.run.smithi110:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-18T15:11:05.177 DEBUG:teuthology.orchestra.run.smithi154:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-18T15:11:05.204 INFO:teuthology.orchestra.run.smithi154.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-18T15:11:05.208 INFO:teuthology.orchestra.run.smithi110.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-18T15:11:05.208 INFO:teuthology.orchestra.run.smithi060.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-18T15:11:05.666 INFO:tasks.cephadm:Archiving logs... 2024-04-18T15:11:05.667 DEBUG:teuthology.misc:Transferring archived files from smithi060:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-04-18_14:15:21-rados-wip-yuri2-testing-2024-04-17-0823-reef-distro-default-smithi/7662140/remote/smithi060/log 2024-04-18T15:11:05.668 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-18T15:11:05.803 DEBUG:teuthology.misc:Transferring archived files from smithi110:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-04-18_14:15:21-rados-wip-yuri2-testing-2024-04-17-0823-reef-distro-default-smithi/7662140/remote/smithi110/log 2024-04-18T15:11:05.804 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-18T15:11:05.862 DEBUG:teuthology.misc:Transferring archived files from smithi154:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-04-18_14:15:21-rados-wip-yuri2-testing-2024-04-17-0823-reef-distro-default-smithi/7662140/remote/smithi154/log 2024-04-18T15:11:05.863 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-18T15:11:05.909 INFO:tasks.cephadm:Removing cluster... 2024-04-18T15:11:05.909 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 --force 2024-04-18T15:11:06.138 INFO:teuthology.orchestra.run.smithi060.stdout:Deleting cluster with fsid: bee9a71e-fd94-11ee-bc92-c7b262605968 2024-04-18T15:11:06.451 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 --force 2024-04-18T15:11:06.659 INFO:teuthology.orchestra.run.smithi110.stdout:Deleting cluster with fsid: bee9a71e-fd94-11ee-bc92-c7b262605968 2024-04-18T15:11:06.936 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bee9a71e-fd94-11ee-bc92-c7b262605968 --force 2024-04-18T15:11:07.147 INFO:teuthology.orchestra.run.smithi154.stdout:Deleting cluster with fsid: bee9a71e-fd94-11ee-bc92-c7b262605968 2024-04-18T15:11:07.418 INFO:tasks.cephadm:Removing cephadm ... 2024-04-18T15:11:07.418 DEBUG:teuthology.orchestra.run.smithi060:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-18T15:11:07.440 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-18T15:11:07.461 DEBUG:teuthology.orchestra.run.smithi154:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-18T15:11:07.479 INFO:tasks.cephadm:Teardown complete 2024-04-18T15:11:07.479 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-18T15:11:07.488 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-04-18T15:11:07.488 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-18T15:11:07.491 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-18T15:11:07.504 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-18T15:11:07.611 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-18T15:11:07.620 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-18T15:11:07.620 DEBUG:teuthology.orchestra.run.smithi060:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-18T15:11:07.623 DEBUG:teuthology.orchestra.run.smithi110:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-18T15:11:07.625 DEBUG:teuthology.orchestra.run.smithi154:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-18T15:11:07.641 INFO:teuthology.orchestra.run.smithi110.stderr:bash: ntpq: command not found 2024-04-18T15:11:07.641 INFO:teuthology.orchestra.run.smithi060.stderr:bash: ntpq: command not found 2024-04-18T15:11:07.641 INFO:teuthology.orchestra.run.smithi154.stderr:bash: ntpq: command not found 2024-04-18T15:11:07.645 INFO:teuthology.orchestra.run.smithi110.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-18T15:11:07.646 INFO:teuthology.orchestra.run.smithi110.stdout:=============================================================================== 2024-04-18T15:11:07.646 INFO:teuthology.orchestra.run.smithi110.stdout:^+ hv01.front.sepia.ceph.com 3 6 377 20 +4787us[+4787us] +/- 44ms 2024-04-18T15:11:07.646 INFO:teuthology.orchestra.run.smithi110.stdout:^* hv02.front.sepia.ceph.com 3 6 377 22 -2123us[-2151us] +/- 52ms 2024-04-18T15:11:07.646 INFO:teuthology.orchestra.run.smithi110.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 25 -2268us[-2297us] +/- 79ms 2024-04-18T15:11:07.646 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T15:11:07.648 INFO:teuthology.orchestra.run.smithi060.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-18T15:11:07.648 INFO:teuthology.orchestra.run.smithi060.stdout:=============================================================================== 2024-04-18T15:11:07.648 INFO:teuthology.orchestra.run.smithi060.stdout:^+ hv01.front.sepia.ceph.com 3 6 377 22 +4668us[+4668us] +/- 44ms 2024-04-18T15:11:07.648 INFO:teuthology.orchestra.run.smithi060.stdout:^* hv02.front.sepia.ceph.com 3 7 377 89 -2224us[-2223us] +/- 51ms 2024-04-18T15:11:07.648 INFO:teuthology.orchestra.run.smithi060.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 86 -2403us[-2403us] +/- 78ms 2024-04-18T15:11:07.649 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T15:11:07.649 INFO:teuthology.orchestra.run.smithi154.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-18T15:11:07.649 INFO:teuthology.orchestra.run.smithi154.stdout:=============================================================================== 2024-04-18T15:11:07.649 INFO:teuthology.orchestra.run.smithi154.stdout:^+ hv01.front.sepia.ceph.com 3 6 377 25 +4180us[+4812us] +/- 44ms 2024-04-18T15:11:07.649 INFO:teuthology.orchestra.run.smithi154.stdout:^* hv02.front.sepia.ceph.com 3 6 377 23 -2728us[-2095us] +/- 52ms 2024-04-18T15:11:07.649 INFO:teuthology.orchestra.run.smithi154.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 24 -2892us[-2260us] +/- 79ms 2024-04-18T15:11:07.649 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T15:11:07.649 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-18T15:11:07.658 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-18T15:11:07.659 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-18T15:11:07.696 DEBUG:teuthology.orchestra.run.smithi060:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-18T15:11:07.775 DEBUG:teuthology.orchestra.run.smithi110:> 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-04-18T15:11:07.848 DEBUG:teuthology.orchestra.run.smithi154:> 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-04-18T15:11:07.915 DEBUG:teuthology.orchestra.run.smithi060:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-04-18T15:11:07.953 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T15:11:07.953 DEBUG:teuthology.orchestra.run.smithi110:> 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-04-18T15:11:07.985 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T15:11:07.986 DEBUG:teuthology.orchestra.run.smithi154:> 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-04-18T15:11:08.016 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T15:11:08.016 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-18T15:11:08.025 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-18T15:11:08.115 INFO:teuthology.task.internal:Duration was 1710.790755 seconds 2024-04-18T15:11:08.115 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-18T15:11:08.147 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-18T15:11:08.148 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-18T15:11:08.150 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-18T15:11:08.153 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-18T15:11:08.200 INFO:teuthology.orchestra.run.smithi110.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T15:11:08.200 INFO:teuthology.orchestra.run.smithi154.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T15:11:08.207 INFO:teuthology.orchestra.run.smithi060.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T15:11:08.563 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-18T15:11:08.563 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi060.front.sepia.ceph.com 2024-04-18T15:11:08.563 DEBUG:teuthology.orchestra.run.smithi060:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-18T15:11:08.592 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi110.front.sepia.ceph.com 2024-04-18T15:11:08.592 DEBUG:teuthology.orchestra.run.smithi110:> 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-04-18T15:11:08.614 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi154.front.sepia.ceph.com 2024-04-18T15:11:08.615 DEBUG:teuthology.orchestra.run.smithi154:> 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-04-18T15:11:08.636 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-18T15:11:08.636 DEBUG:teuthology.orchestra.run.smithi060:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-18T15:11:08.639 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-18T15:11:08.657 DEBUG:teuthology.orchestra.run.smithi154:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-18T15:11:08.722 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-18T15:11:08.722 DEBUG:teuthology.orchestra.run.smithi060:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-18T15:11:08.724 DEBUG:teuthology.orchestra.run.smithi110:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-18T15:11:08.727 DEBUG:teuthology.orchestra.run.smithi154:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-18T15:11:08.845 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-18T15:11:08.856 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-18T15:11:08.856 DEBUG:teuthology.orchestra.run.smithi060:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-18T15:11:08.887 DEBUG:teuthology.orchestra.run.smithi110:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-18T15:11:08.914 DEBUG:teuthology.orchestra.run.smithi154:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-18T15:11:08.941 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-18T15:11:08.951 DEBUG:teuthology.orchestra.run.smithi060:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-18T15:11:08.953 DEBUG:teuthology.orchestra.run.smithi110:> 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-04-18T15:11:08.957 DEBUG:teuthology.orchestra.run.smithi154:> 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-04-18T15:11:08.980 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = core 2024-04-18T15:11:08.984 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern = core 2024-04-18T15:11:09.007 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern = core 2024-04-18T15:11:09.026 DEBUG:teuthology.orchestra.run.smithi060:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-18T15:11:09.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T15:11:09.070 DEBUG:teuthology.orchestra.run.smithi110:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-18T15:11:09.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T15:11:09.086 DEBUG:teuthology.orchestra.run.smithi154:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-18T15:11:09.102 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T15:11:09.103 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-18T15:11:09.114 INFO:teuthology.task.internal:Transferring archived files... 2024-04-18T15:11:09.114 DEBUG:teuthology.misc:Transferring archived files from smithi060:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-18_14:15:21-rados-wip-yuri2-testing-2024-04-17-0823-reef-distro-default-smithi/7662140/remote/smithi060 2024-04-18T15:11:09.115 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-18T15:11:09.163 DEBUG:teuthology.misc:Transferring archived files from smithi110:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-18_14:15:21-rados-wip-yuri2-testing-2024-04-17-0823-reef-distro-default-smithi/7662140/remote/smithi110 2024-04-18T15:11:09.163 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-18T15:11:09.201 DEBUG:teuthology.misc:Transferring archived files from smithi154:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-18_14:15:21-rados-wip-yuri2-testing-2024-04-17-0823-reef-distro-default-smithi/7662140/remote/smithi154 2024-04-18T15:11:09.201 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-18T15:11:09.241 INFO:teuthology.task.internal:Removing archive directory... 2024-04-18T15:11:09.241 DEBUG:teuthology.orchestra.run.smithi060:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-18T15:11:09.243 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-18T15:11:09.245 DEBUG:teuthology.orchestra.run.smithi154:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-18T15:11:09.291 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-18T15:11:09.309 INFO:teuthology.task.internal:Not uploading archives. 2024-04-18T15:11:09.310 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-18T15:11:09.342 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-18T15:11:09.342 DEBUG:teuthology.orchestra.run.smithi060:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-18T15:11:09.344 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-18T15:11:09.346 DEBUG:teuthology.orchestra.run.smithi154:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-18T15:11:09.360 INFO:teuthology.orchestra.run.smithi110.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 18 15:11 /home/ubuntu/cephtest 2024-04-18T15:11:09.362 INFO:teuthology.orchestra.run.smithi154.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 18 15:11 /home/ubuntu/cephtest 2024-04-18T15:11:09.363 INFO:teuthology.orchestra.run.smithi060.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 18 15:11 /home/ubuntu/cephtest 2024-04-18T15:11:09.365 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-18T15:11:09.401 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-18T15:11:09.425 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/classic task/test_host_drain} duration: 1710.7907552719116 flavor: default owner: scheduled_yuriw@teuthology success: true 2024-04-18T15:11:09.426 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-18T15:11:09.500 INFO:teuthology.run:pass