2024-04-18T15:45:12.787 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-18T15:45:12.787 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/off mon_election/classic task/test_host_drain} --name yuriw-2024-04-18_14:15:21-rados-wip-yuri2-testing-2024-04-17-0823-reef-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-04-18_14:15:21-rados-wip-yuri2-testing-2024-04-17-0823-reef-distro-default-smithi/7662268 --verbose --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-04-18_14:15:21-rados-wip-yuri2-testing-2024-04-17-0823-reef-distro-default-smithi/7662268/orig.config.yaml 2024-04-18T15:45:12.818 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-18T15:45:12.903 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/7662268 branch: wip-yuri2-testing-2024-04-17-0823-reef description: rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/off mon_election/classic task/test_host_drain} email: yweinste@redhat.com first_in_suite: false job_id: '7662268' 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: centos os_version: 8.stream 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: smithi080.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNPozLXwWjFmcVAzzxD6tgFPz/Jy3LiKv2Q/ovBkFUtgQ0SXT3rZsqSVNtn4HeuHxvXqaAvbdVymxgVsQT6cWAY= smithi106.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLRUvhdF4aCJ6is2PT2OPiZv34lFRMbQTgFIL72gZSqgjl6jMfeC3qpRPxf8Km9m6ey3WNAzME45gr8oEyCJG9w= smithi171.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBVcXnrbESCwr28Ycnk9ej8A3Wor7/gD4wPwWgsv0Gr0wMDhguT3rejgiQvuQ8VmnTs7zvebA1xNxKQLkxWKr0A= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - 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-18T15:45:12.904 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-18T15:45:12.904 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0/qa/tasks 2024-04-18T15:45:12.904 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-18T15:45:12.906 INFO:teuthology.task.internal:Checking packages... 2024-04-18T15:45:12.931 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0' 2024-04-18T15:45:12.931 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-18T15:45:12.931 INFO:teuthology.packaging:ref: None 2024-04-18T15:45:12.931 INFO:teuthology.packaging:tag: None 2024-04-18T15:45:12.931 INFO:teuthology.packaging:branch: wip-yuri2-testing-2024-04-17-0823-reef 2024-04-18T15:45:12.931 INFO:teuthology.packaging:sha1: 6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 2024-04-18T15:45:12.931 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-18T15:45:13.076 INFO:teuthology.task.internal:Found packages for ceph version 18.2.2-1240.g6a7528e4 2024-04-18T15:45:13.078 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-18T15:45:13.085 INFO:teuthology.task.internal:no buildpackages task found 2024-04-18T15:45:13.085 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-18T15:45:13.143 INFO:teuthology.task.internal:Saving configuration 2024-04-18T15:45:13.157 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-18T15:45:13.188 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-18T15:45:13.216 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi080.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/7662268', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-18 15:39:55.221903', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNPozLXwWjFmcVAzzxD6tgFPz/Jy3LiKv2Q/ovBkFUtgQ0SXT3rZsqSVNtn4HeuHxvXqaAvbdVymxgVsQT6cWAY='} 2024-04-18T15:45:13.242 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi106.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/7662268', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-18 15:39:55.223402', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLRUvhdF4aCJ6is2PT2OPiZv34lFRMbQTgFIL72gZSqgjl6jMfeC3qpRPxf8Km9m6ey3WNAzME45gr8oEyCJG9w='} 2024-04-18T15:45:13.267 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi171.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/7662268', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-18 15:39:55.224662', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBVcXnrbESCwr28Ycnk9ej8A3Wor7/gD4wPwWgsv0Gr0wMDhguT3rejgiQvuQ8VmnTs7zvebA1xNxKQLkxWKr0A='} 2024-04-18T15:45:13.267 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-18T15:45:13.274 INFO:teuthology.task.internal:roles: ubuntu@smithi080.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-04-18T15:45:13.274 INFO:teuthology.task.internal:roles: ubuntu@smithi106.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-04-18T15:45:13.274 INFO:teuthology.task.internal:roles: ubuntu@smithi171.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-04-18T15:45:13.274 INFO:teuthology.run_tasks:Running task console_log... 2024-04-18T15:45:13.423 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb4eaebff70>, signals=[15]) 2024-04-18T15:45:13.423 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-18T15:45:13.432 INFO:teuthology.task.internal:Opening connections... 2024-04-18T15:45:13.432 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi080.front.sepia.ceph.com 2024-04-18T15:45:13.435 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T15:45:13.526 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi106.front.sepia.ceph.com 2024-04-18T15:45:13.527 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi106.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T15:45:13.615 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi171.front.sepia.ceph.com 2024-04-18T15:45:13.616 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T15:45:13.709 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-18T15:45:13.717 DEBUG:teuthology.orchestra.run.smithi080:> uname -m 2024-04-18T15:45:13.740 INFO:teuthology.orchestra.run.smithi080.stdout:x86_64 2024-04-18T15:45:13.741 DEBUG:teuthology.orchestra.run.smithi080:> cat /etc/os-release 2024-04-18T15:45:13.802 INFO:teuthology.orchestra.run.smithi080.stdout:NAME="CentOS Stream" 2024-04-18T15:45:13.803 INFO:teuthology.orchestra.run.smithi080.stdout:VERSION="8" 2024-04-18T15:45:13.803 INFO:teuthology.orchestra.run.smithi080.stdout:ID="centos" 2024-04-18T15:45:13.803 INFO:teuthology.orchestra.run.smithi080.stdout:ID_LIKE="rhel fedora" 2024-04-18T15:45:13.803 INFO:teuthology.orchestra.run.smithi080.stdout:VERSION_ID="8" 2024-04-18T15:45:13.803 INFO:teuthology.orchestra.run.smithi080.stdout:PLATFORM_ID="platform:el8" 2024-04-18T15:45:13.803 INFO:teuthology.orchestra.run.smithi080.stdout:PRETTY_NAME="CentOS Stream 8" 2024-04-18T15:45:13.803 INFO:teuthology.orchestra.run.smithi080.stdout:ANSI_COLOR="0;31" 2024-04-18T15:45:13.803 INFO:teuthology.orchestra.run.smithi080.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-04-18T15:45:13.803 INFO:teuthology.orchestra.run.smithi080.stdout:HOME_URL="https://centos.org/" 2024-04-18T15:45:13.803 INFO:teuthology.orchestra.run.smithi080.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-18T15:45:13.803 INFO:teuthology.orchestra.run.smithi080.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-04-18T15:45:13.803 INFO:teuthology.orchestra.run.smithi080.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-18T15:45:13.804 INFO:teuthology.lock.ops:Updating smithi080.front.sepia.ceph.com on lock server 2024-04-18T15:45:13.831 DEBUG:teuthology.orchestra.run.smithi106:> uname -m 2024-04-18T15:45:13.853 INFO:teuthology.orchestra.run.smithi106.stdout:x86_64 2024-04-18T15:45:13.853 DEBUG:teuthology.orchestra.run.smithi106:> cat /etc/os-release 2024-04-18T15:45:13.915 INFO:teuthology.orchestra.run.smithi106.stdout:NAME="CentOS Stream" 2024-04-18T15:45:13.915 INFO:teuthology.orchestra.run.smithi106.stdout:VERSION="8" 2024-04-18T15:45:13.915 INFO:teuthology.orchestra.run.smithi106.stdout:ID="centos" 2024-04-18T15:45:13.915 INFO:teuthology.orchestra.run.smithi106.stdout:ID_LIKE="rhel fedora" 2024-04-18T15:45:13.915 INFO:teuthology.orchestra.run.smithi106.stdout:VERSION_ID="8" 2024-04-18T15:45:13.915 INFO:teuthology.orchestra.run.smithi106.stdout:PLATFORM_ID="platform:el8" 2024-04-18T15:45:13.916 INFO:teuthology.orchestra.run.smithi106.stdout:PRETTY_NAME="CentOS Stream 8" 2024-04-18T15:45:13.916 INFO:teuthology.orchestra.run.smithi106.stdout:ANSI_COLOR="0;31" 2024-04-18T15:45:13.916 INFO:teuthology.orchestra.run.smithi106.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-04-18T15:45:13.916 INFO:teuthology.orchestra.run.smithi106.stdout:HOME_URL="https://centos.org/" 2024-04-18T15:45:13.916 INFO:teuthology.orchestra.run.smithi106.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-18T15:45:13.916 INFO:teuthology.orchestra.run.smithi106.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-04-18T15:45:13.916 INFO:teuthology.orchestra.run.smithi106.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-18T15:45:13.916 INFO:teuthology.lock.ops:Updating smithi106.front.sepia.ceph.com on lock server 2024-04-18T15:45:13.939 DEBUG:teuthology.orchestra.run.smithi171:> uname -m 2024-04-18T15:45:13.962 INFO:teuthology.orchestra.run.smithi171.stdout:x86_64 2024-04-18T15:45:13.962 DEBUG:teuthology.orchestra.run.smithi171:> cat /etc/os-release 2024-04-18T15:45:14.024 INFO:teuthology.orchestra.run.smithi171.stdout:NAME="CentOS Stream" 2024-04-18T15:45:14.024 INFO:teuthology.orchestra.run.smithi171.stdout:VERSION="8" 2024-04-18T15:45:14.024 INFO:teuthology.orchestra.run.smithi171.stdout:ID="centos" 2024-04-18T15:45:14.024 INFO:teuthology.orchestra.run.smithi171.stdout:ID_LIKE="rhel fedora" 2024-04-18T15:45:14.024 INFO:teuthology.orchestra.run.smithi171.stdout:VERSION_ID="8" 2024-04-18T15:45:14.024 INFO:teuthology.orchestra.run.smithi171.stdout:PLATFORM_ID="platform:el8" 2024-04-18T15:45:14.024 INFO:teuthology.orchestra.run.smithi171.stdout:PRETTY_NAME="CentOS Stream 8" 2024-04-18T15:45:14.024 INFO:teuthology.orchestra.run.smithi171.stdout:ANSI_COLOR="0;31" 2024-04-18T15:45:14.024 INFO:teuthology.orchestra.run.smithi171.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-04-18T15:45:14.025 INFO:teuthology.orchestra.run.smithi171.stdout:HOME_URL="https://centos.org/" 2024-04-18T15:45:14.025 INFO:teuthology.orchestra.run.smithi171.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-18T15:45:14.025 INFO:teuthology.orchestra.run.smithi171.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-04-18T15:45:14.025 INFO:teuthology.orchestra.run.smithi171.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-18T15:45:14.025 INFO:teuthology.lock.ops:Updating smithi171.front.sepia.ceph.com on lock server 2024-04-18T15:45:14.047 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-18T15:45:14.056 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-18T15:45:14.268 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-18T15:45:14.268 DEBUG:teuthology.orchestra.run.smithi080:> test '!' -e /home/ubuntu/cephtest 2024-04-18T15:45:14.271 DEBUG:teuthology.orchestra.run.smithi106:> test '!' -e /home/ubuntu/cephtest 2024-04-18T15:45:14.274 DEBUG:teuthology.orchestra.run.smithi171:> test '!' -e /home/ubuntu/cephtest 2024-04-18T15:45:14.295 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-18T15:45:14.326 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-18T15:45:14.327 DEBUG:teuthology.orchestra.run.smithi080:> test -z $(ls -A /var/lib/ceph) 2024-04-18T15:45:14.333 DEBUG:teuthology.orchestra.run.smithi106:> test -z $(ls -A /var/lib/ceph) 2024-04-18T15:45:14.335 DEBUG:teuthology.orchestra.run.smithi171:> test -z $(ls -A /var/lib/ceph) 2024-04-18T15:45:14.370 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-18T15:45:14.442 INFO:teuthology.run_tasks:Running task kernel... 2024-04-18T15:45:14.457 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-18T15:45:14.457 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-18T15:45:14.457 DEBUG:teuthology.orchestra.run.smithi080:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-18T15:45:14.458 DEBUG:teuthology.orchestra.run.smithi106:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-18T15:45:14.459 DEBUG:teuthology.orchestra.run.smithi171:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-18T15:45:14.479 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T15:45:14.480 DEBUG:teuthology.orchestra.run.smithi171:> uname -r 2024-04-18T15:45:14.480 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T15:45:14.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T15:45:14.481 DEBUG:teuthology.orchestra.run.smithi080:> uname -r 2024-04-18T15:45:14.482 DEBUG:teuthology.orchestra.run.smithi106:> uname -r 2024-04-18T15:45:14.541 INFO:teuthology.orchestra.run.smithi171.stdout:4.18.0-489.el8.x86_64 2024-04-18T15:45:14.541 INFO:teuthology.task.kernel:Running kernel on smithi171: 4.18.0-489.el8.x86_64 2024-04-18T15:45:14.541 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum install -y kernel 2024-04-18T15:45:14.543 INFO:teuthology.orchestra.run.smithi080.stdout:4.18.0-489.el8.x86_64 2024-04-18T15:45:14.543 INFO:teuthology.task.kernel:Running kernel on smithi080: 4.18.0-489.el8.x86_64 2024-04-18T15:45:14.543 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum install -y kernel 2024-04-18T15:45:14.544 INFO:teuthology.orchestra.run.smithi106.stdout:4.18.0-489.el8.x86_64 2024-04-18T15:45:14.545 INFO:teuthology.task.kernel:Running kernel on smithi106: 4.18.0-489.el8.x86_64 2024-04-18T15:45:14.545 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum install -y kernel 2024-04-18T15:45:18.806 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 8 - AppStream 17 MB/s | 28 MB 00:01 2024-04-18T15:45:18.921 INFO:teuthology.orchestra.run.smithi106.stdout:CentOS Stream 8 - AppStream 15 MB/s | 28 MB 00:01 2024-04-18T15:45:19.314 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 8 - AppStream 13 MB/s | 28 MB 00:02 2024-04-18T15:45:26.215 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 8 - BaseOS 4.5 MB/s | 10 MB 00:02 2024-04-18T15:45:27.463 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 8 - BaseOS 3.3 MB/s | 10 MB 00:03 2024-04-18T15:45:28.320 INFO:teuthology.orchestra.run.smithi106.stdout:CentOS Stream 8 - BaseOS 2.4 MB/s | 10 MB 00:04 2024-04-18T15:45:28.347 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 8 - Extras 37 kB/s | 18 kB 00:00 2024-04-18T15:45:29.156 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 8 - Extras common packages 11 kB/s | 7.7 kB 00:00 2024-04-18T15:45:29.408 INFO:teuthology.orchestra.run.smithi080.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2024-04-18T15:45:29.571 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 8 - Extras 35 kB/s | 18 kB 00:00 2024-04-18T15:45:29.997 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 8 - Extras common packages 24 kB/s | 7.7 kB 00:00 2024-04-18T15:45:30.224 INFO:teuthology.orchestra.run.smithi171.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2024-04-18T15:45:30.254 INFO:teuthology.orchestra.run.smithi106.stdout:CentOS Stream 8 - Extras 54 kB/s | 18 kB 00:00 2024-04-18T15:45:30.780 INFO:teuthology.orchestra.run.smithi106.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 7.7 kB 00:00 2024-04-18T15:45:30.817 INFO:teuthology.orchestra.run.smithi080.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2024-04-18T15:45:31.014 INFO:teuthology.orchestra.run.smithi106.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2024-04-18T15:45:34.617 INFO:teuthology.orchestra.run.smithi080.stdout:lab-extras 410 kB/s | 24 kB 00:00 2024-04-18T15:45:36.840 INFO:teuthology.orchestra.run.smithi171.stdout:Extra Packages for Enterprise Linux 2.5 MB/s | 16 MB 00:06 2024-04-18T15:45:37.588 INFO:teuthology.orchestra.run.smithi080.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-04-18T15:45:37.588 INFO:teuthology.orchestra.run.smithi080.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-04-18T15:45:37.589 INFO:teuthology.orchestra.run.smithi106.stdout:Extra Packages for Enterprise Linux 2.5 MB/s | 16 MB 00:06 2024-04-18T15:45:37.696 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:45:37.697 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:45:37.697 INFO:teuthology.orchestra.run.smithi080.stdout: Package Architecture Version Repository Size 2024-04-18T15:45:37.697 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:45:37.697 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-04-18T15:45:37.697 INFO:teuthology.orchestra.run.smithi080.stdout: kernel x86_64 4.18.0-552.el8 baseos 10 M 2024-04-18T15:45:37.697 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2024-04-18T15:45:37.697 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-core x86_64 4.18.0-552.el8 baseos 44 M 2024-04-18T15:45:37.698 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-modules x86_64 4.18.0-552.el8 baseos 36 M 2024-04-18T15:45:37.698 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:45:37.698 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-04-18T15:45:37.698 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:45:37.698 INFO:teuthology.orchestra.run.smithi080.stdout:Install 3 Packages 2024-04-18T15:45:37.698 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:45:37.698 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 90 M 2024-04-18T15:45:37.699 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 96 M 2024-04-18T15:45:37.699 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-04-18T15:45:40.698 INFO:teuthology.orchestra.run.smithi171.stdout:lab-extras 387 kB/s | 24 kB 00:00 2024-04-18T15:45:41.398 INFO:teuthology.orchestra.run.smithi106.stdout:lab-extras 542 kB/s | 24 kB 00:00 2024-04-18T15:45:43.762 INFO:teuthology.orchestra.run.smithi171.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-04-18T15:45:43.762 INFO:teuthology.orchestra.run.smithi171.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-04-18T15:45:43.883 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:45:43.884 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:45:43.884 INFO:teuthology.orchestra.run.smithi171.stdout: Package Architecture Version Repository Size 2024-04-18T15:45:43.884 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:45:43.884 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-04-18T15:45:43.884 INFO:teuthology.orchestra.run.smithi171.stdout: kernel x86_64 4.18.0-552.el8 baseos 10 M 2024-04-18T15:45:43.885 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-04-18T15:45:43.885 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-core x86_64 4.18.0-552.el8 baseos 44 M 2024-04-18T15:45:43.885 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-modules x86_64 4.18.0-552.el8 baseos 36 M 2024-04-18T15:45:43.885 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:45:43.885 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-04-18T15:45:43.885 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:45:43.885 INFO:teuthology.orchestra.run.smithi171.stdout:Install 3 Packages 2024-04-18T15:45:43.885 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:45:43.886 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 90 M 2024-04-18T15:45:43.886 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 96 M 2024-04-18T15:45:43.886 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-04-18T15:45:44.436 INFO:teuthology.orchestra.run.smithi106.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-04-18T15:45:44.437 INFO:teuthology.orchestra.run.smithi106.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-04-18T15:45:44.553 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:45:44.554 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:45:44.554 INFO:teuthology.orchestra.run.smithi106.stdout: Package Architecture Version Repository Size 2024-04-18T15:45:44.554 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:45:44.554 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-04-18T15:45:44.554 INFO:teuthology.orchestra.run.smithi106.stdout: kernel x86_64 4.18.0-552.el8 baseos 10 M 2024-04-18T15:45:44.554 INFO:teuthology.orchestra.run.smithi106.stdout:Installing dependencies: 2024-04-18T15:45:44.554 INFO:teuthology.orchestra.run.smithi106.stdout: kernel-core x86_64 4.18.0-552.el8 baseos 44 M 2024-04-18T15:45:44.555 INFO:teuthology.orchestra.run.smithi106.stdout: kernel-modules x86_64 4.18.0-552.el8 baseos 36 M 2024-04-18T15:45:44.555 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:45:44.555 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-04-18T15:45:44.555 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:45:44.555 INFO:teuthology.orchestra.run.smithi106.stdout:Install 3 Packages 2024-04-18T15:45:44.555 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:45:44.555 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 90 M 2024-04-18T15:45:44.556 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 96 M 2024-04-18T15:45:44.556 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-04-18T15:45:52.541 INFO:teuthology.orchestra.run.smithi106.stdout:(1/3): kernel-4.18.0-552.el8.x86_64.rpm 1.3 MB/s | 10 MB 00:07 2024-04-18T15:45:52.957 INFO:teuthology.orchestra.run.smithi106.stdout:(2/3): kernel-modules-4.18.0-552.el8.x86_64.rpm 4.4 MB/s | 36 MB 00:08 2024-04-18T15:45:52.973 INFO:teuthology.orchestra.run.smithi171.stdout:(1/3): kernel-4.18.0-552.el8.x86_64.rpm 1.2 MB/s | 10 MB 00:08 2024-04-18T15:45:59.114 INFO:teuthology.orchestra.run.smithi080.stdout:(1/3): kernel-4.18.0-552.el8.x86_64.rpm 497 kB/s | 10 MB 00:21 2024-04-18T15:46:05.364 INFO:teuthology.orchestra.run.smithi171.stdout:(2/3): kernel-modules-4.18.0-552.el8.x86_64.rpm 1.7 MB/s | 36 MB 00:21 2024-04-18T15:46:05.781 INFO:teuthology.orchestra.run.smithi106.stdout:(3/3): kernel-core-4.18.0-552.el8.x86_64.rpm 2.1 MB/s | 44 MB 00:21 2024-04-18T15:46:05.781 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:46:05.782 INFO:teuthology.orchestra.run.smithi106.stdout:Total 4.3 MB/s | 90 MB 00:21 2024-04-18T15:46:06.462 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-04-18T15:46:06.884 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-04-18T15:46:06.884 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-04-18T15:46:08.127 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-04-18T15:46:08.154 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-04-18T15:46:10.911 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-04-18T15:46:11.417 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-18T15:46:14.353 INFO:teuthology.orchestra.run.smithi080.stdout:(2/3): kernel-modules-4.18.0-552.el8.x86_64.rpm 1.0 MB/s | 36 MB 00:36 2024-04-18T15:46:14.961 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-18T15:46:15.021 INFO:teuthology.orchestra.run.smithi171.stdout:(3/3): kernel-core-4.18.0-552.el8.x86_64.rpm 1.4 MB/s | 44 MB 00:31 2024-04-18T15:46:15.021 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:46:15.021 INFO:teuthology.orchestra.run.smithi171.stdout:Total 2.9 MB/s | 90 MB 00:31 2024-04-18T15:46:15.325 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-18T15:46:15.703 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-04-18T15:46:16.150 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-04-18T15:46:16.151 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-04-18T15:46:17.399 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-04-18T15:46:17.424 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-04-18T15:46:18.758 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-18T15:46:18.969 INFO:teuthology.orchestra.run.smithi080.stdout:(3/3): kernel-core-4.18.0-552.el8.x86_64.rpm 1.1 MB/s | 44 MB 00:41 2024-04-18T15:46:18.969 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:46:18.969 INFO:teuthology.orchestra.run.smithi080.stdout:Total 2.2 MB/s | 90 MB 00:41 2024-04-18T15:46:19.041 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : kernel-4.18.0-552.el8.x86_64 3/3 2024-04-18T15:46:19.651 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-04-18T15:46:20.095 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-04-18T15:46:20.096 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-04-18T15:46:20.191 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-04-18T15:46:20.705 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-18T15:46:21.338 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-04-18T15:46:21.367 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-04-18T15:46:24.171 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-04-18T15:46:24.280 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-18T15:46:24.646 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-18T15:46:24.724 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-18T15:46:28.088 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-18T15:46:28.300 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-18T15:46:28.673 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-18T15:46:28.745 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : kernel-4.18.0-552.el8.x86_64 3/3 2024-04-18T15:46:32.116 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-18T15:46:32.395 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : kernel-4.18.0-552.el8.x86_64 3/3 2024-04-18T15:46:40.875 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 3/3 2024-04-18T15:46:40.899 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-18T15:46:41.240 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: kernel-4.18.0-552.el8.x86_64 3/3 2024-04-18T15:46:41.240 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : kernel-4.18.0-552.el8.x86_64 1/3 2024-04-18T15:46:41.240 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : kernel-core-4.18.0-552.el8.x86_64 2/3 2024-04-18T15:46:41.741 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-18T15:46:41.741 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:46:41.741 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-04-18T15:46:41.742 INFO:teuthology.orchestra.run.smithi106.stdout: kernel-4.18.0-552.el8.x86_64 kernel-core-4.18.0-552.el8.x86_64 2024-04-18T15:46:41.742 INFO:teuthology.orchestra.run.smithi106.stdout: kernel-modules-4.18.0-552.el8.x86_64 2024-04-18T15:46:41.742 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:46:41.742 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:46:41.884 DEBUG:teuthology.orchestra.run.smithi106:> rpm -q kernel | sort -rV | head -n 1 2024-04-18T15:46:42.105 INFO:teuthology.orchestra.run.smithi106.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-18T15:46:42.106 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-18T15:46:42.106 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-552.el8.x86_64 2024-04-18T15:46:42.106 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-18T15:46:42.106 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-18T15:46:42.107 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-18T15:46:42.107 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi106.front.sepia.ceph.com, path=None, version=distro) 2024-04-18T15:46:42.107 DEBUG:teuthology.orchestra.run.smithi106:> rpm -q kernel | sort -rV | head -n 1 2024-04-18T15:46:42.318 INFO:teuthology.orchestra.run.smithi106.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-18T15:46:42.318 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-18T15:46:42.318 DEBUG:teuthology.orchestra.run.smithi106:> sudo rpm -qi grub2-tools 2024-04-18T15:46:42.351 INFO:teuthology.orchestra.run.smithi106.stdout:Name : grub2-tools 2024-04-18T15:46:42.351 INFO:teuthology.orchestra.run.smithi106.stdout:Epoch : 1 2024-04-18T15:46:42.352 INFO:teuthology.orchestra.run.smithi106.stdout:Version : 2.02 2024-04-18T15:46:42.352 INFO:teuthology.orchestra.run.smithi106.stdout:Release : 129.el8 2024-04-18T15:46:42.352 INFO:teuthology.orchestra.run.smithi106.stdout:Architecture: x86_64 2024-04-18T15:46:42.352 INFO:teuthology.orchestra.run.smithi106.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-04-18T15:46:42.352 INFO:teuthology.orchestra.run.smithi106.stdout:Group : System Environment/Base 2024-04-18T15:46:42.352 INFO:teuthology.orchestra.run.smithi106.stdout:Size : 9265586 2024-04-18T15:46:42.352 INFO:teuthology.orchestra.run.smithi106.stdout:License : GPLv3+ 2024-04-18T15:46:42.352 INFO:teuthology.orchestra.run.smithi106.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-04-18T15:46:42.352 INFO:teuthology.orchestra.run.smithi106.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-04-18T15:46:42.352 INFO:teuthology.orchestra.run.smithi106.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-04-18T15:46:42.352 INFO:teuthology.orchestra.run.smithi106.stdout:Build Host : kbuilder.bsys.centos.org 2024-04-18T15:46:42.352 INFO:teuthology.orchestra.run.smithi106.stdout:Relocations : (not relocatable) 2024-04-18T15:46:42.352 INFO:teuthology.orchestra.run.smithi106.stdout:Packager : CentOS BuildSystem 2024-04-18T15:46:42.352 INFO:teuthology.orchestra.run.smithi106.stdout:Vendor : CentOS 2024-04-18T15:46:42.353 INFO:teuthology.orchestra.run.smithi106.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-18T15:46:42.353 INFO:teuthology.orchestra.run.smithi106.stdout:Summary : Support tools for GRUB. 2024-04-18T15:46:42.353 INFO:teuthology.orchestra.run.smithi106.stdout:Description : 2024-04-18T15:46:42.353 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:46:42.353 INFO:teuthology.orchestra.run.smithi106.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-18T15:46:42.353 INFO:teuthology.orchestra.run.smithi106.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-18T15:46:42.353 INFO:teuthology.orchestra.run.smithi106.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-18T15:46:42.353 INFO:teuthology.orchestra.run.smithi106.stdout:hardware devices. 2024-04-18T15:46:42.353 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:46:42.353 INFO:teuthology.orchestra.run.smithi106.stdout:This subpackage provides tools for support of all platforms. 2024-04-18T15:46:42.354 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-18T15:46:42.354 INFO:teuthology.task.kernel:Updating grub on smithi106 to boot 4.18.0-552.el8.x86_64 2024-04-18T15:46:42.354 DEBUG:teuthology.orchestra.run.smithi106:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-18T15:46:43.976 INFO:teuthology.orchestra.run.smithi106.stderr:Generating grub configuration file ... 2024-04-18T15:46:46.205 INFO:teuthology.orchestra.run.smithi106.stderr:done 2024-04-18T15:46:46.207 DEBUG:teuthology.orchestra.run.smithi106:> mktemp 2024-04-18T15:46:46.242 INFO:teuthology.orchestra.run.smithi106.stdout:/tmp/tmp.WZ4i3WZlyz 2024-04-18T15:46:46.242 DEBUG:teuthology.orchestra.run.smithi106:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.WZ4i3WZlyz 2024-04-18T15:46:46.316 DEBUG:teuthology.orchestra.run.smithi106:> sudo chmod 0666 /tmp/tmp.WZ4i3WZlyz 2024-04-18T15:46:46.454 DEBUG:teuthology.orchestra.remote:smithi106:/tmp/tmp.WZ4i3WZlyz is 6KB 2024-04-18T15:46:46.502 DEBUG:teuthology.orchestra.run.smithi106:> rm -fr /tmp/tmp.WZ4i3WZlyz 2024-04-18T15:46:46.520 DEBUG:teuthology.orchestra.run.smithi106:> sudo /bin/ls /boot/loader/entries || true 2024-04-18T15:46:46.589 INFO:teuthology.orchestra.run.smithi106.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-04-18T15:46:46.590 INFO:teuthology.orchestra.run.smithi106.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-04-18T15:46:46.590 INFO:teuthology.orchestra.run.smithi106.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-04-18T15:46:46.590 INFO:teuthology.orchestra.run.smithi106.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64.conf 2024-04-18T15:46:46.591 DEBUG:teuthology.orchestra.run.smithi106:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64 2024-04-18T15:46:46.761 DEBUG:teuthology.orchestra.run.smithi106:> sudo shutdown -r now 2024-04-18T15:46:50.683 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 3/3 2024-04-18T15:46:50.707 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-18T15:46:51.055 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: kernel-4.18.0-552.el8.x86_64 3/3 2024-04-18T15:46:51.055 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : kernel-4.18.0-552.el8.x86_64 1/3 2024-04-18T15:46:51.055 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : kernel-core-4.18.0-552.el8.x86_64 2/3 2024-04-18T15:46:51.529 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-18T15:46:51.529 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:46:51.529 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-04-18T15:46:51.529 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-4.18.0-552.el8.x86_64 kernel-core-4.18.0-552.el8.x86_64 2024-04-18T15:46:51.529 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-modules-4.18.0-552.el8.x86_64 2024-04-18T15:46:51.529 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:46:51.529 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:46:51.691 DEBUG:teuthology.orchestra.run.smithi171:> rpm -q kernel | sort -rV | head -n 1 2024-04-18T15:46:51.905 INFO:teuthology.orchestra.run.smithi171.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-18T15:46:51.905 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-18T15:46:51.905 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-552.el8.x86_64 2024-04-18T15:46:51.905 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-18T15:46:51.905 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-18T15:46:51.905 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-18T15:46:51.905 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi171.front.sepia.ceph.com, path=None, version=distro) 2024-04-18T15:46:51.906 DEBUG:teuthology.orchestra.run.smithi171:> rpm -q kernel | sort -rV | head -n 1 2024-04-18T15:46:52.118 INFO:teuthology.orchestra.run.smithi171.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-18T15:46:52.118 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-18T15:46:52.119 DEBUG:teuthology.orchestra.run.smithi171:> sudo rpm -qi grub2-tools 2024-04-18T15:46:52.152 INFO:teuthology.orchestra.run.smithi171.stdout:Name : grub2-tools 2024-04-18T15:46:52.153 INFO:teuthology.orchestra.run.smithi171.stdout:Epoch : 1 2024-04-18T15:46:52.153 INFO:teuthology.orchestra.run.smithi171.stdout:Version : 2.02 2024-04-18T15:46:52.153 INFO:teuthology.orchestra.run.smithi171.stdout:Release : 129.el8 2024-04-18T15:46:52.153 INFO:teuthology.orchestra.run.smithi171.stdout:Architecture: x86_64 2024-04-18T15:46:52.153 INFO:teuthology.orchestra.run.smithi171.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-04-18T15:46:52.153 INFO:teuthology.orchestra.run.smithi171.stdout:Group : System Environment/Base 2024-04-18T15:46:52.153 INFO:teuthology.orchestra.run.smithi171.stdout:Size : 9265586 2024-04-18T15:46:52.153 INFO:teuthology.orchestra.run.smithi171.stdout:License : GPLv3+ 2024-04-18T15:46:52.153 INFO:teuthology.orchestra.run.smithi171.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-04-18T15:46:52.153 INFO:teuthology.orchestra.run.smithi171.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-04-18T15:46:52.153 INFO:teuthology.orchestra.run.smithi171.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-04-18T15:46:52.153 INFO:teuthology.orchestra.run.smithi171.stdout:Build Host : kbuilder.bsys.centos.org 2024-04-18T15:46:52.153 INFO:teuthology.orchestra.run.smithi171.stdout:Relocations : (not relocatable) 2024-04-18T15:46:52.154 INFO:teuthology.orchestra.run.smithi171.stdout:Packager : CentOS BuildSystem 2024-04-18T15:46:52.154 INFO:teuthology.orchestra.run.smithi171.stdout:Vendor : CentOS 2024-04-18T15:46:52.154 INFO:teuthology.orchestra.run.smithi171.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-18T15:46:52.154 INFO:teuthology.orchestra.run.smithi171.stdout:Summary : Support tools for GRUB. 2024-04-18T15:46:52.154 INFO:teuthology.orchestra.run.smithi171.stdout:Description : 2024-04-18T15:46:52.154 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:46:52.154 INFO:teuthology.orchestra.run.smithi171.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-18T15:46:52.154 INFO:teuthology.orchestra.run.smithi171.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-18T15:46:52.154 INFO:teuthology.orchestra.run.smithi171.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-18T15:46:52.154 INFO:teuthology.orchestra.run.smithi171.stdout:hardware devices. 2024-04-18T15:46:52.154 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:46:52.154 INFO:teuthology.orchestra.run.smithi171.stdout:This subpackage provides tools for support of all platforms. 2024-04-18T15:46:52.155 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-18T15:46:52.155 INFO:teuthology.task.kernel:Updating grub on smithi171 to boot 4.18.0-552.el8.x86_64 2024-04-18T15:46:52.155 DEBUG:teuthology.orchestra.run.smithi171:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-18T15:46:53.891 INFO:teuthology.orchestra.run.smithi171.stderr:Generating grub configuration file ... 2024-04-18T15:46:54.285 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 3/3 2024-04-18T15:46:54.310 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-18T15:46:54.959 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-4.18.0-552.el8.x86_64 3/3 2024-04-18T15:46:54.960 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : kernel-4.18.0-552.el8.x86_64 1/3 2024-04-18T15:46:54.960 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : kernel-core-4.18.0-552.el8.x86_64 2/3 2024-04-18T15:46:55.552 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-18T15:46:55.552 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:46:55.552 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-04-18T15:46:55.552 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-4.18.0-552.el8.x86_64 kernel-core-4.18.0-552.el8.x86_64 2024-04-18T15:46:55.552 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-modules-4.18.0-552.el8.x86_64 2024-04-18T15:46:55.553 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:46:55.553 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:46:55.703 DEBUG:teuthology.orchestra.run.smithi080:> rpm -q kernel | sort -rV | head -n 1 2024-04-18T15:46:55.922 INFO:teuthology.orchestra.run.smithi080.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-18T15:46:55.923 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-18T15:46:55.923 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-552.el8.x86_64 2024-04-18T15:46:55.923 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-18T15:46:55.923 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-18T15:46:55.923 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-18T15:46:55.923 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi080.front.sepia.ceph.com, path=None, version=distro) 2024-04-18T15:46:55.923 DEBUG:teuthology.orchestra.run.smithi080:> rpm -q kernel | sort -rV | head -n 1 2024-04-18T15:46:56.135 INFO:teuthology.orchestra.run.smithi080.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-18T15:46:56.135 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-18T15:46:56.136 DEBUG:teuthology.orchestra.run.smithi080:> sudo rpm -qi grub2-tools 2024-04-18T15:46:56.169 INFO:teuthology.orchestra.run.smithi080.stdout:Name : grub2-tools 2024-04-18T15:46:56.169 INFO:teuthology.orchestra.run.smithi080.stdout:Epoch : 1 2024-04-18T15:46:56.169 INFO:teuthology.orchestra.run.smithi080.stdout:Version : 2.02 2024-04-18T15:46:56.169 INFO:teuthology.orchestra.run.smithi080.stdout:Release : 129.el8 2024-04-18T15:46:56.169 INFO:teuthology.orchestra.run.smithi080.stdout:Architecture: x86_64 2024-04-18T15:46:56.169 INFO:teuthology.orchestra.run.smithi080.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-04-18T15:46:56.169 INFO:teuthology.orchestra.run.smithi080.stdout:Group : System Environment/Base 2024-04-18T15:46:56.169 INFO:teuthology.orchestra.run.smithi080.stdout:Size : 9265586 2024-04-18T15:46:56.169 INFO:teuthology.orchestra.run.smithi080.stdout:License : GPLv3+ 2024-04-18T15:46:56.169 INFO:teuthology.orchestra.run.smithi080.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-04-18T15:46:56.170 INFO:teuthology.orchestra.run.smithi080.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-04-18T15:46:56.170 INFO:teuthology.orchestra.run.smithi080.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-04-18T15:46:56.170 INFO:teuthology.orchestra.run.smithi080.stdout:Build Host : kbuilder.bsys.centos.org 2024-04-18T15:46:56.170 INFO:teuthology.orchestra.run.smithi080.stdout:Relocations : (not relocatable) 2024-04-18T15:46:56.170 INFO:teuthology.orchestra.run.smithi080.stdout:Packager : CentOS BuildSystem 2024-04-18T15:46:56.170 INFO:teuthology.orchestra.run.smithi080.stdout:Vendor : CentOS 2024-04-18T15:46:56.170 INFO:teuthology.orchestra.run.smithi080.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-18T15:46:56.170 INFO:teuthology.orchestra.run.smithi080.stdout:Summary : Support tools for GRUB. 2024-04-18T15:46:56.170 INFO:teuthology.orchestra.run.smithi080.stdout:Description : 2024-04-18T15:46:56.170 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:46:56.170 INFO:teuthology.orchestra.run.smithi080.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-18T15:46:56.171 INFO:teuthology.orchestra.run.smithi080.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-18T15:46:56.171 INFO:teuthology.orchestra.run.smithi080.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-18T15:46:56.171 INFO:teuthology.orchestra.run.smithi080.stdout:hardware devices. 2024-04-18T15:46:56.171 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:46:56.171 INFO:teuthology.orchestra.run.smithi080.stdout:This subpackage provides tools for support of all platforms. 2024-04-18T15:46:56.172 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-18T15:46:56.172 INFO:teuthology.task.kernel:Updating grub on smithi080 to boot 4.18.0-552.el8.x86_64 2024-04-18T15:46:56.172 DEBUG:teuthology.orchestra.run.smithi080:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-18T15:46:56.289 INFO:teuthology.orchestra.run.smithi171.stderr:done 2024-04-18T15:46:56.291 DEBUG:teuthology.orchestra.run.smithi171:> mktemp 2024-04-18T15:46:56.321 INFO:teuthology.orchestra.run.smithi171.stdout:/tmp/tmp.qeNUkhYpxO 2024-04-18T15:46:56.321 DEBUG:teuthology.orchestra.run.smithi171:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.qeNUkhYpxO 2024-04-18T15:46:56.395 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod 0666 /tmp/tmp.qeNUkhYpxO 2024-04-18T15:46:56.546 DEBUG:teuthology.orchestra.remote:smithi171:/tmp/tmp.qeNUkhYpxO is 6KB 2024-04-18T15:46:56.594 DEBUG:teuthology.orchestra.run.smithi171:> rm -fr /tmp/tmp.qeNUkhYpxO 2024-04-18T15:46:56.612 DEBUG:teuthology.orchestra.run.smithi171:> sudo /bin/ls /boot/loader/entries || true 2024-04-18T15:46:56.685 INFO:teuthology.orchestra.run.smithi171.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-04-18T15:46:56.685 INFO:teuthology.orchestra.run.smithi171.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-04-18T15:46:56.686 INFO:teuthology.orchestra.run.smithi171.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-04-18T15:46:56.686 INFO:teuthology.orchestra.run.smithi171.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64.conf 2024-04-18T15:46:56.687 DEBUG:teuthology.orchestra.run.smithi171:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64 2024-04-18T15:46:56.863 DEBUG:teuthology.orchestra.run.smithi171:> sudo shutdown -r now 2024-04-18T15:46:57.426 INFO:teuthology.orchestra.run.smithi080.stderr:Generating grub configuration file ... 2024-04-18T15:46:59.703 INFO:teuthology.orchestra.run.smithi080.stderr:done 2024-04-18T15:46:59.705 DEBUG:teuthology.orchestra.run.smithi080:> mktemp 2024-04-18T15:46:59.747 INFO:teuthology.orchestra.run.smithi080.stdout:/tmp/tmp.jFsJJShG3g 2024-04-18T15:46:59.748 DEBUG:teuthology.orchestra.run.smithi080:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.jFsJJShG3g 2024-04-18T15:46:59.822 DEBUG:teuthology.orchestra.run.smithi080:> sudo chmod 0666 /tmp/tmp.jFsJJShG3g 2024-04-18T15:46:59.960 DEBUG:teuthology.orchestra.remote:smithi080:/tmp/tmp.jFsJJShG3g is 6KB 2024-04-18T15:47:00.007 DEBUG:teuthology.orchestra.run.smithi080:> rm -fr /tmp/tmp.jFsJJShG3g 2024-04-18T15:47:00.025 DEBUG:teuthology.orchestra.run.smithi080:> sudo /bin/ls /boot/loader/entries || true 2024-04-18T15:47:00.090 INFO:teuthology.orchestra.run.smithi080.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-04-18T15:47:00.091 INFO:teuthology.orchestra.run.smithi080.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-04-18T15:47:00.091 INFO:teuthology.orchestra.run.smithi080.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-04-18T15:47:00.091 INFO:teuthology.orchestra.run.smithi080.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64.conf 2024-04-18T15:47:00.092 DEBUG:teuthology.orchestra.run.smithi080:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64 2024-04-18T15:47:00.230 DEBUG:teuthology.orchestra.run.smithi080:> sudo shutdown -r now 2024-04-18T15:47:16.778 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-18T15:47:16.779 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi106.front.sepia.ceph.com' 2024-04-18T15:47:16.780 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi106.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T15:47:26.875 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-18T15:47:26.875 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-04-18T15:47:26.876 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T15:47:30.236 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-18T15:47:30.236 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-04-18T15:47:30.237 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T15:48:01.438 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.171 2024-04-18T15:48:10.446 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-04-18T15:48:10.447 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T15:48:16.788 DEBUG:teuthology.orchestra.remote:timed out 2024-04-18T15:48:25.794 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi106.front.sepia.ceph.com' 2024-04-18T15:48:25.795 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi106.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T15:48:26.093 DEBUG:teuthology.orchestra.run.smithi106:> true 2024-04-18T15:48:26.539 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi106.front.sepia.ceph.com' 2024-04-18T15:48:26.539 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-552.el8.x86_64"... 2024-04-18T15:48:26.540 DEBUG:teuthology.orchestra.run.smithi106:> uname -r 2024-04-18T15:48:26.556 INFO:teuthology.orchestra.run.smithi106.stdout:4.18.0-552.el8.x86_64 2024-04-18T15:48:26.556 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-552.el8.x86_64 vs 4.18.0-552.el8.x86_64 2024-04-18T15:48:26.556 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-18T15:48:26.556 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-18T15:48:27.557 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-18T15:48:27.557 DEBUG:teuthology.orchestra.run.smithi106:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-18T15:48:27.653 INFO:teuthology.orchestra.run.smithi106.stdout:ttyS1 2024-04-18T15:48:27.669 DEBUG:teuthology.parallel:result is None 2024-04-18T15:48:28.834 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.171 2024-04-18T15:48:30.238 DEBUG:teuthology.orchestra.remote:timed out 2024-04-18T15:48:39.239 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-04-18T15:48:39.240 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T15:48:39.791 DEBUG:teuthology.orchestra.run.smithi080:> true 2024-04-18T15:48:40.010 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-04-18T15:48:40.010 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-552.el8.x86_64"... 2024-04-18T15:48:40.010 DEBUG:teuthology.orchestra.run.smithi080:> uname -r 2024-04-18T15:48:40.027 INFO:teuthology.orchestra.run.smithi080.stdout:4.18.0-552.el8.x86_64 2024-04-18T15:48:40.027 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-552.el8.x86_64 vs 4.18.0-552.el8.x86_64 2024-04-18T15:48:40.027 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-18T15:48:40.027 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-18T15:48:40.835 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-04-18T15:48:40.836 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T15:48:41.028 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-18T15:48:41.028 DEBUG:teuthology.orchestra.run.smithi080:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-18T15:48:41.118 DEBUG:teuthology.orchestra.run.smithi171:> true 2024-04-18T15:48:41.137 INFO:teuthology.orchestra.run.smithi080.stdout:ttyS1 2024-04-18T15:48:41.151 DEBUG:teuthology.parallel:result is None 2024-04-18T15:48:41.400 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-04-18T15:48:41.400 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "4.18.0-552.el8.x86_64"... 2024-04-18T15:48:41.400 DEBUG:teuthology.orchestra.run.smithi171:> uname -r 2024-04-18T15:48:41.419 INFO:teuthology.orchestra.run.smithi171.stdout:4.18.0-552.el8.x86_64 2024-04-18T15:48:41.420 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-552.el8.x86_64 vs 4.18.0-552.el8.x86_64 2024-04-18T15:48:41.420 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-18T15:48:41.420 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-18T15:48:42.420 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-18T15:48:42.421 DEBUG:teuthology.orchestra.run.smithi171:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-18T15:48:42.503 INFO:teuthology.orchestra.run.smithi171.stdout:ttyS1 2024-04-18T15:48:42.517 DEBUG:teuthology.parallel:result is None 2024-04-18T15:48:42.518 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-18T15:48:42.525 INFO:teuthology.task.internal:Creating test directory... 2024-04-18T15:48:42.525 DEBUG:teuthology.orchestra.run.smithi080:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-18T15:48:42.527 DEBUG:teuthology.orchestra.run.smithi106:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-18T15:48:42.530 DEBUG:teuthology.orchestra.run.smithi171:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-18T15:48:42.551 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-18T15:48:42.559 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-18T15:48:42.567 INFO:teuthology.task.internal:Creating archive directory... 2024-04-18T15:48:42.568 DEBUG:teuthology.orchestra.run.smithi080:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-18T15:48:42.582 DEBUG:teuthology.orchestra.run.smithi106:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-18T15:48:42.594 DEBUG:teuthology.orchestra.run.smithi171:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-18T15:48:42.701 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-18T15:48:42.708 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-18T15:48:42.708 DEBUG:teuthology.orchestra.run.smithi080:> 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-18T15:48:42.710 DEBUG:teuthology.orchestra.run.smithi106:> 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-18T15:48:42.712 DEBUG:teuthology.orchestra.run.smithi171:> 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-18T15:48:42.748 INFO:teuthology.orchestra.run.smithi106.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T15:48:42.754 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T15:48:42.760 INFO:teuthology.orchestra.run.smithi106.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T15:48:42.764 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T15:48:42.774 INFO:teuthology.orchestra.run.smithi171.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T15:48:42.784 INFO:teuthology.orchestra.run.smithi171.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T15:48:42.786 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-18T15:48:42.793 INFO:teuthology.task.internal:Configuring sudo... 2024-04-18T15:48:42.793 DEBUG:teuthology.orchestra.run.smithi080:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-18T15:48:42.795 DEBUG:teuthology.orchestra.run.smithi106:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-18T15:48:42.804 DEBUG:teuthology.orchestra.run.smithi171:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-18T15:48:42.833 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-18T15:48:42.843 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-18T15:48:42.843 DEBUG:teuthology.orchestra.run.smithi080:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-18T15:48:42.860 DEBUG:teuthology.orchestra.run.smithi106:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-18T15:48:42.877 DEBUG:teuthology.orchestra.run.smithi171:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-18T15:48:42.895 DEBUG:teuthology.orchestra.run.smithi080:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T15:48:42.958 DEBUG:teuthology.orchestra.run.smithi080:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T15:48:43.009 DEBUG:teuthology.orchestra.run.smithi080:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T15:48:43.085 DEBUG:teuthology.orchestra.run.smithi080:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T15:48:43.129 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-04-18T15:48:43.129 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-18T15:48:43.193 DEBUG:teuthology.orchestra.run.smithi106:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T15:48:43.242 DEBUG:teuthology.orchestra.run.smithi106:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T15:48:43.302 DEBUG:teuthology.orchestra.run.smithi106:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T15:48:43.347 DEBUG:teuthology.orchestra.run.smithi106:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T15:48:43.398 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-04-18T15:48:43.398 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-18T15:48:43.468 DEBUG:teuthology.orchestra.run.smithi171:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T15:48:43.516 DEBUG:teuthology.orchestra.run.smithi171:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T15:48:43.560 DEBUG:teuthology.orchestra.run.smithi171:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T15:48:43.645 DEBUG:teuthology.orchestra.run.smithi171:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T15:48:43.687 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-18T15:48:43.687 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-18T15:48:43.755 DEBUG:teuthology.orchestra.run.smithi080:> sudo service rsyslog restart 2024-04-18T15:48:43.758 DEBUG:teuthology.orchestra.run.smithi106:> sudo service rsyslog restart 2024-04-18T15:48:43.760 DEBUG:teuthology.orchestra.run.smithi171:> sudo service rsyslog restart 2024-04-18T15:48:43.822 INFO:teuthology.orchestra.run.smithi080.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T15:48:43.824 INFO:teuthology.orchestra.run.smithi106.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T15:48:43.859 INFO:teuthology.orchestra.run.smithi171.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T15:48:44.296 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-18T15:48:44.304 INFO:teuthology.task.internal:Starting timer... 2024-04-18T15:48:44.304 INFO:teuthology.run_tasks:Running task pcp... 2024-04-18T15:48:44.316 INFO:teuthology.run_tasks:Running task selinux... 2024-04-18T15:48:44.325 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-18T15:48:44.325 DEBUG:teuthology.orchestra.run.smithi080:> sudo service auditd rotate 2024-04-18T15:48:44.467 INFO:teuthology.orchestra.run.smithi080.stdout:Rotating logs: 2024-04-18T15:48:44.468 DEBUG:teuthology.orchestra.run.smithi106:> sudo service auditd rotate 2024-04-18T15:48:44.549 INFO:teuthology.orchestra.run.smithi106.stdout:Rotating logs: 2024-04-18T15:48:44.551 DEBUG:teuthology.orchestra.run.smithi171:> sudo service auditd rotate 2024-04-18T15:48:44.614 INFO:teuthology.orchestra.run.smithi171.stdout:Rotating logs: 2024-04-18T15:48:44.615 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-18T15:48:44.615 DEBUG:teuthology.orchestra.run.smithi080:> /usr/sbin/getenforce 2024-04-18T15:48:44.642 INFO:teuthology.orchestra.run.smithi080.stdout:Permissive 2024-04-18T15:48:44.643 DEBUG:teuthology.orchestra.run.smithi106:> /usr/sbin/getenforce 2024-04-18T15:48:44.679 INFO:teuthology.orchestra.run.smithi106.stdout:Permissive 2024-04-18T15:48:44.679 DEBUG:teuthology.orchestra.run.smithi171:> /usr/sbin/getenforce 2024-04-18T15:48:44.725 INFO:teuthology.orchestra.run.smithi171.stdout:Permissive 2024-04-18T15:48:44.725 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi080.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi106.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi171.front.sepia.ceph.com': 'permissive'} 2024-04-18T15:48:44.726 DEBUG:teuthology.orchestra.run.smithi080:> 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:48:44.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T15:48:44.753 DEBUG:teuthology.orchestra.run.smithi106:> 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:48:44.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T15:48:44.782 DEBUG:teuthology.orchestra.run.smithi171:> 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:48:44.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T15:48:44.809 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-18T15:48:44.809 DEBUG:teuthology.orchestra.run.smithi080:> sudo /usr/sbin/setenforce permissive 2024-04-18T15:48:45.069 DEBUG:teuthology.orchestra.run.smithi106:> sudo /usr/sbin/setenforce permissive 2024-04-18T15:48:45.097 DEBUG:teuthology.orchestra.run.smithi171:> sudo /usr/sbin/setenforce permissive 2024-04-18T15:48:45.125 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-18T15:48:45.136 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-18T15:48:45.152 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-18T15:48:45.154 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi080.front.sepia.ceph.com,smithi106.front.sepia.ceph.com,smithi171.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-18T15:54:49.132 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi080.front.sepia.ceph.com'), Remote(name='ubuntu@smithi106.front.sepia.ceph.com'), Remote(name='ubuntu@smithi171.front.sepia.ceph.com')] 2024-04-18T15:54:49.133 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-04-18T15:54:49.134 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T15:54:49.212 DEBUG:teuthology.orchestra.run.smithi080:> true 2024-04-18T15:54:49.280 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-04-18T15:54:49.280 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi106.front.sepia.ceph.com' 2024-04-18T15:54:49.281 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi106.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T15:54:49.357 DEBUG:teuthology.orchestra.run.smithi106:> true 2024-04-18T15:54:49.427 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi106.front.sepia.ceph.com' 2024-04-18T15:54:49.427 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-04-18T15:54:49.428 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T15:54:49.510 DEBUG:teuthology.orchestra.run.smithi171:> true 2024-04-18T15:54:49.582 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-04-18T15:54:49.583 INFO:teuthology.run_tasks:Running task clock... 2024-04-18T15:54:49.594 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-18T15:54:49.594 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-18T15:54:49.595 DEBUG:teuthology.orchestra.run.smithi080:> 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-18T15:54:49.597 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-18T15:54:49.597 DEBUG:teuthology.orchestra.run.smithi106:> 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-18T15:54:49.600 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-18T15:54:49.600 DEBUG:teuthology.orchestra.run.smithi171:> 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-18T15:54:49.631 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-18T15:54:49.634 INFO:teuthology.orchestra.run.smithi106.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-18T15:54:49.647 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-18T15:54:49.650 INFO:teuthology.orchestra.run.smithi106.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-18T15:54:49.657 INFO:teuthology.orchestra.run.smithi171.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-18T15:54:49.672 INFO:teuthology.orchestra.run.smithi171.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-18T15:54:49.713 INFO:teuthology.orchestra.run.smithi080.stderr:sudo: ntpd: command not found 2024-04-18T15:54:49.727 INFO:teuthology.orchestra.run.smithi080.stdout:506 Cannot talk to daemon 2024-04-18T15:54:49.730 INFO:teuthology.orchestra.run.smithi106.stderr:sudo: ntpd: command not found 2024-04-18T15:54:49.742 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-18T15:54:49.744 INFO:teuthology.orchestra.run.smithi106.stdout:506 Cannot talk to daemon 2024-04-18T15:54:49.744 INFO:teuthology.orchestra.run.smithi171.stderr:sudo: ntpd: command not found 2024-04-18T15:54:49.756 INFO:teuthology.orchestra.run.smithi171.stdout:506 Cannot talk to daemon 2024-04-18T15:54:49.757 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-18T15:54:49.760 INFO:teuthology.orchestra.run.smithi106.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-18T15:54:49.771 INFO:teuthology.orchestra.run.smithi171.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-18T15:54:49.777 INFO:teuthology.orchestra.run.smithi106.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-18T15:54:49.784 INFO:teuthology.orchestra.run.smithi171.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-18T15:54:49.818 INFO:teuthology.orchestra.run.smithi080.stderr:bash: ntpq: command not found 2024-04-18T15:54:49.822 INFO:teuthology.orchestra.run.smithi080.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-18T15:54:49.822 INFO:teuthology.orchestra.run.smithi080.stdout:=============================================================================== 2024-04-18T15:54:49.822 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T15:54:49.822 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T15:54:49.822 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T15:54:49.822 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T15:54:49.846 INFO:teuthology.orchestra.run.smithi171.stderr:bash: ntpq: command not found 2024-04-18T15:54:49.847 INFO:teuthology.orchestra.run.smithi106.stderr:bash: ntpq: command not found 2024-04-18T15:54:49.850 INFO:teuthology.orchestra.run.smithi171.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-18T15:54:49.850 INFO:teuthology.orchestra.run.smithi171.stdout:=============================================================================== 2024-04-18T15:54:49.850 INFO:teuthology.orchestra.run.smithi171.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T15:54:49.850 INFO:teuthology.orchestra.run.smithi171.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T15:54:49.850 INFO:teuthology.orchestra.run.smithi171.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T15:54:49.850 INFO:teuthology.orchestra.run.smithi171.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T15:54:49.852 INFO:teuthology.orchestra.run.smithi106.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-18T15:54:49.852 INFO:teuthology.orchestra.run.smithi106.stdout:=============================================================================== 2024-04-18T15:54:49.852 INFO:teuthology.orchestra.run.smithi106.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T15:54:49.852 INFO:teuthology.orchestra.run.smithi106.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T15:54:49.852 INFO:teuthology.orchestra.run.smithi106.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T15:54:49.852 INFO:teuthology.orchestra.run.smithi106.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T15:54:49.853 INFO:teuthology.run_tasks:Running task pexec... 2024-04-18T15:54:49.863 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-18T15:54:49.863 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi080.front.sepia.ceph.com 2024-04-18T15:54:49.863 DEBUG:teuthology.orchestra.run.smithi080:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-18T15:54:49.864 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi106.front.sepia.ceph.com 2024-04-18T15:54:49.864 DEBUG:teuthology.orchestra.run.smithi106:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-18T15:54:49.864 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi171.front.sepia.ceph.com 2024-04-18T15:54:49.864 DEBUG:teuthology.orchestra.run.smithi171:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-18T15:54:50.624 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:31 ago on Thu 18 Apr 2024 03:53:19 PM UTC. 2024-04-18T15:54:50.655 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:24 ago on Thu 18 Apr 2024 03:53:26 PM UTC. 2024-04-18T15:54:50.669 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:01:30 ago on Thu 18 Apr 2024 03:53:20 PM UTC. 2024-04-18T15:54:52.738 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:54:52.739 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:54:52.739 INFO:teuthology.orchestra.run.smithi080.stdout: Package Architecture Version Repository Size 2024-04-18T15:54:52.739 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:54:52.739 INFO:teuthology.orchestra.run.smithi080.stdout:Resetting modules: 2024-04-18T15:54:52.739 INFO:teuthology.orchestra.run.smithi080.stdout: container-tools 2024-04-18T15:54:52.739 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:54:52.739 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-04-18T15:54:52.740 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:54:52.740 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:54:52.790 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:54:52.791 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:54:52.791 INFO:teuthology.orchestra.run.smithi106.stdout: Package Architecture Version Repository Size 2024-04-18T15:54:52.791 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:54:52.791 INFO:teuthology.orchestra.run.smithi106.stdout:Resetting modules: 2024-04-18T15:54:52.791 INFO:teuthology.orchestra.run.smithi106.stdout: container-tools 2024-04-18T15:54:52.791 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:54:52.792 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-04-18T15:54:52.792 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:54:52.792 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:54:52.824 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:54:52.825 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:54:52.825 INFO:teuthology.orchestra.run.smithi171.stdout: Package Architecture Version Repository Size 2024-04-18T15:54:52.825 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:54:52.825 INFO:teuthology.orchestra.run.smithi171.stdout:Resetting modules: 2024-04-18T15:54:52.825 INFO:teuthology.orchestra.run.smithi171.stdout: container-tools 2024-04-18T15:54:52.825 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:54:52.825 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-04-18T15:54:52.825 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:54:52.825 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:54:52.992 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:54:53.040 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:54:53.110 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:54:53.760 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:34 ago on Thu 18 Apr 2024 03:53:19 PM UTC. 2024-04-18T15:54:53.817 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:01:33 ago on Thu 18 Apr 2024 03:53:20 PM UTC. 2024-04-18T15:54:53.886 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:27 ago on Thu 18 Apr 2024 03:53:26 PM UTC. 2024-04-18T15:54:55.883 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:54:55.920 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:54:55.921 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2024-04-18T15:54:55.921 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:54:55.921 INFO:teuthology.orchestra.run.smithi080.stdout:Installing group/module packages: 2024-04-18T15:54:55.921 INFO:teuthology.orchestra.run.smithi080.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-04-18T15:54:55.921 INFO:teuthology.orchestra.run.smithi080.stdout: buildah x86_64 2:1.33.6-2.module_el8+976+11360731 appstream 9.6 M 2024-04-18T15:54:55.921 INFO:teuthology.orchestra.run.smithi080.stdout: cockpit-podman noarch 84.1-1.module_el8+977+8ab54275 appstream 689 k 2024-04-18T15:54:55.921 INFO:teuthology.orchestra.run.smithi080.stdout: crun x86_64 1.14.3-2.module_el8+968+fbb249c7 appstream 258 k 2024-04-18T15:54:55.921 INFO:teuthology.orchestra.run.smithi080.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-04-18T15:54:55.921 INFO:teuthology.orchestra.run.smithi080.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-04-18T15:54:55.921 INFO:teuthology.orchestra.run.smithi080.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-04-18T15:54:55.921 INFO:teuthology.orchestra.run.smithi080.stdout: toolbox x86_64 0.0.99.5-2.module_el8+971+3d3df00d appstream 2.5 M 2024-04-18T15:54:55.921 INFO:teuthology.orchestra.run.smithi080.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-04-18T15:54:55.922 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2024-04-18T15:54:55.922 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-04-18T15:54:55.922 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-04-18T15:54:55.922 INFO:teuthology.orchestra.run.smithi080.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-04-18T15:54:55.922 INFO:teuthology.orchestra.run.smithi080.stdout:Installing weak dependencies: 2024-04-18T15:54:55.922 INFO:teuthology.orchestra.run.smithi080.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-04-18T15:54:55.922 INFO:teuthology.orchestra.run.smithi080.stdout:Installing module profiles: 2024-04-18T15:54:55.922 INFO:teuthology.orchestra.run.smithi080.stdout: container-tools/common 2024-04-18T15:54:55.922 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:54:55.922 INFO:teuthology.orchestra.run.smithi080.stdout:Enabling module streams: 2024-04-18T15:54:55.922 INFO:teuthology.orchestra.run.smithi080.stdout: container-tools rhel8 2024-04-18T15:54:55.922 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:54:55.922 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-04-18T15:54:55.922 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:54:55.923 INFO:teuthology.orchestra.run.smithi080.stdout:Install 13 Packages 2024-04-18T15:54:55.923 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:54:55.923 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 27 M 2024-04-18T15:54:55.923 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 91 M 2024-04-18T15:54:55.923 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-04-18T15:54:55.959 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:54:55.996 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:54:55.997 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repository Size 2024-04-18T15:54:55.997 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:54:55.997 INFO:teuthology.orchestra.run.smithi106.stdout:Installing group/module packages: 2024-04-18T15:54:55.997 INFO:teuthology.orchestra.run.smithi106.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-04-18T15:54:55.997 INFO:teuthology.orchestra.run.smithi106.stdout: buildah x86_64 2:1.33.6-2.module_el8+976+11360731 appstream 9.6 M 2024-04-18T15:54:55.997 INFO:teuthology.orchestra.run.smithi106.stdout: cockpit-podman noarch 84.1-1.module_el8+977+8ab54275 appstream 689 k 2024-04-18T15:54:55.997 INFO:teuthology.orchestra.run.smithi106.stdout: crun x86_64 1.14.3-2.module_el8+968+fbb249c7 appstream 258 k 2024-04-18T15:54:55.997 INFO:teuthology.orchestra.run.smithi106.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-04-18T15:54:55.997 INFO:teuthology.orchestra.run.smithi106.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-04-18T15:54:55.997 INFO:teuthology.orchestra.run.smithi106.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-04-18T15:54:55.997 INFO:teuthology.orchestra.run.smithi106.stdout: toolbox x86_64 0.0.99.5-2.module_el8+971+3d3df00d appstream 2.5 M 2024-04-18T15:54:55.997 INFO:teuthology.orchestra.run.smithi106.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-04-18T15:54:55.997 INFO:teuthology.orchestra.run.smithi106.stdout:Installing dependencies: 2024-04-18T15:54:55.997 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-04-18T15:54:55.998 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-04-18T15:54:55.998 INFO:teuthology.orchestra.run.smithi106.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-04-18T15:54:55.998 INFO:teuthology.orchestra.run.smithi106.stdout:Installing weak dependencies: 2024-04-18T15:54:55.998 INFO:teuthology.orchestra.run.smithi106.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-04-18T15:54:55.998 INFO:teuthology.orchestra.run.smithi106.stdout:Installing module profiles: 2024-04-18T15:54:55.998 INFO:teuthology.orchestra.run.smithi106.stdout: container-tools/common 2024-04-18T15:54:55.998 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:54:55.998 INFO:teuthology.orchestra.run.smithi106.stdout:Enabling module streams: 2024-04-18T15:54:55.998 INFO:teuthology.orchestra.run.smithi106.stdout: container-tools rhel8 2024-04-18T15:54:55.998 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:54:55.998 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-04-18T15:54:55.998 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:54:55.998 INFO:teuthology.orchestra.run.smithi106.stdout:Install 13 Packages 2024-04-18T15:54:55.998 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:54:55.999 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 27 M 2024-04-18T15:54:55.999 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 91 M 2024-04-18T15:54:55.999 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-04-18T15:54:56.024 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:54:56.062 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:54:56.062 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-04-18T15:54:56.062 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:54:56.062 INFO:teuthology.orchestra.run.smithi171.stdout:Installing group/module packages: 2024-04-18T15:54:56.062 INFO:teuthology.orchestra.run.smithi171.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-04-18T15:54:56.062 INFO:teuthology.orchestra.run.smithi171.stdout: buildah x86_64 2:1.33.6-2.module_el8+976+11360731 appstream 9.6 M 2024-04-18T15:54:56.062 INFO:teuthology.orchestra.run.smithi171.stdout: cockpit-podman noarch 84.1-1.module_el8+977+8ab54275 appstream 689 k 2024-04-18T15:54:56.062 INFO:teuthology.orchestra.run.smithi171.stdout: crun x86_64 1.14.3-2.module_el8+968+fbb249c7 appstream 258 k 2024-04-18T15:54:56.063 INFO:teuthology.orchestra.run.smithi171.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-04-18T15:54:56.063 INFO:teuthology.orchestra.run.smithi171.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-04-18T15:54:56.063 INFO:teuthology.orchestra.run.smithi171.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-04-18T15:54:56.063 INFO:teuthology.orchestra.run.smithi171.stdout: toolbox x86_64 0.0.99.5-2.module_el8+971+3d3df00d appstream 2.5 M 2024-04-18T15:54:56.063 INFO:teuthology.orchestra.run.smithi171.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-04-18T15:54:56.063 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-04-18T15:54:56.063 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-04-18T15:54:56.063 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-04-18T15:54:56.063 INFO:teuthology.orchestra.run.smithi171.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-04-18T15:54:56.063 INFO:teuthology.orchestra.run.smithi171.stdout:Installing weak dependencies: 2024-04-18T15:54:56.063 INFO:teuthology.orchestra.run.smithi171.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-04-18T15:54:56.063 INFO:teuthology.orchestra.run.smithi171.stdout:Installing module profiles: 2024-04-18T15:54:56.063 INFO:teuthology.orchestra.run.smithi171.stdout: container-tools/common 2024-04-18T15:54:56.063 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:54:56.064 INFO:teuthology.orchestra.run.smithi171.stdout:Enabling module streams: 2024-04-18T15:54:56.064 INFO:teuthology.orchestra.run.smithi171.stdout: container-tools rhel8 2024-04-18T15:54:56.064 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:54:56.064 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-04-18T15:54:56.064 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:54:56.064 INFO:teuthology.orchestra.run.smithi171.stdout:Install 13 Packages 2024-04-18T15:54:56.064 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:54:56.064 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 27 M 2024-04-18T15:54:56.065 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 91 M 2024-04-18T15:54:56.065 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-04-18T15:54:56.309 INFO:teuthology.orchestra.run.smithi106.stdout:(1/13): cockpit-podman-84.1-1.module_el8+977+8a 2.7 MB/s | 689 kB 00:00 2024-04-18T15:54:56.342 INFO:teuthology.orchestra.run.smithi106.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 3.6 MB/s | 1.0 MB 00:00 2024-04-18T15:54:56.360 INFO:teuthology.orchestra.run.smithi080.stdout:(1/13): cockpit-podman-84.1-1.module_el8+977+8a 2.8 MB/s | 689 kB 00:00 2024-04-18T15:54:56.393 INFO:teuthology.orchestra.run.smithi106.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 453 kB/s | 38 kB 00:00 2024-04-18T15:54:56.436 INFO:teuthology.orchestra.run.smithi080.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 3.2 MB/s | 1.0 MB 00:00 2024-04-18T15:54:56.453 INFO:teuthology.orchestra.run.smithi080.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 412 kB/s | 38 kB 00:00 2024-04-18T15:54:56.468 INFO:teuthology.orchestra.run.smithi106.stdout:(4/13): crun-1.14.3-2.module_el8+968+fbb249c7.x 2.0 MB/s | 258 kB 00:00 2024-04-18T15:54:56.534 INFO:teuthology.orchestra.run.smithi171.stdout:(1/13): cockpit-podman-84.1-1.module_el8+977+8a 2.5 MB/s | 689 kB 00:00 2024-04-18T15:54:56.575 INFO:teuthology.orchestra.run.smithi171.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 3.2 MB/s | 1.0 MB 00:00 2024-04-18T15:54:56.595 INFO:teuthology.orchestra.run.smithi080.stdout:(4/13): crun-1.14.3-2.module_el8+968+fbb249c7.x 1.6 MB/s | 258 kB 00:00 2024-04-18T15:54:56.610 INFO:teuthology.orchestra.run.smithi106.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 1.2 MB/s | 180 kB 00:00 2024-04-18T15:54:56.625 INFO:teuthology.orchestra.run.smithi171.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 418 kB/s | 38 kB 00:00 2024-04-18T15:54:56.709 INFO:teuthology.orchestra.run.smithi171.stdout:(4/13): crun-1.14.3-2.module_el8+968+fbb249c7.x 1.9 MB/s | 258 kB 00:00 2024-04-18T15:54:56.710 INFO:teuthology.orchestra.run.smithi106.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 247 kB/s | 25 kB 00:00 2024-04-18T15:54:56.746 INFO:teuthology.orchestra.run.smithi080.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 1.2 MB/s | 180 kB 00:00 2024-04-18T15:54:56.810 INFO:teuthology.orchestra.run.smithi106.stdout:(7/13): netavark-1.10.3-1.module_el8+951+32019c 9.8 MB/s | 4.1 MB 00:00 2024-04-18T15:54:56.836 INFO:teuthology.orchestra.run.smithi106.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 748 kB/s | 94 kB 00:00 2024-04-18T15:54:56.851 INFO:teuthology.orchestra.run.smithi171.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 1.2 MB/s | 180 kB 00:00 2024-04-18T15:54:56.853 INFO:teuthology.orchestra.run.smithi080.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 229 kB/s | 25 kB 00:00 2024-04-18T15:54:56.943 INFO:teuthology.orchestra.run.smithi171.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 269 kB/s | 25 kB 00:00 2024-04-18T15:54:56.971 INFO:teuthology.orchestra.run.smithi080.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 804 kB/s | 94 kB 00:00 2024-04-18T15:54:57.077 INFO:teuthology.orchestra.run.smithi171.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 704 kB/s | 94 kB 00:00 2024-04-18T15:54:57.186 INFO:teuthology.orchestra.run.smithi106.stdout:(9/13): buildah-1.33.6-2.module_el8+976+1136073 8.6 MB/s | 9.6 MB 00:01 2024-04-18T15:54:57.229 INFO:teuthology.orchestra.run.smithi080.stdout:(8/13): netavark-1.10.3-1.module_el8+951+32019c 5.3 MB/s | 4.1 MB 00:00 2024-04-18T15:54:57.236 INFO:teuthology.orchestra.run.smithi106.stdout:(10/13): toolbox-0.0.99.5-2.module_el8+971+3d3d 6.3 MB/s | 2.5 MB 00:00 2024-04-18T15:54:57.295 INFO:teuthology.orchestra.run.smithi106.stdout:(11/13): udica-0.2.6-20.module_el8+804+f131391c 485 kB/s | 53 kB 00:00 2024-04-18T15:54:57.329 INFO:teuthology.orchestra.run.smithi106.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 445 kB/s | 41 kB 00:00 2024-04-18T15:54:57.339 INFO:teuthology.orchestra.run.smithi080.stdout:(9/13): buildah-1.33.6-2.module_el8+976+1136073 7.9 MB/s | 9.6 MB 00:01 2024-04-18T15:54:57.360 INFO:teuthology.orchestra.run.smithi171.stdout:(8/13): netavark-1.10.3-1.module_el8+951+32019c 5.6 MB/s | 4.1 MB 00:00 2024-04-18T15:54:57.463 INFO:teuthology.orchestra.run.smithi080.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 421 kB/s | 53 kB 00:00 2024-04-18T15:54:57.529 INFO:teuthology.orchestra.run.smithi106.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 12 MB/s | 8.8 MB 00:00 2024-04-18T15:54:57.529 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:54:57.529 INFO:teuthology.orchestra.run.smithi106.stdout:Total 18 MB/s | 27 MB 00:01 2024-04-18T15:54:57.564 INFO:teuthology.orchestra.run.smithi080.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 409 kB/s | 41 kB 00:00 2024-04-18T15:54:57.594 INFO:teuthology.orchestra.run.smithi171.stdout:(9/13): buildah-1.33.6-2.module_el8+976+1136073 7.2 MB/s | 9.6 MB 00:01 2024-04-18T15:54:57.664 INFO:teuthology.orchestra.run.smithi080.stdout:(12/13): skopeo-1.14.3-0.1.module_el8+885+7da14 13 MB/s | 8.8 MB 00:00 2024-04-18T15:54:57.714 INFO:teuthology.orchestra.run.smithi080.stdout:(13/13): toolbox-0.0.99.5-2.module_el8+971+3d3d 5.2 MB/s | 2.5 MB 00:00 2024-04-18T15:54:57.714 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:54:57.714 INFO:teuthology.orchestra.run.smithi080.stdout:Total 15 MB/s | 27 MB 00:01 2024-04-18T15:54:57.736 INFO:teuthology.orchestra.run.smithi171.stdout:(10/13): toolbox-0.0.99.5-2.module_el8+971+3d3d 6.7 MB/s | 2.5 MB 00:00 2024-04-18T15:54:57.770 INFO:teuthology.orchestra.run.smithi171.stdout:(11/13): udica-0.2.6-20.module_el8+804+f131391c 300 kB/s | 53 kB 00:00 2024-04-18T15:54:57.798 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-04-18T15:54:57.819 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-04-18T15:54:57.819 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-04-18T15:54:57.820 INFO:teuthology.orchestra.run.smithi171.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 488 kB/s | 41 kB 00:00 2024-04-18T15:54:57.985 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-04-18T15:54:58.006 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-04-18T15:54:58.006 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-04-18T15:54:58.029 INFO:teuthology.orchestra.run.smithi171.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 9.3 MB/s | 8.8 MB 00:00 2024-04-18T15:54:58.029 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:54:58.029 INFO:teuthology.orchestra.run.smithi171.stdout:Total 14 MB/s | 27 MB 00:01 2024-04-18T15:54:58.066 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-04-18T15:54:58.070 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-04-18T15:54:58.269 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-04-18T15:54:58.272 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-04-18T15:54:58.299 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-04-18T15:54:58.320 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-04-18T15:54:58.321 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-04-18T15:54:58.580 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-04-18T15:54:58.584 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-04-18T15:54:58.688 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-04-18T15:54:58.929 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-04-18T15:54:59.248 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-04-18T15:54:59.617 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-04-18T15:54:59.805 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-04-18T15:54:59.905 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-04-18T15:54:59.967 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-04-18T15:55:00.104 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-04-18T15:55:00.176 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-04-18T15:55:00.211 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-04-18T15:55:00.283 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-04-18T15:55:00.385 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-04-18T15:55:00.397 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-04-18T15:55:00.484 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-04-18T15:55:00.542 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-04-18T15:55:00.743 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-04-18T15:55:00.753 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-04-18T15:55:00.936 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-04-18T15:55:00.985 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-04-18T15:55:01.258 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-04-18T15:55:01.585 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-04-18T15:55:01.871 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-04-18T15:55:02.131 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 8/13 2024-04-18T15:55:02.267 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-04-18T15:55:02.428 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 9/13 2024-04-18T15:55:02.558 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 8/13 2024-04-18T15:55:02.587 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-04-18T15:55:02.769 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 9/13 2024-04-18T15:55:02.822 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 8/13 2024-04-18T15:55:02.840 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-04-18T15:55:03.051 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 9/13 2024-04-18T15:55:03.074 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-18T15:55:03.205 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-04-18T15:55:03.279 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-18T15:55:03.424 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-18T15:55:03.474 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-18T15:55:03.491 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-04-18T15:55:03.603 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-18T15:55:03.705 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-18T15:55:03.848 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-18T15:55:03.891 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-18T15:55:03.891 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-04-18T15:55:03.891 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2/13 2024-04-18T15:55:03.891 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 3/13 2024-04-18T15:55:03.891 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-04-18T15:55:03.891 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 5/13 2024-04-18T15:55:03.892 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-04-18T15:55:03.892 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-04-18T15:55:03.892 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-04-18T15:55:03.892 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-04-18T15:55:03.892 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-04-18T15:55:03.892 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-18T15:55:03.892 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-18T15:55:03.913 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-18T15:55:04.158 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-18T15:55:04.256 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-18T15:55:04.257 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-04-18T15:55:04.257 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2/13 2024-04-18T15:55:04.257 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 3/13 2024-04-18T15:55:04.257 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-04-18T15:55:04.257 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 5/13 2024-04-18T15:55:04.257 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-04-18T15:55:04.257 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-04-18T15:55:04.257 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-04-18T15:55:04.257 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-04-18T15:55:04.257 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-04-18T15:55:04.257 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-18T15:55:04.257 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-18T15:55:04.422 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-04-18T15:55:04.423 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:55:04.423 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-04-18T15:55:04.423 INFO:teuthology.orchestra.run.smithi106.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-04-18T15:55:04.423 INFO:teuthology.orchestra.run.smithi106.stdout: buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2024-04-18T15:55:04.423 INFO:teuthology.orchestra.run.smithi106.stdout: cockpit-podman-84.1-1.module_el8+977+8ab54275.noarch 2024-04-18T15:55:04.423 INFO:teuthology.orchestra.run.smithi106.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-04-18T15:55:04.423 INFO:teuthology.orchestra.run.smithi106.stdout: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 2024-04-18T15:55:04.423 INFO:teuthology.orchestra.run.smithi106.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-04-18T15:55:04.423 INFO:teuthology.orchestra.run.smithi106.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-04-18T15:55:04.423 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-04-18T15:55:04.424 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-04-18T15:55:04.424 INFO:teuthology.orchestra.run.smithi106.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-04-18T15:55:04.424 INFO:teuthology.orchestra.run.smithi106.stdout: toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 2024-04-18T15:55:04.424 INFO:teuthology.orchestra.run.smithi106.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-04-18T15:55:04.424 INFO:teuthology.orchestra.run.smithi106.stdout: yajl-2.1.0-12.el8.x86_64 2024-04-18T15:55:04.424 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:55:04.424 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:55:04.590 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-18T15:55:04.590 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-04-18T15:55:04.590 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2/13 2024-04-18T15:55:04.590 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 3/13 2024-04-18T15:55:04.590 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-04-18T15:55:04.590 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 5/13 2024-04-18T15:55:04.590 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-04-18T15:55:04.590 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-04-18T15:55:04.590 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-04-18T15:55:04.590 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-04-18T15:55:04.590 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-04-18T15:55:04.591 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-18T15:55:04.591 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-18T15:55:04.670 DEBUG:teuthology.parallel:result is None 2024-04-18T15:55:04.755 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-04-18T15:55:04.755 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:55:04.755 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-04-18T15:55:04.755 INFO:teuthology.orchestra.run.smithi080.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-04-18T15:55:04.755 INFO:teuthology.orchestra.run.smithi080.stdout: buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2024-04-18T15:55:04.755 INFO:teuthology.orchestra.run.smithi080.stdout: cockpit-podman-84.1-1.module_el8+977+8ab54275.noarch 2024-04-18T15:55:04.755 INFO:teuthology.orchestra.run.smithi080.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-04-18T15:55:04.755 INFO:teuthology.orchestra.run.smithi080.stdout: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 2024-04-18T15:55:04.755 INFO:teuthology.orchestra.run.smithi080.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-04-18T15:55:04.755 INFO:teuthology.orchestra.run.smithi080.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-04-18T15:55:04.756 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-04-18T15:55:04.756 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-04-18T15:55:04.756 INFO:teuthology.orchestra.run.smithi080.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-04-18T15:55:04.756 INFO:teuthology.orchestra.run.smithi080.stdout: toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 2024-04-18T15:55:04.756 INFO:teuthology.orchestra.run.smithi080.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-04-18T15:55:04.756 INFO:teuthology.orchestra.run.smithi080.stdout: yajl-2.1.0-12.el8.x86_64 2024-04-18T15:55:04.756 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:55:04.756 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:55:05.035 DEBUG:teuthology.parallel:result is None 2024-04-18T15:55:05.093 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-04-18T15:55:05.093 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:55:05.093 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-04-18T15:55:05.093 INFO:teuthology.orchestra.run.smithi171.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-04-18T15:55:05.093 INFO:teuthology.orchestra.run.smithi171.stdout: buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2024-04-18T15:55:05.093 INFO:teuthology.orchestra.run.smithi171.stdout: cockpit-podman-84.1-1.module_el8+977+8ab54275.noarch 2024-04-18T15:55:05.093 INFO:teuthology.orchestra.run.smithi171.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-04-18T15:55:05.093 INFO:teuthology.orchestra.run.smithi171.stdout: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 2024-04-18T15:55:05.094 INFO:teuthology.orchestra.run.smithi171.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-04-18T15:55:05.094 INFO:teuthology.orchestra.run.smithi171.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-04-18T15:55:05.094 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-04-18T15:55:05.094 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-04-18T15:55:05.094 INFO:teuthology.orchestra.run.smithi171.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-04-18T15:55:05.094 INFO:teuthology.orchestra.run.smithi171.stdout: toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 2024-04-18T15:55:05.094 INFO:teuthology.orchestra.run.smithi171.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-04-18T15:55:05.094 INFO:teuthology.orchestra.run.smithi171.stdout: yajl-2.1.0-12.el8.x86_64 2024-04-18T15:55:05.094 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:55:05.094 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:55:05.386 DEBUG:teuthology.parallel:result is None 2024-04-18T15:55:05.386 INFO:teuthology.run_tasks:Running task install... 2024-04-18T15:55:05.395 DEBUG:teuthology.task.install:project ceph 2024-04-18T15:55:05.395 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0'}} 2024-04-18T15:55:05.396 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0'} 2024-04-18T15:55:05.396 INFO:teuthology.task.install:Using flavor: default 2024-04-18T15:55:05.401 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-18T15:55:05.402 INFO:teuthology.task.install:extra packages: [] 2024-04-18T15:55:05.402 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-18T15:55:05.402 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:55:05.404 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-18T15:55:05.405 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:55:05.405 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-18T15:55:05.406 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:55:05.727 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-18T15:55:05.728 INFO:teuthology.task.install.rpm:Package version is 18.2.2-1240.g6a7528e4 2024-04-18T15:55:05.736 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-18T15:55:05.737 INFO:teuthology.task.install.rpm:Package version is 18.2.2-1240.g6a7528e4 2024-04-18T15:55:05.740 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-18T15:55:05.740 INFO:teuthology.task.install.rpm:Package version is 18.2.2-1240.g6a7528e4 2024-04-18T15:55:05.846 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-18T15:55:05.846 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-04-18T15:55:05.846 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-18T15:55:05.851 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-18T15:55:05.851 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-04-18T15:55:05.851 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-18T15:55:05.875 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-18T15:55:05.875 DEBUG:teuthology.orchestra.run.smithi080:> 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-18T15:55:05.886 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-18T15:55:05.886 DEBUG:teuthology.orchestra.run.smithi106:> 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-18T15:55:05.943 DEBUG:teuthology.orchestra.run.smithi080:> 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-18T15:55:05.958 DEBUG:teuthology.orchestra.run.smithi106:> 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-18T15:55:06.019 DEBUG:teuthology.orchestra.run.smithi080:> 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-18T15:55:06.039 DEBUG:teuthology.orchestra.run.smithi106:> 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-18T15:55:06.088 INFO:teuthology.orchestra.run.smithi080.stdout:check_obsoletes = 1 2024-04-18T15:55:06.088 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum clean all 2024-04-18T15:55:06.089 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-18T15:55:06.089 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-18T15:55:06.089 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-18T15:55:06.107 INFO:teuthology.orchestra.run.smithi106.stdout:check_obsoletes = 1 2024-04-18T15:55:06.109 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum clean all 2024-04-18T15:55:06.117 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-18T15:55:06.118 DEBUG:teuthology.orchestra.run.smithi171:> 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-18T15:55:06.232 DEBUG:teuthology.orchestra.run.smithi171:> 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-18T15:55:06.269 DEBUG:teuthology.orchestra.run.smithi171:> 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-18T15:55:06.336 INFO:teuthology.orchestra.run.smithi171.stdout:check_obsoletes = 1 2024-04-18T15:55:06.337 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum clean all 2024-04-18T15:55:06.351 INFO:teuthology.orchestra.run.smithi080.stdout:78 files removed 2024-04-18T15:55:06.377 INFO:teuthology.orchestra.run.smithi106.stdout:78 files removed 2024-04-18T15:55:06.379 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install ceph-radosgw 2024-04-18T15:55:06.405 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install ceph-radosgw 2024-04-18T15:55:06.597 INFO:teuthology.orchestra.run.smithi171.stdout:78 files removed 2024-04-18T15:55:06.624 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-radosgw 2024-04-18T15:55:07.297 INFO:teuthology.orchestra.run.smithi106.stdout:ceph packages for x86_64 164 kB/s | 80 kB 00:00 2024-04-18T15:55:07.394 INFO:teuthology.orchestra.run.smithi171.stdout:ceph packages for x86_64 221 kB/s | 80 kB 00:00 2024-04-18T15:55:07.500 INFO:teuthology.orchestra.run.smithi080.stdout:ceph packages for x86_64 113 kB/s | 80 kB 00:00 2024-04-18T15:55:07.753 INFO:teuthology.orchestra.run.smithi171.stdout:ceph noarch packages 35 kB/s | 11 kB 00:00 2024-04-18T15:55:07.775 INFO:teuthology.orchestra.run.smithi080.stdout:ceph noarch packages 48 kB/s | 11 kB 00:00 2024-04-18T15:55:07.957 INFO:teuthology.orchestra.run.smithi106.stdout:ceph noarch packages 18 kB/s | 11 kB 00:00 2024-04-18T15:55:08.137 INFO:teuthology.orchestra.run.smithi171.stdout:ceph source packages 4.2 kB/s | 1.5 kB 00:00 2024-04-18T15:55:08.184 INFO:teuthology.orchestra.run.smithi080.stdout:ceph source packages 4.0 kB/s | 1.5 kB 00:00 2024-04-18T15:55:08.483 INFO:teuthology.orchestra.run.smithi106.stdout:ceph source packages 3.0 kB/s | 1.5 kB 00:00 2024-04-18T15:55:11.267 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 8 - AppStream 9.2 MB/s | 28 MB 00:03 2024-04-18T15:55:11.835 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 8 - AppStream 7.6 MB/s | 28 MB 00:03 2024-04-18T15:55:12.033 INFO:teuthology.orchestra.run.smithi106.stdout:CentOS Stream 8 - AppStream 8.0 MB/s | 28 MB 00:03 2024-04-18T15:55:18.317 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 8 - BaseOS 5.0 MB/s | 10 MB 00:02 2024-04-18T15:55:19.764 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 8 - BaseOS 3.6 MB/s | 10 MB 00:02 2024-04-18T15:55:19.975 INFO:teuthology.orchestra.run.smithi106.stdout:CentOS Stream 8 - BaseOS 3.6 MB/s | 10 MB 00:02 2024-04-18T15:55:20.409 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 8 - Extras 35 kB/s | 18 kB 00:00 2024-04-18T15:55:20.818 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 8 - Extras common packages 26 kB/s | 7.7 kB 00:00 2024-04-18T15:55:21.686 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 8 - PowerTools 6.4 MB/s | 5.0 MB 00:00 2024-04-18T15:55:21.840 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 8 - Extras 41 kB/s | 18 kB 00:00 2024-04-18T15:55:21.950 INFO:teuthology.orchestra.run.smithi106.stdout:CentOS Stream 8 - Extras 52 kB/s | 18 kB 00:00 2024-04-18T15:55:22.282 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 8 - Extras common packages 23 kB/s | 7.7 kB 00:00 2024-04-18T15:55:22.559 INFO:teuthology.orchestra.run.smithi106.stdout:CentOS Stream 8 - Extras common packages 15 kB/s | 7.7 kB 00:00 2024-04-18T15:55:22.904 INFO:teuthology.orchestra.run.smithi080.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2024-04-18T15:55:23.392 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 8 - PowerTools 4.9 MB/s | 5.0 MB 00:01 2024-04-18T15:55:23.935 INFO:teuthology.orchestra.run.smithi106.stdout:CentOS Stream 8 - PowerTools 3.9 MB/s | 5.0 MB 00:01 2024-04-18T15:55:23.940 INFO:teuthology.orchestra.run.smithi080.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2024-04-18T15:55:24.486 INFO:teuthology.orchestra.run.smithi171.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-04-18T15:55:25.037 INFO:teuthology.orchestra.run.smithi106.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2024-04-18T15:55:26.004 INFO:teuthology.orchestra.run.smithi171.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2024-04-18T15:55:27.755 INFO:teuthology.orchestra.run.smithi080.stdout:lab-extras 535 kB/s | 24 kB 00:00 2024-04-18T15:55:27.912 INFO:teuthology.orchestra.run.smithi106.stdout:Extra Packages for Enterprise Linux 5.9 MB/s | 16 MB 00:02 2024-04-18T15:55:29.862 INFO:teuthology.orchestra.run.smithi171.stdout:lab-extras 424 kB/s | 24 kB 00:00 2024-04-18T15:55:31.404 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:55:31.406 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:55:31.406 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2024-04-18T15:55:31.406 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:55:31.407 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-04-18T15:55:31.407 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-radosgw x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 13 M 2024-04-18T15:55:31.407 INFO:teuthology.orchestra.run.smithi080.stdout:Upgrading: 2024-04-18T15:55:31.407 INFO:teuthology.orchestra.run.smithi080.stdout: librados2 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 3.7 M 2024-04-18T15:55:31.407 INFO:teuthology.orchestra.run.smithi080.stdout: librbd1 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 3.6 M 2024-04-18T15:55:31.407 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2024-04-18T15:55:31.407 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-base x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 5.5 M 2024-04-18T15:55:31.407 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-common x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 22 M 2024-04-18T15:55:31.407 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-selinux x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 24 k 2024-04-18T15:55:31.407 INFO:teuthology.orchestra.run.smithi080.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2024-04-18T15:55:31.407 INFO:teuthology.orchestra.run.smithi080.stdout: libcephfs2 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 781 k 2024-04-18T15:55:31.407 INFO:teuthology.orchestra.run.smithi080.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2024-04-18T15:55:31.408 INFO:teuthology.orchestra.run.smithi080.stdout: librabbitmq x86_64 0.9.0-5.el8 baseos 47 k 2024-04-18T15:55:31.408 INFO:teuthology.orchestra.run.smithi080.stdout: libradosstriper1 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 474 k 2024-04-18T15:55:31.408 INFO:teuthology.orchestra.run.smithi080.stdout: librdkafka x86_64 1.6.1-1.el8 appstream 677 k 2024-04-18T15:55:31.408 INFO:teuthology.orchestra.run.smithi080.stdout: librgw2 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 6.6 M 2024-04-18T15:55:31.408 INFO:teuthology.orchestra.run.smithi080.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2024-04-18T15:55:31.408 INFO:teuthology.orchestra.run.smithi080.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2024-04-18T15:55:31.408 INFO:teuthology.orchestra.run.smithi080.stdout: python3-ceph-argparse x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 45 k 2024-04-18T15:55:31.408 INFO:teuthology.orchestra.run.smithi080.stdout: python3-ceph-common x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 129 k 2024-04-18T15:55:31.408 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cephfs x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 197 k 2024-04-18T15:55:31.408 INFO:teuthology.orchestra.run.smithi080.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2024-04-18T15:55:31.408 INFO:teuthology.orchestra.run.smithi080.stdout: python3-rados x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 371 k 2024-04-18T15:55:31.408 INFO:teuthology.orchestra.run.smithi080.stdout: python3-rbd x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 364 k 2024-04-18T15:55:31.408 INFO:teuthology.orchestra.run.smithi080.stdout: python3-rgw x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 107 k 2024-04-18T15:55:31.409 INFO:teuthology.orchestra.run.smithi080.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2024-04-18T15:55:31.409 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:55:31.409 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-04-18T15:55:31.409 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:55:31.409 INFO:teuthology.orchestra.run.smithi080.stdout:Install 21 Packages 2024-04-18T15:55:31.409 INFO:teuthology.orchestra.run.smithi080.stdout:Upgrade 2 Packages 2024-04-18T15:55:31.409 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:55:31.409 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 60 M 2024-04-18T15:55:31.409 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-04-18T15:55:31.888 INFO:teuthology.orchestra.run.smithi106.stdout:lab-extras 184 kB/s | 24 kB 00:00 2024-04-18T15:55:33.348 INFO:teuthology.orchestra.run.smithi080.stdout:(1/23): ceph-common-18.2.2-1240.g6a7528e4.el8.x 17 MB/s | 22 MB 00:01 2024-04-18T15:55:33.737 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:55:33.739 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:55:33.740 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-04-18T15:55:33.740 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:55:33.740 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-04-18T15:55:33.740 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-radosgw x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 13 M 2024-04-18T15:55:33.740 INFO:teuthology.orchestra.run.smithi171.stdout:Upgrading: 2024-04-18T15:55:33.740 INFO:teuthology.orchestra.run.smithi171.stdout: librados2 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 3.7 M 2024-04-18T15:55:33.740 INFO:teuthology.orchestra.run.smithi171.stdout: librbd1 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 3.6 M 2024-04-18T15:55:33.740 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-04-18T15:55:33.740 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-base x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 5.5 M 2024-04-18T15:55:33.740 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-common x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 22 M 2024-04-18T15:55:33.740 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-selinux x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 24 k 2024-04-18T15:55:33.741 INFO:teuthology.orchestra.run.smithi171.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2024-04-18T15:55:33.741 INFO:teuthology.orchestra.run.smithi171.stdout: libcephfs2 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 781 k 2024-04-18T15:55:33.741 INFO:teuthology.orchestra.run.smithi171.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2024-04-18T15:55:33.741 INFO:teuthology.orchestra.run.smithi171.stdout: librabbitmq x86_64 0.9.0-5.el8 baseos 47 k 2024-04-18T15:55:33.741 INFO:teuthology.orchestra.run.smithi171.stdout: libradosstriper1 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 474 k 2024-04-18T15:55:33.741 INFO:teuthology.orchestra.run.smithi171.stdout: librdkafka x86_64 1.6.1-1.el8 appstream 677 k 2024-04-18T15:55:33.741 INFO:teuthology.orchestra.run.smithi171.stdout: librgw2 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 6.6 M 2024-04-18T15:55:33.741 INFO:teuthology.orchestra.run.smithi171.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2024-04-18T15:55:33.741 INFO:teuthology.orchestra.run.smithi171.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2024-04-18T15:55:33.741 INFO:teuthology.orchestra.run.smithi171.stdout: python3-ceph-argparse x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 45 k 2024-04-18T15:55:33.741 INFO:teuthology.orchestra.run.smithi171.stdout: python3-ceph-common x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 129 k 2024-04-18T15:55:33.742 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cephfs x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 197 k 2024-04-18T15:55:33.742 INFO:teuthology.orchestra.run.smithi171.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2024-04-18T15:55:33.742 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rados x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 371 k 2024-04-18T15:55:33.742 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rbd x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 364 k 2024-04-18T15:55:33.742 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rgw x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 107 k 2024-04-18T15:55:33.742 INFO:teuthology.orchestra.run.smithi171.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2024-04-18T15:55:33.742 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:55:33.742 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-04-18T15:55:33.742 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:55:33.742 INFO:teuthology.orchestra.run.smithi171.stdout:Install 21 Packages 2024-04-18T15:55:33.742 INFO:teuthology.orchestra.run.smithi171.stdout:Upgrade 2 Packages 2024-04-18T15:55:33.742 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:55:33.743 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 60 M 2024-04-18T15:55:33.743 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-04-18T15:55:34.053 INFO:teuthology.orchestra.run.smithi080.stdout:(2/23): ceph-selinux-18.2.2-1240.g6a7528e4.el8. 34 kB/s | 24 kB 00:00 2024-04-18T15:55:34.332 INFO:teuthology.orchestra.run.smithi080.stdout:(3/23): libcephfs2-18.2.2-1240.g6a7528e4.el8.x8 2.7 MB/s | 781 kB 00:00 2024-04-18T15:55:34.401 INFO:teuthology.orchestra.run.smithi080.stdout:(4/23): libradosstriper1-18.2.2-1240.g6a7528e4. 7.0 MB/s | 474 kB 00:00 2024-04-18T15:55:34.782 INFO:teuthology.orchestra.run.smithi080.stdout:(5/23): librgw2-18.2.2-1240.g6a7528e4.el8.x86_6 17 MB/s | 6.6 MB 00:00 2024-04-18T15:55:34.833 INFO:teuthology.orchestra.run.smithi080.stdout:(6/23): python3-ceph-argparse-18.2.2-1240.g6a75 895 kB/s | 45 kB 00:00 2024-04-18T15:55:34.925 INFO:teuthology.orchestra.run.smithi080.stdout:(7/23): python3-ceph-common-18.2.2-1240.g6a7528 1.4 MB/s | 129 kB 00:00 2024-04-18T15:55:35.033 INFO:teuthology.orchestra.run.smithi080.stdout:(8/23): python3-cephfs-18.2.2-1240.g6a7528e4.el 1.8 MB/s | 197 kB 00:00 2024-04-18T15:55:35.142 INFO:teuthology.orchestra.run.smithi080.stdout:(9/23): python3-rados-18.2.2-1240.g6a7528e4.el8 3.3 MB/s | 371 kB 00:00 2024-04-18T15:55:35.267 INFO:teuthology.orchestra.run.smithi080.stdout:(10/23): python3-rbd-18.2.2-1240.g6a7528e4.el8. 2.9 MB/s | 364 kB 00:00 2024-04-18T15:55:35.384 INFO:teuthology.orchestra.run.smithi080.stdout:(11/23): ceph-base-18.2.2-1240.g6a7528e4.el8.x8 1.7 MB/s | 5.5 MB 00:03 2024-04-18T15:55:35.409 INFO:teuthology.orchestra.run.smithi080.stdout:(12/23): python3-rgw-18.2.2-1240.g6a7528e4.el8. 750 kB/s | 107 kB 00:00 2024-04-18T15:55:35.601 INFO:teuthology.orchestra.run.smithi080.stdout:(13/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.3 MB/s | 259 kB 00:00 2024-04-18T15:55:35.627 INFO:teuthology.orchestra.run.smithi080.stdout:(14/23): librdkafka-1.6.1-1.el8.x86_64.rpm 2.7 MB/s | 677 kB 00:00 2024-04-18T15:55:35.694 INFO:teuthology.orchestra.run.smithi080.stdout:(15/23): python3-prettytable-0.7.2-14.el8.noarc 477 kB/s | 44 kB 00:00 2024-04-18T15:55:35.727 INFO:teuthology.orchestra.run.smithi080.stdout:(16/23): librabbitmq-0.9.0-5.el8.x86_64.rpm 469 kB/s | 47 kB 00:00 2024-04-18T15:55:35.737 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:55:35.737 INFO:teuthology.orchestra.run.smithi171.stdout:(1/23): ceph-radosgw-18.2.2-1240.g6a7528e4.el8. 9.1 MB/s | 13 MB 00:01 2024-04-18T15:55:35.739 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:55:35.739 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repository Size 2024-04-18T15:55:35.739 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:55:35.739 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-04-18T15:55:35.739 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-radosgw x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 13 M 2024-04-18T15:55:35.740 INFO:teuthology.orchestra.run.smithi106.stdout:Upgrading: 2024-04-18T15:55:35.740 INFO:teuthology.orchestra.run.smithi106.stdout: librados2 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 3.7 M 2024-04-18T15:55:35.740 INFO:teuthology.orchestra.run.smithi106.stdout: librbd1 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 3.6 M 2024-04-18T15:55:35.740 INFO:teuthology.orchestra.run.smithi106.stdout:Installing dependencies: 2024-04-18T15:55:35.740 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-base x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 5.5 M 2024-04-18T15:55:35.740 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-common x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 22 M 2024-04-18T15:55:35.740 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-selinux x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 24 k 2024-04-18T15:55:35.740 INFO:teuthology.orchestra.run.smithi106.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2024-04-18T15:55:35.740 INFO:teuthology.orchestra.run.smithi106.stdout: libcephfs2 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 781 k 2024-04-18T15:55:35.740 INFO:teuthology.orchestra.run.smithi106.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2024-04-18T15:55:35.740 INFO:teuthology.orchestra.run.smithi106.stdout: librabbitmq x86_64 0.9.0-5.el8 baseos 47 k 2024-04-18T15:55:35.740 INFO:teuthology.orchestra.run.smithi106.stdout: libradosstriper1 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 474 k 2024-04-18T15:55:35.740 INFO:teuthology.orchestra.run.smithi106.stdout: librdkafka x86_64 1.6.1-1.el8 appstream 677 k 2024-04-18T15:55:35.740 INFO:teuthology.orchestra.run.smithi106.stdout: librgw2 x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 6.6 M 2024-04-18T15:55:35.741 INFO:teuthology.orchestra.run.smithi106.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2024-04-18T15:55:35.741 INFO:teuthology.orchestra.run.smithi106.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2024-04-18T15:55:35.741 INFO:teuthology.orchestra.run.smithi106.stdout: python3-ceph-argparse x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 45 k 2024-04-18T15:55:35.741 INFO:teuthology.orchestra.run.smithi106.stdout: python3-ceph-common x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 129 k 2024-04-18T15:55:35.741 INFO:teuthology.orchestra.run.smithi106.stdout: python3-cephfs x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 197 k 2024-04-18T15:55:35.741 INFO:teuthology.orchestra.run.smithi106.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2024-04-18T15:55:35.741 INFO:teuthology.orchestra.run.smithi106.stdout: python3-rados x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 371 k 2024-04-18T15:55:35.741 INFO:teuthology.orchestra.run.smithi106.stdout: python3-rbd x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 364 k 2024-04-18T15:55:35.741 INFO:teuthology.orchestra.run.smithi106.stdout: python3-rgw x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 107 k 2024-04-18T15:55:35.741 INFO:teuthology.orchestra.run.smithi106.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2024-04-18T15:55:35.741 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:55:35.741 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-04-18T15:55:35.741 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:55:35.741 INFO:teuthology.orchestra.run.smithi106.stdout:Install 21 Packages 2024-04-18T15:55:35.741 INFO:teuthology.orchestra.run.smithi106.stdout:Upgrade 2 Packages 2024-04-18T15:55:35.742 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:55:35.742 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 60 M 2024-04-18T15:55:35.742 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-04-18T15:55:35.789 INFO:teuthology.orchestra.run.smithi171.stdout:(2/23): ceph-selinux-18.2.2-1240.g6a7528e4.el8. 471 kB/s | 24 kB 00:00 2024-04-18T15:55:35.882 INFO:teuthology.orchestra.run.smithi171.stdout:(3/23): libcephfs2-18.2.2-1240.g6a7528e4.el8.x8 8.3 MB/s | 781 kB 00:00 2024-04-18T15:55:35.949 INFO:teuthology.orchestra.run.smithi171.stdout:(4/23): libradosstriper1-18.2.2-1240.g6a7528e4. 6.9 MB/s | 474 kB 00:00 2024-04-18T15:55:36.057 INFO:teuthology.orchestra.run.smithi080.stdout:(17/23): liboath-2.6.2-3.el8.x86_64.rpm 179 kB/s | 59 kB 00:00 2024-04-18T15:55:36.161 INFO:teuthology.orchestra.run.smithi080.stdout:(18/23): gperftools-libs-2.7-9.el8.x86_64.rpm 655 kB/s | 306 kB 00:00 2024-04-18T15:55:36.220 INFO:teuthology.orchestra.run.smithi080.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 460 kB/s | 75 kB 00:00 2024-04-18T15:55:36.468 INFO:teuthology.orchestra.run.smithi080.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 5.7 MB/s | 1.7 MB 00:00 2024-04-18T15:55:36.499 INFO:teuthology.orchestra.run.smithi171.stdout:(5/23): librgw2-18.2.2-1240.g6a7528e4.el8.x86_6 12 MB/s | 6.6 MB 00:00 2024-04-18T15:55:36.566 INFO:teuthology.orchestra.run.smithi171.stdout:(6/23): python3-ceph-argparse-18.2.2-1240.g6a75 671 kB/s | 45 kB 00:00 2024-04-18T15:55:36.650 INFO:teuthology.orchestra.run.smithi171.stdout:(7/23): python3-ceph-common-18.2.2-1240.g6a7528 1.5 MB/s | 129 kB 00:00 2024-04-18T15:55:36.929 INFO:teuthology.orchestra.run.smithi080.stdout:(21/23): librbd1-18.2.2-1240.g6a7528e4.el8.x86_ 7.7 MB/s | 3.6 MB 00:00 2024-04-18T15:55:37.154 INFO:teuthology.orchestra.run.smithi080.stdout:(22/23): ceph-radosgw-18.2.2-1240.g6a7528e4.el8 2.6 MB/s | 13 MB 00:05 2024-04-18T15:55:37.251 INFO:teuthology.orchestra.run.smithi171.stdout:(8/23): ceph-common-18.2.2-1240.g6a7528e4.el8.x 7.3 MB/s | 22 MB 00:02 2024-04-18T15:55:37.275 INFO:teuthology.orchestra.run.smithi171.stdout:(9/23): python3-cephfs-18.2.2-1240.g6a7528e4.el 314 kB/s | 197 kB 00:00 2024-04-18T15:55:37.318 INFO:teuthology.orchestra.run.smithi171.stdout:(10/23): python3-rados-18.2.2-1240.g6a7528e4.el 5.4 MB/s | 371 kB 00:00 2024-04-18T15:55:37.346 INFO:teuthology.orchestra.run.smithi171.stdout:(11/23): python3-rbd-18.2.2-1240.g6a7528e4.el8. 5.3 MB/s | 364 kB 00:00 2024-04-18T15:55:37.368 INFO:teuthology.orchestra.run.smithi171.stdout:(12/23): python3-rgw-18.2.2-1240.g6a7528e4.el8. 2.1 MB/s | 107 kB 00:00 2024-04-18T15:55:37.546 INFO:teuthology.orchestra.run.smithi080.stdout:(23/23): librados2-18.2.2-1240.g6a7528e4.el8.x8 2.8 MB/s | 3.7 MB 00:01 2024-04-18T15:55:37.550 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:55:37.550 INFO:teuthology.orchestra.run.smithi080.stdout:Total 9.7 MB/s | 60 MB 00:06 2024-04-18T15:55:37.585 INFO:teuthology.orchestra.run.smithi171.stdout:(13/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.2 MB/s | 259 kB 00:00 2024-04-18T15:55:37.589 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-04-18T15:55:37.611 INFO:teuthology.orchestra.run.smithi171.stdout:(14/23): librdkafka-1.6.1-1.el8.x86_64.rpm 2.5 MB/s | 677 kB 00:00 2024-04-18T15:55:37.634 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-04-18T15:55:37.634 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-04-18T15:55:37.670 INFO:teuthology.orchestra.run.smithi171.stdout:(15/23): python3-prettytable-0.7.2-14.el8.noarc 525 kB/s | 44 kB 00:00 2024-04-18T15:55:37.712 INFO:teuthology.orchestra.run.smithi171.stdout:(16/23): librabbitmq-0.9.0-5.el8.x86_64.rpm 468 kB/s | 47 kB 00:00 2024-04-18T15:55:37.979 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-04-18T15:55:37.982 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-04-18T15:55:38.037 INFO:teuthology.orchestra.run.smithi171.stdout:(17/23): liboath-2.6.2-3.el8.x86_64.rpm 181 kB/s | 59 kB 00:00 2024-04-18T15:55:38.154 INFO:teuthology.orchestra.run.smithi171.stdout:(18/23): gperftools-libs-2.7-9.el8.x86_64.rpm 633 kB/s | 306 kB 00:00 2024-04-18T15:55:38.180 INFO:teuthology.orchestra.run.smithi171.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 528 kB/s | 75 kB 00:00 2024-04-18T15:55:38.480 INFO:teuthology.orchestra.run.smithi171.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 5.3 MB/s | 1.7 MB 00:00 2024-04-18T15:55:38.772 INFO:teuthology.orchestra.run.smithi171.stdout:(21/23): librados2-18.2.2-1240.g6a7528e4.el8.x8 6.2 MB/s | 3.7 MB 00:00 2024-04-18T15:55:38.981 INFO:teuthology.orchestra.run.smithi106.stdout:(1/23): ceph-radosgw-18.2.2-1240.g6a7528e4.el8. 4.6 MB/s | 13 MB 00:02 2024-04-18T15:55:39.039 INFO:teuthology.orchestra.run.smithi106.stdout:(2/23): ceph-selinux-18.2.2-1240.g6a7528e4.el8. 419 kB/s | 24 kB 00:00 2024-04-18T15:55:39.170 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-04-18T15:55:39.306 INFO:teuthology.orchestra.run.smithi106.stdout:(3/23): ceph-common-18.2.2-1240.g6a7528e4.el8.x 6.8 MB/s | 22 MB 00:03 2024-04-18T15:55:39.390 INFO:teuthology.orchestra.run.smithi106.stdout:(4/23): ceph-base-18.2.2-1240.g6a7528e4.el8.x86 1.7 MB/s | 5.5 MB 00:03 2024-04-18T15:55:39.415 INFO:teuthology.orchestra.run.smithi106.stdout:(5/23): libcephfs2-18.2.2-1240.g6a7528e4.el8.x8 2.0 MB/s | 781 kB 00:00 2024-04-18T15:55:39.457 INFO:teuthology.orchestra.run.smithi106.stdout:(6/23): python3-ceph-argparse-18.2.2-1240.g6a75 1.1 MB/s | 45 kB 00:00 2024-04-18T15:55:39.464 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2024-04-18T15:55:39.490 INFO:teuthology.orchestra.run.smithi106.stdout:(7/23): libradosstriper1-18.2.2-1240.g6a7528e4. 2.5 MB/s | 474 kB 00:00 2024-04-18T15:55:39.524 INFO:teuthology.orchestra.run.smithi106.stdout:(8/23): python3-ceph-common-18.2.2-1240.g6a7528 1.9 MB/s | 129 kB 00:00 2024-04-18T15:55:39.566 INFO:teuthology.orchestra.run.smithi106.stdout:(9/23): python3-cephfs-18.2.2-1240.g6a7528e4.el 2.5 MB/s | 197 kB 00:00 2024-04-18T15:55:39.625 INFO:teuthology.orchestra.run.smithi106.stdout:(10/23): python3-rbd-18.2.2-1240.g6a7528e4.el8. 6.1 MB/s | 364 kB 00:00 2024-04-18T15:55:39.694 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2024-04-18T15:55:39.725 INFO:teuthology.orchestra.run.smithi106.stdout:(11/23): python3-rgw-18.2.2-1240.g6a7528e4.el8. 1.0 MB/s | 107 kB 00:00 2024-04-18T15:55:39.843 INFO:teuthology.orchestra.run.smithi106.stdout:(12/23): python3-rados-18.2.2-1240.g6a7528e4.el 1.1 MB/s | 371 kB 00:00 2024-04-18T15:55:39.874 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2024-04-18T15:55:40.093 INFO:teuthology.orchestra.run.smithi106.stdout:(13/23): librdkafka-1.6.1-1.el8.x86_64.rpm 1.8 MB/s | 677 kB 00:00 2024-04-18T15:55:40.147 INFO:teuthology.orchestra.run.smithi171.stdout:(22/23): librbd1-18.2.2-1240.g6a7528e4.el8.x86_ 2.1 MB/s | 3.6 MB 00:01 2024-04-18T15:55:40.160 INFO:teuthology.orchestra.run.smithi106.stdout:(14/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 820 kB/s | 259 kB 00:00 2024-04-18T15:55:40.202 INFO:teuthology.orchestra.run.smithi106.stdout:(15/23): python3-prettytable-0.7.2-14.el8.noarc 404 kB/s | 44 kB 00:00 2024-04-18T15:55:40.269 INFO:teuthology.orchestra.run.smithi106.stdout:(16/23): librabbitmq-0.9.0-5.el8.x86_64.rpm 433 kB/s | 47 kB 00:00 2024-04-18T15:55:40.275 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2024-04-18T15:55:40.427 INFO:teuthology.orchestra.run.smithi106.stdout:(17/23): liboath-2.6.2-3.el8.x86_64.rpm 372 kB/s | 59 kB 00:00 2024-04-18T15:55:40.469 INFO:teuthology.orchestra.run.smithi106.stdout:(18/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.1 MB/s | 306 kB 00:00 2024-04-18T15:55:40.490 INFO:teuthology.orchestra.run.smithi171.stdout:(23/23): ceph-base-18.2.2-1240.g6a7528e4.el8.x8 911 kB/s | 5.5 MB 00:06 2024-04-18T15:55:40.491 INFO:teuthology.orchestra.run.smithi080.stdout: Upgrading : librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 4/25 2024-04-18T15:55:40.494 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:55:40.494 INFO:teuthology.orchestra.run.smithi171.stdout:Total 8.8 MB/s | 60 MB 00:06 2024-04-18T15:55:40.539 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-04-18T15:55:40.553 INFO:teuthology.orchestra.run.smithi106.stdout:(19/23): librgw2-18.2.2-1240.g6a7528e4.el8.x86_ 5.6 MB/s | 6.6 MB 00:01 2024-04-18T15:55:40.578 INFO:teuthology.orchestra.run.smithi106.stdout:(20/23): libunwind-1.3.1-3.el8.x86_64.rpm 498 kB/s | 75 kB 00:00 2024-04-18T15:55:40.585 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-04-18T15:55:40.585 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-04-18T15:55:40.588 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 4/25 2024-04-18T15:55:40.679 INFO:teuthology.orchestra.run.smithi106.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 8.3 MB/s | 1.7 MB 00:00 2024-04-18T15:55:40.823 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-rados-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/25 2024-04-18T15:55:40.887 INFO:teuthology.orchestra.run.smithi106.stdout:(22/23): librbd1-18.2.2-1240.g6a7528e4.el8.x86_ 12 MB/s | 3.6 MB 00:00 2024-04-18T15:55:40.948 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-04-18T15:55:40.951 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-04-18T15:55:40.974 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 6/25 2024-04-18T15:55:41.112 INFO:teuthology.orchestra.run.smithi106.stdout:(23/23): librados2-18.2.2-1240.g6a7528e4.el8.x8 6.6 MB/s | 3.7 MB 00:00 2024-04-18T15:55:41.114 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:55:41.115 INFO:teuthology.orchestra.run.smithi106.stdout:Total 11 MB/s | 60 MB 00:05 2024-04-18T15:55:41.159 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-04-18T15:55:41.208 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-04-18T15:55:41.208 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-04-18T15:55:41.359 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 6/25 2024-04-18T15:55:41.516 INFO:teuthology.orchestra.run.smithi080.stdout: Upgrading : librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 7/25 2024-04-18T15:55:41.566 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-04-18T15:55:41.569 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-04-18T15:55:41.594 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 7/25 2024-04-18T15:55:41.800 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : librabbitmq-0.9.0-5.el8.x86_64 8/25 2024-04-18T15:55:42.022 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : librdkafka-1.6.1-1.el8.x86_64 9/25 2024-04-18T15:55:42.148 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-04-18T15:55:42.176 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-ceph-argparse-2:18.2.2-1240.g6a7528e4.el8. 10/25 2024-04-18T15:55:42.359 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-cephfs-2:18.2.2-1240.g6a7528e4.el8.x86_64 11/25 2024-04-18T15:55:42.375 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2024-04-18T15:55:42.556 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2024-04-18T15:55:42.600 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-rbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 12/25 2024-04-18T15:55:42.732 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-04-18T15:55:42.741 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : libradosstriper1-2:18.2.2-1240.g6a7528e4.el8.x86_6 13/25 2024-04-18T15:55:42.785 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2024-04-18T15:55:42.827 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: libradosstriper1-2:18.2.2-1240.g6a7528e4.el8.x86_6 13/25 2024-04-18T15:55:42.951 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2024-04-18T15:55:43.041 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 14/25 2024-04-18T15:55:43.148 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2024-04-18T15:55:43.191 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2024-04-18T15:55:43.328 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2024-04-18T15:55:43.368 INFO:teuthology.orchestra.run.smithi171.stdout: Upgrading : librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 4/25 2024-04-18T15:55:43.519 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 4/25 2024-04-18T15:55:43.741 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2024-04-18T15:55:43.819 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 15/25 2024-04-18T15:55:43.849 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-rados-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/25 2024-04-18T15:55:43.920 INFO:teuthology.orchestra.run.smithi106.stdout: Upgrading : librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 4/25 2024-04-18T15:55:44.007 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : librgw2-2:18.2.2-1240.g6a7528e4.el8.x86_64 16/25 2024-04-18T15:55:44.012 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 4/25 2024-04-18T15:55:44.081 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: librgw2-2:18.2.2-1240.g6a7528e4.el8.x86_64 16/25 2024-04-18T15:55:44.102 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 6/25 2024-04-18T15:55:44.242 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-rados-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/25 2024-04-18T15:55:44.264 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-rgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 17/25 2024-04-18T15:55:44.419 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 6/25 2024-04-18T15:55:44.484 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2024-04-18T15:55:44.507 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 6/25 2024-04-18T15:55:44.693 INFO:teuthology.orchestra.run.smithi171.stdout: Upgrading : librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 7/25 2024-04-18T15:55:44.709 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-ceph-common-2:18.2.2-1240.g6a7528e4.el8.x8 19/25 2024-04-18T15:55:44.756 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 7/25 2024-04-18T15:55:44.817 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 6/25 2024-04-18T15:55:44.952 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : librabbitmq-0.9.0-5.el8.x86_64 8/25 2024-04-18T15:55:44.978 INFO:teuthology.orchestra.run.smithi106.stdout: Upgrading : librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 7/25 2024-04-18T15:55:45.047 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 7/25 2024-04-18T15:55:45.116 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : librdkafka-1.6.1-1.el8.x86_64 9/25 2024-04-18T15:55:45.254 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : librabbitmq-0.9.0-5.el8.x86_64 8/25 2024-04-18T15:55:45.295 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-ceph-argparse-2:18.2.2-1240.g6a7528e4.el8. 10/25 2024-04-18T15:55:45.426 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : librdkafka-1.6.1-1.el8.x86_64 9/25 2024-04-18T15:55:45.495 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-cephfs-2:18.2.2-1240.g6a7528e4.el8.x86_64 11/25 2024-04-18T15:55:45.597 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-ceph-argparse-2:18.2.2-1240.g6a7528e4.el8. 10/25 2024-04-18T15:55:45.694 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-rbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 12/25 2024-04-18T15:55:45.797 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-cephfs-2:18.2.2-1240.g6a7528e4.el8.x86_64 11/25 2024-04-18T15:55:45.860 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libradosstriper1-2:18.2.2-1240.g6a7528e4.el8.x86_6 13/25 2024-04-18T15:55:45.943 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: libradosstriper1-2:18.2.2-1240.g6a7528e4.el8.x86_6 13/25 2024-04-18T15:55:46.003 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-rbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 12/25 2024-04-18T15:55:46.153 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : libradosstriper1-2:18.2.2-1240.g6a7528e4.el8.x86_6 13/25 2024-04-18T15:55:46.161 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 14/25 2024-04-18T15:55:46.218 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: libradosstriper1-2:18.2.2-1240.g6a7528e4.el8.x86_6 13/25 2024-04-18T15:55:46.428 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 14/25 2024-04-18T15:55:46.923 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 15/25 2024-04-18T15:55:47.109 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : librgw2-2:18.2.2-1240.g6a7528e4.el8.x86_64 16/25 2024-04-18T15:55:47.180 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: librgw2-2:18.2.2-1240.g6a7528e4.el8.x86_64 16/25 2024-04-18T15:55:47.181 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 15/25 2024-04-18T15:55:47.245 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 20/25 2024-04-18T15:55:47.344 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : librgw2-2:18.2.2-1240.g6a7528e4.el8.x86_64 16/25 2024-04-18T15:55:47.350 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-rgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 17/25 2024-04-18T15:55:47.405 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: librgw2-2:18.2.2-1240.g6a7528e4.el8.x86_64 16/25 2024-04-18T15:55:47.448 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 20/25 2024-04-18T15:55:47.536 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2024-04-18T15:55:47.585 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-rgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 17/25 2024-04-18T15:55:47.768 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-ceph-common-2:18.2.2-1240.g6a7528e4.el8.x8 19/25 2024-04-18T15:55:47.778 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2024-04-18T15:55:47.970 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-ceph-common-2:18.2.2-1240.g6a7528e4.el8.x8 19/25 2024-04-18T15:55:48.060 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 20/25 2024-04-18T15:55:48.377 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 21/25 2024-04-18T15:55:48.468 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 21/25 2024-04-18T15:55:48.664 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-selinux-2:18.2.2-1240.g6a7528e4.el8.x86_64 22/25 2024-04-18T15:55:50.257 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 20/25 2024-04-18T15:55:50.480 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 20/25 2024-04-18T15:55:50.501 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 20/25 2024-04-18T15:55:50.719 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 20/25 2024-04-18T15:55:51.114 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 20/25 2024-04-18T15:55:51.333 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 20/25 2024-04-18T15:55:51.460 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 21/25 2024-04-18T15:55:51.573 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 21/25 2024-04-18T15:55:51.629 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 21/25 2024-04-18T15:55:51.734 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 21/25 2024-04-18T15:55:51.734 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-selinux-2:18.2.2-1240.g6a7528e4.el8.x86_64 22/25 2024-04-18T15:55:51.927 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-selinux-2:18.2.2-1240.g6a7528e4.el8.x86_64 22/25 2024-04-18T15:56:08.089 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-selinux-2:18.2.2-1240.g6a7528e4.el8.x86_64 22/25 2024-04-18T15:56:08.090 INFO:teuthology.orchestra.run.smithi080.stdout:skipping the directory /sys 2024-04-18T15:56:08.090 INFO:teuthology.orchestra.run.smithi080.stdout:skipping the directory /proc 2024-04-18T15:56:08.090 INFO:teuthology.orchestra.run.smithi080.stdout:skipping the directory /dev 2024-04-18T15:56:08.090 INFO:teuthology.orchestra.run.smithi080.stdout:skipping the directory /run 2024-04-18T15:56:08.090 INFO:teuthology.orchestra.run.smithi080.stdout:skipping the directory /mnt 2024-04-18T15:56:08.090 INFO:teuthology.orchestra.run.smithi080.stdout:skipping the directory /var/tmp 2024-04-18T15:56:08.090 INFO:teuthology.orchestra.run.smithi080.stdout:skipping the directory /home 2024-04-18T15:56:08.090 INFO:teuthology.orchestra.run.smithi080.stdout:skipping the directory /tmp 2024-04-18T15:56:08.090 INFO:teuthology.orchestra.run.smithi080.stdout:skipping the directory /dev 2024-04-18T15:56:08.090 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:56:09.472 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-radosgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 23/25 2024-04-18T15:56:09.493 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-radosgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 23/25 2024-04-18T15:56:09.493 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-04-18T15:56:09.729 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-04-18T15:56:09.729 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2024-04-18T15:56:10.415 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2024-04-18T15:56:10.415 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/25 2024-04-18T15:56:10.415 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/25 2024-04-18T15:56:10.415 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-radosgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 3/25 2024-04-18T15:56:10.415 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-selinux-2:18.2.2-1240.g6a7528e4.el8.x86_64 4/25 2024-04-18T15:56:10.415 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/25 2024-04-18T15:56:10.415 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : libradosstriper1-2:18.2.2-1240.g6a7528e4.el8.x86_6 6/25 2024-04-18T15:56:10.415 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : librgw2-2:18.2.2-1240.g6a7528e4.el8.x86_64 7/25 2024-04-18T15:56:10.416 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-ceph-argparse-2:18.2.2-1240.g6a7528e4.el8. 8/25 2024-04-18T15:56:10.416 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-ceph-common-2:18.2.2-1240.g6a7528e4.el8.x8 9/25 2024-04-18T15:56:10.416 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-cephfs-2:18.2.2-1240.g6a7528e4.el8.x86_64 10/25 2024-04-18T15:56:10.416 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-rados-2:18.2.2-1240.g6a7528e4.el8.x86_64 11/25 2024-04-18T15:56:10.416 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-rbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 12/25 2024-04-18T15:56:10.416 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-rgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 13/25 2024-04-18T15:56:10.416 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : librdkafka-1.6.1-1.el8.x86_64 14/25 2024-04-18T15:56:10.416 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2024-04-18T15:56:10.416 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2024-04-18T15:56:10.416 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : librabbitmq-0.9.0-5.el8.x86_64 17/25 2024-04-18T15:56:10.416 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2024-04-18T15:56:10.416 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2024-04-18T15:56:10.416 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2024-04-18T15:56:10.417 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2024-04-18T15:56:10.417 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 22/25 2024-04-18T15:56:10.417 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2024-04-18T15:56:10.417 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 24/25 2024-04-18T15:56:11.189 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-selinux-2:18.2.2-1240.g6a7528e4.el8.x86_64 22/25 2024-04-18T15:56:11.190 INFO:teuthology.orchestra.run.smithi106.stdout:skipping the directory /sys 2024-04-18T15:56:11.190 INFO:teuthology.orchestra.run.smithi106.stdout:skipping the directory /proc 2024-04-18T15:56:11.190 INFO:teuthology.orchestra.run.smithi106.stdout:skipping the directory /dev 2024-04-18T15:56:11.190 INFO:teuthology.orchestra.run.smithi106.stdout:skipping the directory /run 2024-04-18T15:56:11.190 INFO:teuthology.orchestra.run.smithi106.stdout:skipping the directory /mnt 2024-04-18T15:56:11.190 INFO:teuthology.orchestra.run.smithi106.stdout:skipping the directory /var/tmp 2024-04-18T15:56:11.190 INFO:teuthology.orchestra.run.smithi106.stdout:skipping the directory /home 2024-04-18T15:56:11.190 INFO:teuthology.orchestra.run.smithi106.stdout:skipping the directory /tmp 2024-04-18T15:56:11.190 INFO:teuthology.orchestra.run.smithi106.stdout:skipping the directory /dev 2024-04-18T15:56:11.190 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:56:11.277 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-selinux-2:18.2.2-1240.g6a7528e4.el8.x86_64 22/25 2024-04-18T15:56:11.278 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /sys 2024-04-18T15:56:11.278 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /proc 2024-04-18T15:56:11.278 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /dev 2024-04-18T15:56:11.278 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /run 2024-04-18T15:56:11.278 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /mnt 2024-04-18T15:56:11.278 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /var/tmp 2024-04-18T15:56:11.278 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /home 2024-04-18T15:56:11.278 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /tmp 2024-04-18T15:56:11.278 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /dev 2024-04-18T15:56:11.278 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:56:11.351 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2024-04-18T15:56:11.351 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:56:11.351 INFO:teuthology.orchestra.run.smithi080.stdout:Upgraded: 2024-04-18T15:56:11.351 INFO:teuthology.orchestra.run.smithi080.stdout: librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:11.351 INFO:teuthology.orchestra.run.smithi080.stdout: librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:11.351 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-04-18T15:56:11.351 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:11.351 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:11.351 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-radosgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:11.351 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-selinux-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:11.351 INFO:teuthology.orchestra.run.smithi080.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2024-04-18T15:56:11.352 INFO:teuthology.orchestra.run.smithi080.stdout: libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:11.352 INFO:teuthology.orchestra.run.smithi080.stdout: liboath-2.6.2-3.el8.x86_64 2024-04-18T15:56:11.352 INFO:teuthology.orchestra.run.smithi080.stdout: librabbitmq-0.9.0-5.el8.x86_64 2024-04-18T15:56:11.352 INFO:teuthology.orchestra.run.smithi080.stdout: libradosstriper1-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:11.352 INFO:teuthology.orchestra.run.smithi080.stdout: librdkafka-1.6.1-1.el8.x86_64 2024-04-18T15:56:11.352 INFO:teuthology.orchestra.run.smithi080.stdout: librgw2-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:11.352 INFO:teuthology.orchestra.run.smithi080.stdout: libunwind-1.3.1-3.el8.x86_64 2024-04-18T15:56:11.352 INFO:teuthology.orchestra.run.smithi080.stdout: lttng-ust-2.8.1-11.el8.x86_64 2024-04-18T15:56:11.352 INFO:teuthology.orchestra.run.smithi080.stdout: python3-ceph-argparse-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:11.352 INFO:teuthology.orchestra.run.smithi080.stdout: python3-ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:11.352 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cephfs-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:11.352 INFO:teuthology.orchestra.run.smithi080.stdout: python3-prettytable-0.7.2-14.el8.noarch 2024-04-18T15:56:11.352 INFO:teuthology.orchestra.run.smithi080.stdout: python3-rados-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:11.353 INFO:teuthology.orchestra.run.smithi080.stdout: python3-rbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:11.353 INFO:teuthology.orchestra.run.smithi080.stdout: python3-rgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:11.353 INFO:teuthology.orchestra.run.smithi080.stdout: thrift-0.13.0-2.el8.x86_64 2024-04-18T15:56:11.353 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:56:11.353 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:56:11.648 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install ceph-test 2024-04-18T15:56:12.375 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:00:45 ago on Thu 18 Apr 2024 03:55:27 PM UTC. 2024-04-18T15:56:12.543 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-radosgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 23/25 2024-04-18T15:56:12.563 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-radosgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 23/25 2024-04-18T15:56:12.564 INFO:teuthology.orchestra.run.smithi106.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-04-18T15:56:12.681 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-radosgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 23/25 2024-04-18T15:56:12.703 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-radosgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 23/25 2024-04-18T15:56:12.703 INFO:teuthology.orchestra.run.smithi171.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-04-18T15:56:12.759 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-04-18T15:56:12.760 INFO:teuthology.orchestra.run.smithi106.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2024-04-18T15:56:12.915 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-04-18T15:56:12.916 INFO:teuthology.orchestra.run.smithi171.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2024-04-18T15:56:13.425 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2024-04-18T15:56:13.425 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/25 2024-04-18T15:56:13.425 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/25 2024-04-18T15:56:13.425 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-radosgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 3/25 2024-04-18T15:56:13.425 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-selinux-2:18.2.2-1240.g6a7528e4.el8.x86_64 4/25 2024-04-18T15:56:13.425 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/25 2024-04-18T15:56:13.425 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : libradosstriper1-2:18.2.2-1240.g6a7528e4.el8.x86_6 6/25 2024-04-18T15:56:13.425 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : librgw2-2:18.2.2-1240.g6a7528e4.el8.x86_64 7/25 2024-04-18T15:56:13.426 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-ceph-argparse-2:18.2.2-1240.g6a7528e4.el8. 8/25 2024-04-18T15:56:13.426 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-ceph-common-2:18.2.2-1240.g6a7528e4.el8.x8 9/25 2024-04-18T15:56:13.426 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-cephfs-2:18.2.2-1240.g6a7528e4.el8.x86_64 10/25 2024-04-18T15:56:13.426 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-rados-2:18.2.2-1240.g6a7528e4.el8.x86_64 11/25 2024-04-18T15:56:13.426 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-rbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 12/25 2024-04-18T15:56:13.426 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-rgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 13/25 2024-04-18T15:56:13.426 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : librdkafka-1.6.1-1.el8.x86_64 14/25 2024-04-18T15:56:13.426 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2024-04-18T15:56:13.426 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2024-04-18T15:56:13.426 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : librabbitmq-0.9.0-5.el8.x86_64 17/25 2024-04-18T15:56:13.426 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2024-04-18T15:56:13.426 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2024-04-18T15:56:13.426 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2024-04-18T15:56:13.427 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2024-04-18T15:56:13.427 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 22/25 2024-04-18T15:56:13.427 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2024-04-18T15:56:13.427 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 24/25 2024-04-18T15:56:13.639 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2024-04-18T15:56:13.639 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/25 2024-04-18T15:56:13.639 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/25 2024-04-18T15:56:13.639 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-radosgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 3/25 2024-04-18T15:56:13.639 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-selinux-2:18.2.2-1240.g6a7528e4.el8.x86_64 4/25 2024-04-18T15:56:13.639 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/25 2024-04-18T15:56:13.639 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libradosstriper1-2:18.2.2-1240.g6a7528e4.el8.x86_6 6/25 2024-04-18T15:56:13.639 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librgw2-2:18.2.2-1240.g6a7528e4.el8.x86_64 7/25 2024-04-18T15:56:13.639 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-ceph-argparse-2:18.2.2-1240.g6a7528e4.el8. 8/25 2024-04-18T15:56:13.639 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-ceph-common-2:18.2.2-1240.g6a7528e4.el8.x8 9/25 2024-04-18T15:56:13.639 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-cephfs-2:18.2.2-1240.g6a7528e4.el8.x86_64 10/25 2024-04-18T15:56:13.640 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-rados-2:18.2.2-1240.g6a7528e4.el8.x86_64 11/25 2024-04-18T15:56:13.640 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-rbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 12/25 2024-04-18T15:56:13.640 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-rgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 13/25 2024-04-18T15:56:13.640 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librdkafka-1.6.1-1.el8.x86_64 14/25 2024-04-18T15:56:13.640 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2024-04-18T15:56:13.640 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2024-04-18T15:56:13.640 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librabbitmq-0.9.0-5.el8.x86_64 17/25 2024-04-18T15:56:13.640 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2024-04-18T15:56:13.640 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2024-04-18T15:56:13.640 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2024-04-18T15:56:13.640 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2024-04-18T15:56:13.640 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 22/25 2024-04-18T15:56:13.640 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2024-04-18T15:56:13.640 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 24/25 2024-04-18T15:56:14.009 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:56:14.010 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:56:14.010 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2024-04-18T15:56:14.010 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:56:14.010 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-04-18T15:56:14.010 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-test x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 47 M 2024-04-18T15:56:14.011 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2024-04-18T15:56:14.011 INFO:teuthology.orchestra.run.smithi080.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2024-04-18T15:56:14.011 INFO:teuthology.orchestra.run.smithi080.stdout: libcephsqlite x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 142 k 2024-04-18T15:56:14.011 INFO:teuthology.orchestra.run.smithi080.stdout: oniguruma x86_64 6.8.2-3.el8 appstream 188 k 2024-04-18T15:56:14.011 INFO:teuthology.orchestra.run.smithi080.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2024-04-18T15:56:14.011 INFO:teuthology.orchestra.run.smithi080.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2024-04-18T15:56:14.011 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:56:14.011 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-04-18T15:56:14.011 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:56:14.011 INFO:teuthology.orchestra.run.smithi080.stdout:Install 6 Packages 2024-04-18T15:56:14.011 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:56:14.012 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 48 M 2024-04-18T15:56:14.012 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 213 M 2024-04-18T15:56:14.012 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-04-18T15:56:14.306 INFO:teuthology.orchestra.run.smithi080.stdout:(1/6): jq-1.6-8.el8.x86_64.rpm 918 kB/s | 203 kB 00:00 2024-04-18T15:56:14.344 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2024-04-18T15:56:14.344 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:56:14.344 INFO:teuthology.orchestra.run.smithi106.stdout:Upgraded: 2024-04-18T15:56:14.344 INFO:teuthology.orchestra.run.smithi106.stdout: librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.344 INFO:teuthology.orchestra.run.smithi106.stdout: librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.344 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-04-18T15:56:14.344 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.344 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.345 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-radosgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.345 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-selinux-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.345 INFO:teuthology.orchestra.run.smithi106.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2024-04-18T15:56:14.345 INFO:teuthology.orchestra.run.smithi106.stdout: libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.345 INFO:teuthology.orchestra.run.smithi106.stdout: liboath-2.6.2-3.el8.x86_64 2024-04-18T15:56:14.345 INFO:teuthology.orchestra.run.smithi106.stdout: librabbitmq-0.9.0-5.el8.x86_64 2024-04-18T15:56:14.345 INFO:teuthology.orchestra.run.smithi106.stdout: libradosstriper1-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.345 INFO:teuthology.orchestra.run.smithi106.stdout: librdkafka-1.6.1-1.el8.x86_64 2024-04-18T15:56:14.345 INFO:teuthology.orchestra.run.smithi106.stdout: librgw2-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.345 INFO:teuthology.orchestra.run.smithi106.stdout: libunwind-1.3.1-3.el8.x86_64 2024-04-18T15:56:14.345 INFO:teuthology.orchestra.run.smithi106.stdout: lttng-ust-2.8.1-11.el8.x86_64 2024-04-18T15:56:14.345 INFO:teuthology.orchestra.run.smithi106.stdout: python3-ceph-argparse-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.345 INFO:teuthology.orchestra.run.smithi106.stdout: python3-ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.345 INFO:teuthology.orchestra.run.smithi106.stdout: python3-cephfs-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.346 INFO:teuthology.orchestra.run.smithi106.stdout: python3-prettytable-0.7.2-14.el8.noarch 2024-04-18T15:56:14.346 INFO:teuthology.orchestra.run.smithi106.stdout: python3-rados-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.346 INFO:teuthology.orchestra.run.smithi106.stdout: python3-rbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.346 INFO:teuthology.orchestra.run.smithi106.stdout: python3-rgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.346 INFO:teuthology.orchestra.run.smithi106.stdout: thrift-0.13.0-2.el8.x86_64 2024-04-18T15:56:14.346 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:56:14.346 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:56:14.465 INFO:teuthology.orchestra.run.smithi080.stdout:(2/6): oniguruma-6.8.2-3.el8.x86_64.rpm 1.2 MB/s | 188 kB 00:00 2024-04-18T15:56:14.472 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2024-04-18T15:56:14.472 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:56:14.472 INFO:teuthology.orchestra.run.smithi171.stdout:Upgraded: 2024-04-18T15:56:14.472 INFO:teuthology.orchestra.run.smithi171.stdout: librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.472 INFO:teuthology.orchestra.run.smithi171.stdout: librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.472 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-04-18T15:56:14.473 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.473 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.473 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-radosgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.473 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-selinux-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.473 INFO:teuthology.orchestra.run.smithi171.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2024-04-18T15:56:14.473 INFO:teuthology.orchestra.run.smithi171.stdout: libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.473 INFO:teuthology.orchestra.run.smithi171.stdout: liboath-2.6.2-3.el8.x86_64 2024-04-18T15:56:14.473 INFO:teuthology.orchestra.run.smithi171.stdout: librabbitmq-0.9.0-5.el8.x86_64 2024-04-18T15:56:14.473 INFO:teuthology.orchestra.run.smithi171.stdout: libradosstriper1-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.473 INFO:teuthology.orchestra.run.smithi171.stdout: librdkafka-1.6.1-1.el8.x86_64 2024-04-18T15:56:14.473 INFO:teuthology.orchestra.run.smithi171.stdout: librgw2-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.473 INFO:teuthology.orchestra.run.smithi171.stdout: libunwind-1.3.1-3.el8.x86_64 2024-04-18T15:56:14.473 INFO:teuthology.orchestra.run.smithi171.stdout: lttng-ust-2.8.1-11.el8.x86_64 2024-04-18T15:56:14.473 INFO:teuthology.orchestra.run.smithi171.stdout: python3-ceph-argparse-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.473 INFO:teuthology.orchestra.run.smithi171.stdout: python3-ceph-common-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.474 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cephfs-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.474 INFO:teuthology.orchestra.run.smithi171.stdout: python3-prettytable-0.7.2-14.el8.noarch 2024-04-18T15:56:14.474 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rados-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.474 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.474 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:14.474 INFO:teuthology.orchestra.run.smithi171.stdout: thrift-0.13.0-2.el8.x86_64 2024-04-18T15:56:14.474 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:56:14.474 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:56:14.632 INFO:teuthology.orchestra.run.smithi080.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.9 MB/s | 323 kB 00:00 2024-04-18T15:56:14.646 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install ceph-test 2024-04-18T15:56:14.724 INFO:teuthology.orchestra.run.smithi080.stdout:(4/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 772 kB/s | 71 kB 00:00 2024-04-18T15:56:14.749 INFO:teuthology.orchestra.run.smithi080.stdout:(5/6): libcephsqlite-18.2.2-1240.g6a7528e4.el8. 213 kB/s | 142 kB 00:00 2024-04-18T15:56:14.773 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-test 2024-04-18T15:56:15.368 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:00:44 ago on Thu 18 Apr 2024 03:55:31 PM UTC. 2024-04-18T15:56:15.508 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:00:46 ago on Thu 18 Apr 2024 03:55:29 PM UTC. 2024-04-18T15:56:17.010 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:56:17.011 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:56:17.011 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repository Size 2024-04-18T15:56:17.011 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:56:17.011 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-04-18T15:56:17.011 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-test x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 47 M 2024-04-18T15:56:17.011 INFO:teuthology.orchestra.run.smithi106.stdout:Installing dependencies: 2024-04-18T15:56:17.011 INFO:teuthology.orchestra.run.smithi106.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2024-04-18T15:56:17.011 INFO:teuthology.orchestra.run.smithi106.stdout: libcephsqlite x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 142 k 2024-04-18T15:56:17.011 INFO:teuthology.orchestra.run.smithi106.stdout: oniguruma x86_64 6.8.2-3.el8 appstream 188 k 2024-04-18T15:56:17.011 INFO:teuthology.orchestra.run.smithi106.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2024-04-18T15:56:17.011 INFO:teuthology.orchestra.run.smithi106.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2024-04-18T15:56:17.012 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:56:17.012 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-04-18T15:56:17.012 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:56:17.012 INFO:teuthology.orchestra.run.smithi106.stdout:Install 6 Packages 2024-04-18T15:56:17.012 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:56:17.013 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 48 M 2024-04-18T15:56:17.013 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 213 M 2024-04-18T15:56:17.013 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-04-18T15:56:17.153 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:56:17.154 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:56:17.154 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-04-18T15:56:17.154 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:56:17.154 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-04-18T15:56:17.154 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-test x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 47 M 2024-04-18T15:56:17.154 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-04-18T15:56:17.155 INFO:teuthology.orchestra.run.smithi171.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2024-04-18T15:56:17.155 INFO:teuthology.orchestra.run.smithi171.stdout: libcephsqlite x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 142 k 2024-04-18T15:56:17.155 INFO:teuthology.orchestra.run.smithi171.stdout: oniguruma x86_64 6.8.2-3.el8 appstream 188 k 2024-04-18T15:56:17.155 INFO:teuthology.orchestra.run.smithi171.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2024-04-18T15:56:17.155 INFO:teuthology.orchestra.run.smithi171.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2024-04-18T15:56:17.155 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:56:17.155 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-04-18T15:56:17.155 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:56:17.155 INFO:teuthology.orchestra.run.smithi171.stdout:Install 6 Packages 2024-04-18T15:56:17.155 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:56:17.156 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 48 M 2024-04-18T15:56:17.156 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 213 M 2024-04-18T15:56:17.156 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-04-18T15:56:17.453 INFO:teuthology.orchestra.run.smithi171.stdout:(1/6): jq-1.6-8.el8.x86_64.rpm 924 kB/s | 203 kB 00:00 2024-04-18T15:56:17.455 INFO:teuthology.orchestra.run.smithi106.stdout:(1/6): jq-1.6-8.el8.x86_64.rpm 916 kB/s | 203 kB 00:00 2024-04-18T15:56:17.570 INFO:teuthology.orchestra.run.smithi171.stdout:(2/6): oniguruma-6.8.2-3.el8.x86_64.rpm 1.6 MB/s | 188 kB 00:00 2024-04-18T15:56:17.572 INFO:teuthology.orchestra.run.smithi106.stdout:(2/6): oniguruma-6.8.2-3.el8.x86_64.rpm 1.6 MB/s | 188 kB 00:00 2024-04-18T15:56:17.646 INFO:teuthology.orchestra.run.smithi171.stdout:(3/6): libcephsqlite-18.2.2-1240.g6a7528e4.el8. 344 kB/s | 142 kB 00:00 2024-04-18T15:56:17.704 INFO:teuthology.orchestra.run.smithi171.stdout:(4/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.4 MB/s | 323 kB 00:00 2024-04-18T15:56:17.764 INFO:teuthology.orchestra.run.smithi106.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.6 MB/s | 323 kB 00:00 2024-04-18T15:56:17.796 INFO:teuthology.orchestra.run.smithi171.stdout:(5/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 470 kB/s | 71 kB 00:00 2024-04-18T15:56:17.856 INFO:teuthology.orchestra.run.smithi106.stdout:(4/6): libcephsqlite-18.2.2-1240.g6a7528e4.el8. 228 kB/s | 142 kB 00:00 2024-04-18T15:56:17.882 INFO:teuthology.orchestra.run.smithi106.stdout:(5/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 604 kB/s | 71 kB 00:00 2024-04-18T15:56:23.821 INFO:teuthology.orchestra.run.smithi171.stdout:(6/6): ceph-test-18.2.2-1240.g6a7528e4.el8.x86_ 7.2 MB/s | 47 MB 00:06 2024-04-18T15:56:23.823 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:56:23.823 INFO:teuthology.orchestra.run.smithi171.stdout:Total 7.2 MB/s | 48 MB 00:06 2024-04-18T15:56:23.866 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-04-18T15:56:23.887 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-04-18T15:56:23.887 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-04-18T15:56:24.179 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-04-18T15:56:24.182 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-04-18T15:56:24.652 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-04-18T15:56:24.873 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2024-04-18T15:56:25.080 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2024-04-18T15:56:25.228 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : oniguruma-6.8.2-3.el8.x86_64 3/6 2024-04-18T15:56:25.300 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: oniguruma-6.8.2-3.el8.x86_64 3/6 2024-04-18T15:56:25.482 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2024-04-18T15:56:25.653 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libcephsqlite-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/6 2024-04-18T15:56:28.855 INFO:teuthology.orchestra.run.smithi080.stdout:(6/6): ceph-test-18.2.2-1240.g6a7528e4.el8.x86_ 3.2 MB/s | 47 MB 00:14 2024-04-18T15:56:28.856 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:56:28.857 INFO:teuthology.orchestra.run.smithi080.stdout:Total 3.2 MB/s | 48 MB 00:14 2024-04-18T15:56:28.897 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-04-18T15:56:28.917 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-04-18T15:56:28.917 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-04-18T15:56:29.204 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-04-18T15:56:29.207 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-04-18T15:56:29.700 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-04-18T15:56:29.974 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2024-04-18T15:56:30.190 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2024-04-18T15:56:30.240 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: libcephsqlite-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/6 2024-04-18T15:56:30.363 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : oniguruma-6.8.2-3.el8.x86_64 3/6 2024-04-18T15:56:30.426 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: oniguruma-6.8.2-3.el8.x86_64 3/6 2024-04-18T15:56:30.509 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-test-2:18.2.2-1240.g6a7528e4.el8.x86_64 6/6 2024-04-18T15:56:30.642 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2024-04-18T15:56:30.793 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-test-2:18.2.2-1240.g6a7528e4.el8.x86_64 6/6 2024-04-18T15:56:30.793 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-test-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/6 2024-04-18T15:56:30.793 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libcephsqlite-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/6 2024-04-18T15:56:30.793 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2024-04-18T15:56:30.793 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : oniguruma-6.8.2-3.el8.x86_64 4/6 2024-04-18T15:56:30.794 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2024-04-18T15:56:30.821 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : libcephsqlite-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/6 2024-04-18T15:56:31.222 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2024-04-18T15:56:31.222 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:56:31.222 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-04-18T15:56:31.222 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-test-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:31.222 INFO:teuthology.orchestra.run.smithi171.stdout: jq-1.6-8.el8.x86_64 2024-04-18T15:56:31.222 INFO:teuthology.orchestra.run.smithi171.stdout: libcephsqlite-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:31.222 INFO:teuthology.orchestra.run.smithi171.stdout: oniguruma-6.8.2-3.el8.x86_64 2024-04-18T15:56:31.222 INFO:teuthology.orchestra.run.smithi171.stdout: socat-1.7.4.1-1.el8.x86_64 2024-04-18T15:56:31.222 INFO:teuthology.orchestra.run.smithi171.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2024-04-18T15:56:31.222 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:56:31.222 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:56:31.490 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph 2024-04-18T15:56:32.229 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:03 ago on Thu 18 Apr 2024 03:55:29 PM UTC. 2024-04-18T15:56:33.264 INFO:teuthology.orchestra.run.smithi106.stdout:(6/6): ceph-test-18.2.2-1240.g6a7528e4.el8.x86_ 2.9 MB/s | 47 MB 00:16 2024-04-18T15:56:33.265 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:56:33.266 INFO:teuthology.orchestra.run.smithi106.stdout:Total 3.0 MB/s | 48 MB 00:16 2024-04-18T15:56:33.306 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-04-18T15:56:33.327 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-04-18T15:56:33.327 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-04-18T15:56:33.615 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-04-18T15:56:33.618 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-04-18T15:56:33.878 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:56:33.881 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:56:33.882 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-04-18T15:56:33.882 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:56:33.882 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-04-18T15:56:33.882 INFO:teuthology.orchestra.run.smithi171.stdout: ceph x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 6.4 k 2024-04-18T15:56:33.882 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-04-18T15:56:33.882 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mds x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 2.3 M 2024-04-18T15:56:33.882 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 1.6 M 2024-04-18T15:56:33.882 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-modules-core noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 245 k 2024-04-18T15:56:33.882 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mon x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 4.8 M 2024-04-18T15:56:33.882 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-osd x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 18 M 2024-04-18T15:56:33.882 INFO:teuthology.orchestra.run.smithi171.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2024-04-18T15:56:33.882 INFO:teuthology.orchestra.run.smithi171.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2024-04-18T15:56:33.883 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2024-04-18T15:56:33.883 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2024-04-18T15:56:33.883 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2024-04-18T15:56:33.883 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cryptography x86_64 3.2.1-7.el8 baseos 641 k 2024-04-18T15:56:33.883 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2024-04-18T15:56:33.883 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2024-04-18T15:56:33.883 INFO:teuthology.orchestra.run.smithi171.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2024-04-18T15:56:33.883 INFO:teuthology.orchestra.run.smithi171.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2024-04-18T15:56:33.883 INFO:teuthology.orchestra.run.smithi171.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2024-04-18T15:56:33.883 INFO:teuthology.orchestra.run.smithi171.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2024-04-18T15:56:33.883 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2024-04-18T15:56:33.883 INFO:teuthology.orchestra.run.smithi171.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2024-04-18T15:56:33.883 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2024-04-18T15:56:33.883 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2024-04-18T15:56:33.884 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2024-04-18T15:56:33.884 INFO:teuthology.orchestra.run.smithi171.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2024-04-18T15:56:33.884 INFO:teuthology.orchestra.run.smithi171.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2024-04-18T15:56:33.884 INFO:teuthology.orchestra.run.smithi171.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2024-04-18T15:56:33.884 INFO:teuthology.orchestra.run.smithi171.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2024-04-18T15:56:33.884 INFO:teuthology.orchestra.run.smithi171.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2024-04-18T15:56:33.884 INFO:teuthology.orchestra.run.smithi171.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2024-04-18T15:56:33.884 INFO:teuthology.orchestra.run.smithi171.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2024-04-18T15:56:33.884 INFO:teuthology.orchestra.run.smithi171.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2024-04-18T15:56:33.884 INFO:teuthology.orchestra.run.smithi171.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2024-04-18T15:56:33.884 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:56:33.884 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-04-18T15:56:33.884 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:56:33.884 INFO:teuthology.orchestra.run.smithi171.stdout:Install 32 Packages 2024-04-18T15:56:33.885 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:56:33.885 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 31 M 2024-04-18T15:56:33.885 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 124 M 2024-04-18T15:56:33.885 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-04-18T15:56:34.073 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-04-18T15:56:34.283 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2024-04-18T15:56:34.473 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2024-04-18T15:56:34.613 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : oniguruma-6.8.2-3.el8.x86_64 3/6 2024-04-18T15:56:34.619 INFO:teuthology.orchestra.run.smithi171.stdout:(1/32): ceph-18.2.2-1240.g6a7528e4.el8.x86_64.r 54 kB/s | 6.4 kB 00:00 2024-04-18T15:56:34.676 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: oniguruma-6.8.2-3.el8.x86_64 3/6 2024-04-18T15:56:34.811 INFO:teuthology.orchestra.run.smithi171.stdout:(2/32): ceph-mgr-18.2.2-1240.g6a7528e4.el8.x86_ 5.0 MB/s | 1.6 MB 00:00 2024-04-18T15:56:34.850 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2024-04-18T15:56:34.870 INFO:teuthology.orchestra.run.smithi171.stdout:(3/32): ceph-mds-18.2.2-1240.g6a7528e4.el8.x86_ 6.2 MB/s | 2.3 MB 00:00 2024-04-18T15:56:34.937 INFO:teuthology.orchestra.run.smithi171.stdout:(4/32): ceph-mgr-modules-core-18.2.2-1240.g6a75 3.6 MB/s | 245 kB 00:00 2024-04-18T15:56:35.004 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : libcephsqlite-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/6 2024-04-18T15:56:35.087 INFO:teuthology.orchestra.run.smithi171.stdout:(5/32): python3-mako-1.0.6-14.el8.noarch.rpm 1.0 MB/s | 157 kB 00:00 2024-04-18T15:56:35.188 INFO:teuthology.orchestra.run.smithi171.stdout:(6/32): python3-markupsafe-0.23-19.el8.x86_64.r 388 kB/s | 39 kB 00:00 2024-04-18T15:56:35.255 INFO:teuthology.orchestra.run.smithi171.stdout:(7/32): ceph-mon-18.2.2-1240.g6a7528e4.el8.x86_ 7.6 MB/s | 4.8 MB 00:00 2024-04-18T15:56:35.288 INFO:teuthology.orchestra.run.smithi171.stdout:(8/32): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 1.0 MB/s | 103 kB 00:00 2024-04-18T15:56:35.377 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: libcephsqlite-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/6 2024-04-18T15:56:35.422 INFO:teuthology.orchestra.run.smithi171.stdout:(9/32): python3-pytz-2017.2-11.el8.noarch.rpm 342 kB/s | 57 kB 00:00 2024-04-18T15:56:35.447 INFO:teuthology.orchestra.run.smithi171.stdout:(10/32): python3-werkzeug-0.12.2-4.el8.noarch.r 2.8 MB/s | 457 kB 00:00 2024-04-18T15:56:35.602 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-test-2:18.2.2-1240.g6a7528e4.el8.x86_64 6/6 2024-04-18T15:56:35.623 INFO:teuthology.orchestra.run.smithi171.stdout:(11/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.2 MB/s | 249 kB 00:00 2024-04-18T15:56:35.807 INFO:teuthology.orchestra.run.smithi171.stdout:(12/32): ceph-osd-18.2.2-1240.g6a7528e4.el8.x86 18 MB/s | 18 MB 00:00 2024-04-18T15:56:35.832 INFO:teuthology.orchestra.run.smithi171.stdout:(13/32): python3-pycparser-2.14-14.el8.noarch.r 523 kB/s | 109 kB 00:00 2024-04-18T15:56:35.891 INFO:teuthology.orchestra.run.smithi171.stdout:(14/32): python3-cryptography-3.2.1-7.el8.x86_6 1.4 MB/s | 641 kB 00:00 2024-04-18T15:56:35.915 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-test-2:18.2.2-1240.g6a7528e4.el8.x86_64 6/6 2024-04-18T15:56:35.915 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-test-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/6 2024-04-18T15:56:35.915 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : libcephsqlite-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/6 2024-04-18T15:56:35.915 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2024-04-18T15:56:35.915 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : oniguruma-6.8.2-3.el8.x86_64 4/6 2024-04-18T15:56:35.915 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2024-04-18T15:56:36.024 INFO:teuthology.orchestra.run.smithi171.stdout:(15/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 201 kB/s | 44 kB 00:00 2024-04-18T15:56:36.092 INFO:teuthology.orchestra.run.smithi171.stdout:(16/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 715 kB/s | 185 kB 00:00 2024-04-18T15:56:36.126 INFO:teuthology.orchestra.run.smithi171.stdout:(17/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 737 kB/s | 173 kB 00:00 2024-04-18T15:56:36.143 INFO:teuthology.orchestra.run.smithi171.stdout:(18/32): python3-jaraco-6.2-6.el8.noarch.rpm 219 kB/s | 11 kB 00:00 2024-04-18T15:56:36.176 INFO:teuthology.orchestra.run.smithi171.stdout:(19/32): python3-jaraco-functools-2.0-4.el8.noa 348 kB/s | 18 kB 00:00 2024-04-18T15:56:36.202 INFO:teuthology.orchestra.run.smithi171.stdout:(20/32): python3-logutils-0.3.5-11.el8.noarch.r 828 kB/s | 49 kB 00:00 2024-04-18T15:56:36.227 INFO:teuthology.orchestra.run.smithi171.stdout:(21/32): python3-cherrypy-18.4.0-1.el8.noarch.r 1.9 MB/s | 384 kB 00:00 2024-04-18T15:56:36.244 INFO:teuthology.orchestra.run.smithi171.stdout:(22/32): python3-more-itertools-7.2.0-3.el8.noa 870 kB/s | 59 kB 00:00 2024-04-18T15:56:36.278 INFO:teuthology.orchestra.run.smithi171.stdout:(23/32): python3-portend-2.6-1.el8.noarch.rpm 310 kB/s | 16 kB 00:00 2024-04-18T15:56:36.303 INFO:teuthology.orchestra.run.smithi171.stdout:(24/32): python3-pecan-1.3.2-9.el8.noarch.rpm 2.7 MB/s | 283 kB 00:00 2024-04-18T15:56:36.320 INFO:teuthology.orchestra.run.smithi171.stdout:(25/32): python3-simplegeneric-0.8.1-17.el8.noa 246 kB/s | 19 kB 00:00 2024-04-18T15:56:36.334 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2024-04-18T15:56:36.334 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:56:36.334 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-04-18T15:56:36.334 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-test-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:36.334 INFO:teuthology.orchestra.run.smithi080.stdout: jq-1.6-8.el8.x86_64 2024-04-18T15:56:36.335 INFO:teuthology.orchestra.run.smithi080.stdout: libcephsqlite-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:36.335 INFO:teuthology.orchestra.run.smithi080.stdout: oniguruma-6.8.2-3.el8.x86_64 2024-04-18T15:56:36.335 INFO:teuthology.orchestra.run.smithi080.stdout: socat-1.7.4.1-1.el8.x86_64 2024-04-18T15:56:36.335 INFO:teuthology.orchestra.run.smithi080.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2024-04-18T15:56:36.335 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:56:36.335 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:56:36.337 INFO:teuthology.orchestra.run.smithi171.stdout:(26/32): python3-singledispatch-3.4.0.3-18.el8. 404 kB/s | 24 kB 00:00 2024-04-18T15:56:36.354 INFO:teuthology.orchestra.run.smithi171.stdout:(27/32): python3-tempora-1.14.1-5.el8.noarch.rp 575 kB/s | 29 kB 00:00 2024-04-18T15:56:36.371 INFO:teuthology.orchestra.run.smithi171.stdout:(28/32): python3-trustme-0.6.0-4.el8.noarch.rpm 543 kB/s | 27 kB 00:00 2024-04-18T15:56:36.422 INFO:teuthology.orchestra.run.smithi171.stdout:(29/32): python3-waitress-1.4.3-1.el8.noarch.rp 3.0 MB/s | 255 kB 00:00 2024-04-18T15:56:36.447 INFO:teuthology.orchestra.run.smithi171.stdout:(30/32): python3-webtest-2.0.33-1.el8.noarch.rp 1.1 MB/s | 85 kB 00:00 2024-04-18T15:56:36.472 INFO:teuthology.orchestra.run.smithi171.stdout:(31/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 2.1 MB/s | 251 kB 00:00 2024-04-18T15:56:36.489 INFO:teuthology.orchestra.run.smithi171.stdout:(32/32): python3-zc-lockfile-2.0-2.el8.noarch.r 342 kB/s | 23 kB 00:00 2024-04-18T15:56:36.491 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:56:36.491 INFO:teuthology.orchestra.run.smithi171.stdout:Total 12 MB/s | 31 MB 00:02 2024-04-18T15:56:36.574 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-04-18T15:56:36.609 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install ceph 2024-04-18T15:56:36.612 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-04-18T15:56:36.612 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-04-18T15:56:36.915 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-04-18T15:56:36.919 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-04-18T15:56:37.340 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:10 ago on Thu 18 Apr 2024 03:55:27 PM UTC. 2024-04-18T15:56:38.056 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-04-18T15:56:38.258 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2024-04-18T15:56:38.516 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2024-04-18T15:56:38.769 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2024-04-18T15:56:38.984 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:56:38.987 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:56:38.987 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2024-04-18T15:56:38.987 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:56:38.987 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-04-18T15:56:38.988 INFO:teuthology.orchestra.run.smithi080.stdout: ceph x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 6.4 k 2024-04-18T15:56:38.988 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2024-04-18T15:56:38.988 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mds x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 2.3 M 2024-04-18T15:56:38.988 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 1.6 M 2024-04-18T15:56:38.988 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr-modules-core noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 245 k 2024-04-18T15:56:38.988 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mon x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 4.8 M 2024-04-18T15:56:38.988 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-osd x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 18 M 2024-04-18T15:56:38.988 INFO:teuthology.orchestra.run.smithi080.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2024-04-18T15:56:38.988 INFO:teuthology.orchestra.run.smithi080.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2024-04-18T15:56:38.988 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2024-04-18T15:56:38.988 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2024-04-18T15:56:38.988 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2024-04-18T15:56:38.988 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cryptography x86_64 3.2.1-7.el8 baseos 641 k 2024-04-18T15:56:38.989 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2024-04-18T15:56:38.989 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2024-04-18T15:56:38.989 INFO:teuthology.orchestra.run.smithi080.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2024-04-18T15:56:38.989 INFO:teuthology.orchestra.run.smithi080.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2024-04-18T15:56:38.989 INFO:teuthology.orchestra.run.smithi080.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2024-04-18T15:56:38.989 INFO:teuthology.orchestra.run.smithi080.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2024-04-18T15:56:38.989 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2024-04-18T15:56:38.989 INFO:teuthology.orchestra.run.smithi080.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2024-04-18T15:56:38.989 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2024-04-18T15:56:38.989 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2024-04-18T15:56:38.989 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2024-04-18T15:56:38.989 INFO:teuthology.orchestra.run.smithi080.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2024-04-18T15:56:38.989 INFO:teuthology.orchestra.run.smithi080.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2024-04-18T15:56:38.989 INFO:teuthology.orchestra.run.smithi080.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2024-04-18T15:56:38.989 INFO:teuthology.orchestra.run.smithi080.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2024-04-18T15:56:38.990 INFO:teuthology.orchestra.run.smithi080.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2024-04-18T15:56:38.990 INFO:teuthology.orchestra.run.smithi080.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2024-04-18T15:56:38.990 INFO:teuthology.orchestra.run.smithi080.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2024-04-18T15:56:38.990 INFO:teuthology.orchestra.run.smithi080.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2024-04-18T15:56:38.990 INFO:teuthology.orchestra.run.smithi080.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2024-04-18T15:56:38.990 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:56:38.990 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-04-18T15:56:38.990 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:56:38.990 INFO:teuthology.orchestra.run.smithi080.stdout:Install 32 Packages 2024-04-18T15:56:38.990 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:56:38.991 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 31 M 2024-04-18T15:56:38.991 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 124 M 2024-04-18T15:56:38.991 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-04-18T15:56:39.049 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2024-04-18T15:56:39.249 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2024-04-18T15:56:39.421 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2024-04-18T15:56:39.620 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2024-04-18T15:56:39.631 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: libcephsqlite-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/6 2024-04-18T15:56:39.748 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2024-04-18T15:56:39.861 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-test-2:18.2.2-1240.g6a7528e4.el8.x86_64 6/6 2024-04-18T15:56:39.889 INFO:teuthology.orchestra.run.smithi080.stdout:(1/32): ceph-18.2.2-1240.g6a7528e4.el8.x86_64.r 50 kB/s | 6.4 kB 00:00 2024-04-18T15:56:39.933 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2024-04-18T15:56:40.031 INFO:teuthology.orchestra.run.smithi080.stdout:(2/32): ceph-mgr-18.2.2-1240.g6a7528e4.el8.x86_ 5.8 MB/s | 1.6 MB 00:00 2024-04-18T15:56:40.148 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-test-2:18.2.2-1240.g6a7528e4.el8.x86_64 6/6 2024-04-18T15:56:40.148 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-test-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/6 2024-04-18T15:56:40.149 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : libcephsqlite-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/6 2024-04-18T15:56:40.149 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2024-04-18T15:56:40.149 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : oniguruma-6.8.2-3.el8.x86_64 4/6 2024-04-18T15:56:40.149 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2024-04-18T15:56:40.170 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2024-04-18T15:56:40.375 INFO:teuthology.orchestra.run.smithi080.stdout:(3/32): ceph-mon-18.2.2-1240.g6a7528e4.el8.x86_ 10 MB/s | 4.8 MB 00:00 2024-04-18T15:56:40.440 INFO:teuthology.orchestra.run.smithi080.stdout:(4/32): ceph-mgr-modules-core-18.2.2-1240.g6a75 3.7 MB/s | 245 kB 00:00 2024-04-18T15:56:40.466 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2024-04-18T15:56:40.566 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2024-04-18T15:56:40.567 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:56:40.567 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-04-18T15:56:40.567 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-test-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:40.567 INFO:teuthology.orchestra.run.smithi106.stdout: jq-1.6-8.el8.x86_64 2024-04-18T15:56:40.567 INFO:teuthology.orchestra.run.smithi106.stdout: libcephsqlite-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:40.567 INFO:teuthology.orchestra.run.smithi106.stdout: oniguruma-6.8.2-3.el8.x86_64 2024-04-18T15:56:40.567 INFO:teuthology.orchestra.run.smithi106.stdout: socat-1.7.4.1-1.el8.x86_64 2024-04-18T15:56:40.567 INFO:teuthology.orchestra.run.smithi106.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2024-04-18T15:56:40.567 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:56:40.567 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:56:40.607 INFO:teuthology.orchestra.run.smithi080.stdout:(5/32): python3-mako-1.0.6-14.el8.noarch.rpm 942 kB/s | 157 kB 00:00 2024-04-18T15:56:40.691 INFO:teuthology.orchestra.run.smithi080.stdout:(6/32): python3-markupsafe-0.23-19.el8.x86_64.r 466 kB/s | 39 kB 00:00 2024-04-18T15:56:40.723 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2024-04-18T15:56:40.791 INFO:teuthology.orchestra.run.smithi080.stdout:(7/32): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 1.0 MB/s | 103 kB 00:00 2024-04-18T15:56:40.832 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install ceph 2024-04-18T15:56:40.883 INFO:teuthology.orchestra.run.smithi080.stdout:(8/32): python3-pytz-2017.2-11.el8.noarch.rpm 623 kB/s | 57 kB 00:00 2024-04-18T15:56:41.066 INFO:teuthology.orchestra.run.smithi080.stdout:(9/32): ceph-osd-18.2.2-1240.g6a7528e4.el8.x86_ 18 MB/s | 18 MB 00:01 2024-04-18T15:56:41.108 INFO:teuthology.orchestra.run.smithi080.stdout:(10/32): python3-werkzeug-0.12.2-4.el8.noarch.r 2.0 MB/s | 457 kB 00:00 2024-04-18T15:56:41.115 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2024-04-18T15:56:41.200 INFO:teuthology.orchestra.run.smithi080.stdout:(11/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.8 MB/s | 249 kB 00:00 2024-04-18T15:56:41.242 INFO:teuthology.orchestra.run.smithi080.stdout:(12/32): python3-pycparser-2.14-14.el8.noarch.r 2.6 MB/s | 109 kB 00:00 2024-04-18T15:56:41.276 INFO:teuthology.orchestra.run.smithi080.stdout:(13/32): python3-cryptography-3.2.1-7.el8.x86_6 3.7 MB/s | 641 kB 00:00 2024-04-18T15:56:41.326 INFO:teuthology.orchestra.run.smithi080.stdout:(14/32): ceph-mds-18.2.2-1240.g6a7528e4.el8.x86 1.5 MB/s | 2.3 MB 00:01 2024-04-18T15:56:41.378 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-cryptography-3.2.1-7.el8.x86_64 14/32 2024-04-18T15:56:41.385 INFO:teuthology.orchestra.run.smithi080.stdout:(15/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 306 kB/s | 44 kB 00:00 2024-04-18T15:56:41.510 INFO:teuthology.orchestra.run.smithi080.stdout:(16/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 792 kB/s | 185 kB 00:00 2024-04-18T15:56:41.560 INFO:teuthology.orchestra.run.smithi080.stdout:(17/32): python3-cherrypy-18.4.0-1.el8.noarch.r 2.1 MB/s | 384 kB 00:00 2024-04-18T15:56:41.569 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:01:10 ago on Thu 18 Apr 2024 03:55:31 PM UTC. 2024-04-18T15:56:41.575 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2024-04-18T15:56:41.594 INFO:teuthology.orchestra.run.smithi080.stdout:(18/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 645 kB/s | 173 kB 00:00 2024-04-18T15:56:41.619 INFO:teuthology.orchestra.run.smithi080.stdout:(19/32): python3-jaraco-6.2-6.el8.noarch.rpm 102 kB/s | 11 kB 00:00 2024-04-18T15:56:41.645 INFO:teuthology.orchestra.run.smithi080.stdout:(20/32): python3-jaraco-functools-2.0-4.el8.noa 209 kB/s | 18 kB 00:00 2024-04-18T15:56:41.678 INFO:teuthology.orchestra.run.smithi080.stdout:(21/32): python3-logutils-0.3.5-11.el8.noarch.r 836 kB/s | 49 kB 00:00 2024-04-18T15:56:41.704 INFO:teuthology.orchestra.run.smithi080.stdout:(22/32): python3-more-itertools-7.2.0-3.el8.noa 702 kB/s | 59 kB 00:00 2024-04-18T15:56:41.737 INFO:teuthology.orchestra.run.smithi080.stdout:(23/32): python3-pecan-1.3.2-9.el8.noarch.rpm 3.0 MB/s | 283 kB 00:00 2024-04-18T15:56:41.762 INFO:teuthology.orchestra.run.smithi080.stdout:(24/32): python3-portend-2.6-1.el8.noarch.rpm 186 kB/s | 16 kB 00:00 2024-04-18T15:56:41.788 INFO:teuthology.orchestra.run.smithi080.stdout:(25/32): python3-simplegeneric-0.8.1-17.el8.noa 223 kB/s | 19 kB 00:00 2024-04-18T15:56:41.813 INFO:teuthology.orchestra.run.smithi080.stdout:(26/32): python3-singledispatch-3.4.0.3-18.el8. 317 kB/s | 24 kB 00:00 2024-04-18T15:56:41.826 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2024-04-18T15:56:41.838 INFO:teuthology.orchestra.run.smithi080.stdout:(27/32): python3-tempora-1.14.1-5.el8.noarch.rp 387 kB/s | 29 kB 00:00 2024-04-18T15:56:41.864 INFO:teuthology.orchestra.run.smithi080.stdout:(28/32): python3-trustme-0.6.0-4.el8.noarch.rpm 364 kB/s | 27 kB 00:00 2024-04-18T15:56:41.889 INFO:teuthology.orchestra.run.smithi080.stdout:(29/32): python3-waitress-1.4.3-1.el8.noarch.rp 3.3 MB/s | 255 kB 00:00 2024-04-18T15:56:41.956 INFO:teuthology.orchestra.run.smithi080.stdout:(30/32): python3-webtest-2.0.33-1.el8.noarch.rp 930 kB/s | 85 kB 00:00 2024-04-18T15:56:41.981 INFO:teuthology.orchestra.run.smithi080.stdout:(31/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.7 MB/s | 251 kB 00:00 2024-04-18T15:56:42.006 INFO:teuthology.orchestra.run.smithi080.stdout:(32/32): python3-zc-lockfile-2.0-2.el8.noarch.r 196 kB/s | 23 kB 00:00 2024-04-18T15:56:42.008 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:56:42.008 INFO:teuthology.orchestra.run.smithi080.stdout:Total 10 MB/s | 31 MB 00:03 2024-04-18T15:56:42.026 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2024-04-18T15:56:42.093 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-04-18T15:56:42.134 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-04-18T15:56:42.134 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-04-18T15:56:42.379 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2024-04-18T15:56:42.455 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-04-18T15:56:42.458 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-04-18T15:56:42.598 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2024-04-18T15:56:42.803 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2024-04-18T15:56:42.972 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2024-04-18T15:56:43.197 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2024-04-18T15:56:43.217 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:56:43.220 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:56:43.220 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repository Size 2024-04-18T15:56:43.221 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:56:43.221 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-04-18T15:56:43.221 INFO:teuthology.orchestra.run.smithi106.stdout: ceph x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 6.4 k 2024-04-18T15:56:43.221 INFO:teuthology.orchestra.run.smithi106.stdout:Installing dependencies: 2024-04-18T15:56:43.221 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mds x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 2.3 M 2024-04-18T15:56:43.221 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 1.6 M 2024-04-18T15:56:43.221 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr-modules-core noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 245 k 2024-04-18T15:56:43.221 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mon x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 4.8 M 2024-04-18T15:56:43.221 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-osd x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 18 M 2024-04-18T15:56:43.221 INFO:teuthology.orchestra.run.smithi106.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2024-04-18T15:56:43.221 INFO:teuthology.orchestra.run.smithi106.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2024-04-18T15:56:43.221 INFO:teuthology.orchestra.run.smithi106.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2024-04-18T15:56:43.221 INFO:teuthology.orchestra.run.smithi106.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2024-04-18T15:56:43.222 INFO:teuthology.orchestra.run.smithi106.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2024-04-18T15:56:43.222 INFO:teuthology.orchestra.run.smithi106.stdout: python3-cryptography x86_64 3.2.1-7.el8 baseos 641 k 2024-04-18T15:56:43.222 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2024-04-18T15:56:43.222 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2024-04-18T15:56:43.222 INFO:teuthology.orchestra.run.smithi106.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2024-04-18T15:56:43.222 INFO:teuthology.orchestra.run.smithi106.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2024-04-18T15:56:43.222 INFO:teuthology.orchestra.run.smithi106.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2024-04-18T15:56:43.222 INFO:teuthology.orchestra.run.smithi106.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2024-04-18T15:56:43.222 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2024-04-18T15:56:43.222 INFO:teuthology.orchestra.run.smithi106.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2024-04-18T15:56:43.222 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2024-04-18T15:56:43.222 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2024-04-18T15:56:43.222 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2024-04-18T15:56:43.223 INFO:teuthology.orchestra.run.smithi106.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2024-04-18T15:56:43.223 INFO:teuthology.orchestra.run.smithi106.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2024-04-18T15:56:43.223 INFO:teuthology.orchestra.run.smithi106.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2024-04-18T15:56:43.223 INFO:teuthology.orchestra.run.smithi106.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2024-04-18T15:56:43.223 INFO:teuthology.orchestra.run.smithi106.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2024-04-18T15:56:43.223 INFO:teuthology.orchestra.run.smithi106.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2024-04-18T15:56:43.223 INFO:teuthology.orchestra.run.smithi106.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2024-04-18T15:56:43.223 INFO:teuthology.orchestra.run.smithi106.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2024-04-18T15:56:43.223 INFO:teuthology.orchestra.run.smithi106.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2024-04-18T15:56:43.223 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:56:43.223 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-04-18T15:56:43.223 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:56:43.223 INFO:teuthology.orchestra.run.smithi106.stdout:Install 32 Packages 2024-04-18T15:56:43.223 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:56:43.224 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 31 M 2024-04-18T15:56:43.224 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 124 M 2024-04-18T15:56:43.224 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-04-18T15:56:43.413 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2024-04-18T15:56:43.604 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-04-18T15:56:43.615 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2024-04-18T15:56:43.841 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2024-04-18T15:56:43.930 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2024-04-18T15:56:43.990 INFO:teuthology.orchestra.run.smithi106.stdout:(1/32): ceph-18.2.2-1240.g6a7528e4.el8.x86_64.r 30 kB/s | 6.4 kB 00:00 2024-04-18T15:56:44.157 INFO:teuthology.orchestra.run.smithi106.stdout:(2/32): ceph-mds-18.2.2-1240.g6a7528e4.el8.x86_ 6.0 MB/s | 2.3 MB 00:00 2024-04-18T15:56:44.199 INFO:teuthology.orchestra.run.smithi106.stdout:(3/32): ceph-mgr-18.2.2-1240.g6a7528e4.el8.x86_ 3.7 MB/s | 1.6 MB 00:00 2024-04-18T15:56:44.240 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2024-04-18T15:56:44.249 INFO:teuthology.orchestra.run.smithi106.stdout:(4/32): ceph-mgr-modules-core-18.2.2-1240.g6a75 4.8 MB/s | 245 kB 00:00 2024-04-18T15:56:44.367 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2024-04-18T15:56:44.449 INFO:teuthology.orchestra.run.smithi106.stdout:(5/32): python3-mako-1.0.6-14.el8.noarch.rpm 785 kB/s | 157 kB 00:00 2024-04-18T15:56:44.533 INFO:teuthology.orchestra.run.smithi106.stdout:(6/32): python3-markupsafe-0.23-19.el8.x86_64.r 466 kB/s | 39 kB 00:00 2024-04-18T15:56:44.615 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-mgr-modules-core-2:18.2.2-1240.g6a7528e4.el8. 27/32 2024-04-18T15:56:44.631 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2024-04-18T15:56:44.633 INFO:teuthology.orchestra.run.smithi106.stdout:(7/32): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 1.0 MB/s | 103 kB 00:00 2024-04-18T15:56:44.733 INFO:teuthology.orchestra.run.smithi106.stdout:(8/32): python3-pytz-2017.2-11.el8.noarch.rpm 571 kB/s | 57 kB 00:00 2024-04-18T15:56:44.801 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 28/32 2024-04-18T15:56:44.884 INFO:teuthology.orchestra.run.smithi106.stdout:(9/32): ceph-mon-18.2.2-1240.g6a7528e4.el8.x86_ 5.4 MB/s | 4.8 MB 00:00 2024-04-18T15:56:44.901 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2024-04-18T15:56:44.934 INFO:teuthology.orchestra.run.smithi106.stdout:(10/32): python3-werkzeug-0.12.2-4.el8.noarch.r 2.2 MB/s | 457 kB 00:00 2024-04-18T15:56:45.042 INFO:teuthology.orchestra.run.smithi106.stdout:(11/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.5 MB/s | 249 kB 00:00 2024-04-18T15:56:45.107 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2024-04-18T15:56:45.118 INFO:teuthology.orchestra.run.smithi106.stdout:(12/32): python3-pycparser-2.14-14.el8.noarch.r 1.4 MB/s | 109 kB 00:00 2024-04-18T15:56:45.313 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2024-04-18T15:56:45.336 INFO:teuthology.orchestra.run.smithi106.stdout:(13/32): ceph-osd-18.2.2-1240.g6a7528e4.el8.x86 16 MB/s | 18 MB 00:01 2024-04-18T15:56:45.377 INFO:teuthology.orchestra.run.smithi106.stdout:(14/32): python3-cryptography-3.2.1-7.el8.x86_6 1.4 MB/s | 641 kB 00:00 2024-04-18T15:56:45.494 INFO:teuthology.orchestra.run.smithi106.stdout:(15/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 1.4 MB/s | 173 kB 00:00 2024-04-18T15:56:45.511 INFO:teuthology.orchestra.run.smithi106.stdout:(16/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 1.0 MB/s | 185 kB 00:00 2024-04-18T15:56:45.521 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2024-04-18T15:56:45.561 INFO:teuthology.orchestra.run.smithi106.stdout:(17/32): python3-jaraco-6.2-6.el8.noarch.rpm 222 kB/s | 11 kB 00:00 2024-04-18T15:56:45.595 INFO:teuthology.orchestra.run.smithi106.stdout:(18/32): python3-cherrypy-18.4.0-1.el8.noarch.r 3.7 MB/s | 384 kB 00:00 2024-04-18T15:56:45.620 INFO:teuthology.orchestra.run.smithi106.stdout:(19/32): python3-jaraco-functools-2.0-4.el8.noa 300 kB/s | 18 kB 00:00 2024-04-18T15:56:45.646 INFO:teuthology.orchestra.run.smithi106.stdout:(20/32): python3-logutils-0.3.5-11.el8.noarch.r 972 kB/s | 49 kB 00:00 2024-04-18T15:56:45.688 INFO:teuthology.orchestra.run.smithi106.stdout:(21/32): python3-more-itertools-7.2.0-3.el8.noa 878 kB/s | 59 kB 00:00 2024-04-18T15:56:45.716 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2024-04-18T15:56:45.721 INFO:teuthology.orchestra.run.smithi106.stdout:(22/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 72 kB/s | 44 kB 00:00 2024-04-18T15:56:45.746 INFO:teuthology.orchestra.run.smithi106.stdout:(23/32): python3-portend-2.6-1.el8.noarch.rpm 266 kB/s | 16 kB 00:00 2024-04-18T15:56:45.772 INFO:teuthology.orchestra.run.smithi106.stdout:(24/32): python3-pecan-1.3.2-9.el8.noarch.rpm 2.2 MB/s | 283 kB 00:00 2024-04-18T15:56:45.797 INFO:teuthology.orchestra.run.smithi106.stdout:(25/32): python3-singledispatch-3.4.0.3-18.el8. 478 kB/s | 24 kB 00:00 2024-04-18T15:56:45.822 INFO:teuthology.orchestra.run.smithi106.stdout:(26/32): python3-tempora-1.14.1-5.el8.noarch.rp 583 kB/s | 29 kB 00:00 2024-04-18T15:56:45.848 INFO:teuthology.orchestra.run.smithi106.stdout:(27/32): python3-simplegeneric-0.8.1-17.el8.noa 148 kB/s | 19 kB 00:00 2024-04-18T15:56:45.873 INFO:teuthology.orchestra.run.smithi106.stdout:(28/32): python3-trustme-0.6.0-4.el8.noarch.rpm 364 kB/s | 27 kB 00:00 2024-04-18T15:56:45.915 INFO:teuthology.orchestra.run.smithi106.stdout:(29/32): python3-webtest-2.0.33-1.el8.noarch.rp 2.0 MB/s | 85 kB 00:00 2024-04-18T15:56:45.916 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2024-04-18T15:56:45.957 INFO:teuthology.orchestra.run.smithi106.stdout:(30/32): python3-zc-lockfile-2.0-2.el8.noarch.r 553 kB/s | 23 kB 00:00 2024-04-18T15:56:45.982 INFO:teuthology.orchestra.run.smithi106.stdout:(31/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.8 MB/s | 251 kB 00:00 2024-04-18T15:56:46.007 INFO:teuthology.orchestra.run.smithi106.stdout:(32/32): python3-waitress-1.4.3-1.el8.noarch.rp 1.4 MB/s | 255 kB 00:00 2024-04-18T15:56:46.008 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:56:46.009 INFO:teuthology.orchestra.run.smithi106.stdout:Total 11 MB/s | 31 MB 00:02 2024-04-18T15:56:46.094 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-04-18T15:56:46.134 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-04-18T15:56:46.134 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-04-18T15:56:46.171 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2024-04-18T15:56:46.448 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 28/32 2024-04-18T15:56:46.450 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2024-04-18T15:56:46.698 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2024-04-18T15:56:46.863 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-04-18T15:56:46.866 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-04-18T15:56:47.109 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2024-04-18T15:56:47.379 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-cryptography-3.2.1-7.el8.x86_64 14/32 2024-04-18T15:56:47.426 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-osd-2:18.2.2-1240.g6a7528e4.el8.x86_64 29/32 2024-04-18T15:56:47.583 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2024-04-18T15:56:47.868 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2024-04-18T15:56:47.909 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-osd-2:18.2.2-1240.g6a7528e4.el8.x86_64 29/32 2024-04-18T15:56:48.096 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-04-18T15:56:48.110 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2024-04-18T15:56:48.116 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-mon-2:18.2.2-1240.g6a7528e4.el8.x86_64 30/32 2024-04-18T15:56:48.307 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2024-04-18T15:56:48.330 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-mon-2:18.2.2-1240.g6a7528e4.el8.x86_64 30/32 2024-04-18T15:56:48.454 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2024-04-18T15:56:48.516 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-mds-2:18.2.2-1240.g6a7528e4.el8.x86_64 31/32 2024-04-18T15:56:48.533 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-mds-2:18.2.2-1240.g6a7528e4.el8.x86_64 31/32 2024-04-18T15:56:48.550 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2024-04-18T15:56:48.690 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-2:18.2.2-1240.g6a7528e4.el8.x86_64 32/32 2024-04-18T15:56:48.690 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2024-04-18T15:56:48.785 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2024-04-18T15:56:48.895 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2024-04-18T15:56:49.039 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2024-04-18T15:56:49.072 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2024-04-18T15:56:49.103 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-2:18.2.2-1240.g6a7528e4.el8.x86_64 32/32 2024-04-18T15:56:49.103 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/32 2024-04-18T15:56:49.103 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-mds-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/32 2024-04-18T15:56:49.103 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 3/32 2024-04-18T15:56:49.103 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-mon-2:18.2.2-1240.g6a7528e4.el8.x86_64 4/32 2024-04-18T15:56:49.103 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-osd-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/32 2024-04-18T15:56:49.103 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-mgr-modules-core-2:18.2.2-1240.g6a7528e4.el8. 6/32 2024-04-18T15:56:49.103 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2024-04-18T15:56:49.104 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2024-04-18T15:56:49.104 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2024-04-18T15:56:49.104 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2024-04-18T15:56:49.104 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2024-04-18T15:56:49.104 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2024-04-18T15:56:49.104 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-cryptography-3.2.1-7.el8.x86_64 13/32 2024-04-18T15:56:49.104 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2024-04-18T15:56:49.104 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2024-04-18T15:56:49.104 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2024-04-18T15:56:49.104 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2024-04-18T15:56:49.104 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2024-04-18T15:56:49.105 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2024-04-18T15:56:49.105 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2024-04-18T15:56:49.105 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2024-04-18T15:56:49.106 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2024-04-18T15:56:49.106 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2024-04-18T15:56:49.106 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2024-04-18T15:56:49.106 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2024-04-18T15:56:49.106 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2024-04-18T15:56:49.106 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2024-04-18T15:56:49.106 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2024-04-18T15:56:49.106 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2024-04-18T15:56:49.106 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2024-04-18T15:56:49.107 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2024-04-18T15:56:49.258 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2024-04-18T15:56:49.334 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2024-04-18T15:56:49.436 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2024-04-18T15:56:49.580 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2024-04-18T15:56:49.622 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2024-04-18T15:56:49.783 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2024-04-18T15:56:49.798 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2024-04-18T15:56:49.856 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2024-04-18T15:56:49.856 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:56:49.856 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-04-18T15:56:49.856 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:49.856 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mds-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:49.856 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:49.857 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-modules-core-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:56:49.857 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mon-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:49.857 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-osd-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:49.857 INFO:teuthology.orchestra.run.smithi171.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2024-04-18T15:56:49.857 INFO:teuthology.orchestra.run.smithi171.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2024-04-18T15:56:49.857 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cffi-1.11.5-6.el8.x86_64 2024-04-18T15:56:49.857 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cheroot-8.5.2-1.el8.noarch 2024-04-18T15:56:49.857 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2024-04-18T15:56:49.857 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cryptography-3.2.1-7.el8.x86_64 2024-04-18T15:56:49.857 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco-6.2-6.el8.noarch 2024-04-18T15:56:49.857 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2024-04-18T15:56:49.857 INFO:teuthology.orchestra.run.smithi171.stdout: python3-logutils-0.3.5-11.el8.noarch 2024-04-18T15:56:49.857 INFO:teuthology.orchestra.run.smithi171.stdout: python3-mako-1.0.6-14.el8.noarch 2024-04-18T15:56:49.858 INFO:teuthology.orchestra.run.smithi171.stdout: python3-markupsafe-0.23-19.el8.x86_64 2024-04-18T15:56:49.858 INFO:teuthology.orchestra.run.smithi171.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2024-04-18T15:56:49.858 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pecan-1.3.2-9.el8.noarch 2024-04-18T15:56:49.858 INFO:teuthology.orchestra.run.smithi171.stdout: python3-portend-2.6-1.el8.noarch 2024-04-18T15:56:49.858 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2024-04-18T15:56:49.858 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pycparser-2.14-14.el8.noarch 2024-04-18T15:56:49.858 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pytz-2017.2-11.el8.noarch 2024-04-18T15:56:49.858 INFO:teuthology.orchestra.run.smithi171.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2024-04-18T15:56:49.858 INFO:teuthology.orchestra.run.smithi171.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2024-04-18T15:56:49.858 INFO:teuthology.orchestra.run.smithi171.stdout: python3-tempora-1.14.1-5.el8.noarch 2024-04-18T15:56:49.858 INFO:teuthology.orchestra.run.smithi171.stdout: python3-trustme-0.6.0-4.el8.noarch 2024-04-18T15:56:49.858 INFO:teuthology.orchestra.run.smithi171.stdout: python3-waitress-1.4.3-1.el8.noarch 2024-04-18T15:56:49.858 INFO:teuthology.orchestra.run.smithi171.stdout: python3-webob-1.8.5-1.el8.1.noarch 2024-04-18T15:56:49.859 INFO:teuthology.orchestra.run.smithi171.stdout: python3-webtest-2.0.33-1.el8.noarch 2024-04-18T15:56:49.859 INFO:teuthology.orchestra.run.smithi171.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2024-04-18T15:56:49.859 INFO:teuthology.orchestra.run.smithi171.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2024-04-18T15:56:49.859 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:56:49.859 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:56:49.991 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2024-04-18T15:56:50.126 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-base 2024-04-18T15:56:50.134 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2024-04-18T15:56:50.229 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2024-04-18T15:56:50.459 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2024-04-18T15:56:50.483 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2024-04-18T15:56:50.690 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2024-04-18T15:56:50.857 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:21 ago on Thu 18 Apr 2024 03:55:29 PM UTC. 2024-04-18T15:56:50.867 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-mgr-modules-core-2:18.2.2-1240.g6a7528e4.el8. 27/32 2024-04-18T15:56:51.071 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 28/32 2024-04-18T15:56:51.095 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2024-04-18T15:56:51.346 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-cryptography-3.2.1-7.el8.x86_64 14/32 2024-04-18T15:56:51.518 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2024-04-18T15:56:51.782 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2024-04-18T15:56:51.994 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2024-04-18T15:56:52.324 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2024-04-18T15:56:52.541 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2024-04-18T15:56:52.554 INFO:teuthology.orchestra.run.smithi171.stdout:Package ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:56:52.602 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:56:52.603 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-04-18T15:56:52.603 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:56:52.704 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2024-04-18T15:56:52.722 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 28/32 2024-04-18T15:56:52.726 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install cephadm 2024-04-18T15:56:52.888 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-osd-2:18.2.2-1240.g6a7528e4.el8.x86_64 29/32 2024-04-18T15:56:52.907 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2024-04-18T15:56:53.141 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2024-04-18T15:56:53.364 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-osd-2:18.2.2-1240.g6a7528e4.el8.x86_64 29/32 2024-04-18T15:56:53.372 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2024-04-18T15:56:53.448 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:24 ago on Thu 18 Apr 2024 03:55:29 PM UTC. 2024-04-18T15:56:53.587 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2024-04-18T15:56:53.591 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-mon-2:18.2.2-1240.g6a7528e4.el8.x86_64 30/32 2024-04-18T15:56:53.805 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-mon-2:18.2.2-1240.g6a7528e4.el8.x86_64 30/32 2024-04-18T15:56:53.921 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2024-04-18T15:56:54.016 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-mds-2:18.2.2-1240.g6a7528e4.el8.x86_64 31/32 2024-04-18T15:56:54.034 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-mds-2:18.2.2-1240.g6a7528e4.el8.x86_64 31/32 2024-04-18T15:56:54.157 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-2:18.2.2-1240.g6a7528e4.el8.x86_64 32/32 2024-04-18T15:56:54.240 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2024-04-18T15:56:54.565 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-2:18.2.2-1240.g6a7528e4.el8.x86_64 32/32 2024-04-18T15:56:54.565 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/32 2024-04-18T15:56:54.566 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-mds-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/32 2024-04-18T15:56:54.566 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 3/32 2024-04-18T15:56:54.566 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-mon-2:18.2.2-1240.g6a7528e4.el8.x86_64 4/32 2024-04-18T15:56:54.566 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-osd-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/32 2024-04-18T15:56:54.566 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-mgr-modules-core-2:18.2.2-1240.g6a7528e4.el8. 6/32 2024-04-18T15:56:54.566 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2024-04-18T15:56:54.566 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2024-04-18T15:56:54.566 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2024-04-18T15:56:54.566 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2024-04-18T15:56:54.566 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2024-04-18T15:56:54.566 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2024-04-18T15:56:54.566 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-cryptography-3.2.1-7.el8.x86_64 13/32 2024-04-18T15:56:54.566 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2024-04-18T15:56:54.566 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2024-04-18T15:56:54.567 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2024-04-18T15:56:54.567 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2024-04-18T15:56:54.567 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2024-04-18T15:56:54.567 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2024-04-18T15:56:54.567 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2024-04-18T15:56:54.567 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2024-04-18T15:56:54.567 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2024-04-18T15:56:54.567 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2024-04-18T15:56:54.567 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2024-04-18T15:56:54.567 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2024-04-18T15:56:54.567 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2024-04-18T15:56:54.567 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2024-04-18T15:56:54.567 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2024-04-18T15:56:54.567 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2024-04-18T15:56:54.568 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2024-04-18T15:56:54.568 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2024-04-18T15:56:54.617 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-mgr-modules-core-2:18.2.2-1240.g6a7528e4.el8. 27/32 2024-04-18T15:56:54.812 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 28/32 2024-04-18T15:56:55.063 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:56:55.063 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:56:55.063 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-04-18T15:56:55.063 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:56:55.064 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-04-18T15:56:55.064 INFO:teuthology.orchestra.run.smithi171.stdout: cephadm noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 173 k 2024-04-18T15:56:55.064 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:56:55.064 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-04-18T15:56:55.064 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:56:55.064 INFO:teuthology.orchestra.run.smithi171.stdout:Install 1 Package 2024-04-18T15:56:55.064 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:56:55.065 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 173 k 2024-04-18T15:56:55.065 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 692 k 2024-04-18T15:56:55.065 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-04-18T15:56:55.260 INFO:teuthology.orchestra.run.smithi171.stdout:cephadm-18.2.2-1240.g6a7528e4.el8.noarch.rpm 885 kB/s | 173 kB 00:00 2024-04-18T15:56:55.260 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:56:55.261 INFO:teuthology.orchestra.run.smithi171.stdout:Total 879 kB/s | 173 kB 00:00 2024-04-18T15:56:55.261 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-04-18T15:56:55.269 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-04-18T15:56:55.269 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-04-18T15:56:55.271 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-04-18T15:56:55.274 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-04-18T15:56:55.318 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-04-18T15:56:55.429 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2024-04-18T15:56:55.429 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:56:55.429 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-04-18T15:56:55.429 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:55.429 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mds-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:55.429 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:55.429 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr-modules-core-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:56:55.429 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mon-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:55.429 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-osd-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:55.430 INFO:teuthology.orchestra.run.smithi080.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2024-04-18T15:56:55.430 INFO:teuthology.orchestra.run.smithi080.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2024-04-18T15:56:55.430 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cffi-1.11.5-6.el8.x86_64 2024-04-18T15:56:55.430 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cheroot-8.5.2-1.el8.noarch 2024-04-18T15:56:55.430 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2024-04-18T15:56:55.430 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cryptography-3.2.1-7.el8.x86_64 2024-04-18T15:56:55.430 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jaraco-6.2-6.el8.noarch 2024-04-18T15:56:55.430 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2024-04-18T15:56:55.430 INFO:teuthology.orchestra.run.smithi080.stdout: python3-logutils-0.3.5-11.el8.noarch 2024-04-18T15:56:55.430 INFO:teuthology.orchestra.run.smithi080.stdout: python3-mako-1.0.6-14.el8.noarch 2024-04-18T15:56:55.430 INFO:teuthology.orchestra.run.smithi080.stdout: python3-markupsafe-0.23-19.el8.x86_64 2024-04-18T15:56:55.430 INFO:teuthology.orchestra.run.smithi080.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2024-04-18T15:56:55.430 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pecan-1.3.2-9.el8.noarch 2024-04-18T15:56:55.431 INFO:teuthology.orchestra.run.smithi080.stdout: python3-portend-2.6-1.el8.noarch 2024-04-18T15:56:55.431 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2024-04-18T15:56:55.431 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pycparser-2.14-14.el8.noarch 2024-04-18T15:56:55.431 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pytz-2017.2-11.el8.noarch 2024-04-18T15:56:55.431 INFO:teuthology.orchestra.run.smithi080.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2024-04-18T15:56:55.431 INFO:teuthology.orchestra.run.smithi080.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2024-04-18T15:56:55.431 INFO:teuthology.orchestra.run.smithi080.stdout: python3-tempora-1.14.1-5.el8.noarch 2024-04-18T15:56:55.431 INFO:teuthology.orchestra.run.smithi080.stdout: python3-trustme-0.6.0-4.el8.noarch 2024-04-18T15:56:55.431 INFO:teuthology.orchestra.run.smithi080.stdout: python3-waitress-1.4.3-1.el8.noarch 2024-04-18T15:56:55.431 INFO:teuthology.orchestra.run.smithi080.stdout: python3-webob-1.8.5-1.el8.1.noarch 2024-04-18T15:56:55.431 INFO:teuthology.orchestra.run.smithi080.stdout: python3-webtest-2.0.33-1.el8.noarch 2024-04-18T15:56:55.431 INFO:teuthology.orchestra.run.smithi080.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2024-04-18T15:56:55.431 INFO:teuthology.orchestra.run.smithi080.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2024-04-18T15:56:55.431 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:56:55.432 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:56:55.789 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install ceph-base 2024-04-18T15:56:55.811 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/1 2024-04-18T15:56:55.987 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/1 2024-04-18T15:56:56.214 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/1 2024-04-18T15:56:56.459 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 28/32 2024-04-18T15:56:56.523 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:29 ago on Thu 18 Apr 2024 03:55:27 PM UTC. 2024-04-18T15:56:56.591 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/1 2024-04-18T15:56:56.591 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:56:56.591 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-04-18T15:56:56.592 INFO:teuthology.orchestra.run.smithi171.stdout: cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:56:56.592 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:56:56.592 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:56:56.645 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-osd-2:18.2.2-1240.g6a7528e4.el8.x86_64 29/32 2024-04-18T15:56:56.810 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-immutable-object-cache 2024-04-18T15:56:57.123 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-osd-2:18.2.2-1240.g6a7528e4.el8.x86_64 29/32 2024-04-18T15:56:57.335 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-mon-2:18.2.2-1240.g6a7528e4.el8.x86_64 30/32 2024-04-18T15:56:57.548 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-mon-2:18.2.2-1240.g6a7528e4.el8.x86_64 30/32 2024-04-18T15:56:57.549 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:28 ago on Thu 18 Apr 2024 03:55:29 PM UTC. 2024-04-18T15:56:57.760 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-mds-2:18.2.2-1240.g6a7528e4.el8.x86_64 31/32 2024-04-18T15:56:57.777 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-mds-2:18.2.2-1240.g6a7528e4.el8.x86_64 31/32 2024-04-18T15:56:57.926 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-2:18.2.2-1240.g6a7528e4.el8.x86_64 32/32 2024-04-18T15:56:58.099 INFO:teuthology.orchestra.run.smithi080.stdout:Package ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:56:58.148 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:56:58.149 INFO:teuthology.orchestra.run.smithi080.stdout:Nothing to do. 2024-04-18T15:56:58.149 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:56:58.263 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install cephadm 2024-04-18T15:56:58.314 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-2:18.2.2-1240.g6a7528e4.el8.x86_64 32/32 2024-04-18T15:56:58.314 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/32 2024-04-18T15:56:58.314 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-mds-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/32 2024-04-18T15:56:58.314 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 3/32 2024-04-18T15:56:58.314 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-mon-2:18.2.2-1240.g6a7528e4.el8.x86_64 4/32 2024-04-18T15:56:58.314 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-osd-2:18.2.2-1240.g6a7528e4.el8.x86_64 5/32 2024-04-18T15:56:58.314 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-mgr-modules-core-2:18.2.2-1240.g6a7528e4.el8. 6/32 2024-04-18T15:56:58.314 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2024-04-18T15:56:58.314 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2024-04-18T15:56:58.315 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2024-04-18T15:56:58.315 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2024-04-18T15:56:58.315 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2024-04-18T15:56:58.315 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2024-04-18T15:56:58.315 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-cryptography-3.2.1-7.el8.x86_64 13/32 2024-04-18T15:56:58.315 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2024-04-18T15:56:58.315 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2024-04-18T15:56:58.315 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2024-04-18T15:56:58.315 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2024-04-18T15:56:58.315 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2024-04-18T15:56:58.315 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2024-04-18T15:56:58.315 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2024-04-18T15:56:58.315 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2024-04-18T15:56:58.315 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2024-04-18T15:56:58.316 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2024-04-18T15:56:58.316 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2024-04-18T15:56:58.316 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2024-04-18T15:56:58.316 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2024-04-18T15:56:58.316 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2024-04-18T15:56:58.316 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2024-04-18T15:56:58.316 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2024-04-18T15:56:58.316 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2024-04-18T15:56:58.316 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2024-04-18T15:56:58.978 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:31 ago on Thu 18 Apr 2024 03:55:27 PM UTC. 2024-04-18T15:56:59.111 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2024-04-18T15:56:59.112 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:56:59.112 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-04-18T15:56:59.112 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:59.112 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mds-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:59.112 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:59.112 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr-modules-core-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:56:59.112 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mon-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:59.112 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-osd-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:56:59.112 INFO:teuthology.orchestra.run.smithi106.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2024-04-18T15:56:59.112 INFO:teuthology.orchestra.run.smithi106.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2024-04-18T15:56:59.112 INFO:teuthology.orchestra.run.smithi106.stdout: python3-cffi-1.11.5-6.el8.x86_64 2024-04-18T15:56:59.112 INFO:teuthology.orchestra.run.smithi106.stdout: python3-cheroot-8.5.2-1.el8.noarch 2024-04-18T15:56:59.112 INFO:teuthology.orchestra.run.smithi106.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2024-04-18T15:56:59.113 INFO:teuthology.orchestra.run.smithi106.stdout: python3-cryptography-3.2.1-7.el8.x86_64 2024-04-18T15:56:59.113 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jaraco-6.2-6.el8.noarch 2024-04-18T15:56:59.113 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2024-04-18T15:56:59.113 INFO:teuthology.orchestra.run.smithi106.stdout: python3-logutils-0.3.5-11.el8.noarch 2024-04-18T15:56:59.113 INFO:teuthology.orchestra.run.smithi106.stdout: python3-mako-1.0.6-14.el8.noarch 2024-04-18T15:56:59.113 INFO:teuthology.orchestra.run.smithi106.stdout: python3-markupsafe-0.23-19.el8.x86_64 2024-04-18T15:56:59.113 INFO:teuthology.orchestra.run.smithi106.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2024-04-18T15:56:59.113 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pecan-1.3.2-9.el8.noarch 2024-04-18T15:56:59.113 INFO:teuthology.orchestra.run.smithi106.stdout: python3-portend-2.6-1.el8.noarch 2024-04-18T15:56:59.113 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2024-04-18T15:56:59.113 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pycparser-2.14-14.el8.noarch 2024-04-18T15:56:59.113 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pytz-2017.2-11.el8.noarch 2024-04-18T15:56:59.113 INFO:teuthology.orchestra.run.smithi106.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2024-04-18T15:56:59.113 INFO:teuthology.orchestra.run.smithi106.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2024-04-18T15:56:59.114 INFO:teuthology.orchestra.run.smithi106.stdout: python3-tempora-1.14.1-5.el8.noarch 2024-04-18T15:56:59.114 INFO:teuthology.orchestra.run.smithi106.stdout: python3-trustme-0.6.0-4.el8.noarch 2024-04-18T15:56:59.114 INFO:teuthology.orchestra.run.smithi106.stdout: python3-waitress-1.4.3-1.el8.noarch 2024-04-18T15:56:59.114 INFO:teuthology.orchestra.run.smithi106.stdout: python3-webob-1.8.5-1.el8.1.noarch 2024-04-18T15:56:59.114 INFO:teuthology.orchestra.run.smithi106.stdout: python3-webtest-2.0.33-1.el8.noarch 2024-04-18T15:56:59.114 INFO:teuthology.orchestra.run.smithi106.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2024-04-18T15:56:59.114 INFO:teuthology.orchestra.run.smithi106.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2024-04-18T15:56:59.114 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:56:59.114 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:56:59.206 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:56:59.207 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:56:59.207 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repo Size 2024-04-18T15:56:59.207 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:56:59.207 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-04-18T15:56:59.207 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-immutable-object-cache x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 166 k 2024-04-18T15:56:59.207 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:56:59.207 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-04-18T15:56:59.208 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:56:59.208 INFO:teuthology.orchestra.run.smithi171.stdout:Install 1 Package 2024-04-18T15:56:59.208 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:56:59.208 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 166 k 2024-04-18T15:56:59.208 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 503 k 2024-04-18T15:56:59.208 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-04-18T15:56:59.357 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install ceph-base 2024-04-18T15:56:59.568 INFO:teuthology.orchestra.run.smithi171.stdout:ceph-immutable-object-cache-18.2.2-1240.g6a7528 460 kB/s | 166 kB 00:00 2024-04-18T15:56:59.569 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:56:59.569 INFO:teuthology.orchestra.run.smithi171.stdout:Total 459 kB/s | 166 kB 00:00 2024-04-18T15:56:59.569 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-04-18T15:56:59.580 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-04-18T15:56:59.580 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-04-18T15:56:59.627 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-04-18T15:56:59.630 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-04-18T15:56:59.748 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-04-18T15:56:59.964 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-immutable-object-cache-2:18.2.2-1240.g6a7528e4. 1/1 2024-04-18T15:57:00.084 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:01:29 ago on Thu 18 Apr 2024 03:55:31 PM UTC. 2024-04-18T15:57:00.384 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.2-1240.g6a7528e4. 1/1 2024-04-18T15:57:00.621 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:57:00.622 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:57:00.622 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2024-04-18T15:57:00.622 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:57:00.623 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-04-18T15:57:00.623 INFO:teuthology.orchestra.run.smithi080.stdout: cephadm noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 173 k 2024-04-18T15:57:00.623 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:00.623 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-04-18T15:57:00.623 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:57:00.623 INFO:teuthology.orchestra.run.smithi080.stdout:Install 1 Package 2024-04-18T15:57:00.623 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:00.623 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 173 k 2024-04-18T15:57:00.623 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 692 k 2024-04-18T15:57:00.623 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-04-18T15:57:00.763 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-immutable-object-cache-2:18.2.2-1240.g6a7528e4. 1/1 2024-04-18T15:57:00.764 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:00.764 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-04-18T15:57:00.764 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-immutable-object-cache-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:57:00.764 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:00.764 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:57:00.796 INFO:teuthology.orchestra.run.smithi080.stdout:cephadm-18.2.2-1240.g6a7528e4.el8.noarch.rpm 997 kB/s | 173 kB 00:00 2024-04-18T15:57:00.797 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:57:00.797 INFO:teuthology.orchestra.run.smithi080.stdout:Total 990 kB/s | 173 kB 00:00 2024-04-18T15:57:00.797 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-04-18T15:57:00.805 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-04-18T15:57:00.805 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-04-18T15:57:00.807 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-04-18T15:57:00.810 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-04-18T15:57:00.852 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-04-18T15:57:00.994 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-mgr 2024-04-18T15:57:01.332 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/1 2024-04-18T15:57:01.532 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/1 2024-04-18T15:57:01.672 INFO:teuthology.orchestra.run.smithi106.stdout:Package ceph-base-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:57:01.720 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:57:01.721 INFO:teuthology.orchestra.run.smithi106.stdout:Nothing to do. 2024-04-18T15:57:01.722 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:57:01.730 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:32 ago on Thu 18 Apr 2024 03:55:29 PM UTC. 2024-04-18T15:57:01.755 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/1 2024-04-18T15:57:01.836 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install cephadm 2024-04-18T15:57:02.164 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/1 2024-04-18T15:57:02.164 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:02.164 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-04-18T15:57:02.164 INFO:teuthology.orchestra.run.smithi080.stdout: cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:57:02.164 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:02.164 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:57:02.415 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install ceph-immutable-object-cache 2024-04-18T15:57:02.554 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:01:31 ago on Thu 18 Apr 2024 03:55:31 PM UTC. 2024-04-18T15:57:03.155 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:36 ago on Thu 18 Apr 2024 03:55:27 PM UTC. 2024-04-18T15:57:03.334 INFO:teuthology.orchestra.run.smithi171.stdout:Package ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:57:03.383 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:57:03.384 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-04-18T15:57:03.384 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:57:03.507 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-mgr-dashboard 2024-04-18T15:57:04.191 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:57:04.192 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:57:04.192 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repository Size 2024-04-18T15:57:04.192 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:57:04.192 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-04-18T15:57:04.192 INFO:teuthology.orchestra.run.smithi106.stdout: cephadm noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 173 k 2024-04-18T15:57:04.192 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:04.192 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-04-18T15:57:04.192 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:57:04.192 INFO:teuthology.orchestra.run.smithi106.stdout:Install 1 Package 2024-04-18T15:57:04.192 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:04.193 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 173 k 2024-04-18T15:57:04.193 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 692 k 2024-04-18T15:57:04.193 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-04-18T15:57:04.245 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:35 ago on Thu 18 Apr 2024 03:55:29 PM UTC. 2024-04-18T15:57:04.672 INFO:teuthology.orchestra.run.smithi106.stdout:cephadm-18.2.2-1240.g6a7528e4.el8.noarch.rpm 360 kB/s | 173 kB 00:00 2024-04-18T15:57:04.673 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:57:04.673 INFO:teuthology.orchestra.run.smithi106.stdout:Total 359 kB/s | 173 kB 00:00 2024-04-18T15:57:04.673 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-04-18T15:57:04.681 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-04-18T15:57:04.681 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-04-18T15:57:04.683 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-04-18T15:57:04.686 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-04-18T15:57:04.728 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-04-18T15:57:04.797 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:57:04.798 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:57:04.798 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repo Size 2024-04-18T15:57:04.798 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:57:04.798 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-04-18T15:57:04.798 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-immutable-object-cache x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 166 k 2024-04-18T15:57:04.798 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:04.798 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-04-18T15:57:04.798 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:57:04.798 INFO:teuthology.orchestra.run.smithi080.stdout:Install 1 Package 2024-04-18T15:57:04.798 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:04.799 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 166 k 2024-04-18T15:57:04.799 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 503 k 2024-04-18T15:57:04.799 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-04-18T15:57:05.238 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/1 2024-04-18T15:57:05.415 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/1 2024-04-18T15:57:05.639 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/1 2024-04-18T15:57:05.755 INFO:teuthology.orchestra.run.smithi080.stdout:ceph-immutable-object-cache-18.2.2-1240.g6a7528 173 kB/s | 166 kB 00:00 2024-04-18T15:57:05.756 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:57:05.756 INFO:teuthology.orchestra.run.smithi080.stdout:Total 173 kB/s | 166 kB 00:00 2024-04-18T15:57:05.757 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-04-18T15:57:05.769 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-04-18T15:57:05.769 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-04-18T15:57:05.819 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-04-18T15:57:05.822 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-04-18T15:57:05.875 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:57:05.876 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:57:05.877 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-04-18T15:57:05.877 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:57:05.877 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-04-18T15:57:05.877 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-dashboard noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 3.5 M 2024-04-18T15:57:05.877 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-04-18T15:57:05.877 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-grafana-dashboards noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 24 k 2024-04-18T15:57:05.877 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-prometheus-alerts noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 15 k 2024-04-18T15:57:05.877 INFO:teuthology.orchestra.run.smithi171.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2024-04-18T15:57:05.877 INFO:teuthology.orchestra.run.smithi171.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2024-04-18T15:57:05.877 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:05.877 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-04-18T15:57:05.877 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:57:05.877 INFO:teuthology.orchestra.run.smithi171.stdout:Install 5 Packages 2024-04-18T15:57:05.878 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:05.878 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 3.8 M 2024-04-18T15:57:05.878 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 87 M 2024-04-18T15:57:05.878 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-04-18T15:57:06.028 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/1 2024-04-18T15:57:06.028 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:06.028 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-04-18T15:57:06.028 INFO:teuthology.orchestra.run.smithi106.stdout: cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:57:06.029 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:06.029 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:57:06.232 INFO:teuthology.orchestra.run.smithi171.stdout:(1/5): ceph-grafana-dashboards-18.2.2-1240.g6a7 172 kB/s | 24 kB 00:00 2024-04-18T15:57:06.279 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install ceph-immutable-object-cache 2024-04-18T15:57:06.571 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-04-18T15:57:06.724 INFO:teuthology.orchestra.run.smithi171.stdout:(2/5): python3-repoze-lru-0.7-6.el8.noarch.rpm 68 kB/s | 34 kB 00:00 2024-04-18T15:57:07.018 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:01:36 ago on Thu 18 Apr 2024 03:55:31 PM UTC. 2024-04-18T15:57:07.064 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-immutable-object-cache-2:18.2.2-1240.g6a7528e4. 1/1 2024-04-18T15:57:07.142 INFO:teuthology.orchestra.run.smithi171.stdout:(3/5): python3-routes-2.4.1-12.el8.noarch.rpm 471 kB/s | 196 kB 00:00 2024-04-18T15:57:07.442 INFO:teuthology.orchestra.run.smithi171.stdout:(4/5): ceph-prometheus-alerts-18.2.2-1240.g6a75 11 kB/s | 15 kB 00:01 2024-04-18T15:57:07.476 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.2-1240.g6a7528e4. 1/1 2024-04-18T15:57:07.859 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-immutable-object-cache-2:18.2.2-1240.g6a7528e4. 1/1 2024-04-18T15:57:07.859 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:07.859 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-04-18T15:57:07.860 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-immutable-object-cache-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:57:07.860 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:07.860 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:57:08.116 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install ceph-mgr 2024-04-18T15:57:08.434 INFO:teuthology.orchestra.run.smithi171.stdout:(5/5): ceph-mgr-dashboard-18.2.2-1240.g6a7528e4 1.5 MB/s | 3.5 MB 00:02 2024-04-18T15:57:08.437 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:57:08.437 INFO:teuthology.orchestra.run.smithi171.stdout:Total 1.5 MB/s | 3.8 MB 00:02 2024-04-18T15:57:08.438 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-04-18T15:57:08.446 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-04-18T15:57:08.446 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-04-18T15:57:08.528 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-04-18T15:57:08.531 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-04-18T15:57:08.656 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:57:08.656 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:57:08.656 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repo Size 2024-04-18T15:57:08.656 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:57:08.656 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-04-18T15:57:08.656 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-immutable-object-cache x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 166 k 2024-04-18T15:57:08.657 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:08.657 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-04-18T15:57:08.657 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:57:08.657 INFO:teuthology.orchestra.run.smithi106.stdout:Install 1 Package 2024-04-18T15:57:08.657 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:08.657 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 166 k 2024-04-18T15:57:08.658 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 503 k 2024-04-18T15:57:08.658 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-04-18T15:57:08.760 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-04-18T15:57:08.850 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:41 ago on Thu 18 Apr 2024 03:55:27 PM UTC. 2024-04-18T15:57:08.976 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/5 2024-04-18T15:57:09.186 INFO:teuthology.orchestra.run.smithi106.stdout:ceph-immutable-object-cache-18.2.2-1240.g6a7528 313 kB/s | 166 kB 00:00 2024-04-18T15:57:09.186 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:57:09.187 INFO:teuthology.orchestra.run.smithi106.stdout:Total 313 kB/s | 166 kB 00:00 2024-04-18T15:57:09.187 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-04-18T15:57:09.190 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/5 2024-04-18T15:57:09.199 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-04-18T15:57:09.199 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-04-18T15:57:09.248 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-04-18T15:57:09.251 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-04-18T15:57:09.302 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-prometheus-alerts-2:18.2.2-1240.g6a7528e4.el8.n 3/5 2024-04-18T15:57:09.367 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-04-18T15:57:09.575 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-immutable-object-cache-2:18.2.2-1240.g6a7528e4. 1/1 2024-04-18T15:57:09.994 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.2-1240.g6a7528e4. 1/1 2024-04-18T15:57:10.410 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-immutable-object-cache-2:18.2.2-1240.g6a7528e4. 1/1 2024-04-18T15:57:10.410 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:10.410 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-04-18T15:57:10.410 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-immutable-object-cache-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:57:10.410 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:10.410 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:57:10.432 INFO:teuthology.orchestra.run.smithi080.stdout:Package ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:57:10.482 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:57:10.483 INFO:teuthology.orchestra.run.smithi080.stdout:Nothing to do. 2024-04-18T15:57:10.483 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:57:10.581 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-grafana-dashboards-2:18.2.2-1240.g6a7528e4.el8. 4/5 2024-04-18T15:57:10.622 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install ceph-mgr-dashboard 2024-04-18T15:57:10.628 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install ceph-mgr 2024-04-18T15:57:10.863 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-mgr-dashboard-2:18.2.2-1240.g6a7528e4.el8.noarc 5/5 2024-04-18T15:57:11.136 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.2-1240.g6a7528e4.el8.noarc 5/5 2024-04-18T15:57:11.136 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-grafana-dashboards-2:18.2.2-1240.g6a7528e4.el8. 1/5 2024-04-18T15:57:11.136 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-mgr-dashboard-2:18.2.2-1240.g6a7528e4.el8.noarc 2/5 2024-04-18T15:57:11.136 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-prometheus-alerts-2:18.2.2-1240.g6a7528e4.el8.n 3/5 2024-04-18T15:57:11.136 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/5 2024-04-18T15:57:11.339 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:44 ago on Thu 18 Apr 2024 03:55:27 PM UTC. 2024-04-18T15:57:11.361 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:01:40 ago on Thu 18 Apr 2024 03:55:31 PM UTC. 2024-04-18T15:57:11.549 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/5 2024-04-18T15:57:11.549 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:11.549 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-04-18T15:57:11.549 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-grafana-dashboards-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:57:11.549 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-dashboard-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:57:11.549 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-prometheus-alerts-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:57:11.549 INFO:teuthology.orchestra.run.smithi171.stdout: python3-repoze-lru-0.7-6.el8.noarch 2024-04-18T15:57:11.550 INFO:teuthology.orchestra.run.smithi171.stdout: python3-routes-2.4.1-12.el8.noarch 2024-04-18T15:57:11.550 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:11.550 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:57:11.679 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-18T15:57:12.407 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:43 ago on Thu 18 Apr 2024 03:55:29 PM UTC. 2024-04-18T15:57:12.973 INFO:teuthology.orchestra.run.smithi106.stdout:Package ceph-mgr-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:57:12.985 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:57:12.986 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:57:12.986 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2024-04-18T15:57:12.986 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:57:12.986 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-04-18T15:57:12.986 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr-dashboard noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 3.5 M 2024-04-18T15:57:12.986 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2024-04-18T15:57:12.986 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-grafana-dashboards noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 24 k 2024-04-18T15:57:12.986 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-prometheus-alerts noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 15 k 2024-04-18T15:57:12.987 INFO:teuthology.orchestra.run.smithi080.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2024-04-18T15:57:12.987 INFO:teuthology.orchestra.run.smithi080.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2024-04-18T15:57:12.987 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:12.987 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-04-18T15:57:12.987 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:57:12.987 INFO:teuthology.orchestra.run.smithi080.stdout:Install 5 Packages 2024-04-18T15:57:12.987 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:12.987 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 3.8 M 2024-04-18T15:57:12.988 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 87 M 2024-04-18T15:57:12.988 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-04-18T15:57:13.021 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:57:13.023 INFO:teuthology.orchestra.run.smithi106.stdout:Nothing to do. 2024-04-18T15:57:13.023 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:57:13.125 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install ceph-mgr-dashboard 2024-04-18T15:57:13.579 INFO:teuthology.orchestra.run.smithi080.stdout:(1/5): ceph-grafana-dashboards-18.2.2-1240.g6a7 67 kB/s | 24 kB 00:00 2024-04-18T15:57:13.604 INFO:teuthology.orchestra.run.smithi080.stdout:(2/5): ceph-prometheus-alerts-18.2.2-1240.g6a75 39 kB/s | 15 kB 00:00 2024-04-18T15:57:13.845 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:01:42 ago on Thu 18 Apr 2024 03:55:31 PM UTC. 2024-04-18T15:57:13.888 INFO:teuthology.orchestra.run.smithi080.stdout:(3/5): python3-repoze-lru-0.7-6.el8.noarch.rpm 109 kB/s | 34 kB 00:00 2024-04-18T15:57:14.045 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:57:14.046 INFO:teuthology.orchestra.run.smithi171.stdout:============================================================================================ 2024-04-18T15:57:14.046 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-04-18T15:57:14.046 INFO:teuthology.orchestra.run.smithi171.stdout:============================================================================================ 2024-04-18T15:57:14.047 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-04-18T15:57:14.047 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 7.4 M 2024-04-18T15:57:14.047 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-04-18T15:57:14.047 INFO:teuthology.orchestra.run.smithi171.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2024-04-18T15:57:14.047 INFO:teuthology.orchestra.run.smithi171.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2024-04-18T15:57:14.047 INFO:teuthology.orchestra.run.smithi171.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2024-04-18T15:57:14.047 INFO:teuthology.orchestra.run.smithi171.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2024-04-18T15:57:14.047 INFO:teuthology.orchestra.run.smithi171.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2024-04-18T15:57:14.047 INFO:teuthology.orchestra.run.smithi171.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2024-04-18T15:57:14.047 INFO:teuthology.orchestra.run.smithi171.stdout: python3-scipy x86_64 1.0.0-21.module_el8+762+77bd8591 appstream 14 M 2024-04-18T15:57:14.047 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:14.047 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-04-18T15:57:14.048 INFO:teuthology.orchestra.run.smithi171.stdout:============================================================================================ 2024-04-18T15:57:14.048 INFO:teuthology.orchestra.run.smithi171.stdout:Install 8 Packages 2024-04-18T15:57:14.048 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:14.048 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 36 M 2024-04-18T15:57:14.048 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 210 M 2024-04-18T15:57:14.048 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-04-18T15:57:14.330 INFO:teuthology.orchestra.run.smithi080.stdout:(4/5): python3-routes-2.4.1-12.el8.noarch.rpm 271 kB/s | 196 kB 00:00 2024-04-18T15:57:14.987 INFO:teuthology.orchestra.run.smithi171.stdout:(1/8): openblas-0.3.15-4.el8.x86_64.rpm 11 MB/s | 4.7 MB 00:00 2024-04-18T15:57:15.062 INFO:teuthology.orchestra.run.smithi171.stdout:(2/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 9.5 MB/s | 4.9 MB 00:00 2024-04-18T15:57:15.170 INFO:teuthology.orchestra.run.smithi171.stdout:(3/8): ceph-mgr-diskprediction-local-18.2.2-124 12 MB/s | 7.4 MB 00:00 2024-04-18T15:57:15.196 INFO:teuthology.orchestra.run.smithi171.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 1.6 MB/s | 225 kB 00:00 2024-04-18T15:57:15.271 INFO:teuthology.orchestra.run.smithi171.stdout:(5/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 13 MB/s | 3.7 MB 00:00 2024-04-18T15:57:15.439 INFO:teuthology.orchestra.run.smithi171.stdout:(6/8): libquadmath-8.5.0-21.el8.x86_64.rpm 1.0 MB/s | 172 kB 00:00 2024-04-18T15:57:15.478 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:57:15.479 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:57:15.479 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repository Size 2024-04-18T15:57:15.479 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:57:15.480 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-04-18T15:57:15.480 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr-dashboard noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 3.5 M 2024-04-18T15:57:15.480 INFO:teuthology.orchestra.run.smithi106.stdout:Installing dependencies: 2024-04-18T15:57:15.480 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-grafana-dashboards noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 24 k 2024-04-18T15:57:15.480 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-prometheus-alerts noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 15 k 2024-04-18T15:57:15.480 INFO:teuthology.orchestra.run.smithi106.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2024-04-18T15:57:15.480 INFO:teuthology.orchestra.run.smithi106.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2024-04-18T15:57:15.480 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:15.480 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-04-18T15:57:15.480 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:57:15.480 INFO:teuthology.orchestra.run.smithi106.stdout:Install 5 Packages 2024-04-18T15:57:15.480 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:15.481 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 3.8 M 2024-04-18T15:57:15.481 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 87 M 2024-04-18T15:57:15.481 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-04-18T15:57:15.847 INFO:teuthology.orchestra.run.smithi171.stdout:(7/8): python3-scipy-1.0.0-21.module_el8+762+77 21 MB/s | 14 MB 00:00 2024-04-18T15:57:15.922 INFO:teuthology.orchestra.run.smithi106.stdout:(1/5): ceph-grafana-dashboards-18.2.2-1240.g6a7 77 kB/s | 24 kB 00:00 2024-04-18T15:57:15.955 INFO:teuthology.orchestra.run.smithi106.stdout:(2/5): ceph-prometheus-alerts-18.2.2-1240.g6a75 44 kB/s | 15 kB 00:00 2024-04-18T15:57:16.281 INFO:teuthology.orchestra.run.smithi106.stdout:(3/5): python3-repoze-lru-0.7-6.el8.noarch.rpm 94 kB/s | 34 kB 00:00 2024-04-18T15:57:16.433 INFO:teuthology.orchestra.run.smithi106.stdout:(4/5): python3-routes-2.4.1-12.el8.noarch.rpm 413 kB/s | 196 kB 00:00 2024-04-18T15:57:16.472 INFO:teuthology.orchestra.run.smithi171.stdout:(8/8): libgfortran-8.5.0-21.el8.x86_64.rpm 506 kB/s | 645 kB 00:01 2024-04-18T15:57:16.473 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:57:16.473 INFO:teuthology.orchestra.run.smithi171.stdout:Total 15 MB/s | 36 MB 00:02 2024-04-18T15:57:16.708 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-04-18T15:57:16.726 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-04-18T15:57:16.726 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-04-18T15:57:16.846 INFO:teuthology.orchestra.run.smithi080.stdout:(5/5): ceph-mgr-dashboard-18.2.2-1240.g6a7528e4 996 kB/s | 3.5 MB 00:03 2024-04-18T15:57:16.850 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:57:16.850 INFO:teuthology.orchestra.run.smithi080.stdout:Total 1.0 MB/s | 3.8 MB 00:03 2024-04-18T15:57:16.851 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-04-18T15:57:16.858 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-04-18T15:57:16.859 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-04-18T15:57:16.956 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-04-18T15:57:16.959 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-04-18T15:57:17.134 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-04-18T15:57:17.137 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-04-18T15:57:17.186 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-04-18T15:57:17.617 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/5 2024-04-18T15:57:17.739 INFO:teuthology.orchestra.run.smithi106.stdout:(5/5): ceph-mgr-dashboard-18.2.2-1240.g6a7528e4 1.7 MB/s | 3.5 MB 00:02 2024-04-18T15:57:17.743 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:57:17.743 INFO:teuthology.orchestra.run.smithi106.stdout:Total 1.7 MB/s | 3.8 MB 00:02 2024-04-18T15:57:17.744 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-04-18T15:57:17.752 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-04-18T15:57:17.752 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-04-18T15:57:17.763 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-04-18T15:57:17.841 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-04-18T15:57:17.846 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-04-18T15:57:17.855 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/5 2024-04-18T15:57:17.919 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2024-04-18T15:57:18.001 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-prometheus-alerts-2:18.2.2-1240.g6a7528e4.el8.n 3/5 2024-04-18T15:57:18.068 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2024-04-18T15:57:18.080 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-04-18T15:57:18.252 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2024-04-18T15:57:18.288 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/5 2024-04-18T15:57:18.551 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/5 2024-04-18T15:57:18.672 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-prometheus-alerts-2:18.2.2-1240.g6a7528e4.el8.n 3/5 2024-04-18T15:57:18.845 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2024-04-18T15:57:19.002 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2024-04-18T15:57:19.120 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-grafana-dashboards-2:18.2.2-1240.g6a7528e4.el8. 4/5 2024-04-18T15:57:19.373 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-mgr-dashboard-2:18.2.2-1240.g6a7528e4.el8.noarc 5/5 2024-04-18T15:57:19.624 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2024-04-18T15:57:19.637 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.2-1240.g6a7528e4.el8.noarc 5/5 2024-04-18T15:57:19.637 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-grafana-dashboards-2:18.2.2-1240.g6a7528e4.el8. 1/5 2024-04-18T15:57:19.637 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-mgr-dashboard-2:18.2.2-1240.g6a7528e4.el8.noarc 2/5 2024-04-18T15:57:19.637 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-prometheus-alerts-2:18.2.2-1240.g6a7528e4.el8.n 3/5 2024-04-18T15:57:19.637 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/5 2024-04-18T15:57:19.838 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-grafana-dashboards-2:18.2.2-1240.g6a7528e4.el8. 4/5 2024-04-18T15:57:20.038 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/5 2024-04-18T15:57:20.038 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:20.038 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-04-18T15:57:20.038 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-grafana-dashboards-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:57:20.038 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr-dashboard-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:57:20.039 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-prometheus-alerts-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:57:20.039 INFO:teuthology.orchestra.run.smithi080.stdout: python3-repoze-lru-0.7-6.el8.noarch 2024-04-18T15:57:20.039 INFO:teuthology.orchestra.run.smithi080.stdout: python3-routes-2.4.1-12.el8.noarch 2024-04-18T15:57:20.039 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:20.039 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:57:20.100 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-mgr-dashboard-2:18.2.2-1240.g6a7528e4.el8.noarc 5/5 2024-04-18T15:57:20.164 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-18T15:57:20.391 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.2-1240.g6a7528e4.el8.noarc 5/5 2024-04-18T15:57:20.392 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-grafana-dashboards-2:18.2.2-1240.g6a7528e4.el8. 1/5 2024-04-18T15:57:20.392 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-mgr-dashboard-2:18.2.2-1240.g6a7528e4.el8.noarc 2/5 2024-04-18T15:57:20.392 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-prometheus-alerts-2:18.2.2-1240.g6a7528e4.el8.n 3/5 2024-04-18T15:57:20.392 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/5 2024-04-18T15:57:20.502 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2024-04-18T15:57:20.785 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/5 2024-04-18T15:57:20.785 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:20.786 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-04-18T15:57:20.786 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-grafana-dashboards-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:57:20.786 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr-dashboard-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:57:20.786 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-prometheus-alerts-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:57:20.786 INFO:teuthology.orchestra.run.smithi106.stdout: python3-repoze-lru-0.7-6.el8.noarch 2024-04-18T15:57:20.786 INFO:teuthology.orchestra.run.smithi106.stdout: python3-routes-2.4.1-12.el8.noarch 2024-04-18T15:57:20.786 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:20.786 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:57:20.890 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:53 ago on Thu 18 Apr 2024 03:55:27 PM UTC. 2024-04-18T15:57:20.905 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-18T15:57:21.608 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2024-04-18T15:57:21.627 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:01:50 ago on Thu 18 Apr 2024 03:55:31 PM UTC. 2024-04-18T15:57:21.964 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2024-04-18T15:57:22.210 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-04-18T15:57:22.521 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:57:22.522 INFO:teuthology.orchestra.run.smithi080.stdout:============================================================================================ 2024-04-18T15:57:22.522 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2024-04-18T15:57:22.522 INFO:teuthology.orchestra.run.smithi080.stdout:============================================================================================ 2024-04-18T15:57:22.522 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-04-18T15:57:22.522 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 7.4 M 2024-04-18T15:57:22.522 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2024-04-18T15:57:22.522 INFO:teuthology.orchestra.run.smithi080.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2024-04-18T15:57:22.522 INFO:teuthology.orchestra.run.smithi080.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2024-04-18T15:57:22.522 INFO:teuthology.orchestra.run.smithi080.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2024-04-18T15:57:22.523 INFO:teuthology.orchestra.run.smithi080.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2024-04-18T15:57:22.523 INFO:teuthology.orchestra.run.smithi080.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2024-04-18T15:57:22.523 INFO:teuthology.orchestra.run.smithi080.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2024-04-18T15:57:22.523 INFO:teuthology.orchestra.run.smithi080.stdout: python3-scipy x86_64 1.0.0-21.module_el8+762+77bd8591 appstream 14 M 2024-04-18T15:57:22.523 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:22.523 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-04-18T15:57:22.523 INFO:teuthology.orchestra.run.smithi080.stdout:============================================================================================ 2024-04-18T15:57:22.523 INFO:teuthology.orchestra.run.smithi080.stdout:Install 8 Packages 2024-04-18T15:57:22.523 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:22.524 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 36 M 2024-04-18T15:57:22.524 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 210 M 2024-04-18T15:57:22.524 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-04-18T15:57:23.263 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:57:23.265 INFO:teuthology.orchestra.run.smithi106.stdout:============================================================================================ 2024-04-18T15:57:23.265 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repository Size 2024-04-18T15:57:23.265 INFO:teuthology.orchestra.run.smithi106.stdout:============================================================================================ 2024-04-18T15:57:23.265 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-04-18T15:57:23.265 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 7.4 M 2024-04-18T15:57:23.265 INFO:teuthology.orchestra.run.smithi106.stdout:Installing dependencies: 2024-04-18T15:57:23.265 INFO:teuthology.orchestra.run.smithi106.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2024-04-18T15:57:23.265 INFO:teuthology.orchestra.run.smithi106.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2024-04-18T15:57:23.265 INFO:teuthology.orchestra.run.smithi106.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2024-04-18T15:57:23.265 INFO:teuthology.orchestra.run.smithi106.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2024-04-18T15:57:23.265 INFO:teuthology.orchestra.run.smithi106.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2024-04-18T15:57:23.265 INFO:teuthology.orchestra.run.smithi106.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2024-04-18T15:57:23.265 INFO:teuthology.orchestra.run.smithi106.stdout: python3-scipy x86_64 1.0.0-21.module_el8+762+77bd8591 appstream 14 M 2024-04-18T15:57:23.266 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:23.266 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-04-18T15:57:23.266 INFO:teuthology.orchestra.run.smithi106.stdout:============================================================================================ 2024-04-18T15:57:23.266 INFO:teuthology.orchestra.run.smithi106.stdout:Install 8 Packages 2024-04-18T15:57:23.266 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:23.266 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 36 M 2024-04-18T15:57:23.266 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 210 M 2024-04-18T15:57:23.267 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-04-18T15:57:23.789 INFO:teuthology.orchestra.run.smithi080.stdout:(1/8): ceph-mgr-diskprediction-local-18.2.2-124 9.4 MB/s | 7.4 MB 00:00 2024-04-18T15:57:23.963 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-04-18T15:57:24.364 INFO:teuthology.orchestra.run.smithi080.stdout:(2/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 6.5 MB/s | 3.7 MB 00:00 2024-04-18T15:57:24.407 INFO:teuthology.orchestra.run.smithi106.stdout:(1/8): openblas-0.3.15-4.el8.x86_64.rpm 5.6 MB/s | 4.7 MB 00:00 2024-04-18T15:57:24.506 INFO:teuthology.orchestra.run.smithi080.stdout:(3/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 1.6 MB/s | 225 kB 00:00 2024-04-18T15:57:24.507 INFO:teuthology.orchestra.run.smithi106.stdout:(2/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 5.2 MB/s | 4.9 MB 00:00 2024-04-18T15:57:24.666 INFO:teuthology.orchestra.run.smithi106.stdout:(3/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 1.4 MB/s | 225 kB 00:00 2024-04-18T15:57:24.689 INFO:teuthology.orchestra.run.smithi080.stdout:(4/8): openblas-0.3.15-4.el8.x86_64.rpm 2.8 MB/s | 4.7 MB 00:01 2024-04-18T15:57:24.815 INFO:teuthology.orchestra.run.smithi080.stdout:(5/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 2.7 MB/s | 4.9 MB 00:01 2024-04-18T15:57:24.883 INFO:teuthology.orchestra.run.smithi106.stdout:(4/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 7.8 MB/s | 3.7 MB 00:00 2024-04-18T15:57:24.932 INFO:teuthology.orchestra.run.smithi080.stdout:(6/8): libquadmath-8.5.0-21.el8.x86_64.rpm 1.4 MB/s | 172 kB 00:00 2024-04-18T15:57:25.194 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 7/8 2024-04-18T15:57:25.341 INFO:teuthology.orchestra.run.smithi080.stdout:(7/8): python3-scipy-1.0.0-21.module_el8+762+77 17 MB/s | 14 MB 00:00 2024-04-18T15:57:25.393 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.2-1240.g6a7528e 8/8 2024-04-18T15:57:25.532 INFO:teuthology.orchestra.run.smithi080.stdout:(8/8): libgfortran-8.5.0-21.el8.x86_64.rpm 767 kB/s | 645 kB 00:00 2024-04-18T15:57:25.533 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:57:25.533 INFO:teuthology.orchestra.run.smithi080.stdout:Total 12 MB/s | 36 MB 00:03 2024-04-18T15:57:25.659 INFO:teuthology.orchestra.run.smithi106.stdout:(5/8): libgfortran-8.5.0-21.el8.x86_64.rpm 833 kB/s | 645 kB 00:00 2024-04-18T15:57:25.708 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.2-1240.g6a7528e 8/8 2024-04-18T15:57:25.709 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.2-1240.g6a7528e 1/8 2024-04-18T15:57:25.709 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2024-04-18T15:57:25.709 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2024-04-18T15:57:25.709 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2024-04-18T15:57:25.709 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2024-04-18T15:57:25.709 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 6/8 2024-04-18T15:57:25.709 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2024-04-18T15:57:25.764 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-04-18T15:57:25.783 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-04-18T15:57:25.783 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-04-18T15:57:25.858 INFO:teuthology.orchestra.run.smithi106.stdout:(6/8): python3-scipy-1.0.0-21.module_el8+762+77 12 MB/s | 14 MB 00:01 2024-04-18T15:57:25.975 INFO:teuthology.orchestra.run.smithi106.stdout:(7/8): ceph-mgr-diskprediction-local-18.2.2-124 3.1 MB/s | 7.4 MB 00:02 2024-04-18T15:57:26.155 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2024-04-18T15:57:26.155 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:26.156 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-04-18T15:57:26.156 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-diskprediction-local-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:57:26.156 INFO:teuthology.orchestra.run.smithi171.stdout: libgfortran-8.5.0-21.el8.x86_64 2024-04-18T15:57:26.156 INFO:teuthology.orchestra.run.smithi171.stdout: libquadmath-8.5.0-21.el8.x86_64 2024-04-18T15:57:26.156 INFO:teuthology.orchestra.run.smithi171.stdout: openblas-0.3.15-4.el8.x86_64 2024-04-18T15:57:26.156 INFO:teuthology.orchestra.run.smithi171.stdout: openblas-threads-0.3.15-4.el8.x86_64 2024-04-18T15:57:26.156 INFO:teuthology.orchestra.run.smithi171.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2024-04-18T15:57:26.156 INFO:teuthology.orchestra.run.smithi171.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2024-04-18T15:57:26.156 INFO:teuthology.orchestra.run.smithi171.stdout: python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_64 2024-04-18T15:57:26.156 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:26.156 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:57:26.160 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-04-18T15:57:26.164 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-04-18T15:57:26.281 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-mgr-rook 2024-04-18T15:57:26.409 INFO:teuthology.orchestra.run.smithi106.stdout:(8/8): libquadmath-8.5.0-21.el8.x86_64.rpm 230 kB/s | 172 kB 00:00 2024-04-18T15:57:26.410 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:57:26.410 INFO:teuthology.orchestra.run.smithi106.stdout:Total 11 MB/s | 36 MB 00:03 2024-04-18T15:57:26.641 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-04-18T15:57:26.659 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-04-18T15:57:26.659 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-04-18T15:57:26.792 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-04-18T15:57:26.926 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2024-04-18T15:57:27.010 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:58 ago on Thu 18 Apr 2024 03:55:29 PM UTC. 2024-04-18T15:57:27.036 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-04-18T15:57:27.039 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-04-18T15:57:27.055 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2024-04-18T15:57:27.242 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2024-04-18T15:57:27.634 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-04-18T15:57:27.781 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2024-04-18T15:57:27.818 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2024-04-18T15:57:27.927 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2024-04-18T15:57:28.009 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2024-04-18T15:57:28.094 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2024-04-18T15:57:28.607 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2024-04-18T15:57:28.663 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:57:28.665 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:57:28.665 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-04-18T15:57:28.665 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:57:28.665 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-04-18T15:57:28.666 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-rook noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 49 k 2024-04-18T15:57:28.666 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-04-18T15:57:28.666 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2024-04-18T15:57:28.666 INFO:teuthology.orchestra.run.smithi171.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2024-04-18T15:57:28.666 INFO:teuthology.orchestra.run.smithi171.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2024-04-18T15:57:28.666 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2024-04-18T15:57:28.666 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2024-04-18T15:57:28.666 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2024-04-18T15:57:28.666 INFO:teuthology.orchestra.run.smithi171.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2024-04-18T15:57:28.666 INFO:teuthology.orchestra.run.smithi171.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2024-04-18T15:57:28.666 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2024-04-18T15:57:28.666 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2024-04-18T15:57:28.666 INFO:teuthology.orchestra.run.smithi171.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2024-04-18T15:57:28.667 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2024-04-18T15:57:28.667 INFO:teuthology.orchestra.run.smithi171.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2024-04-18T15:57:28.667 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:28.667 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-04-18T15:57:28.667 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:57:28.667 INFO:teuthology.orchestra.run.smithi171.stdout:Install 14 Packages 2024-04-18T15:57:28.667 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:28.667 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 2.0 M 2024-04-18T15:57:28.668 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 25 M 2024-04-18T15:57:28.668 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-04-18T15:57:28.688 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2024-04-18T15:57:28.784 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2024-04-18T15:57:28.847 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2024-04-18T15:57:29.284 INFO:teuthology.orchestra.run.smithi171.stdout:(1/14): python3-jsonpatch-1.21-2.el8.noarch.rpm 242 kB/s | 27 kB 00:00 2024-04-18T15:57:29.310 INFO:teuthology.orchestra.run.smithi171.stdout:(2/14): python3-jsonpointer-1.10-11.el8.noarch. 148 kB/s | 20 kB 00:00 2024-04-18T15:57:29.335 INFO:teuthology.orchestra.run.smithi171.stdout:(3/14): ceph-mgr-rook-18.2.2-1240.g6a7528e4.el8 307 kB/s | 49 kB 00:00 2024-04-18T15:57:29.427 INFO:teuthology.orchestra.run.smithi171.stdout:(4/14): python3-pyasn1-modules-0.3.7-6.el8.noar 941 kB/s | 110 kB 00:00 2024-04-18T15:57:29.453 INFO:teuthology.orchestra.run.smithi171.stdout:(5/14): python3-pyasn1-0.3.7-6.el8.noarch.rpm 888 kB/s | 126 kB 00:00 2024-04-18T15:57:29.465 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2024-04-18T15:57:29.473 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2024-04-18T15:57:29.478 INFO:teuthology.orchestra.run.smithi171.stdout:(6/14): python3-jwt-1.6.1-2.el8.noarch.rpm 299 kB/s | 43 kB 00:00 2024-04-18T15:57:29.504 INFO:teuthology.orchestra.run.smithi171.stdout:(7/14): python3-requests-oauthlib-1.0.0-1.el8.n 843 kB/s | 43 kB 00:00 2024-04-18T15:57:29.646 INFO:teuthology.orchestra.run.smithi171.stdout:(8/14): python3-certifi-2018.10.15-7.el8.noarch 115 kB/s | 16 kB 00:00 2024-04-18T15:57:29.671 INFO:teuthology.orchestra.run.smithi171.stdout:(9/14): python3-cachetools-3.1.1-4.el8.noarch.r 171 kB/s | 33 kB 00:00 2024-04-18T15:57:29.696 INFO:teuthology.orchestra.run.smithi171.stdout:(10/14): python3-oauthlib-2.1.0-1.el8.noarch.rp 576 kB/s | 155 kB 00:00 2024-04-18T15:57:29.747 INFO:teuthology.orchestra.run.smithi171.stdout:(11/14): python3-google-auth-1.1.1-10.el8.noarc 807 kB/s | 81 kB 00:00 2024-04-18T15:57:29.803 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2024-04-18T15:57:29.864 INFO:teuthology.orchestra.run.smithi171.stdout:(12/14): python3-kubernetes-11.0.0-6.el8.noarch 6.0 MB/s | 1.2 MB 00:00 2024-04-18T15:57:29.881 INFO:teuthology.orchestra.run.smithi171.stdout:(13/14): python3-websocket-client-0.56.0-5.el8. 459 kB/s | 61 kB 00:00 2024-04-18T15:57:29.906 INFO:teuthology.orchestra.run.smithi171.stdout:(14/14): python3-rsa-4.9-2.el8.noarch.rpm 306 kB/s | 64 kB 00:00 2024-04-18T15:57:29.909 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:57:29.909 INFO:teuthology.orchestra.run.smithi171.stdout:Total 1.6 MB/s | 2.0 MB 00:01 2024-04-18T15:57:29.976 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-04-18T15:57:29.992 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-04-18T15:57:29.992 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-04-18T15:57:30.050 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-04-18T15:57:30.081 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-04-18T15:57:30.084 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-04-18T15:57:30.144 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2024-04-18T15:57:30.629 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-04-18T15:57:30.839 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2024-04-18T15:57:30.861 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/14 2024-04-18T15:57:31.066 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/14 2024-04-18T15:57:31.159 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2024-04-18T15:57:31.311 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/14 2024-04-18T15:57:31.402 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-04-18T15:57:31.590 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/14 2024-04-18T15:57:31.772 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/14 2024-04-18T15:57:31.799 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-04-18T15:57:31.978 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/14 2024-04-18T15:57:32.217 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/14 2024-04-18T15:57:32.480 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 8/14 2024-04-18T15:57:32.789 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 9/14 2024-04-18T15:57:33.049 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 7/8 2024-04-18T15:57:33.162 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-04-18T15:57:33.257 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.2-1240.g6a7528e 8/8 2024-04-18T15:57:33.573 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.2-1240.g6a7528e 8/8 2024-04-18T15:57:33.573 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.2-1240.g6a7528e 1/8 2024-04-18T15:57:33.574 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2024-04-18T15:57:33.574 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2024-04-18T15:57:33.574 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2024-04-18T15:57:33.574 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2024-04-18T15:57:33.574 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 6/8 2024-04-18T15:57:33.574 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2024-04-18T15:57:33.845 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 10/14 2024-04-18T15:57:33.991 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2024-04-18T15:57:33.991 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:33.991 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-04-18T15:57:33.992 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr-diskprediction-local-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:57:33.992 INFO:teuthology.orchestra.run.smithi080.stdout: libgfortran-8.5.0-21.el8.x86_64 2024-04-18T15:57:33.992 INFO:teuthology.orchestra.run.smithi080.stdout: libquadmath-8.5.0-21.el8.x86_64 2024-04-18T15:57:33.992 INFO:teuthology.orchestra.run.smithi080.stdout: openblas-0.3.15-4.el8.x86_64 2024-04-18T15:57:33.992 INFO:teuthology.orchestra.run.smithi080.stdout: openblas-threads-0.3.15-4.el8.x86_64 2024-04-18T15:57:33.992 INFO:teuthology.orchestra.run.smithi080.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2024-04-18T15:57:33.992 INFO:teuthology.orchestra.run.smithi080.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2024-04-18T15:57:33.992 INFO:teuthology.orchestra.run.smithi080.stdout: python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_64 2024-04-18T15:57:33.992 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:33.992 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:57:34.106 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 11/14 2024-04-18T15:57:34.117 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install ceph-mgr-rook 2024-04-18T15:57:34.332 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 12/14 2024-04-18T15:57:34.394 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 7/8 2024-04-18T15:57:34.578 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 13/14 2024-04-18T15:57:34.605 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.2-1240.g6a7528e 8/8 2024-04-18T15:57:34.775 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-mgr-rook-2:18.2.2-1240.g6a7528e4.el8.noarch 14/14 2024-04-18T15:57:34.838 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:02:07 ago on Thu 18 Apr 2024 03:55:27 PM UTC. 2024-04-18T15:57:34.923 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.2-1240.g6a7528e 8/8 2024-04-18T15:57:34.923 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.2-1240.g6a7528e 1/8 2024-04-18T15:57:34.923 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2024-04-18T15:57:34.923 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2024-04-18T15:57:34.923 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2024-04-18T15:57:34.923 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2024-04-18T15:57:34.924 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 6/8 2024-04-18T15:57:34.924 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2024-04-18T15:57:35.070 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.2-1240.g6a7528e4.el8.noarch 14/14 2024-04-18T15:57:35.070 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-mgr-rook-2:18.2.2-1240.g6a7528e4.el8.noarch 1/14 2024-04-18T15:57:35.071 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/14 2024-04-18T15:57:35.071 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/14 2024-04-18T15:57:35.071 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/14 2024-04-18T15:57:35.071 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/14 2024-04-18T15:57:35.071 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/14 2024-04-18T15:57:35.071 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 7/14 2024-04-18T15:57:35.071 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 8/14 2024-04-18T15:57:35.071 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 9/14 2024-04-18T15:57:35.071 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 10/14 2024-04-18T15:57:35.071 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 11/14 2024-04-18T15:57:35.071 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 12/14 2024-04-18T15:57:35.071 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 13/14 2024-04-18T15:57:35.342 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2024-04-18T15:57:35.343 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:35.343 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-04-18T15:57:35.343 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr-diskprediction-local-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:57:35.343 INFO:teuthology.orchestra.run.smithi106.stdout: libgfortran-8.5.0-21.el8.x86_64 2024-04-18T15:57:35.343 INFO:teuthology.orchestra.run.smithi106.stdout: libquadmath-8.5.0-21.el8.x86_64 2024-04-18T15:57:35.343 INFO:teuthology.orchestra.run.smithi106.stdout: openblas-0.3.15-4.el8.x86_64 2024-04-18T15:57:35.343 INFO:teuthology.orchestra.run.smithi106.stdout: openblas-threads-0.3.15-4.el8.x86_64 2024-04-18T15:57:35.343 INFO:teuthology.orchestra.run.smithi106.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2024-04-18T15:57:35.343 INFO:teuthology.orchestra.run.smithi106.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2024-04-18T15:57:35.343 INFO:teuthology.orchestra.run.smithi106.stdout: python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_64 2024-04-18T15:57:35.343 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:35.343 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:57:35.487 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install ceph-mgr-rook 2024-04-18T15:57:35.538 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 14/14 2024-04-18T15:57:35.538 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:35.538 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-04-18T15:57:35.538 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-rook-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:57:35.538 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cachetools-3.1.1-4.el8.noarch 2024-04-18T15:57:35.539 INFO:teuthology.orchestra.run.smithi171.stdout: python3-certifi-2018.10.15-7.el8.noarch 2024-04-18T15:57:35.539 INFO:teuthology.orchestra.run.smithi171.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2024-04-18T15:57:35.539 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jsonpatch-1.21-2.el8.noarch 2024-04-18T15:57:35.539 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jsonpointer-1.10-11.el8.noarch 2024-04-18T15:57:35.539 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jwt-1.6.1-2.el8.noarch 2024-04-18T15:57:35.539 INFO:teuthology.orchestra.run.smithi171.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2024-04-18T15:57:35.539 INFO:teuthology.orchestra.run.smithi171.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2024-04-18T15:57:35.539 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2024-04-18T15:57:35.539 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2024-04-18T15:57:35.539 INFO:teuthology.orchestra.run.smithi171.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2024-04-18T15:57:35.539 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rsa-4.9-2.el8.noarch 2024-04-18T15:57:35.539 INFO:teuthology.orchestra.run.smithi171.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2024-04-18T15:57:35.539 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:35.540 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:57:35.665 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-mgr-cephadm 2024-04-18T15:57:36.216 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:05 ago on Thu 18 Apr 2024 03:55:31 PM UTC. 2024-04-18T15:57:36.390 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:02:07 ago on Thu 18 Apr 2024 03:55:29 PM UTC. 2024-04-18T15:57:36.480 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:57:36.482 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:57:36.482 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2024-04-18T15:57:36.482 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:57:36.482 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-04-18T15:57:36.482 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr-rook noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 49 k 2024-04-18T15:57:36.482 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2024-04-18T15:57:36.482 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2024-04-18T15:57:36.483 INFO:teuthology.orchestra.run.smithi080.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2024-04-18T15:57:36.483 INFO:teuthology.orchestra.run.smithi080.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2024-04-18T15:57:36.483 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2024-04-18T15:57:36.483 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2024-04-18T15:57:36.483 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2024-04-18T15:57:36.483 INFO:teuthology.orchestra.run.smithi080.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2024-04-18T15:57:36.483 INFO:teuthology.orchestra.run.smithi080.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2024-04-18T15:57:36.483 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2024-04-18T15:57:36.483 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2024-04-18T15:57:36.483 INFO:teuthology.orchestra.run.smithi080.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2024-04-18T15:57:36.483 INFO:teuthology.orchestra.run.smithi080.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2024-04-18T15:57:36.483 INFO:teuthology.orchestra.run.smithi080.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2024-04-18T15:57:36.483 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:36.484 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-04-18T15:57:36.484 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:57:36.484 INFO:teuthology.orchestra.run.smithi080.stdout:Install 14 Packages 2024-04-18T15:57:36.484 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:36.484 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 2.0 M 2024-04-18T15:57:36.485 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 25 M 2024-04-18T15:57:36.485 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-04-18T15:57:36.962 INFO:teuthology.orchestra.run.smithi080.stdout:(1/14): python3-jsonpatch-1.21-2.el8.noarch.rpm 204 kB/s | 27 kB 00:00 2024-04-18T15:57:37.013 INFO:teuthology.orchestra.run.smithi080.stdout:(2/14): python3-jsonpointer-1.10-11.el8.noarch. 110 kB/s | 20 kB 00:00 2024-04-18T15:57:37.146 INFO:teuthology.orchestra.run.smithi080.stdout:(3/14): python3-pyasn1-modules-0.3.7-6.el8.noar 833 kB/s | 110 kB 00:00 2024-04-18T15:57:37.171 INFO:teuthology.orchestra.run.smithi080.stdout:(4/14): python3-pyasn1-0.3.7-6.el8.noarch.rpm 803 kB/s | 126 kB 00:00 2024-04-18T15:57:37.196 INFO:teuthology.orchestra.run.smithi080.stdout:(5/14): ceph-mgr-rook-18.2.2-1240.g6a7528e4.el8 135 kB/s | 49 kB 00:00 2024-04-18T15:57:37.288 INFO:teuthology.orchestra.run.smithi080.stdout:(6/14): python3-jwt-1.6.1-2.el8.noarch.rpm 300 kB/s | 43 kB 00:00 2024-04-18T15:57:37.314 INFO:teuthology.orchestra.run.smithi080.stdout:(7/14): python3-requests-oauthlib-1.0.0-1.el8.n 364 kB/s | 43 kB 00:00 2024-04-18T15:57:37.422 INFO:teuthology.orchestra.run.smithi080.stdout:(8/14): python3-oauthlib-2.1.0-1.el8.noarch.rpm 617 kB/s | 155 kB 00:00 2024-04-18T15:57:37.581 INFO:teuthology.orchestra.run.smithi080.stdout:(9/14): python3-cachetools-3.1.1-4.el8.noarch.r 113 kB/s | 33 kB 00:00 2024-04-18T15:57:37.606 INFO:teuthology.orchestra.run.smithi080.stdout:(10/14): python3-certifi-2018.10.15-7.el8.noarc 56 kB/s | 16 kB 00:00 2024-04-18T15:57:37.765 INFO:teuthology.orchestra.run.smithi080.stdout:(11/14): python3-google-auth-1.1.1-10.el8.noarc 237 kB/s | 81 kB 00:00 2024-04-18T15:57:37.845 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:57:37.847 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:57:37.847 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repository Size 2024-04-18T15:57:37.847 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:57:37.847 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-04-18T15:57:37.847 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr-rook noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 49 k 2024-04-18T15:57:37.847 INFO:teuthology.orchestra.run.smithi106.stdout:Installing dependencies: 2024-04-18T15:57:37.847 INFO:teuthology.orchestra.run.smithi106.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2024-04-18T15:57:37.847 INFO:teuthology.orchestra.run.smithi106.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2024-04-18T15:57:37.848 INFO:teuthology.orchestra.run.smithi106.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2024-04-18T15:57:37.848 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2024-04-18T15:57:37.848 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2024-04-18T15:57:37.848 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2024-04-18T15:57:37.848 INFO:teuthology.orchestra.run.smithi106.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2024-04-18T15:57:37.848 INFO:teuthology.orchestra.run.smithi106.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2024-04-18T15:57:37.848 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2024-04-18T15:57:37.848 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2024-04-18T15:57:37.848 INFO:teuthology.orchestra.run.smithi106.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2024-04-18T15:57:37.848 INFO:teuthology.orchestra.run.smithi106.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2024-04-18T15:57:37.848 INFO:teuthology.orchestra.run.smithi106.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2024-04-18T15:57:37.848 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:37.848 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-04-18T15:57:37.848 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:57:37.849 INFO:teuthology.orchestra.run.smithi106.stdout:Install 14 Packages 2024-04-18T15:57:37.849 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:37.849 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 2.0 M 2024-04-18T15:57:37.849 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 25 M 2024-04-18T15:57:37.849 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-04-18T15:57:37.956 INFO:teuthology.orchestra.run.smithi080.stdout:(12/14): python3-rsa-4.9-2.el8.noarch.rpm 183 kB/s | 64 kB 00:00 2024-04-18T15:57:38.031 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:57:38.032 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:57:38.033 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-04-18T15:57:38.033 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:57:38.033 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-04-18T15:57:38.033 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-cephadm noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 138 k 2024-04-18T15:57:38.033 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-04-18T15:57:38.033 INFO:teuthology.orchestra.run.smithi171.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2024-04-18T15:57:38.033 INFO:teuthology.orchestra.run.smithi171.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2024-04-18T15:57:38.033 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jinja2 noarch 2.10.1-4.el8 appstream 578 k 2024-04-18T15:57:38.033 INFO:teuthology.orchestra.run.smithi171.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2024-04-18T15:57:38.033 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:38.033 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-04-18T15:57:38.033 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:57:38.033 INFO:teuthology.orchestra.run.smithi171.stdout:Install 5 Packages 2024-04-18T15:57:38.034 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:38.034 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 6.0 M 2024-04-18T15:57:38.034 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 26 M 2024-04-18T15:57:38.034 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-04-18T15:57:38.107 INFO:teuthology.orchestra.run.smithi080.stdout:(13/14): python3-websocket-client-0.56.0-5.el8. 179 kB/s | 61 kB 00:00 2024-04-18T15:57:38.257 INFO:teuthology.orchestra.run.smithi080.stdout:(14/14): python3-kubernetes-11.0.0-6.el8.noarch 1.7 MB/s | 1.2 MB 00:00 2024-04-18T15:57:38.258 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:57:38.258 INFO:teuthology.orchestra.run.smithi080.stdout:Total 1.1 MB/s | 2.0 MB 00:01 2024-04-18T15:57:38.321 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-04-18T15:57:38.337 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-04-18T15:57:38.338 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-04-18T15:57:38.424 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-04-18T15:57:38.427 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-04-18T15:57:38.547 INFO:teuthology.orchestra.run.smithi106.stdout:(1/14): python3-jsonpatch-1.21-2.el8.noarch.rpm 205 kB/s | 27 kB 00:00 2024-04-18T15:57:38.572 INFO:teuthology.orchestra.run.smithi106.stdout:(2/14): python3-jsonpointer-1.10-11.el8.noarch. 129 kB/s | 20 kB 00:00 2024-04-18T15:57:38.598 INFO:teuthology.orchestra.run.smithi106.stdout:(3/14): ceph-mgr-rook-18.2.2-1240.g6a7528e4.el8 272 kB/s | 49 kB 00:00 2024-04-18T15:57:38.678 INFO:teuthology.orchestra.run.smithi171.stdout:(1/5): python3-jinja2-2.10.1-4.el8.noarch.rpm 1.8 MB/s | 578 kB 00:00 2024-04-18T15:57:38.681 INFO:teuthology.orchestra.run.smithi106.stdout:(4/14): python3-pyasn1-0.3.7-6.el8.noarch.rpm 942 kB/s | 126 kB 00:00 2024-04-18T15:57:38.715 INFO:teuthology.orchestra.run.smithi106.stdout:(5/14): python3-pyasn1-modules-0.3.7-6.el8.noar 772 kB/s | 110 kB 00:00 2024-04-18T15:57:38.741 INFO:teuthology.orchestra.run.smithi106.stdout:(6/14): python3-jwt-1.6.1-2.el8.noarch.rpm 299 kB/s | 43 kB 00:00 2024-04-18T15:57:38.779 INFO:teuthology.orchestra.run.smithi171.stdout:(2/5): ceph-mgr-cephadm-18.2.2-1240.g6a7528e4.e 339 kB/s | 138 kB 00:00 2024-04-18T15:57:38.832 INFO:teuthology.orchestra.run.smithi106.stdout:(7/14): python3-requests-oauthlib-1.0.0-1.el8.n 365 kB/s | 43 kB 00:00 2024-04-18T15:57:38.866 INFO:teuthology.orchestra.run.smithi106.stdout:(8/14): python3-oauthlib-2.1.0-1.el8.noarch.rpm 841 kB/s | 155 kB 00:00 2024-04-18T15:57:38.933 INFO:teuthology.orchestra.run.smithi106.stdout:(9/14): python3-cachetools-3.1.1-4.el8.noarch.r 172 kB/s | 33 kB 00:00 2024-04-18T15:57:38.975 INFO:teuthology.orchestra.run.smithi106.stdout:(10/14): python3-certifi-2018.10.15-7.el8.noarc 114 kB/s | 16 kB 00:00 2024-04-18T15:57:38.978 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-04-18T15:57:39.117 INFO:teuthology.orchestra.run.smithi106.stdout:(11/14): python3-rsa-4.9-2.el8.noarch.rpm 453 kB/s | 64 kB 00:00 2024-04-18T15:57:39.142 INFO:teuthology.orchestra.run.smithi106.stdout:(12/14): python3-google-auth-1.1.1-10.el8.noarc 294 kB/s | 81 kB 00:00 2024-04-18T15:57:39.162 INFO:teuthology.orchestra.run.smithi171.stdout:(3/5): python3-natsort-7.1.1-2.el8.noarch.rpm 157 kB/s | 60 kB 00:00 2024-04-18T15:57:39.201 INFO:teuthology.orchestra.run.smithi106.stdout:(13/14): python3-websocket-client-0.56.0-5.el8. 735 kB/s | 61 kB 00:00 2024-04-18T15:57:39.208 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/14 2024-04-18T15:57:39.321 INFO:teuthology.orchestra.run.smithi171.stdout:(4/5): python3-babel-2.5.1-7.el8.noarch.rpm 5.0 MB/s | 4.8 MB 00:00 2024-04-18T15:57:39.346 INFO:teuthology.orchestra.run.smithi171.stdout:(5/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 713 kB/s | 476 kB 00:00 2024-04-18T15:57:39.346 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:57:39.347 INFO:teuthology.orchestra.run.smithi171.stdout:Total 4.6 MB/s | 6.0 MB 00:01 2024-04-18T15:57:39.359 INFO:teuthology.orchestra.run.smithi106.stdout:(14/14): python3-kubernetes-11.0.0-6.el8.noarch 2.7 MB/s | 1.2 MB 00:00 2024-04-18T15:57:39.360 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:57:39.360 INFO:teuthology.orchestra.run.smithi106.stdout:Total 1.3 MB/s | 2.0 MB 00:01 2024-04-18T15:57:39.399 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-04-18T15:57:39.410 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-04-18T15:57:39.410 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-04-18T15:57:39.422 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/14 2024-04-18T15:57:39.427 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-04-18T15:57:39.443 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-04-18T15:57:39.443 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-04-18T15:57:39.509 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-04-18T15:57:39.512 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-04-18T15:57:39.530 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-04-18T15:57:39.533 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-04-18T15:57:39.666 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/14 2024-04-18T15:57:39.788 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-04-18T15:57:39.929 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/14 2024-04-18T15:57:40.042 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-04-18T15:57:40.121 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2024-04-18T15:57:40.178 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/14 2024-04-18T15:57:40.264 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/14 2024-04-18T15:57:40.417 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/14 2024-04-18T15:57:40.445 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/14 2024-04-18T15:57:40.714 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/14 2024-04-18T15:57:40.723 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/14 2024-04-18T15:57:40.944 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/14 2024-04-18T15:57:41.034 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 8/14 2024-04-18T15:57:41.063 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2024-04-18T15:57:41.134 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/14 2024-04-18T15:57:41.276 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 9/14 2024-04-18T15:57:41.340 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/14 2024-04-18T15:57:41.421 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2024-04-18T15:57:41.614 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/14 2024-04-18T15:57:41.715 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-jinja2-2.10.1-4.el8.noarch 4/5 2024-04-18T15:57:41.876 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 8/14 2024-04-18T15:57:42.092 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 9/14 2024-04-18T15:57:42.343 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 10/14 2024-04-18T15:57:42.637 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 11/14 2024-04-18T15:57:42.648 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-mgr-cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 5/5 2024-04-18T15:57:42.854 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 12/14 2024-04-18T15:57:42.927 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 5/5 2024-04-18T15:57:42.927 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-mgr-cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/5 2024-04-18T15:57:42.927 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2024-04-18T15:57:42.927 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-jinja2-2.10.1-4.el8.noarch 3/5 2024-04-18T15:57:42.927 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2024-04-18T15:57:43.091 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 13/14 2024-04-18T15:57:43.121 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 10/14 2024-04-18T15:57:43.265 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-mgr-rook-2:18.2.2-1240.g6a7528e4.el8.noarch 14/14 2024-04-18T15:57:43.329 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2024-04-18T15:57:43.329 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:43.330 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-04-18T15:57:43.330 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:57:43.330 INFO:teuthology.orchestra.run.smithi171.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2024-04-18T15:57:43.330 INFO:teuthology.orchestra.run.smithi171.stdout: python3-babel-2.5.1-7.el8.noarch 2024-04-18T15:57:43.330 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jinja2-2.10.1-4.el8.noarch 2024-04-18T15:57:43.330 INFO:teuthology.orchestra.run.smithi171.stdout: python3-natsort-7.1.1-2.el8.noarch 2024-04-18T15:57:43.330 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:43.330 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:57:43.377 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 11/14 2024-04-18T15:57:43.485 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-fuse 2024-04-18T15:57:43.584 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.2-1240.g6a7528e4.el8.noarch 14/14 2024-04-18T15:57:43.584 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-mgr-rook-2:18.2.2-1240.g6a7528e4.el8.noarch 1/14 2024-04-18T15:57:43.584 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/14 2024-04-18T15:57:43.584 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/14 2024-04-18T15:57:43.584 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/14 2024-04-18T15:57:43.584 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/14 2024-04-18T15:57:43.584 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/14 2024-04-18T15:57:43.584 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 7/14 2024-04-18T15:57:43.584 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 8/14 2024-04-18T15:57:43.584 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 9/14 2024-04-18T15:57:43.584 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 10/14 2024-04-18T15:57:43.584 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 11/14 2024-04-18T15:57:43.585 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 12/14 2024-04-18T15:57:43.585 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 13/14 2024-04-18T15:57:43.624 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 12/14 2024-04-18T15:57:43.847 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 13/14 2024-04-18T15:57:44.082 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 14/14 2024-04-18T15:57:44.082 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:44.082 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-04-18T15:57:44.082 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr-rook-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:57:44.082 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cachetools-3.1.1-4.el8.noarch 2024-04-18T15:57:44.082 INFO:teuthology.orchestra.run.smithi080.stdout: python3-certifi-2018.10.15-7.el8.noarch 2024-04-18T15:57:44.082 INFO:teuthology.orchestra.run.smithi080.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2024-04-18T15:57:44.082 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jsonpatch-1.21-2.el8.noarch 2024-04-18T15:57:44.083 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jsonpointer-1.10-11.el8.noarch 2024-04-18T15:57:44.083 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jwt-1.6.1-2.el8.noarch 2024-04-18T15:57:44.083 INFO:teuthology.orchestra.run.smithi080.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2024-04-18T15:57:44.083 INFO:teuthology.orchestra.run.smithi080.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2024-04-18T15:57:44.083 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2024-04-18T15:57:44.083 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2024-04-18T15:57:44.083 INFO:teuthology.orchestra.run.smithi080.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2024-04-18T15:57:44.083 INFO:teuthology.orchestra.run.smithi080.stdout: python3-rsa-4.9-2.el8.noarch 2024-04-18T15:57:44.083 INFO:teuthology.orchestra.run.smithi080.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2024-04-18T15:57:44.083 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:44.083 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:57:44.086 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-mgr-rook-2:18.2.2-1240.g6a7528e4.el8.noarch 14/14 2024-04-18T15:57:44.216 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:02:15 ago on Thu 18 Apr 2024 03:55:29 PM UTC. 2024-04-18T15:57:44.248 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install ceph-mgr-cephadm 2024-04-18T15:57:44.382 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.2-1240.g6a7528e4.el8.noarch 14/14 2024-04-18T15:57:44.382 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-mgr-rook-2:18.2.2-1240.g6a7528e4.el8.noarch 1/14 2024-04-18T15:57:44.382 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/14 2024-04-18T15:57:44.382 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/14 2024-04-18T15:57:44.382 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/14 2024-04-18T15:57:44.382 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/14 2024-04-18T15:57:44.382 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/14 2024-04-18T15:57:44.382 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 7/14 2024-04-18T15:57:44.382 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 8/14 2024-04-18T15:57:44.382 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 9/14 2024-04-18T15:57:44.382 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 10/14 2024-04-18T15:57:44.383 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 11/14 2024-04-18T15:57:44.383 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 12/14 2024-04-18T15:57:44.383 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 13/14 2024-04-18T15:57:44.849 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 14/14 2024-04-18T15:57:44.849 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:44.850 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-04-18T15:57:44.850 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr-rook-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:57:44.850 INFO:teuthology.orchestra.run.smithi106.stdout: python3-cachetools-3.1.1-4.el8.noarch 2024-04-18T15:57:44.850 INFO:teuthology.orchestra.run.smithi106.stdout: python3-certifi-2018.10.15-7.el8.noarch 2024-04-18T15:57:44.850 INFO:teuthology.orchestra.run.smithi106.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2024-04-18T15:57:44.850 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jsonpatch-1.21-2.el8.noarch 2024-04-18T15:57:44.850 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jsonpointer-1.10-11.el8.noarch 2024-04-18T15:57:44.850 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jwt-1.6.1-2.el8.noarch 2024-04-18T15:57:44.850 INFO:teuthology.orchestra.run.smithi106.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2024-04-18T15:57:44.850 INFO:teuthology.orchestra.run.smithi106.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2024-04-18T15:57:44.850 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2024-04-18T15:57:44.850 INFO:teuthology.orchestra.run.smithi106.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2024-04-18T15:57:44.851 INFO:teuthology.orchestra.run.smithi106.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2024-04-18T15:57:44.851 INFO:teuthology.orchestra.run.smithi106.stdout: python3-rsa-4.9-2.el8.noarch 2024-04-18T15:57:44.851 INFO:teuthology.orchestra.run.smithi106.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2024-04-18T15:57:44.851 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:44.851 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:57:44.963 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install ceph-mgr-cephadm 2024-04-18T15:57:44.972 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:02:17 ago on Thu 18 Apr 2024 03:55:27 PM UTC. 2024-04-18T15:57:45.692 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:14 ago on Thu 18 Apr 2024 03:55:31 PM UTC. 2024-04-18T15:57:45.855 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:57:45.856 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:57:45.856 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-04-18T15:57:45.856 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:57:45.856 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-04-18T15:57:45.857 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-fuse x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 859 k 2024-04-18T15:57:45.857 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-04-18T15:57:45.857 INFO:teuthology.orchestra.run.smithi171.stdout: fuse x86_64 2.9.7-19.el8 baseos 83 k 2024-04-18T15:57:45.857 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:45.857 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-04-18T15:57:45.857 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:57:45.857 INFO:teuthology.orchestra.run.smithi171.stdout:Install 2 Packages 2024-04-18T15:57:45.857 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:45.858 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 942 k 2024-04-18T15:57:45.858 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 3.0 M 2024-04-18T15:57:45.858 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-04-18T15:57:46.216 INFO:teuthology.orchestra.run.smithi171.stdout:(1/2): fuse-2.9.7-19.el8.x86_64.rpm 516 kB/s | 83 kB 00:00 2024-04-18T15:57:46.374 INFO:teuthology.orchestra.run.smithi171.stdout:(2/2): ceph-fuse-18.2.2-1240.g6a7528e4.el8.x86_ 2.6 MB/s | 859 kB 00:00 2024-04-18T15:57:46.374 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:57:46.375 INFO:teuthology.orchestra.run.smithi171.stdout:Total 1.8 MB/s | 942 kB 00:00 2024-04-18T15:57:46.385 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-04-18T15:57:46.407 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-04-18T15:57:46.407 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-04-18T15:57:46.495 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-04-18T15:57:46.498 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-04-18T15:57:46.588 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:57:46.589 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:57:46.589 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2024-04-18T15:57:46.589 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:57:46.589 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-04-18T15:57:46.589 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr-cephadm noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 138 k 2024-04-18T15:57:46.589 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2024-04-18T15:57:46.589 INFO:teuthology.orchestra.run.smithi080.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2024-04-18T15:57:46.589 INFO:teuthology.orchestra.run.smithi080.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2024-04-18T15:57:46.590 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jinja2 noarch 2.10.1-4.el8 appstream 578 k 2024-04-18T15:57:46.590 INFO:teuthology.orchestra.run.smithi080.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2024-04-18T15:57:46.590 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:46.590 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-04-18T15:57:46.590 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:57:46.590 INFO:teuthology.orchestra.run.smithi080.stdout:Install 5 Packages 2024-04-18T15:57:46.590 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:46.591 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 6.0 M 2024-04-18T15:57:46.591 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 26 M 2024-04-18T15:57:46.591 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-04-18T15:57:46.675 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-04-18T15:57:46.947 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : fuse-2.9.7-19.el8.x86_64 1/2 2024-04-18T15:57:47.131 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/2 2024-04-18T15:57:47.294 INFO:teuthology.orchestra.run.smithi080.stdout:(1/5): python3-jinja2-2.10.1-4.el8.noarch.rpm 1.8 MB/s | 578 kB 00:00 2024-04-18T15:57:47.337 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:57:47.338 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:57:47.338 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repository Size 2024-04-18T15:57:47.338 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:57:47.338 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-04-18T15:57:47.338 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr-cephadm noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 138 k 2024-04-18T15:57:47.338 INFO:teuthology.orchestra.run.smithi106.stdout:Installing dependencies: 2024-04-18T15:57:47.338 INFO:teuthology.orchestra.run.smithi106.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2024-04-18T15:57:47.338 INFO:teuthology.orchestra.run.smithi106.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2024-04-18T15:57:47.338 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jinja2 noarch 2.10.1-4.el8 appstream 578 k 2024-04-18T15:57:47.338 INFO:teuthology.orchestra.run.smithi106.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2024-04-18T15:57:47.338 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:47.338 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-04-18T15:57:47.339 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:57:47.339 INFO:teuthology.orchestra.run.smithi106.stdout:Install 5 Packages 2024-04-18T15:57:47.339 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:47.339 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 6.0 M 2024-04-18T15:57:47.339 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 26 M 2024-04-18T15:57:47.339 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-04-18T15:57:47.341 INFO:teuthology.orchestra.run.smithi080.stdout:(2/5): ceph-mgr-cephadm-18.2.2-1240.g6a7528e4.e 381 kB/s | 138 kB 00:00 2024-04-18T15:57:47.442 INFO:teuthology.orchestra.run.smithi080.stdout:(3/5): python3-natsort-7.1.1-2.el8.noarch.rpm 603 kB/s | 60 kB 00:00 2024-04-18T15:57:47.475 INFO:teuthology.orchestra.run.smithi080.stdout:(4/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 2.6 MB/s | 476 kB 00:00 2024-04-18T15:57:47.507 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/2 2024-04-18T15:57:47.507 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/2 2024-04-18T15:57:47.744 INFO:teuthology.orchestra.run.smithi106.stdout:(1/5): ceph-mgr-cephadm-18.2.2-1240.g6a7528e4.e 761 kB/s | 138 kB 00:00 2024-04-18T15:57:47.877 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : fuse-2.9.7-19.el8.x86_64 2/2 2024-04-18T15:57:47.877 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:47.878 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-04-18T15:57:47.878 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 fuse-2.9.7-19.el8.x86_64 2024-04-18T15:57:47.878 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:47.878 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:57:47.934 INFO:teuthology.orchestra.run.smithi080.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 5.0 MB/s | 4.8 MB 00:00 2024-04-18T15:57:47.935 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:57:47.935 INFO:teuthology.orchestra.run.smithi080.stdout:Total 4.5 MB/s | 6.0 MB 00:01 2024-04-18T15:57:47.986 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-04-18T15:57:47.997 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-04-18T15:57:47.997 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-04-18T15:57:48.011 INFO:teuthology.orchestra.run.smithi106.stdout:(2/5): python3-babel-2.5.1-7.el8.noarch.rpm 11 MB/s | 4.8 MB 00:00 2024-04-18T15:57:48.036 INFO:teuthology.orchestra.run.smithi106.stdout:(3/5): python3-jinja2-2.10.1-4.el8.noarch.rpm 1.2 MB/s | 578 kB 00:00 2024-04-18T15:57:48.061 INFO:teuthology.orchestra.run.smithi106.stdout:(4/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.5 MB/s | 476 kB 00:00 2024-04-18T15:57:48.112 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-04-18T15:57:48.113 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-volume 2024-04-18T15:57:48.115 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-04-18T15:57:48.187 INFO:teuthology.orchestra.run.smithi106.stdout:(5/5): python3-natsort-7.1.1-2.el8.noarch.rpm 344 kB/s | 60 kB 00:00 2024-04-18T15:57:48.187 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:57:48.187 INFO:teuthology.orchestra.run.smithi106.stdout:Total 7.1 MB/s | 6.0 MB 00:00 2024-04-18T15:57:48.238 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-04-18T15:57:48.249 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-04-18T15:57:48.249 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-04-18T15:57:48.356 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-04-18T15:57:48.359 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-04-18T15:57:48.380 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-04-18T15:57:48.634 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-04-18T15:57:48.760 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2024-04-18T15:57:48.850 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:02:19 ago on Thu 18 Apr 2024 03:55:29 PM UTC. 2024-04-18T15:57:48.983 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2024-04-18T15:57:49.754 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2024-04-18T15:57:49.940 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2024-04-18T15:57:50.264 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2024-04-18T15:57:50.507 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-jinja2-2.10.1-4.el8.noarch 4/5 2024-04-18T15:57:50.510 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:57:50.511 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:57:50.511 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-04-18T15:57:50.511 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:57:50.511 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-04-18T15:57:50.511 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-volume noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 263 k 2024-04-18T15:57:50.511 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-04-18T15:57:50.511 INFO:teuthology.orchestra.run.smithi171.stdout: python3-packaging noarch 16.8-9.el8 powertools 48 k 2024-04-18T15:57:50.511 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:50.511 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-04-18T15:57:50.511 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:57:50.512 INFO:teuthology.orchestra.run.smithi171.stdout:Install 2 Packages 2024-04-18T15:57:50.512 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:50.512 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 311 k 2024-04-18T15:57:50.512 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 1.4 M 2024-04-18T15:57:50.512 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-04-18T15:57:50.620 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2024-04-18T15:57:50.719 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-mgr-cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 5/5 2024-04-18T15:57:50.823 INFO:teuthology.orchestra.run.smithi171.stdout:(1/2): python3-packaging-16.8-9.el8.noarch.rpm 382 kB/s | 48 kB 00:00 2024-04-18T15:57:50.896 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-jinja2-2.10.1-4.el8.noarch 4/5 2024-04-18T15:57:51.128 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-mgr-cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 5/5 2024-04-18T15:57:51.273 INFO:teuthology.orchestra.run.smithi171.stdout:(2/2): ceph-volume-18.2.2-1240.g6a7528e4.el8.no 456 kB/s | 263 kB 00:00 2024-04-18T15:57:51.274 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:57:51.274 INFO:teuthology.orchestra.run.smithi171.stdout:Total 408 kB/s | 311 kB 00:00 2024-04-18T15:57:51.285 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-04-18T15:57:51.298 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-04-18T15:57:51.298 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-04-18T15:57:51.347 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-04-18T15:57:51.351 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-04-18T15:57:51.424 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 5/5 2024-04-18T15:57:51.424 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-mgr-cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/5 2024-04-18T15:57:51.424 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2024-04-18T15:57:51.424 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-jinja2-2.10.1-4.el8.noarch 3/5 2024-04-18T15:57:51.424 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2024-04-18T15:57:51.449 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 5/5 2024-04-18T15:57:51.449 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-mgr-cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 1/5 2024-04-18T15:57:51.449 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2024-04-18T15:57:51.449 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-jinja2-2.10.1-4.el8.noarch 3/5 2024-04-18T15:57:51.449 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2024-04-18T15:57:51.481 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-04-18T15:57:51.792 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2024-04-18T15:57:51.792 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:51.792 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-04-18T15:57:51.792 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr-cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:57:51.793 INFO:teuthology.orchestra.run.smithi080.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2024-04-18T15:57:51.793 INFO:teuthology.orchestra.run.smithi080.stdout: python3-babel-2.5.1-7.el8.noarch 2024-04-18T15:57:51.793 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jinja2-2.10.1-4.el8.noarch 2024-04-18T15:57:51.793 INFO:teuthology.orchestra.run.smithi080.stdout: python3-natsort-7.1.1-2.el8.noarch 2024-04-18T15:57:51.793 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:51.793 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:57:51.804 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-packaging-16.8-9.el8.noarch 1/2 2024-04-18T15:57:51.935 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install ceph-fuse 2024-04-18T15:57:52.047 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-volume-2:18.2.2-1240.g6a7528e4.el8.noarch 2/2 2024-04-18T15:57:52.331 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2024-04-18T15:57:52.331 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:52.331 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-04-18T15:57:52.331 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-mgr-cephadm-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:57:52.331 INFO:teuthology.orchestra.run.smithi106.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2024-04-18T15:57:52.331 INFO:teuthology.orchestra.run.smithi106.stdout: python3-babel-2.5.1-7.el8.noarch 2024-04-18T15:57:52.331 INFO:teuthology.orchestra.run.smithi106.stdout: python3-jinja2-2.10.1-4.el8.noarch 2024-04-18T15:57:52.332 INFO:teuthology.orchestra.run.smithi106.stdout: python3-natsort-7.1.1-2.el8.noarch 2024-04-18T15:57:52.332 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:52.332 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:57:52.443 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install ceph-fuse 2024-04-18T15:57:52.451 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-volume-2:18.2.2-1240.g6a7528e4.el8.noarch 2/2 2024-04-18T15:57:52.451 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-volume-2:18.2.2-1240.g6a7528e4.el8.noarch 1/2 2024-04-18T15:57:52.657 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:02:25 ago on Thu 18 Apr 2024 03:55:27 PM UTC. 2024-04-18T15:57:52.833 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-packaging-16.8-9.el8.noarch 2/2 2024-04-18T15:57:52.833 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:52.833 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-04-18T15:57:52.833 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-volume-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:57:52.833 INFO:teuthology.orchestra.run.smithi171.stdout: python3-packaging-16.8-9.el8.noarch 2024-04-18T15:57:52.833 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:52.833 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:57:53.167 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:22 ago on Thu 18 Apr 2024 03:55:31 PM UTC. 2024-04-18T15:57:53.460 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install librados-devel 2024-04-18T15:57:54.201 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:02:25 ago on Thu 18 Apr 2024 03:55:29 PM UTC. 2024-04-18T15:57:54.293 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:57:54.294 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:57:54.294 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2024-04-18T15:57:54.294 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:57:54.294 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-04-18T15:57:54.294 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-fuse x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 859 k 2024-04-18T15:57:54.295 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2024-04-18T15:57:54.295 INFO:teuthology.orchestra.run.smithi080.stdout: fuse x86_64 2.9.7-19.el8 baseos 83 k 2024-04-18T15:57:54.295 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:54.295 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-04-18T15:57:54.295 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:57:54.295 INFO:teuthology.orchestra.run.smithi080.stdout:Install 2 Packages 2024-04-18T15:57:54.295 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:54.296 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 942 k 2024-04-18T15:57:54.296 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 3.0 M 2024-04-18T15:57:54.296 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-04-18T15:57:54.788 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:57:54.788 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:57:54.789 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repository Size 2024-04-18T15:57:54.789 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:57:54.789 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-04-18T15:57:54.789 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-fuse x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 859 k 2024-04-18T15:57:54.789 INFO:teuthology.orchestra.run.smithi106.stdout:Installing dependencies: 2024-04-18T15:57:54.789 INFO:teuthology.orchestra.run.smithi106.stdout: fuse x86_64 2.9.7-19.el8 baseos 83 k 2024-04-18T15:57:54.789 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:54.789 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-04-18T15:57:54.789 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:57:54.789 INFO:teuthology.orchestra.run.smithi106.stdout:Install 2 Packages 2024-04-18T15:57:54.789 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:54.790 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 942 k 2024-04-18T15:57:54.790 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 3.0 M 2024-04-18T15:57:54.790 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-04-18T15:57:54.801 INFO:teuthology.orchestra.run.smithi080.stdout:(1/2): fuse-2.9.7-19.el8.x86_64.rpm 305 kB/s | 83 kB 00:00 2024-04-18T15:57:55.001 INFO:teuthology.orchestra.run.smithi080.stdout:(2/2): ceph-fuse-18.2.2-1240.g6a7528e4.el8.x86_ 1.8 MB/s | 859 kB 00:00 2024-04-18T15:57:55.002 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:57:55.002 INFO:teuthology.orchestra.run.smithi080.stdout:Total 1.3 MB/s | 942 kB 00:00 2024-04-18T15:57:55.012 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-04-18T15:57:55.034 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-04-18T15:57:55.034 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-04-18T15:57:55.121 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-04-18T15:57:55.124 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-04-18T15:57:55.237 INFO:teuthology.orchestra.run.smithi106.stdout:(1/2): fuse-2.9.7-19.el8.x86_64.rpm 274 kB/s | 83 kB 00:00 2024-04-18T15:57:55.306 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-04-18T15:57:55.560 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : fuse-2.9.7-19.el8.x86_64 1/2 2024-04-18T15:57:55.786 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/2 2024-04-18T15:57:55.837 INFO:teuthology.orchestra.run.smithi106.stdout:(2/2): ceph-fuse-18.2.2-1240.g6a7528e4.el8.x86_ 949 kB/s | 859 kB 00:00 2024-04-18T15:57:55.837 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:57:55.838 INFO:teuthology.orchestra.run.smithi106.stdout:Total 898 kB/s | 942 kB 00:01 2024-04-18T15:57:55.848 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-04-18T15:57:55.849 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:57:55.850 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:57:55.850 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repo Size 2024-04-18T15:57:55.850 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:57:55.850 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-04-18T15:57:55.851 INFO:teuthology.orchestra.run.smithi171.stdout: librados-devel x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 139 k 2024-04-18T15:57:55.851 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:55.851 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-04-18T15:57:55.851 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:57:55.851 INFO:teuthology.orchestra.run.smithi171.stdout:Install 1 Package 2024-04-18T15:57:55.851 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:55.851 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 139 k 2024-04-18T15:57:55.851 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 513 k 2024-04-18T15:57:55.852 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-04-18T15:57:55.870 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-04-18T15:57:55.870 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-04-18T15:57:55.958 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-04-18T15:57:55.962 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-04-18T15:57:56.078 INFO:teuthology.orchestra.run.smithi171.stdout:librados-devel-18.2.2-1240.g6a7528e4.el8.x86_64 615 kB/s | 139 kB 00:00 2024-04-18T15:57:56.078 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:57:56.078 INFO:teuthology.orchestra.run.smithi171.stdout:Total 612 kB/s | 139 kB 00:00 2024-04-18T15:57:56.079 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-04-18T15:57:56.084 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-04-18T15:57:56.084 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-04-18T15:57:56.135 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-04-18T15:57:56.139 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-04-18T15:57:56.143 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-04-18T15:57:56.172 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/2 2024-04-18T15:57:56.172 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/2 2024-04-18T15:57:56.250 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-04-18T15:57:56.445 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : librados-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:57:56.451 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : fuse-2.9.7-19.el8.x86_64 1/2 2024-04-18T15:57:56.616 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : fuse-2.9.7-19.el8.x86_64 2/2 2024-04-18T15:57:56.616 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:56.616 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-04-18T15:57:56.616 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 fuse-2.9.7-19.el8.x86_64 2024-04-18T15:57:56.617 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:56.617 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:57:56.635 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/2 2024-04-18T15:57:56.725 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: librados-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:57:56.843 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install ceph-volume 2024-04-18T15:57:57.022 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 2/2 2024-04-18T15:57:57.022 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/2 2024-04-18T15:57:57.127 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librados-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:57:57.127 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:57.127 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-04-18T15:57:57.128 INFO:teuthology.orchestra.run.smithi171.stdout: librados-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:57:57.128 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:57:57.128 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:57:57.390 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install libcephfs2 2024-04-18T15:57:57.411 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : fuse-2.9.7-19.el8.x86_64 2/2 2024-04-18T15:57:57.412 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:57.412 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-04-18T15:57:57.412 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 fuse-2.9.7-19.el8.x86_64 2024-04-18T15:57:57.412 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:57:57.412 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:57:57.577 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:02:30 ago on Thu 18 Apr 2024 03:55:27 PM UTC. 2024-04-18T15:57:57.632 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install ceph-volume 2024-04-18T15:57:58.130 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:02:29 ago on Thu 18 Apr 2024 03:55:29 PM UTC. 2024-04-18T15:57:58.374 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:27 ago on Thu 18 Apr 2024 03:55:31 PM UTC. 2024-04-18T15:57:59.223 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:57:59.223 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:57:59.223 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2024-04-18T15:57:59.223 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:57:59.223 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-04-18T15:57:59.223 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-volume noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 263 k 2024-04-18T15:57:59.224 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2024-04-18T15:57:59.224 INFO:teuthology.orchestra.run.smithi080.stdout: python3-packaging noarch 16.8-9.el8 powertools 48 k 2024-04-18T15:57:59.224 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:59.224 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-04-18T15:57:59.224 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:57:59.224 INFO:teuthology.orchestra.run.smithi080.stdout:Install 2 Packages 2024-04-18T15:57:59.224 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:57:59.225 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 311 k 2024-04-18T15:57:59.225 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 1.4 M 2024-04-18T15:57:59.225 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-04-18T15:57:59.422 INFO:teuthology.orchestra.run.smithi080.stdout:(1/2): python3-packaging-16.8-9.el8.noarch.rpm 351 kB/s | 48 kB 00:00 2024-04-18T15:57:59.647 INFO:teuthology.orchestra.run.smithi080.stdout:(2/2): ceph-volume-18.2.2-1240.g6a7528e4.el8.no 725 kB/s | 263 kB 00:00 2024-04-18T15:57:59.647 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:57:59.647 INFO:teuthology.orchestra.run.smithi080.stdout:Total 735 kB/s | 311 kB 00:00 2024-04-18T15:57:59.657 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-04-18T15:57:59.669 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-04-18T15:57:59.669 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-04-18T15:57:59.715 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-04-18T15:57:59.717 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-04-18T15:57:59.719 INFO:teuthology.orchestra.run.smithi171.stdout:Package libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:57:59.767 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:57:59.768 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-04-18T15:57:59.768 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:57:59.847 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-04-18T15:57:59.888 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install libcephfs-devel 2024-04-18T15:58:00.020 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:58:00.020 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:58:00.020 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repository Size 2024-04-18T15:58:00.020 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:58:00.021 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-04-18T15:58:00.021 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-volume noarch 2:18.2.2-1240.g6a7528e4.el8 ceph-noarch 263 k 2024-04-18T15:58:00.021 INFO:teuthology.orchestra.run.smithi106.stdout:Installing dependencies: 2024-04-18T15:58:00.021 INFO:teuthology.orchestra.run.smithi106.stdout: python3-packaging noarch 16.8-9.el8 powertools 48 k 2024-04-18T15:58:00.021 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:58:00.021 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-04-18T15:58:00.021 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:58:00.021 INFO:teuthology.orchestra.run.smithi106.stdout:Install 2 Packages 2024-04-18T15:58:00.021 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:58:00.022 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 311 k 2024-04-18T15:58:00.022 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 1.4 M 2024-04-18T15:58:00.022 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-04-18T15:58:00.174 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-packaging-16.8-9.el8.noarch 1/2 2024-04-18T15:58:00.349 INFO:teuthology.orchestra.run.smithi106.stdout:(1/2): python3-packaging-16.8-9.el8.noarch.rpm 354 kB/s | 48 kB 00:00 2024-04-18T15:58:00.435 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-volume-2:18.2.2-1240.g6a7528e4.el8.noarch 2/2 2024-04-18T15:58:00.558 INFO:teuthology.orchestra.run.smithi106.stdout:(2/2): ceph-volume-18.2.2-1240.g6a7528e4.el8.no 763 kB/s | 263 kB 00:00 2024-04-18T15:58:00.558 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:58:00.559 INFO:teuthology.orchestra.run.smithi106.stdout:Total 579 kB/s | 311 kB 00:00 2024-04-18T15:58:00.569 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-04-18T15:58:00.581 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-04-18T15:58:00.581 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-04-18T15:58:00.621 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:02:31 ago on Thu 18 Apr 2024 03:55:29 PM UTC. 2024-04-18T15:58:00.625 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-04-18T15:58:00.628 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-04-18T15:58:00.760 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-04-18T15:58:00.844 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-volume-2:18.2.2-1240.g6a7528e4.el8.noarch 2/2 2024-04-18T15:58:00.844 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-volume-2:18.2.2-1240.g6a7528e4.el8.noarch 1/2 2024-04-18T15:58:01.090 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : python3-packaging-16.8-9.el8.noarch 1/2 2024-04-18T15:58:01.343 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : ceph-volume-2:18.2.2-1240.g6a7528e4.el8.noarch 2/2 2024-04-18T15:58:01.748 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: ceph-volume-2:18.2.2-1240.g6a7528e4.el8.noarch 2/2 2024-04-18T15:58:01.748 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : ceph-volume-2:18.2.2-1240.g6a7528e4.el8.noarch 1/2 2024-04-18T15:58:01.937 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-packaging-16.8-9.el8.noarch 2/2 2024-04-18T15:58:01.937 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:58:01.938 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-04-18T15:58:01.938 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-volume-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:58:01.938 INFO:teuthology.orchestra.run.smithi080.stdout: python3-packaging-16.8-9.el8.noarch 2024-04-18T15:58:01.938 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:58:01.938 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:58:02.146 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : python3-packaging-16.8-9.el8.noarch 2/2 2024-04-18T15:58:02.146 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:58:02.146 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-04-18T15:58:02.146 INFO:teuthology.orchestra.run.smithi106.stdout: ceph-volume-2:18.2.2-1240.g6a7528e4.el8.noarch 2024-04-18T15:58:02.146 INFO:teuthology.orchestra.run.smithi106.stdout: python3-packaging-16.8-9.el8.noarch 2024-04-18T15:58:02.146 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:58:02.146 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:58:02.246 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:58:02.247 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:58:02.247 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repo Size 2024-04-18T15:58:02.247 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:58:02.248 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-04-18T15:58:02.248 INFO:teuthology.orchestra.run.smithi171.stdout: libcephfs-devel x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 31 k 2024-04-18T15:58:02.248 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:58:02.248 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-04-18T15:58:02.248 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:58:02.248 INFO:teuthology.orchestra.run.smithi171.stdout:Install 1 Package 2024-04-18T15:58:02.248 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:58:02.248 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 31 k 2024-04-18T15:58:02.249 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 139 k 2024-04-18T15:58:02.249 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-04-18T15:58:02.337 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install librados-devel 2024-04-18T15:58:02.627 INFO:teuthology.orchestra.run.smithi171.stdout:libcephfs-devel-18.2.2-1240.g6a7528e4.el8.x86_6 82 kB/s | 31 kB 00:00 2024-04-18T15:58:02.627 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:58:02.627 INFO:teuthology.orchestra.run.smithi171.stdout:Total 81 kB/s | 31 kB 00:00 2024-04-18T15:58:02.628 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-04-18T15:58:02.631 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-04-18T15:58:02.631 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-04-18T15:58:02.656 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-04-18T15:58:02.659 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-04-18T15:58:02.715 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-04-18T15:58:02.902 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libcephfs-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:03.073 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:32 ago on Thu 18 Apr 2024 03:55:31 PM UTC. 2024-04-18T15:58:03.166 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: libcephfs-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:03.324 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install librados-devel 2024-04-18T15:58:03.521 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libcephfs-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:03.521 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:58:03.521 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-04-18T15:58:03.521 INFO:teuthology.orchestra.run.smithi171.stdout: libcephfs-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:58:03.521 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:58:03.521 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:58:03.636 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install librados2 2024-04-18T15:58:04.071 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:02:37 ago on Thu 18 Apr 2024 03:55:27 PM UTC. 2024-04-18T15:58:04.364 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:02:35 ago on Thu 18 Apr 2024 03:55:29 PM UTC. 2024-04-18T15:58:04.697 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:58:04.698 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:58:04.699 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repo Size 2024-04-18T15:58:04.699 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:58:04.699 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-04-18T15:58:04.699 INFO:teuthology.orchestra.run.smithi106.stdout: librados-devel x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 139 k 2024-04-18T15:58:04.699 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:58:04.699 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-04-18T15:58:04.699 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:58:04.699 INFO:teuthology.orchestra.run.smithi106.stdout:Install 1 Package 2024-04-18T15:58:04.699 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:58:04.699 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 139 k 2024-04-18T15:58:04.699 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 513 k 2024-04-18T15:58:04.700 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-04-18T15:58:05.016 INFO:teuthology.orchestra.run.smithi106.stdout:librados-devel-18.2.2-1240.g6a7528e4.el8.x86_64 439 kB/s | 139 kB 00:00 2024-04-18T15:58:05.017 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:58:05.017 INFO:teuthology.orchestra.run.smithi106.stdout:Total 437 kB/s | 139 kB 00:00 2024-04-18T15:58:05.017 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-04-18T15:58:05.023 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-04-18T15:58:05.023 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-04-18T15:58:05.072 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-04-18T15:58:05.075 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-04-18T15:58:05.188 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-04-18T15:58:05.397 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : librados-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:05.678 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: librados-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:05.810 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:58:05.811 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:58:05.811 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repo Size 2024-04-18T15:58:05.811 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:58:05.811 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-04-18T15:58:05.811 INFO:teuthology.orchestra.run.smithi080.stdout: librados-devel x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 139 k 2024-04-18T15:58:05.811 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:58:05.811 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-04-18T15:58:05.811 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:58:05.811 INFO:teuthology.orchestra.run.smithi080.stdout:Install 1 Package 2024-04-18T15:58:05.811 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:58:05.811 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 139 k 2024-04-18T15:58:05.812 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 513 k 2024-04-18T15:58:05.812 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-04-18T15:58:05.966 INFO:teuthology.orchestra.run.smithi171.stdout:Package librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:58:06.006 INFO:teuthology.orchestra.run.smithi080.stdout:librados-devel-18.2.2-1240.g6a7528e4.el8.x86_64 717 kB/s | 139 kB 00:00 2024-04-18T15:58:06.007 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:58:06.007 INFO:teuthology.orchestra.run.smithi080.stdout:Total 711 kB/s | 139 kB 00:00 2024-04-18T15:58:06.007 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-04-18T15:58:06.012 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-04-18T15:58:06.012 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-04-18T15:58:06.017 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:58:06.018 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-04-18T15:58:06.018 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:58:06.061 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-04-18T15:58:06.064 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-04-18T15:58:06.068 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : librados-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:06.068 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:58:06.069 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-04-18T15:58:06.069 INFO:teuthology.orchestra.run.smithi106.stdout: librados-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:58:06.069 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:58:06.069 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:58:06.155 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install librbd1 2024-04-18T15:58:06.174 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-04-18T15:58:06.279 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install libcephfs2 2024-04-18T15:58:06.408 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : librados-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:06.710 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: librados-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:06.890 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:02:37 ago on Thu 18 Apr 2024 03:55:29 PM UTC. 2024-04-18T15:58:07.022 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:36 ago on Thu 18 Apr 2024 03:55:31 PM UTC. 2024-04-18T15:58:07.133 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : librados-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:07.133 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:58:07.133 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-04-18T15:58:07.133 INFO:teuthology.orchestra.run.smithi080.stdout: librados-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:58:07.134 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:58:07.134 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:58:07.368 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install libcephfs2 2024-04-18T15:58:08.110 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:02:41 ago on Thu 18 Apr 2024 03:55:27 PM UTC. 2024-04-18T15:58:08.500 INFO:teuthology.orchestra.run.smithi171.stdout:Package librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:58:08.549 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:58:08.550 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-04-18T15:58:08.550 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:58:08.595 INFO:teuthology.orchestra.run.smithi106.stdout:Package libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:58:08.643 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:58:08.644 INFO:teuthology.orchestra.run.smithi106.stdout:Nothing to do. 2024-04-18T15:58:08.644 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:58:08.655 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install python3-rados 2024-04-18T15:58:08.741 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install libcephfs-devel 2024-04-18T15:58:09.380 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:02:40 ago on Thu 18 Apr 2024 03:55:29 PM UTC. 2024-04-18T15:58:09.470 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:38 ago on Thu 18 Apr 2024 03:55:31 PM UTC. 2024-04-18T15:58:09.701 INFO:teuthology.orchestra.run.smithi080.stdout:Package libcephfs2-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:58:09.750 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:58:09.751 INFO:teuthology.orchestra.run.smithi080.stdout:Nothing to do. 2024-04-18T15:58:09.751 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:58:09.864 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install libcephfs-devel 2024-04-18T15:58:10.595 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:02:43 ago on Thu 18 Apr 2024 03:55:27 PM UTC. 2024-04-18T15:58:10.965 INFO:teuthology.orchestra.run.smithi171.stdout:Package python3-rados-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:58:11.014 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:58:11.015 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-04-18T15:58:11.015 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:58:11.092 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:58:11.092 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:58:11.093 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repo Size 2024-04-18T15:58:11.093 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:58:11.093 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-04-18T15:58:11.093 INFO:teuthology.orchestra.run.smithi106.stdout: libcephfs-devel x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 31 k 2024-04-18T15:58:11.093 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:58:11.093 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-04-18T15:58:11.093 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:58:11.093 INFO:teuthology.orchestra.run.smithi106.stdout:Install 1 Package 2024-04-18T15:58:11.093 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:58:11.094 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 31 k 2024-04-18T15:58:11.094 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 139 k 2024-04-18T15:58:11.094 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-04-18T15:58:11.119 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install python3-rgw 2024-04-18T15:58:11.311 INFO:teuthology.orchestra.run.smithi106.stdout:libcephfs-devel-18.2.2-1240.g6a7528e4.el8.x86_6 143 kB/s | 31 kB 00:00 2024-04-18T15:58:11.312 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:58:11.312 INFO:teuthology.orchestra.run.smithi106.stdout:Total 142 kB/s | 31 kB 00:00 2024-04-18T15:58:11.312 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-04-18T15:58:11.315 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-04-18T15:58:11.315 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-04-18T15:58:11.342 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-04-18T15:58:11.345 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-04-18T15:58:11.404 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-04-18T15:58:11.620 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : libcephfs-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:11.848 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:02:42 ago on Thu 18 Apr 2024 03:55:29 PM UTC. 2024-04-18T15:58:11.880 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: libcephfs-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:12.238 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : libcephfs-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:12.239 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:58:12.239 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-04-18T15:58:12.239 INFO:teuthology.orchestra.run.smithi106.stdout: libcephfs-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:58:12.239 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:58:12.239 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:58:12.243 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:58:12.243 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:58:12.243 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repo Size 2024-04-18T15:58:12.244 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:58:12.244 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-04-18T15:58:12.244 INFO:teuthology.orchestra.run.smithi080.stdout: libcephfs-devel x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 31 k 2024-04-18T15:58:12.244 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:58:12.244 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-04-18T15:58:12.244 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:58:12.244 INFO:teuthology.orchestra.run.smithi080.stdout:Install 1 Package 2024-04-18T15:58:12.244 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:58:12.245 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 31 k 2024-04-18T15:58:12.245 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 139 k 2024-04-18T15:58:12.245 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-04-18T15:58:12.347 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install librados2 2024-04-18T15:58:12.467 INFO:teuthology.orchestra.run.smithi080.stdout:libcephfs-devel-18.2.2-1240.g6a7528e4.el8.x86_6 139 kB/s | 31 kB 00:00 2024-04-18T15:58:12.468 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:58:12.468 INFO:teuthology.orchestra.run.smithi080.stdout:Total 138 kB/s | 31 kB 00:00 2024-04-18T15:58:12.468 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-04-18T15:58:12.472 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-04-18T15:58:12.472 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-04-18T15:58:12.497 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-04-18T15:58:12.500 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-04-18T15:58:12.556 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-04-18T15:58:12.773 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : libcephfs-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:13.036 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: libcephfs-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:13.076 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:42 ago on Thu 18 Apr 2024 03:55:31 PM UTC. 2024-04-18T15:58:13.403 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : libcephfs-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:13.403 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:58:13.403 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-04-18T15:58:13.403 INFO:teuthology.orchestra.run.smithi080.stdout: libcephfs-devel-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:58:13.403 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:58:13.403 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:58:13.463 INFO:teuthology.orchestra.run.smithi171.stdout:Package python3-rgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:58:13.511 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:58:13.512 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-04-18T15:58:13.512 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:58:13.651 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install python3-cephfs 2024-04-18T15:58:14.061 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install librados2 2024-04-18T15:58:14.392 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:02:45 ago on Thu 18 Apr 2024 03:55:29 PM UTC. 2024-04-18T15:58:14.663 INFO:teuthology.orchestra.run.smithi106.stdout:Package librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:58:14.712 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:58:14.713 INFO:teuthology.orchestra.run.smithi106.stdout:Nothing to do. 2024-04-18T15:58:14.713 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:58:14.782 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:02:47 ago on Thu 18 Apr 2024 03:55:27 PM UTC. 2024-04-18T15:58:14.815 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install librbd1 2024-04-18T15:58:15.536 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:44 ago on Thu 18 Apr 2024 03:55:31 PM UTC. 2024-04-18T15:58:15.979 INFO:teuthology.orchestra.run.smithi171.stdout:Package python3-cephfs-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:58:16.029 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:58:16.030 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-04-18T15:58:16.030 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:58:16.142 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install python3-rbd 2024-04-18T15:58:16.360 INFO:teuthology.orchestra.run.smithi080.stdout:Package librados2-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:58:16.408 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:58:16.409 INFO:teuthology.orchestra.run.smithi080.stdout:Nothing to do. 2024-04-18T15:58:16.409 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:58:16.536 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install librbd1 2024-04-18T15:58:16.878 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:02:47 ago on Thu 18 Apr 2024 03:55:29 PM UTC. 2024-04-18T15:58:17.108 INFO:teuthology.orchestra.run.smithi106.stdout:Package librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:58:17.161 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:58:17.163 INFO:teuthology.orchestra.run.smithi106.stdout:Nothing to do. 2024-04-18T15:58:17.163 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:58:17.255 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:02:50 ago on Thu 18 Apr 2024 03:55:27 PM UTC. 2024-04-18T15:58:17.286 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install python3-rados 2024-04-18T15:58:18.013 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:47 ago on Thu 18 Apr 2024 03:55:31 PM UTC. 2024-04-18T15:58:18.455 INFO:teuthology.orchestra.run.smithi171.stdout:Package python3-rbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:58:18.505 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:58:18.506 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-04-18T15:58:18.506 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:58:18.626 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install rbd-fuse 2024-04-18T15:58:18.831 INFO:teuthology.orchestra.run.smithi080.stdout:Package librbd1-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:58:18.879 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:58:18.880 INFO:teuthology.orchestra.run.smithi080.stdout:Nothing to do. 2024-04-18T15:58:18.880 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:58:18.999 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install python3-rados 2024-04-18T15:58:19.358 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:02:50 ago on Thu 18 Apr 2024 03:55:29 PM UTC. 2024-04-18T15:58:19.608 INFO:teuthology.orchestra.run.smithi106.stdout:Package python3-rados-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:58:19.656 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:58:19.657 INFO:teuthology.orchestra.run.smithi106.stdout:Nothing to do. 2024-04-18T15:58:19.657 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:58:19.724 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:02:52 ago on Thu 18 Apr 2024 03:55:27 PM UTC. 2024-04-18T15:58:19.750 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install python3-rgw 2024-04-18T15:58:20.481 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:49 ago on Thu 18 Apr 2024 03:55:31 PM UTC. 2024-04-18T15:58:20.970 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:58:20.971 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:58:20.971 INFO:teuthology.orchestra.run.smithi171.stdout: Package Architecture Version Repository Size 2024-04-18T15:58:20.971 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:58:20.971 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-04-18T15:58:20.971 INFO:teuthology.orchestra.run.smithi171.stdout: rbd-fuse x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 95 k 2024-04-18T15:58:20.971 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:58:20.971 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-04-18T15:58:20.971 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:58:20.971 INFO:teuthology.orchestra.run.smithi171.stdout:Install 1 Package 2024-04-18T15:58:20.971 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:58:20.972 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 95 k 2024-04-18T15:58:20.972 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 280 k 2024-04-18T15:58:20.972 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-04-18T15:58:21.331 INFO:teuthology.orchestra.run.smithi080.stdout:Package python3-rados-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:58:21.343 INFO:teuthology.orchestra.run.smithi171.stdout:rbd-fuse-18.2.2-1240.g6a7528e4.el8.x86_64.rpm 256 kB/s | 95 kB 00:00 2024-04-18T15:58:21.344 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:58:21.344 INFO:teuthology.orchestra.run.smithi171.stdout:Total 255 kB/s | 95 kB 00:00 2024-04-18T15:58:21.344 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-04-18T15:58:21.355 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-04-18T15:58:21.355 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-04-18T15:58:21.381 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:58:21.382 INFO:teuthology.orchestra.run.smithi080.stdout:Nothing to do. 2024-04-18T15:58:21.382 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:58:21.407 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-04-18T15:58:21.410 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-04-18T15:58:21.497 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install python3-rgw 2024-04-18T15:58:21.514 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-04-18T15:58:21.724 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : rbd-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:22.016 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: rbd-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:22.079 INFO:teuthology.orchestra.run.smithi106.stdout:Package python3-rgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:58:22.128 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:58:22.129 INFO:teuthology.orchestra.run.smithi106.stdout:Nothing to do. 2024-04-18T15:58:22.129 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:58:22.221 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:02:55 ago on Thu 18 Apr 2024 03:55:27 PM UTC. 2024-04-18T15:58:22.226 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install python3-cephfs 2024-04-18T15:58:22.373 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : rbd-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:22.373 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:58:22.373 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-04-18T15:58:22.373 INFO:teuthology.orchestra.run.smithi171.stdout: rbd-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:58:22.373 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:58:22.373 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:58:22.592 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install rbd-mirror 2024-04-18T15:58:22.964 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:51 ago on Thu 18 Apr 2024 03:55:31 PM UTC. 2024-04-18T15:58:23.341 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:02:54 ago on Thu 18 Apr 2024 03:55:29 PM UTC. 2024-04-18T15:58:23.808 INFO:teuthology.orchestra.run.smithi080.stdout:Package python3-rgw-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:58:23.857 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:58:23.858 INFO:teuthology.orchestra.run.smithi080.stdout:Nothing to do. 2024-04-18T15:58:23.858 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:58:23.976 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install python3-cephfs 2024-04-18T15:58:24.558 INFO:teuthology.orchestra.run.smithi106.stdout:Package python3-cephfs-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:58:24.606 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:58:24.607 INFO:teuthology.orchestra.run.smithi106.stdout:Nothing to do. 2024-04-18T15:58:24.607 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:58:24.702 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:02:57 ago on Thu 18 Apr 2024 03:55:27 PM UTC. 2024-04-18T15:58:24.722 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install python3-rbd 2024-04-18T15:58:24.985 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:58:24.986 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:58:24.986 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repo Size 2024-04-18T15:58:24.986 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:58:24.986 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-04-18T15:58:24.986 INFO:teuthology.orchestra.run.smithi171.stdout: rbd-mirror x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 3.5 M 2024-04-18T15:58:24.986 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:58:24.986 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-04-18T15:58:24.986 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:58:24.987 INFO:teuthology.orchestra.run.smithi171.stdout:Install 1 Package 2024-04-18T15:58:24.987 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:58:24.987 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 3.5 M 2024-04-18T15:58:24.987 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 16 M 2024-04-18T15:58:24.987 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-04-18T15:58:25.424 INFO:teuthology.orchestra.run.smithi171.stdout:rbd-mirror-18.2.2-1240.g6a7528e4.el8.x86_64.rpm 7.9 MB/s | 3.5 MB 00:00 2024-04-18T15:58:25.425 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:58:25.425 INFO:teuthology.orchestra.run.smithi171.stdout:Total 7.9 MB/s | 3.5 MB 00:00 2024-04-18T15:58:25.426 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-04-18T15:58:25.438 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-04-18T15:58:25.438 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-04-18T15:58:25.449 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:54 ago on Thu 18 Apr 2024 03:55:31 PM UTC. 2024-04-18T15:58:25.500 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-04-18T15:58:25.503 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-04-18T15:58:25.937 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-04-18T15:58:26.124 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : rbd-mirror-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:26.287 INFO:teuthology.orchestra.run.smithi080.stdout:Package python3-cephfs-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:58:26.335 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:58:26.336 INFO:teuthology.orchestra.run.smithi080.stdout:Nothing to do. 2024-04-18T15:58:26.336 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:58:26.459 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install python3-rbd 2024-04-18T15:58:26.541 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: rbd-mirror-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:26.911 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : rbd-mirror-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:26.911 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:58:26.911 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-04-18T15:58:26.911 INFO:teuthology.orchestra.run.smithi171.stdout: rbd-mirror-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:58:26.911 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:58:26.912 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:58:27.056 INFO:teuthology.orchestra.run.smithi106.stdout:Package python3-rbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:58:27.105 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:58:27.106 INFO:teuthology.orchestra.run.smithi106.stdout:Nothing to do. 2024-04-18T15:58:27.106 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:58:27.146 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install rbd-nbd 2024-04-18T15:58:27.185 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:03:00 ago on Thu 18 Apr 2024 03:55:27 PM UTC. 2024-04-18T15:58:27.199 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install rbd-fuse 2024-04-18T15:58:27.894 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:02:58 ago on Thu 18 Apr 2024 03:55:29 PM UTC. 2024-04-18T15:58:27.921 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:02:56 ago on Thu 18 Apr 2024 03:55:31 PM UTC. 2024-04-18T15:58:28.771 INFO:teuthology.orchestra.run.smithi080.stdout:Package python3-rbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 is already installed. 2024-04-18T15:58:28.820 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:58:28.821 INFO:teuthology.orchestra.run.smithi080.stdout:Nothing to do. 2024-04-18T15:58:28.821 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:58:28.941 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install rbd-fuse 2024-04-18T15:58:29.505 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T15:58:29.506 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:58:29.506 INFO:teuthology.orchestra.run.smithi171.stdout: Package Architecture Version Repository Size 2024-04-18T15:58:29.506 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:58:29.506 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-04-18T15:58:29.506 INFO:teuthology.orchestra.run.smithi171.stdout: rbd-nbd x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 182 k 2024-04-18T15:58:29.506 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:58:29.506 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-04-18T15:58:29.506 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T15:58:29.506 INFO:teuthology.orchestra.run.smithi171.stdout:Install 1 Package 2024-04-18T15:58:29.506 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:58:29.507 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 182 k 2024-04-18T15:58:29.507 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 572 k 2024-04-18T15:58:29.507 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-04-18T15:58:29.568 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:58:29.568 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:58:29.568 INFO:teuthology.orchestra.run.smithi106.stdout: Package Architecture Version Repository Size 2024-04-18T15:58:29.569 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:58:29.569 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-04-18T15:58:29.569 INFO:teuthology.orchestra.run.smithi106.stdout: rbd-fuse x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 95 k 2024-04-18T15:58:29.569 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:58:29.569 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-04-18T15:58:29.569 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:58:29.569 INFO:teuthology.orchestra.run.smithi106.stdout:Install 1 Package 2024-04-18T15:58:29.569 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:58:29.570 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 95 k 2024-04-18T15:58:29.570 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 280 k 2024-04-18T15:58:29.570 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-04-18T15:58:29.669 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:03:02 ago on Thu 18 Apr 2024 03:55:27 PM UTC. 2024-04-18T15:58:29.797 INFO:teuthology.orchestra.run.smithi171.stdout:rbd-nbd-18.2.2-1240.g6a7528e4.el8.x86_64.rpm 626 kB/s | 182 kB 00:00 2024-04-18T15:58:29.798 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:58:29.798 INFO:teuthology.orchestra.run.smithi171.stdout:Total 623 kB/s | 182 kB 00:00 2024-04-18T15:58:29.799 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-04-18T15:58:29.810 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-04-18T15:58:29.810 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-04-18T15:58:29.859 INFO:teuthology.orchestra.run.smithi106.stdout:rbd-fuse-18.2.2-1240.g6a7528e4.el8.x86_64.rpm 329 kB/s | 95 kB 00:00 2024-04-18T15:58:29.860 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:58:29.860 INFO:teuthology.orchestra.run.smithi106.stdout:Total 327 kB/s | 95 kB 00:00 2024-04-18T15:58:29.860 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-04-18T15:58:29.861 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-04-18T15:58:29.864 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-04-18T15:58:29.870 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-04-18T15:58:29.871 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-04-18T15:58:29.921 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-04-18T15:58:29.924 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-04-18T15:58:29.983 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-04-18T15:58:30.029 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-04-18T15:58:30.164 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : rbd-nbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:30.221 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : rbd-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:30.456 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: rbd-nbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:30.511 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: rbd-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:30.814 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : rbd-nbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:30.814 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:58:30.814 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-04-18T15:58:30.814 INFO:teuthology.orchestra.run.smithi171.stdout: rbd-nbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:58:30.814 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T15:58:30.814 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T15:58:30.893 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : rbd-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:30.893 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:58:30.893 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-04-18T15:58:30.893 INFO:teuthology.orchestra.run.smithi106.stdout: rbd-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:58:30.893 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:58:30.893 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:58:31.045 DEBUG:teuthology.parallel:result is None 2024-04-18T15:58:31.096 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install rbd-mirror 2024-04-18T15:58:31.305 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:58:31.306 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:58:31.306 INFO:teuthology.orchestra.run.smithi080.stdout: Package Architecture Version Repository Size 2024-04-18T15:58:31.306 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:58:31.306 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-04-18T15:58:31.306 INFO:teuthology.orchestra.run.smithi080.stdout: rbd-fuse x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 95 k 2024-04-18T15:58:31.306 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:58:31.306 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-04-18T15:58:31.307 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:58:31.307 INFO:teuthology.orchestra.run.smithi080.stdout:Install 1 Package 2024-04-18T15:58:31.307 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:58:31.307 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 95 k 2024-04-18T15:58:31.307 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 280 k 2024-04-18T15:58:31.307 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-04-18T15:58:31.597 INFO:teuthology.orchestra.run.smithi080.stdout:rbd-fuse-18.2.2-1240.g6a7528e4.el8.x86_64.rpm 328 kB/s | 95 kB 00:00 2024-04-18T15:58:31.598 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:58:31.598 INFO:teuthology.orchestra.run.smithi080.stdout:Total 327 kB/s | 95 kB 00:00 2024-04-18T15:58:31.598 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-04-18T15:58:31.608 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-04-18T15:58:31.609 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-04-18T15:58:31.658 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-04-18T15:58:31.661 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-04-18T15:58:31.763 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-04-18T15:58:31.830 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:03:00 ago on Thu 18 Apr 2024 03:55:31 PM UTC. 2024-04-18T15:58:31.970 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : rbd-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:32.266 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: rbd-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:32.620 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : rbd-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:32.620 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:58:32.621 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-04-18T15:58:32.621 INFO:teuthology.orchestra.run.smithi080.stdout: rbd-fuse-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:58:32.621 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:58:32.621 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:58:32.868 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install rbd-mirror 2024-04-18T15:58:33.449 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:58:33.449 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:58:33.449 INFO:teuthology.orchestra.run.smithi106.stdout: Package Arch Version Repo Size 2024-04-18T15:58:33.449 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:58:33.449 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-04-18T15:58:33.449 INFO:teuthology.orchestra.run.smithi106.stdout: rbd-mirror x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 3.5 M 2024-04-18T15:58:33.450 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:58:33.450 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-04-18T15:58:33.450 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:58:33.450 INFO:teuthology.orchestra.run.smithi106.stdout:Install 1 Package 2024-04-18T15:58:33.450 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:58:33.450 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 3.5 M 2024-04-18T15:58:33.450 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 16 M 2024-04-18T15:58:33.451 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-04-18T15:58:33.606 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:03:06 ago on Thu 18 Apr 2024 03:55:27 PM UTC. 2024-04-18T15:58:35.079 INFO:teuthology.orchestra.run.smithi106.stdout:rbd-mirror-18.2.2-1240.g6a7528e4.el8.x86_64.rpm 2.1 MB/s | 3.5 MB 00:01 2024-04-18T15:58:35.080 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:58:35.080 INFO:teuthology.orchestra.run.smithi106.stdout:Total 2.1 MB/s | 3.5 MB 00:01 2024-04-18T15:58:35.081 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-04-18T15:58:35.094 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-04-18T15:58:35.094 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-04-18T15:58:35.160 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-04-18T15:58:35.163 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-04-18T15:58:35.229 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:58:35.230 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:58:35.231 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repo Size 2024-04-18T15:58:35.231 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:58:35.231 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-04-18T15:58:35.231 INFO:teuthology.orchestra.run.smithi080.stdout: rbd-mirror x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 3.5 M 2024-04-18T15:58:35.231 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:58:35.231 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-04-18T15:58:35.231 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:58:35.231 INFO:teuthology.orchestra.run.smithi080.stdout:Install 1 Package 2024-04-18T15:58:35.231 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:58:35.231 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 3.5 M 2024-04-18T15:58:35.231 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 16 M 2024-04-18T15:58:35.231 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-04-18T15:58:35.595 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-04-18T15:58:35.780 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : rbd-mirror-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:36.185 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: rbd-mirror-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:36.508 INFO:teuthology.orchestra.run.smithi080.stdout:rbd-mirror-18.2.2-1240.g6a7528e4.el8.x86_64.rpm 2.7 MB/s | 3.5 MB 00:01 2024-04-18T15:58:36.508 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:58:36.509 INFO:teuthology.orchestra.run.smithi080.stdout:Total 2.7 MB/s | 3.5 MB 00:01 2024-04-18T15:58:36.509 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-04-18T15:58:36.522 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-04-18T15:58:36.522 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-04-18T15:58:36.577 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : rbd-mirror-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:36.577 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:58:36.577 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-04-18T15:58:36.577 INFO:teuthology.orchestra.run.smithi106.stdout: rbd-mirror-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:58:36.577 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:58:36.577 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:58:36.588 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-04-18T15:58:36.591 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-04-18T15:58:36.780 DEBUG:teuthology.orchestra.run.smithi106:> sudo yum -y install rbd-nbd 2024-04-18T15:58:37.027 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-04-18T15:58:37.243 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : rbd-mirror-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:37.515 INFO:teuthology.orchestra.run.smithi106.stdout:Last metadata expiration check: 0:03:06 ago on Thu 18 Apr 2024 03:55:31 PM UTC. 2024-04-18T15:58:37.654 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: rbd-mirror-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:38.019 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : rbd-mirror-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:38.020 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:58:38.020 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-04-18T15:58:38.020 INFO:teuthology.orchestra.run.smithi080.stdout: rbd-mirror-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:58:38.020 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:58:38.020 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:58:38.278 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install rbd-nbd 2024-04-18T15:58:39.025 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:03:12 ago on Thu 18 Apr 2024 03:55:27 PM UTC. 2024-04-18T15:58:39.156 INFO:teuthology.orchestra.run.smithi106.stdout:Dependencies resolved. 2024-04-18T15:58:39.157 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:58:39.157 INFO:teuthology.orchestra.run.smithi106.stdout: Package Architecture Version Repository Size 2024-04-18T15:58:39.157 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:58:39.157 INFO:teuthology.orchestra.run.smithi106.stdout:Installing: 2024-04-18T15:58:39.157 INFO:teuthology.orchestra.run.smithi106.stdout: rbd-nbd x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 182 k 2024-04-18T15:58:39.157 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:58:39.157 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction Summary 2024-04-18T15:58:39.157 INFO:teuthology.orchestra.run.smithi106.stdout:================================================================================ 2024-04-18T15:58:39.157 INFO:teuthology.orchestra.run.smithi106.stdout:Install 1 Package 2024-04-18T15:58:39.157 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:58:39.158 INFO:teuthology.orchestra.run.smithi106.stdout:Total download size: 182 k 2024-04-18T15:58:39.158 INFO:teuthology.orchestra.run.smithi106.stdout:Installed size: 572 k 2024-04-18T15:58:39.158 INFO:teuthology.orchestra.run.smithi106.stdout:Downloading Packages: 2024-04-18T15:58:39.359 INFO:teuthology.orchestra.run.smithi106.stdout:rbd-nbd-18.2.2-1240.g6a7528e4.el8.x86_64.rpm 914 kB/s | 182 kB 00:00 2024-04-18T15:58:39.359 INFO:teuthology.orchestra.run.smithi106.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:58:39.359 INFO:teuthology.orchestra.run.smithi106.stdout:Total 908 kB/s | 182 kB 00:00 2024-04-18T15:58:39.359 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction check 2024-04-18T15:58:39.369 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction check succeeded. 2024-04-18T15:58:39.369 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction test 2024-04-18T15:58:39.418 INFO:teuthology.orchestra.run.smithi106.stdout:Transaction test succeeded. 2024-04-18T15:58:39.421 INFO:teuthology.orchestra.run.smithi106.stdout:Running transaction 2024-04-18T15:58:39.528 INFO:teuthology.orchestra.run.smithi106.stdout: Preparing : 1/1 2024-04-18T15:58:39.729 INFO:teuthology.orchestra.run.smithi106.stdout: Installing : rbd-nbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:40.016 INFO:teuthology.orchestra.run.smithi106.stdout: Running scriptlet: rbd-nbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:40.390 INFO:teuthology.orchestra.run.smithi106.stdout: Verifying : rbd-nbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:40.390 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:58:40.390 INFO:teuthology.orchestra.run.smithi106.stdout:Installed: 2024-04-18T15:58:40.390 INFO:teuthology.orchestra.run.smithi106.stdout: rbd-nbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:58:40.390 INFO:teuthology.orchestra.run.smithi106.stdout: 2024-04-18T15:58:40.390 INFO:teuthology.orchestra.run.smithi106.stdout:Complete! 2024-04-18T15:58:40.623 DEBUG:teuthology.parallel:result is None 2024-04-18T15:58:40.624 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-04-18T15:58:40.625 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:58:40.625 INFO:teuthology.orchestra.run.smithi080.stdout: Package Architecture Version Repository Size 2024-04-18T15:58:40.625 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:58:40.625 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-04-18T15:58:40.625 INFO:teuthology.orchestra.run.smithi080.stdout: rbd-nbd x86_64 2:18.2.2-1240.g6a7528e4.el8 ceph 182 k 2024-04-18T15:58:40.626 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:58:40.626 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-04-18T15:58:40.626 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-04-18T15:58:40.626 INFO:teuthology.orchestra.run.smithi080.stdout:Install 1 Package 2024-04-18T15:58:40.626 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:58:40.626 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 182 k 2024-04-18T15:58:40.626 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 572 k 2024-04-18T15:58:40.627 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-04-18T15:58:40.812 INFO:teuthology.orchestra.run.smithi080.stdout:rbd-nbd-18.2.2-1240.g6a7528e4.el8.x86_64.rpm 987 kB/s | 182 kB 00:00 2024-04-18T15:58:40.812 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:58:40.812 INFO:teuthology.orchestra.run.smithi080.stdout:Total 980 kB/s | 182 kB 00:00 2024-04-18T15:58:40.812 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-04-18T15:58:40.823 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-04-18T15:58:40.823 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-04-18T15:58:40.872 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-04-18T15:58:40.875 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-04-18T15:58:40.987 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-04-18T15:58:41.208 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : rbd-nbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:41.496 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: rbd-nbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:41.864 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : rbd-nbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 1/1 2024-04-18T15:58:41.865 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:58:41.865 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-04-18T15:58:41.865 INFO:teuthology.orchestra.run.smithi080.stdout: rbd-nbd-2:18.2.2-1240.g6a7528e4.el8.x86_64 2024-04-18T15:58:41.865 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:58:41.865 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-04-18T15:58:42.111 DEBUG:teuthology.parallel:result is None 2024-04-18T15:58:42.111 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:58:42.338 DEBUG:teuthology.orchestra.run.smithi080:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-18T15:58:42.361 INFO:teuthology.orchestra.run.smithi080.stdout:18.2.2-1240.g6a7528e4.el8 2024-04-18T15:58:42.361 INFO:teuthology.packaging:The installed version of ceph is 18.2.2-1240.g6a7528e4.el8 2024-04-18T15:58:42.362 INFO:teuthology.task.install:The correct ceph version 18.2.2-1240.g6a7528e4 is installed. 2024-04-18T15:58:42.364 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:58:42.510 DEBUG:teuthology.orchestra.run.smithi106:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-18T15:58:42.538 INFO:teuthology.orchestra.run.smithi106.stdout:18.2.2-1240.g6a7528e4.el8 2024-04-18T15:58:42.539 INFO:teuthology.packaging:The installed version of ceph is 18.2.2-1240.g6a7528e4.el8 2024-04-18T15:58:42.539 INFO:teuthology.task.install:The correct ceph version 18.2.2-1240.g6a7528e4 is installed. 2024-04-18T15:58:42.541 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:58:42.684 DEBUG:teuthology.orchestra.run.smithi171:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-18T15:58:42.712 INFO:teuthology.orchestra.run.smithi171.stdout:18.2.2-1240.g6a7528e4.el8 2024-04-18T15:58:42.712 INFO:teuthology.packaging:The installed version of ceph is 18.2.2-1240.g6a7528e4.el8 2024-04-18T15:58:42.712 INFO:teuthology.task.install:The correct ceph version 18.2.2-1240.g6a7528e4 is installed. 2024-04-18T15:58:42.714 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-18T15:58:42.714 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-04-18T15:58:42.715 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-18T15:58:42.743 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-04-18T15:58:43.192 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-18T15:58:43.231 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-18T15:58:43.231 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-18T15:58:43.266 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-18T15:58:43.266 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-04-18T15:58:43.266 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/usr/bin/daemon-helper 2024-04-18T15:58:43.296 DEBUG:teuthology.orchestra.run.smithi080:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-18T15:58:43.368 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-04-18T15:58:43.368 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd of=/usr/bin/daemon-helper 2024-04-18T15:58:43.402 DEBUG:teuthology.orchestra.run.smithi106:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-18T15:58:43.475 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-18T15:58:43.475 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/usr/bin/daemon-helper 2024-04-18T15:58:43.508 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-18T15:58:43.579 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-18T15:58:43.579 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-04-18T15:58:43.579 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-18T15:58:43.609 DEBUG:teuthology.orchestra.run.smithi080:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-18T15:58:43.679 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-04-18T15:58:43.679 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-18T15:58:43.711 DEBUG:teuthology.orchestra.run.smithi106:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-18T15:58:43.783 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-18T15:58:43.783 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-18T15:58:43.815 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-18T15:58:43.886 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-18T15:58:43.887 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-04-18T15:58:43.887 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/usr/bin/stdin-killer 2024-04-18T15:58:43.916 DEBUG:teuthology.orchestra.run.smithi080:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-18T15:58:43.986 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-04-18T15:58:43.986 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd of=/usr/bin/stdin-killer 2024-04-18T15:58:44.019 DEBUG:teuthology.orchestra.run.smithi106:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-18T15:58:44.092 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-18T15:58:44.092 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/usr/bin/stdin-killer 2024-04-18T15:58:44.124 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-18T15:58:44.195 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-18T15:58:44.291 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:58:44.292 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 2024-04-18T15:58:44.292 INFO:tasks.cephadm:Cluster fsid is 888ff8dc-fd9c-11ee-bc92-c7b262605968 2024-04-18T15:58:44.292 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-18T15:58:44.293 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.80', 'mon.b': '172.21.15.106', 'mon.c': '172.21.15.171'} 2024-04-18T15:58:44.293 INFO:tasks.cephadm:First mon is mon.a on smithi080 2024-04-18T15:58:44.293 INFO:tasks.cephadm:First mgr is a 2024-04-18T15:58:44.293 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-18T15:58:44.293 DEBUG:teuthology.orchestra.run.smithi080:> sudo hostname $(hostname -s) 2024-04-18T15:58:44.326 DEBUG:teuthology.orchestra.run.smithi106:> sudo hostname $(hostname -s) 2024-04-18T15:58:44.359 DEBUG:teuthology.orchestra.run.smithi171:> sudo hostname $(hostname -s) 2024-04-18T15:58:44.393 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-18T15:58:44.393 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:58:44.615 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:58:44.761 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:58:44.763 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:58:44.763 DEBUG:teuthology.orchestra.run.smithi080:> 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:58:45.349 INFO:teuthology.orchestra.run.smithi080.stdout:-rw-rw-r--. 1 ubuntu ubuntu 703022 Apr 18 15:58 /home/ubuntu/cephtest/cephadm 2024-04-18T15:58:45.350 DEBUG:teuthology.orchestra.run.smithi106:> 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:58:45.944 INFO:teuthology.orchestra.run.smithi106.stdout:-rw-rw-r--. 1 ubuntu ubuntu 703022 Apr 18 15:58 /home/ubuntu/cephtest/cephadm 2024-04-18T15:58:45.944 DEBUG:teuthology.orchestra.run.smithi171:> 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:58:46.532 INFO:teuthology.orchestra.run.smithi171.stdout:-rw-rw-r--. 1 ubuntu ubuntu 703022 Apr 18 15:58 /home/ubuntu/cephtest/cephadm 2024-04-18T15:58:46.533 DEBUG:teuthology.orchestra.run.smithi080:> 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:58:46.555 DEBUG:teuthology.orchestra.run.smithi106:> 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:58:46.579 DEBUG:teuthology.orchestra.run.smithi171:> 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:58:46.615 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 on all hosts... 2024-04-18T15:58:46.616 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 pull 2024-04-18T15:58:46.618 DEBUG:teuthology.orchestra.run.smithi106:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 pull 2024-04-18T15:58:46.622 DEBUG:teuthology.orchestra.run.smithi171:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 pull 2024-04-18T15:58:47.795 INFO:teuthology.orchestra.run.smithi171.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0... 2024-04-18T15:58:47.876 INFO:teuthology.orchestra.run.smithi106.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0... 2024-04-18T15:58:47.972 INFO:teuthology.orchestra.run.smithi080.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0... 2024-04-18T15:59:23.248 INFO:teuthology.orchestra.run.smithi171.stdout:{ 2024-04-18T15:59:23.248 INFO:teuthology.orchestra.run.smithi171.stdout: "ceph_version": "ceph version 18.2.2-1240-g6a7528e4 (6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0) reef (stable)", 2024-04-18T15:59:23.248 INFO:teuthology.orchestra.run.smithi171.stdout: "image_id": "69e0c4e5ca303cb6945a7c5df438693e5c5c343a049ef9b01ff92b0946e81479", 2024-04-18T15:59:23.248 INFO:teuthology.orchestra.run.smithi171.stdout: "repo_digests": [ 2024-04-18T15:59:23.248 INFO:teuthology.orchestra.run.smithi171.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3e76f034323ca0acd83248322125ca8207cb577ca0fba8a3b0bc2f1ea22aea98" 2024-04-18T15:59:23.248 INFO:teuthology.orchestra.run.smithi171.stdout: ] 2024-04-18T15:59:23.249 INFO:teuthology.orchestra.run.smithi171.stdout:} 2024-04-18T15:59:27.067 INFO:teuthology.orchestra.run.smithi106.stdout:{ 2024-04-18T15:59:27.067 INFO:teuthology.orchestra.run.smithi106.stdout: "ceph_version": "ceph version 18.2.2-1240-g6a7528e4 (6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0) reef (stable)", 2024-04-18T15:59:27.067 INFO:teuthology.orchestra.run.smithi106.stdout: "image_id": "69e0c4e5ca303cb6945a7c5df438693e5c5c343a049ef9b01ff92b0946e81479", 2024-04-18T15:59:27.067 INFO:teuthology.orchestra.run.smithi106.stdout: "repo_digests": [ 2024-04-18T15:59:27.067 INFO:teuthology.orchestra.run.smithi106.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3e76f034323ca0acd83248322125ca8207cb577ca0fba8a3b0bc2f1ea22aea98" 2024-04-18T15:59:27.067 INFO:teuthology.orchestra.run.smithi106.stdout: ] 2024-04-18T15:59:27.067 INFO:teuthology.orchestra.run.smithi106.stdout:} 2024-04-18T15:59:31.097 INFO:teuthology.orchestra.run.smithi080.stdout:{ 2024-04-18T15:59:31.097 INFO:teuthology.orchestra.run.smithi080.stdout: "ceph_version": "ceph version 18.2.2-1240-g6a7528e4 (6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0) reef (stable)", 2024-04-18T15:59:31.097 INFO:teuthology.orchestra.run.smithi080.stdout: "image_id": "69e0c4e5ca303cb6945a7c5df438693e5c5c343a049ef9b01ff92b0946e81479", 2024-04-18T15:59:31.097 INFO:teuthology.orchestra.run.smithi080.stdout: "repo_digests": [ 2024-04-18T15:59:31.097 INFO:teuthology.orchestra.run.smithi080.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3e76f034323ca0acd83248322125ca8207cb577ca0fba8a3b0bc2f1ea22aea98" 2024-04-18T15:59:31.097 INFO:teuthology.orchestra.run.smithi080.stdout: ] 2024-04-18T15:59:31.097 INFO:teuthology.orchestra.run.smithi080.stdout:} 2024-04-18T15:59:31.117 DEBUG:teuthology.orchestra.run.smithi080:> sudo mkdir -p /etc/ceph 2024-04-18T15:59:31.147 DEBUG:teuthology.orchestra.run.smithi106:> sudo mkdir -p /etc/ceph 2024-04-18T15:59:31.185 DEBUG:teuthology.orchestra.run.smithi171:> sudo mkdir -p /etc/ceph 2024-04-18T15:59:31.221 DEBUG:teuthology.orchestra.run.smithi080:> sudo chmod 777 /etc/ceph 2024-04-18T15:59:31.248 DEBUG:teuthology.orchestra.run.smithi106:> sudo chmod 777 /etc/ceph 2024-04-18T15:59:31.281 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod 777 /etc/ceph 2024-04-18T15:59:31.312 INFO:tasks.cephadm:Writing seed config... 2024-04-18T15:59:31.313 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-04-18T15:59:31.314 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-18T15:59:31.314 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-18T15:59:31.314 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-04-18T15:59:31.314 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-18T15:59:31.314 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-18T15:59:31.314 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-18T15:59:31.314 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-18T15:59:31.314 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-18T15:59:31.315 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-04-18T15:59:31.315 DEBUG:teuthology.orchestra.run.smithi080:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-18T15:59:31.332 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 = 888ff8dc-fd9c-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:59:31.333 DEBUG:teuthology.orchestra.run.smithi080:mon.a> sudo journalctl -f -n 0 -u ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mon.a.service 2024-04-18T15:59:31.375 DEBUG:teuthology.orchestra.run.smithi080:mgr.a> sudo journalctl -f -n 0 -u ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mgr.a.service 2024-04-18T15:59:31.400 INFO:journalctl@ceph.mon.a.smithi080.stdout:-- Logs begin at Thu 2024-04-18 15:48:23 UTC. -- 2024-04-18T15:59:31.401 INFO:tasks.cephadm:Bootstrapping... 2024-04-18T15:59:31.401 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 -v bootstrap --fsid 888ff8dc-fd9c-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.80 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-18T15:59:31.427 INFO:journalctl@ceph.mgr.a.smithi080.stdout:-- Logs begin at Thu 2024-04-18 15:48:23 UTC. -- 2024-04-18T15:59:31.560 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-04-18T15:59:31.560 INFO:teuthology.orchestra.run.smithi080.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0', '-v', 'bootstrap', '--fsid', '888ff8dc-fd9c-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.80', '--skip-admin-label'] 2024-04-18T15:59:31.589 INFO:teuthology.orchestra.run.smithi080.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-18T15:59:31.589 INFO:teuthology.orchestra.run.smithi080.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-18T15:59:31.590 INFO:teuthology.orchestra.run.smithi080.stdout:Verifying podman|docker is present... 2024-04-18T15:59:31.624 INFO:teuthology.orchestra.run.smithi080.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-18T15:59:31.625 INFO:teuthology.orchestra.run.smithi080.stdout:Verifying lvm2 is present... 2024-04-18T15:59:31.625 INFO:teuthology.orchestra.run.smithi080.stdout:Verifying time synchronization is in place... 2024-04-18T15:59:31.632 INFO:teuthology.orchestra.run.smithi080.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-18T15:59:31.632 INFO:teuthology.orchestra.run.smithi080.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-18T15:59:31.637 INFO:teuthology.orchestra.run.smithi080.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-18T15:59:31.637 INFO:teuthology.orchestra.run.smithi080.stdout:systemctl: stdout inactive 2024-04-18T15:59:31.643 INFO:teuthology.orchestra.run.smithi080.stdout:systemctl: stdout enabled 2024-04-18T15:59:31.649 INFO:teuthology.orchestra.run.smithi080.stdout:systemctl: stdout active 2024-04-18T15:59:31.649 INFO:teuthology.orchestra.run.smithi080.stdout:Unit chronyd.service is enabled and running 2024-04-18T15:59:31.649 INFO:teuthology.orchestra.run.smithi080.stdout:Repeating the final host check... 2024-04-18T15:59:31.680 INFO:teuthology.orchestra.run.smithi080.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-18T15:59:31.680 INFO:teuthology.orchestra.run.smithi080.stdout:podman (/bin/podman) version 4.9.4 is present 2024-04-18T15:59:31.680 INFO:teuthology.orchestra.run.smithi080.stdout:systemctl is present 2024-04-18T15:59:31.680 INFO:teuthology.orchestra.run.smithi080.stdout:lvcreate is present 2024-04-18T15:59:31.686 INFO:teuthology.orchestra.run.smithi080.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-18T15:59:31.686 INFO:teuthology.orchestra.run.smithi080.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-18T15:59:31.692 INFO:teuthology.orchestra.run.smithi080.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-18T15:59:31.692 INFO:teuthology.orchestra.run.smithi080.stdout:systemctl: stdout inactive 2024-04-18T15:59:31.697 INFO:teuthology.orchestra.run.smithi080.stdout:systemctl: stdout enabled 2024-04-18T15:59:31.703 INFO:teuthology.orchestra.run.smithi080.stdout:systemctl: stdout active 2024-04-18T15:59:31.703 INFO:teuthology.orchestra.run.smithi080.stdout:Unit chronyd.service is enabled and running 2024-04-18T15:59:31.703 INFO:teuthology.orchestra.run.smithi080.stdout:Host looks OK 2024-04-18T15:59:31.703 INFO:teuthology.orchestra.run.smithi080.stdout:Cluster fsid: 888ff8dc-fd9c-11ee-bc92-c7b262605968 2024-04-18T15:59:31.704 INFO:teuthology.orchestra.run.smithi080.stdout:Acquiring lock 140599252240872 on /run/cephadm/888ff8dc-fd9c-11ee-bc92-c7b262605968.lock 2024-04-18T15:59:31.704 INFO:teuthology.orchestra.run.smithi080.stdout:Lock 140599252240872 acquired on /run/cephadm/888ff8dc-fd9c-11ee-bc92-c7b262605968.lock 2024-04-18T15:59:31.704 INFO:teuthology.orchestra.run.smithi080.stdout:Verifying IP 172.21.15.80 port 3300 ... 2024-04-18T15:59:31.704 INFO:teuthology.orchestra.run.smithi080.stdout:Verifying IP 172.21.15.80 port 6789 ... 2024-04-18T15:59:31.704 INFO:teuthology.orchestra.run.smithi080.stdout:Base mon IP(s) is [172.21.15.80:3300, 172.21.15.80:6789], mon addrv is [v2:172.21.15.80:3300,v1:172.21.15.80:6789] 2024-04-18T15:59:31.708 INFO:teuthology.orchestra.run.smithi080.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.80 metric 100 2024-04-18T15:59:31.708 INFO:teuthology.orchestra.run.smithi080.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.80 metric 100 2024-04-18T15:59:31.710 INFO:teuthology.orchestra.run.smithi080.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-18T15:59:31.711 INFO:teuthology.orchestra.run.smithi080.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-18T15:59:31.711 INFO:teuthology.orchestra.run.smithi080.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1795sec hoplimit 64 pref medium 2024-04-18T15:59:31.713 INFO:teuthology.orchestra.run.smithi080.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-18T15:59:31.713 INFO:teuthology.orchestra.run.smithi080.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-18T15:59:31.713 INFO:teuthology.orchestra.run.smithi080.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-18T15:59:31.713 INFO:teuthology.orchestra.run.smithi080.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-18T15:59:31.713 INFO:teuthology.orchestra.run.smithi080.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:cba9/64 scope link 2024-04-18T15:59:31.714 INFO:teuthology.orchestra.run.smithi080.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-18T15:59:31.714 INFO:teuthology.orchestra.run.smithi080.stdout:Mon IP `172.21.15.80` is in CIDR network `172.21.0.0/20` 2024-04-18T15:59:31.714 INFO:teuthology.orchestra.run.smithi080.stdout:Mon IP `172.21.15.80` is in CIDR network `172.21.0.0/20` 2024-04-18T15:59:31.714 INFO:teuthology.orchestra.run.smithi080.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-18T15:59:31.715 INFO:teuthology.orchestra.run.smithi080.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-18T15:59:31.716 INFO:teuthology.orchestra.run.smithi080.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0... 2024-04-18T15:59:32.217 INFO:teuthology.orchestra.run.smithi080.stdout:/bin/podman: stdout 69e0c4e5ca303cb6945a7c5df438693e5c5c343a049ef9b01ff92b0946e81479 2024-04-18T15:59:32.217 INFO:teuthology.orchestra.run.smithi080.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0... 2024-04-18T15:59:32.217 INFO:teuthology.orchestra.run.smithi080.stdout:/bin/podman: stderr Getting image source signatures 2024-04-18T15:59:32.218 INFO:teuthology.orchestra.run.smithi080.stdout:/bin/podman: stderr Copying blob sha256:c7e2da7a0346f3daa73982599b2814f55ff4ce14cbecec4e79c49e818c9e75fc 2024-04-18T15:59:32.218 INFO:teuthology.orchestra.run.smithi080.stdout:/bin/podman: stderr Copying blob sha256:426fede9fffa2c7dfe40a4f9322a34794b72405170134d54d2c30d9cc6c6a5be 2024-04-18T15:59:32.218 INFO:teuthology.orchestra.run.smithi080.stdout:/bin/podman: stderr Copying config sha256:69e0c4e5ca303cb6945a7c5df438693e5c5c343a049ef9b01ff92b0946e81479 2024-04-18T15:59:32.218 INFO:teuthology.orchestra.run.smithi080.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-18T15:59:33.364 INFO:teuthology.orchestra.run.smithi080.stdout:ceph: stdout ceph version 18.2.2-1240-g6a7528e4 (6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0) reef (stable) 2024-04-18T15:59:33.364 INFO:teuthology.orchestra.run.smithi080.stdout:Ceph version: ceph version 18.2.2-1240-g6a7528e4 (6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0) reef (stable) 2024-04-18T15:59:33.364 INFO:teuthology.orchestra.run.smithi080.stdout:Extracting ceph user uid/gid from container image... 2024-04-18T15:59:34.450 INFO:teuthology.orchestra.run.smithi080.stdout:stat: stdout 167 167 2024-04-18T15:59:34.450 INFO:teuthology.orchestra.run.smithi080.stdout:Creating initial keys... 2024-04-18T15:59:35.577 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph-authtool: stdout AQBmQyFmiBRTNRAA+auKF6oeKTvyYRfR6wqm1g== 2024-04-18T15:59:36.630 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph-authtool: stdout AQBnQyFmAXbGOhAALFcQ/OV+r7xsAIvnka8MTA== 2024-04-18T15:59:37.737 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph-authtool: stdout AQBpQyFmLyGcAhAA2ro2S0loKnbdrki6+//hkA== 2024-04-18T15:59:37.738 INFO:teuthology.orchestra.run.smithi080.stdout:Creating initial monmap... 2024-04-18T15:59:38.770 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-18T15:59:38.771 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2024-04-18T15:59:38.771 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 888ff8dc-fd9c-11ee-bc92-c7b262605968 2024-04-18T15:59:38.771 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-18T15:59:38.771 INFO:teuthology.orchestra.run.smithi080.stdout:monmaptool for a [v2:172.21.15.80:3300,v1:172.21.15.80:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-18T15:59:38.771 INFO:teuthology.orchestra.run.smithi080.stdout:setting min_mon_release = pacific 2024-04-18T15:59:38.771 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/monmaptool: set fsid to 888ff8dc-fd9c-11ee-bc92-c7b262605968 2024-04-18T15:59:38.771 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-18T15:59:38.771 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T15:59:38.771 INFO:teuthology.orchestra.run.smithi080.stdout:Creating mon... 2024-04-18T15:59:39.842 INFO:teuthology.orchestra.run.smithi080.stdout:create mon.a on 2024-04-18T15:59:39.955 INFO:teuthology.orchestra.run.smithi080.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-18T15:59:40.041 INFO:teuthology.orchestra.run.smithi080.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-18T15:59:40.157 INFO:teuthology.orchestra.run.smithi080.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968.target → /etc/systemd/system/ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968.target. 2024-04-18T15:59:40.157 INFO:teuthology.orchestra.run.smithi080.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968.target → /etc/systemd/system/ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968.target. 2024-04-18T15:59:40.312 INFO:teuthology.orchestra.run.smithi080.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mon.a 2024-04-18T15:59:40.312 INFO:teuthology.orchestra.run.smithi080.stdout:systemctl: stderr Failed to reset failed state of unit ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mon.a.service: Unit ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mon.a.service not loaded. 2024-04-18T15:59:40.401 INFO:teuthology.orchestra.run.smithi080.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968.target.wants/ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mon.a.service → /etc/systemd/system/ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@.service. 2024-04-18T15:59:40.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:40 smithi080 systemd[1]: Starting Ceph mon.a for 888ff8dc-fd9c-11ee-bc92-c7b262605968... 2024-04-18T15:59:40.992 INFO:teuthology.orchestra.run.smithi080.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-18T15:59:40.992 INFO:teuthology.orchestra.run.smithi080.stdout:systemctl: stdout disabled 2024-04-18T15:59:40.999 INFO:teuthology.orchestra.run.smithi080.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-18T15:59:40.999 INFO:teuthology.orchestra.run.smithi080.stdout:systemctl: stdout inactive 2024-04-18T15:59:40.999 INFO:teuthology.orchestra.run.smithi080.stdout:firewalld.service is not enabled 2024-04-18T15:59:40.999 INFO:teuthology.orchestra.run.smithi080.stdout:Not possible to enable service . firewalld.service is not available 2024-04-18T15:59:41.000 INFO:teuthology.orchestra.run.smithi080.stdout:Waiting for mon to start... 2024-04-18T15:59:41.000 INFO:teuthology.orchestra.run.smithi080.stdout:Waiting for mon... 2024-04-18T15:59:41.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:40 smithi080 ceph-mon[39469]: mkfs 888ff8dc-fd9c-11ee-bc92-c7b262605968 2024-04-18T15:59:41.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:40 smithi080 ceph-mon[39469]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-18T15:59:41.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:40 smithi080 bash[39431]: 480a639bb0ecb42ca0321d4a61708448ff4421cfc7d67c7c6f4e42198cc23c9b 2024-04-18T15:59:41.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:40 smithi080 systemd[1]: Started Ceph mon.a for 888ff8dc-fd9c-11ee-bc92-c7b262605968. 2024-04-18T15:59:42.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:41 smithi080 ceph-mon[39469]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-18T15:59:42.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:41 smithi080 ceph-mon[39469]: monmap e1: 1 mons at {a=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-18T15:59:42.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:41 smithi080 ceph-mon[39469]: fsmap 2024-04-18T15:59:42.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:41 smithi080 ceph-mon[39469]: osdmap e1: 0 total, 0 up, 0 in 2024-04-18T15:59:42.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:41 smithi080 ceph-mon[39469]: mgrmap e1: no daemons active 2024-04-18T15:59:42.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:41 smithi080 ceph-mon[39469]: from='client.? 172.21.15.80:0/1140226922' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-18T15:59:42.240 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout cluster: 2024-04-18T15:59:42.240 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout id: 888ff8dc-fd9c-11ee-bc92-c7b262605968 2024-04-18T15:59:42.240 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-18T15:59:42.241 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout 2024-04-18T15:59:42.241 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout services: 2024-04-18T15:59:42.241 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.686865s) 2024-04-18T15:59:42.241 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-18T15:59:42.241 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-18T15:59:42.241 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout 2024-04-18T15:59:42.241 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout data: 2024-04-18T15:59:42.241 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-18T15:59:42.241 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-18T15:59:42.241 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-18T15:59:42.241 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout pgs: 2024-04-18T15:59:42.241 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout 2024-04-18T15:59:42.242 INFO:teuthology.orchestra.run.smithi080.stdout:mon is available 2024-04-18T15:59:42.242 INFO:teuthology.orchestra.run.smithi080.stdout:Assimilating anything we can from ceph.conf... 2024-04-18T15:59:43.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:42 smithi080 ceph-mon[39469]: from='client.? 172.21.15.80:0/1548504171' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-18T15:59:43.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:42 smithi080 ceph-mon[39469]: from='client.? 172.21.15.80:0/1548504171' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-18T15:59:43.524 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout 2024-04-18T15:59:43.526 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout [global] 2024-04-18T15:59:43.527 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout fsid = 888ff8dc-fd9c-11ee-bc92-c7b262605968 2024-04-18T15:59:43.527 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.80:3300,v1:172.21.15.80:6789] 2024-04-18T15:59:43.527 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-18T15:59:43.527 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-18T15:59:43.527 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-18T15:59:43.527 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-18T15:59:43.527 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout 2024-04-18T15:59:43.527 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-18T15:59:43.527 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-04-18T15:59:43.527 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-18T15:59:43.527 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout 2024-04-18T15:59:43.527 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout [osd] 2024-04-18T15:59:43.527 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-18T15:59:43.527 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-18T15:59:43.528 INFO:teuthology.orchestra.run.smithi080.stdout:Generating new minimal ceph.conf... 2024-04-18T15:59:44.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:44 smithi080 ceph-mon[39469]: from='client.? 172.21.15.80:0/960963094' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T15:59:44.769 INFO:teuthology.orchestra.run.smithi080.stdout:Restarting the monitor... 2024-04-18T15:59:45.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:44 smithi080 systemd[1]: Stopping Ceph mon.a for 888ff8dc-fd9c-11ee-bc92-c7b262605968... 2024-04-18T15:59:45.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:44 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mon-a[39446]: 2024-04-18T15:59:44.990+0000 7f5b26bab700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-18T15:59:45.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:44 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mon-a[39446]: 2024-04-18T15:59:44.990+0000 7f5b26bab700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-18T15:59:45.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:45 smithi080 bash[39796]: ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mon-a 2024-04-18T15:59:46.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:45 smithi080 systemd[1]: ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mon.a.service: Succeeded. 2024-04-18T15:59:46.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:45 smithi080 systemd[1]: Stopped Ceph mon.a for 888ff8dc-fd9c-11ee-bc92-c7b262605968. 2024-04-18T15:59:46.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:45 smithi080 systemd[1]: Starting Ceph mon.a for 888ff8dc-fd9c-11ee-bc92-c7b262605968... 2024-04-18T15:59:46.452 INFO:teuthology.orchestra.run.smithi080.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-18T15:59:46.659 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: set uid:gid to 167:167 (ceph:ceph) 2024-04-18T15:59:46.659 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: ceph version 18.2.2-1240-g6a7528e4 (6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0) reef (stable), process ceph-mon, pid 7 2024-04-18T15:59:46.659 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: pidfile_write: ignore empty --pid-file 2024-04-18T15:59:46.659 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: load: jerasure load: lrc 2024-04-18T15:59:46.659 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: RocksDB version: 7.9.2 2024-04-18T15:59:46.660 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Git sha 0 2024-04-18T15:59:46.660 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Compile date 2024-04-18 05:57:12 2024-04-18T15:59:46.660 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: DB SUMMARY 2024-04-18T15:59:46.660 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: DB Session ID: K5AAV9A9U5NLNUP9YO4K 2024-04-18T15:59:46.660 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: CURRENT file: CURRENT 2024-04-18T15:59:46.660 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: IDENTITY file: IDENTITY 2024-04-18T15:59:46.660 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-18T15:59:46.660 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-18T15:59:46.660 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 83706 ; 2024-04-18T15:59:46.660 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.error_if_exists: 0 2024-04-18T15:59:46.660 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.create_if_missing: 0 2024-04-18T15:59:46.660 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.paranoid_checks: 1 2024-04-18T15:59:46.660 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-18T15:59:46.661 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-18T15:59:46.661 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-18T15:59:46.661 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.env: 0x5558e24b4820 2024-04-18T15:59:46.661 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.fs: PosixFileSystem 2024-04-18T15:59:46.661 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.info_log: 0x5558e4fab520 2024-04-18T15:59:46.661 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.max_file_opening_threads: 16 2024-04-18T15:59:46.661 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.statistics: (nil) 2024-04-18T15:59:46.661 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.use_fsync: 0 2024-04-18T15:59:46.661 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.max_log_file_size: 0 2024-04-18T15:59:46.661 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-18T15:59:46.661 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-18T15:59:46.661 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.keep_log_file_num: 1000 2024-04-18T15:59:46.661 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.recycle_log_file_num: 0 2024-04-18T15:59:46.662 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.allow_fallocate: 1 2024-04-18T15:59:46.662 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.allow_mmap_reads: 0 2024-04-18T15:59:46.662 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.allow_mmap_writes: 0 2024-04-18T15:59:46.662 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.use_direct_reads: 0 2024-04-18T15:59:46.662 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-18T15:59:46.662 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.create_missing_column_families: 0 2024-04-18T15:59:46.662 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.db_log_dir: 2024-04-18T15:59:46.662 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.wal_dir: 2024-04-18T15:59:46.662 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-18T15:59:46.664 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-18T15:59:46.664 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-18T15:59:46.664 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-18T15:59:46.664 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-18T15:59:46.664 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-18T15:59:46.664 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.advise_random_on_open: 1 2024-04-18T15:59:46.664 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.db_write_buffer_size: 0 2024-04-18T15:59:46.664 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.write_buffer_manager: 0x5558e4220140 2024-04-18T15:59:46.664 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-18T15:59:46.664 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-18T15:59:46.664 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-18T15:59:46.664 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.rate_limiter: (nil) 2024-04-18T15:59:46.664 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-18T15:59:46.665 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.wal_recovery_mode: 2 2024-04-18T15:59:46.665 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.enable_thread_tracking: 0 2024-04-18T15:59:46.665 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.enable_pipelined_write: 0 2024-04-18T15:59:46.665 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.unordered_write: 0 2024-04-18T15:59:46.665 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-18T15:59:46.665 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-18T15:59:46.665 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-18T15:59:46.665 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-18T15:59:46.665 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.row_cache: None 2024-04-18T15:59:46.665 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.wal_filter: None 2024-04-18T15:59:46.665 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-18T15:59:46.665 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.allow_ingest_behind: 0 2024-04-18T15:59:46.666 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.two_write_queues: 0 2024-04-18T15:59:46.666 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.manual_wal_flush: 0 2024-04-18T15:59:46.666 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.wal_compression: 0 2024-04-18T15:59:46.666 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.atomic_flush: 0 2024-04-18T15:59:46.666 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-18T15:59:46.666 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-18T15:59:46.666 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-18T15:59:46.666 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.log_readahead_size: 0 2024-04-18T15:59:46.666 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-18T15:59:46.666 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.best_efforts_recovery: 0 2024-04-18T15:59:46.666 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-18T15:59:46.666 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-18T15:59:46.667 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.allow_data_in_errors: 0 2024-04-18T15:59:46.667 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.db_host_id: __hostname__ 2024-04-18T15:59:46.667 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-18T15:59:46.667 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.max_background_jobs: 2 2024-04-18T15:59:46.667 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.max_background_compactions: -1 2024-04-18T15:59:46.667 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.max_subcompactions: 1 2024-04-18T15:59:46.667 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-18T15:59:46.667 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-18T15:59:46.667 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-18T15:59:46.667 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.max_total_wal_size: 0 2024-04-18T15:59:46.667 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-18T15:59:46.667 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-18T15:59:46.667 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-18T15:59:46.668 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-18T15:59:46.668 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.max_open_files: -1 2024-04-18T15:59:46.668 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.bytes_per_sync: 0 2024-04-18T15:59:46.668 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-18T15:59:46.668 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-18T15:59:46.668 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.compaction_readahead_size: 0 2024-04-18T15:59:46.668 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.max_background_flushes: -1 2024-04-18T15:59:46.668 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Compression algorithms supported: 2024-04-18T15:59:46.668 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-18T15:59:46.668 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: kZSTD supported: 0 2024-04-18T15:59:46.668 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: kXpressCompression supported: 0 2024-04-18T15:59:46.668 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: kLZ4HCCompression supported: 1 2024-04-18T15:59:46.668 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: kZlibCompression supported: 1 2024-04-18T15:59:46.668 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: kSnappyCompression supported: 1 2024-04-18T15:59:46.669 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: kLZ4Compression supported: 1 2024-04-18T15:59:46.669 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: kBZip2Compression supported: 0 2024-04-18T15:59:46.669 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-18T15:59:46.669 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-18T15:59:46.669 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-18T15:59:46.669 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-18T15:59:46.669 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-18T15:59:46.669 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.merge_operator: 2024-04-18T15:59:46.669 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.compaction_filter: None 2024-04-18T15:59:46.669 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.compaction_filter_factory: None 2024-04-18T15:59:46.669 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.sst_partitioner_factory: None 2024-04-18T15:59:46.669 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-18T15:59:46.669 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-18T15:59:46.669 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5558e4fab620) 2024-04-18T15:59:46.670 INFO:journalctl@ceph.mon.a.smithi080.stdout: cache_index_and_filter_blocks: 1 2024-04-18T15:59:46.670 INFO:journalctl@ceph.mon.a.smithi080.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-18T15:59:46.670 INFO:journalctl@ceph.mon.a.smithi080.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-18T15:59:46.670 INFO:journalctl@ceph.mon.a.smithi080.stdout: pin_top_level_index_and_filter: 1 2024-04-18T15:59:46.670 INFO:journalctl@ceph.mon.a.smithi080.stdout: index_type: 0 2024-04-18T15:59:46.670 INFO:journalctl@ceph.mon.a.smithi080.stdout: data_block_index_type: 0 2024-04-18T15:59:46.670 INFO:journalctl@ceph.mon.a.smithi080.stdout: index_shortening: 1 2024-04-18T15:59:46.670 INFO:journalctl@ceph.mon.a.smithi080.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-18T15:59:46.670 INFO:journalctl@ceph.mon.a.smithi080.stdout: checksum: 4 2024-04-18T15:59:46.670 INFO:journalctl@ceph.mon.a.smithi080.stdout: no_block_cache: 0 2024-04-18T15:59:46.670 INFO:journalctl@ceph.mon.a.smithi080.stdout: block_cache: 0x5558e42c11f0 2024-04-18T15:59:46.670 INFO:journalctl@ceph.mon.a.smithi080.stdout: block_cache_name: BinnedLRUCache 2024-04-18T15:59:46.670 INFO:journalctl@ceph.mon.a.smithi080.stdout: block_cache_options: 2024-04-18T15:59:46.671 INFO:journalctl@ceph.mon.a.smithi080.stdout: capacity : 536870912 2024-04-18T15:59:46.671 INFO:journalctl@ceph.mon.a.smithi080.stdout: num_shard_bits : 4 2024-04-18T15:59:46.671 INFO:journalctl@ceph.mon.a.smithi080.stdout: strict_capacity_limit : 0 2024-04-18T15:59:46.671 INFO:journalctl@ceph.mon.a.smithi080.stdout: high_pri_pool_ratio: 0.000 2024-04-18T15:59:46.671 INFO:journalctl@ceph.mon.a.smithi080.stdout: block_cache_compressed: (nil) 2024-04-18T15:59:46.671 INFO:journalctl@ceph.mon.a.smithi080.stdout: persistent_cache: (nil) 2024-04-18T15:59:46.671 INFO:journalctl@ceph.mon.a.smithi080.stdout: block_size: 4096 2024-04-18T15:59:46.671 INFO:journalctl@ceph.mon.a.smithi080.stdout: block_size_deviation: 10 2024-04-18T15:59:46.671 INFO:journalctl@ceph.mon.a.smithi080.stdout: block_restart_interval: 16 2024-04-18T15:59:46.671 INFO:journalctl@ceph.mon.a.smithi080.stdout: index_block_restart_interval: 1 2024-04-18T15:59:46.671 INFO:journalctl@ceph.mon.a.smithi080.stdout: metadata_block_size: 4096 2024-04-18T15:59:46.671 INFO:journalctl@ceph.mon.a.smithi080.stdout: partition_filters: 0 2024-04-18T15:59:46.671 INFO:journalctl@ceph.mon.a.smithi080.stdout: use_delta_encoding: 1 2024-04-18T15:59:46.672 INFO:journalctl@ceph.mon.a.smithi080.stdout: filter_policy: bloomfilter 2024-04-18T15:59:46.672 INFO:journalctl@ceph.mon.a.smithi080.stdout: whole_key_filtering: 1 2024-04-18T15:59:46.672 INFO:journalctl@ceph.mon.a.smithi080.stdout: verify_compression: 0 2024-04-18T15:59:46.672 INFO:journalctl@ceph.mon.a.smithi080.stdout: read_amp_bytes_per_bit: 0 2024-04-18T15:59:46.672 INFO:journalctl@ceph.mon.a.smithi080.stdout: format_version: 5 2024-04-18T15:59:46.672 INFO:journalctl@ceph.mon.a.smithi080.stdout: enable_index_compression: 1 2024-04-18T15:59:46.672 INFO:journalctl@ceph.mon.a.smithi080.stdout: block_align: 0 2024-04-18T15:59:46.672 INFO:journalctl@ceph.mon.a.smithi080.stdout: max_auto_readahead_size: 262144 2024-04-18T15:59:46.672 INFO:journalctl@ceph.mon.a.smithi080.stdout: prepopulate_block_cache: 0 2024-04-18T15:59:46.672 INFO:journalctl@ceph.mon.a.smithi080.stdout: initial_auto_readahead_size: 8192 2024-04-18T15:59:46.672 INFO:journalctl@ceph.mon.a.smithi080.stdout: num_file_reads_for_auto_readahead: 2 2024-04-18T15:59:46.672 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.write_buffer_size: 33554432 2024-04-18T15:59:46.672 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.max_write_buffer_number: 2 2024-04-18T15:59:46.672 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.compression: NoCompression 2024-04-18T15:59:46.673 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.bottommost_compression: Disabled 2024-04-18T15:59:46.673 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.prefix_extractor: nullptr 2024-04-18T15:59:46.673 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-18T15:59:46.673 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.num_levels: 7 2024-04-18T15:59:46.673 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-18T15:59:46.673 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-18T15:59:46.673 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-18T15:59:46.673 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-18T15:59:46.673 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-18T15:59:46.673 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-18T15:59:46.673 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-18T15:59:46.673 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-18T15:59:46.673 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-18T15:59:46.673 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-18T15:59:46.674 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-18T15:59:46.674 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-18T15:59:46.674 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-18T15:59:46.674 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.compression_opts.level: 32767 2024-04-18T15:59:46.674 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.compression_opts.strategy: 0 2024-04-18T15:59:46.674 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-18T15:59:46.674 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-18T15:59:46.674 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-18T15:59:46.674 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-18T15:59:46.674 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.compression_opts.enabled: false 2024-04-18T15:59:46.674 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-18T15:59:46.675 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-18T15:59:46.675 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-18T15:59:46.675 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-18T15:59:46.675 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.target_file_size_base: 67108864 2024-04-18T15:59:46.675 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-18T15:59:46.675 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-18T15:59:46.675 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-18T15:59:46.675 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-18T15:59:46.675 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-18T15:59:46.675 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-18T15:59:46.675 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-18T15:59:46.675 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-18T15:59:46.675 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-18T15:59:46.675 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-18T15:59:46.676 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-18T15:59:46.676 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-18T15:59:46.676 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-18T15:59:46.676 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-18T15:59:46.676 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.arena_block_size: 1048576 2024-04-18T15:59:46.676 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-18T15:59:46.676 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-18T15:59:46.676 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.disable_auto_compactions: 0 2024-04-18T15:59:46.676 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-18T15:59:46.676 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-18T15:59:46.676 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-18T15:59:46.676 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-18T15:59:46.676 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-18T15:59:46.676 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-18T15:59:46.676 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-18T15:59:46.677 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-18T15:59:46.677 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-18T15:59:46.677 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-18T15:59:46.677 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.table_properties_collectors: 2024-04-18T15:59:46.677 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.inplace_update_support: 0 2024-04-18T15:59:46.677 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-18T15:59:46.677 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-18T15:59:46.677 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-18T15:59:46.677 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-18T15:59:46.677 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.bloom_locality: 0 2024-04-18T15:59:46.677 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.max_successive_merges: 0 2024-04-18T15:59:46.677 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-18T15:59:46.677 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.paranoid_file_checks: 0 2024-04-18T15:59:46.677 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.force_consistency_checks: 1 2024-04-18T15:59:46.678 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.report_bg_io_stats: 0 2024-04-18T15:59:46.678 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.ttl: 2592000 2024-04-18T15:59:46.678 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-18T15:59:46.678 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-18T15:59:46.678 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-18T15:59:46.678 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.enable_blob_files: false 2024-04-18T15:59:46.678 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.min_blob_size: 0 2024-04-18T15:59:46.678 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.blob_file_size: 268435456 2024-04-18T15:59:46.678 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-18T15:59:46.678 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-18T15:59:46.678 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-18T15:59:46.678 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-18T15:59:46.678 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-18T15:59:46.678 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.blob_file_starting_level: 0 2024-04-18T15:59:46.679 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-18T15:59:46.679 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: 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:59:46.679 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-18T15:59:46.679 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e7d11a4f-81fc-4fbe-acf6-dd0a4091625f 2024-04-18T15:59:46.679 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713455986415016, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-18T15:59:46.679 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-18T15:59:46.679 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713455986415841, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80453, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 250, "table_properties": {"data_size": 78640, "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": 72948, "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": 1713455986, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "e7d11a4f-81fc-4fbe-acf6-dd0a4091625f", "db_session_id": "K5AAV9A9U5NLNUP9YO4K", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-18T15:59:46.679 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713455986415918, "job": 1, "event": "recovery_finished"} 2024-04-18T15:59:46.679 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-18T15:59:46.679 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: 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:59:46.679 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5558e4360000 2024-04-18T15:59:46.679 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: DB pointer 0x5558e434e000 2024-04-18T15:59:46.679 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-18T15:59:46.679 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-18T15:59:46.680 INFO:journalctl@ceph.mon.a.smithi080.stdout: ** DB Stats ** 2024-04-18T15:59:46.680 INFO:journalctl@ceph.mon.a.smithi080.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-18T15:59:46.680 INFO:journalctl@ceph.mon.a.smithi080.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:59:46.680 INFO:journalctl@ceph.mon.a.smithi080.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-18T15:59:46.680 INFO:journalctl@ceph.mon.a.smithi080.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-18T15:59:46.680 INFO:journalctl@ceph.mon.a.smithi080.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:59:46.680 INFO:journalctl@ceph.mon.a.smithi080.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-18T15:59:46.680 INFO:journalctl@ceph.mon.a.smithi080.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-18T15:59:46.680 INFO:journalctl@ceph.mon.a.smithi080.stdout: 2024-04-18T15:59:46.680 INFO:journalctl@ceph.mon.a.smithi080.stdout: ** Compaction Stats [default] ** 2024-04-18T15:59:46.680 INFO:journalctl@ceph.mon.a.smithi080.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:59:46.680 INFO:journalctl@ceph.mon.a.smithi080.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-18T15:59:46.680 INFO:journalctl@ceph.mon.a.smithi080.stdout: L0 2/0 80.40 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 149.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-18T15:59:46.680 INFO:journalctl@ceph.mon.a.smithi080.stdout: Sum 2/0 80.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 149.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-18T15:59:46.681 INFO:journalctl@ceph.mon.a.smithi080.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 149.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-18T15:59:46.681 INFO:journalctl@ceph.mon.a.smithi080.stdout: 2024-04-18T15:59:46.681 INFO:journalctl@ceph.mon.a.smithi080.stdout: ** Compaction Stats [default] ** 2024-04-18T15:59:46.681 INFO:journalctl@ceph.mon.a.smithi080.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:59:46.681 INFO:journalctl@ceph.mon.a.smithi080.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-18T15:59:46.681 INFO:journalctl@ceph.mon.a.smithi080.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 149.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-18T15:59:46.681 INFO:journalctl@ceph.mon.a.smithi080.stdout: 2024-04-18T15:59:46.681 INFO:journalctl@ceph.mon.a.smithi080.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-18T15:59:46.681 INFO:journalctl@ceph.mon.a.smithi080.stdout: 2024-04-18T15:59:46.681 INFO:journalctl@ceph.mon.a.smithi080.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-18T15:59:46.681 INFO:journalctl@ceph.mon.a.smithi080.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-18T15:59:46.681 INFO:journalctl@ceph.mon.a.smithi080.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-18T15:59:46.681 INFO:journalctl@ceph.mon.a.smithi080.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-18T15:59:46.681 INFO:journalctl@ceph.mon.a.smithi080.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-18T15:59:46.682 INFO:journalctl@ceph.mon.a.smithi080.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-18T15:59:46.682 INFO:journalctl@ceph.mon.a.smithi080.stdout: Cumulative compaction: 0.00 GB write, 27.59 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-18T15:59:46.682 INFO:journalctl@ceph.mon.a.smithi080.stdout: Interval compaction: 0.00 GB write, 27.59 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-18T15:59:46.682 INFO:journalctl@ceph.mon.a.smithi080.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:59:46.682 INFO:journalctl@ceph.mon.a.smithi080.stdout: Block cache BinnedLRUCache@0x5558e42c11f0#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-04-18T15:59:46.682 INFO:journalctl@ceph.mon.a.smithi080.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:59:46.682 INFO:journalctl@ceph.mon.a.smithi080.stdout: 2024-04-18T15:59:46.682 INFO:journalctl@ceph.mon.a.smithi080.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-18T15:59:46.682 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: starting mon.a rank 0 at public addrs [v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0] at bind addrs [v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 2024-04-18T15:59:46.682 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: mon.a@-1(???) e1 preinit fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 2024-04-18T15:59:46.682 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: mon.a@-1(???).mds e1 new map 2024-04-18T15:59:46.682 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: mon.a@-1(???).mds e1 print_map 2024-04-18T15:59:46.682 INFO:journalctl@ceph.mon.a.smithi080.stdout: e1 2024-04-18T15:59:46.683 INFO:journalctl@ceph.mon.a.smithi080.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-18T15:59:46.683 INFO:journalctl@ceph.mon.a.smithi080.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:59:46.683 INFO:journalctl@ceph.mon.a.smithi080.stdout: legacy client fscid: -1 2024-04-18T15:59:46.683 INFO:journalctl@ceph.mon.a.smithi080.stdout: 2024-04-18T15:59:46.683 INFO:journalctl@ceph.mon.a.smithi080.stdout: No filesystems configured 2024-04-18T15:59:46.683 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-18T15:59:46.683 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-18T15:59:46.683 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-18T15:59:46.683 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-18T15:59:46.683 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-18T15:59:46.683 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 bash[39915]: c0ee39b9440db703d08c7891b7b302c1bc5ce4fce4d5ea637cd32337f2c3af9c 2024-04-18T15:59:46.683 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 systemd[1]: Started Ceph mon.a for 888ff8dc-fd9c-11ee-bc92-c7b262605968. 2024-04-18T15:59:46.683 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-18T15:59:46.683 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: monmap e1: 1 mons at {a=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-18T15:59:46.683 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: fsmap 2024-04-18T15:59:46.684 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: osdmap e1: 0 total, 0 up, 0 in 2024-04-18T15:59:46.684 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:46 smithi080 ceph-mon[39952]: mgrmap e1: no daemons active 2024-04-18T15:59:47.599 INFO:teuthology.orchestra.run.smithi080.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-18T15:59:47.621 INFO:teuthology.orchestra.run.smithi080.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-18T15:59:47.621 INFO:teuthology.orchestra.run.smithi080.stdout:Creating mgr... 2024-04-18T15:59:47.621 INFO:teuthology.orchestra.run.smithi080.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-18T15:59:47.622 INFO:teuthology.orchestra.run.smithi080.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-18T15:59:47.832 INFO:teuthology.orchestra.run.smithi080.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mgr.a 2024-04-18T15:59:47.832 INFO:teuthology.orchestra.run.smithi080.stdout:systemctl: stderr Failed to reset failed state of unit ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mgr.a.service: Unit ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mgr.a.service not loaded. 2024-04-18T15:59:47.918 INFO:teuthology.orchestra.run.smithi080.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968.target.wants/ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@.service. 2024-04-18T15:59:47.925 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:47 smithi080 systemd[1]: Starting Ceph mgr.a for 888ff8dc-fd9c-11ee-bc92-c7b262605968... 2024-04-18T15:59:48.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:48 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/2810325273' entity='client.admin' 2024-04-18T15:59:48.559 INFO:teuthology.orchestra.run.smithi080.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-18T15:59:48.559 INFO:teuthology.orchestra.run.smithi080.stdout:systemctl: stdout disabled 2024-04-18T15:59:48.567 INFO:teuthology.orchestra.run.smithi080.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-18T15:59:48.567 INFO:teuthology.orchestra.run.smithi080.stdout:systemctl: stdout inactive 2024-04-18T15:59:48.568 INFO:teuthology.orchestra.run.smithi080.stdout:firewalld.service is not enabled 2024-04-18T15:59:48.568 INFO:teuthology.orchestra.run.smithi080.stdout:Not possible to enable service . firewalld.service is not available 2024-04-18T15:59:48.575 INFO:teuthology.orchestra.run.smithi080.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-18T15:59:48.575 INFO:teuthology.orchestra.run.smithi080.stdout:systemctl: stdout disabled 2024-04-18T15:59:48.583 INFO:teuthology.orchestra.run.smithi080.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-18T15:59:48.583 INFO:teuthology.orchestra.run.smithi080.stdout:systemctl: stdout inactive 2024-04-18T15:59:48.583 INFO:teuthology.orchestra.run.smithi080.stdout:firewalld.service is not enabled 2024-04-18T15:59:48.583 INFO:teuthology.orchestra.run.smithi080.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-18T15:59:48.584 INFO:teuthology.orchestra.run.smithi080.stdout:Waiting for mgr to start... 2024-04-18T15:59:48.584 INFO:teuthology.orchestra.run.smithi080.stdout:Waiting for mgr... 2024-04-18T15:59:48.822 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:48 smithi080 bash[40188]: 4382dd7e2ddcfe574962f2cd5f4ad280c6ecec5401e1415819115e3820135285 2024-04-18T15:59:48.822 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:48 smithi080 systemd[1]: Started Ceph mgr.a for 888ff8dc-fd9c-11ee-bc92-c7b262605968. 2024-04-18T15:59:48.822 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:48 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T15:59:48.598+0000 7f7047349200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-18T15:59:48.822 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:48 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T15:59:48.767+0000 7f7047349200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-18T15:59:49.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:49 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/2647143519' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-18T15:59:49.465 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:49 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T15:59:49.109+0000 7f7047349200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-18T15:59:49.869 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:49 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T15:59:49.629+0000 7f7047349200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-18T15:59:49.921 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout 2024-04-18T15:59:49.921 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout { 2024-04-18T15:59:49.921 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "fsid": "888ff8dc-fd9c-11ee-bc92-c7b262605968", 2024-04-18T15:59:49.921 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "health": { 2024-04-18T15:59:49.921 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-18T15:59:49.921 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-18T15:59:49.921 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-18T15:59:49.921 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:59:49.922 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-18T15:59:49.922 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-18T15:59:49.922 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout 0 2024-04-18T15:59:49.922 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout ], 2024-04-18T15:59:49.922 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-18T15:59:49.922 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "a" 2024-04-18T15:59:49.922 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout ], 2024-04-18T15:59:49.922 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-18T15:59:49.922 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-18T15:59:49.922 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T15:59:49.922 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-04-18T15:59:49.922 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-18T15:59:49.922 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:59:49.922 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-18T15:59:49.923 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T15:59:49.923 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-18T15:59:49.923 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-18T15:59:49.923 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-18T15:59:49.923 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-18T15:59:49.923 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-18T15:59:49.923 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-18T15:59:49.923 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:59:49.923 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-18T15:59:49.923 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-18T15:59:49.923 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-18T15:59:49.923 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-18T15:59:49.923 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-18T15:59:49.923 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-18T15:59:49.923 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-18T15:59:49.923 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-18T15:59:49.924 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-18T15:59:49.924 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:59:49.924 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-18T15:59:49.924 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T15:59:49.924 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-18T15:59:49.924 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-18T15:59:49.924 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:59:49.924 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-18T15:59:49.924 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-18T15:59:49.924 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-18T15:59:49.924 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-18T15:59:49.924 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-18T15:59:49.924 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-18T15:59:49.924 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "restful" 2024-04-18T15:59:49.924 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout ], 2024-04-18T15:59:49.925 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-18T15:59:49.925 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:59:49.925 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-18T15:59:49.925 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T15:59:49.925 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "modified": "2024-04-18T15:59:40.952218+0000", 2024-04-18T15:59:49.925 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-18T15:59:49.925 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout }, 2024-04-18T15:59:49.925 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-18T15:59:49.925 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout } 2024-04-18T15:59:49.925 INFO:teuthology.orchestra.run.smithi080.stdout:mgr not available, waiting (1/15)... 2024-04-18T15:59:50.215 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:49 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T15:59:49.871+0000 7f7047349200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-18T15:59:50.715 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:50 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T15:59:50.303+0000 7f7047349200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-18T15:59:51.465 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:51 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T15:59:51.011+0000 7f7047349200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-18T15:59:51.465 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:51 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T15:59:51.098+0000 7f7047349200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-18T15:59:51.965 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:51 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T15:59:51.691+0000 7f7047349200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-18T15:59:51.966 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:51 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T15:59:51.776+0000 7f7047349200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-18T15:59:51.966 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:51 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T15:59:51.864+0000 7f7047349200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-18T15:59:52.465 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:52 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T15:59:52.092+0000 7f7047349200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-18T15:59:52.465 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:52 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T15:59:52.185+0000 7f7047349200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-18T15:59:52.465 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:52 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T15:59:52.278+0000 7f7047349200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-18T15:59:52.852 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:52 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T15:59:52.507+0000 7f7047349200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-18T15:59:52.852 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:52 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T15:59:52.602+0000 7f7047349200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-18T15:59:53.215 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:52 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T15:59:52.788+0000 7f7047349200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-18T15:59:53.215 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:53 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T15:59:53.038+0000 7f7047349200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-18T15:59:53.715 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:53 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T15:59:53.629+0000 7f7047349200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-18T15:59:54.215 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:53 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T15:59:53.842+0000 7f7047349200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-18T15:59:54.215 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:54 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T15:59:54.036+0000 7f7047349200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-18T15:59:54.932 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:54 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/2780723534' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-18T15:59:54.932 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:54 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T15:59:54.713+0000 7f7047349200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-18T15:59:55.205 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:54 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T15:59:54.912+0000 7f7047349200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-18T15:59:55.205 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:55 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T15:59:55.092+0000 7f7047349200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-18T15:59:55.465 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 15:59:55 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T15:59:55.207+0000 7f7047349200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-18T15:59:55.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:55 smithi080 ceph-mon[39952]: Activating manager daemon a 2024-04-18T15:59:55.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:55 smithi080 ceph-mon[39952]: mgrmap e2: a(active, starting, since 0.00284657s) 2024-04-18T15:59:55.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:55 smithi080 ceph-mon[39952]: from='mgr.14100 172.21.15.80:0/3167575683' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-18T15:59:55.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:55 smithi080 ceph-mon[39952]: from='mgr.14100 172.21.15.80:0/3167575683' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-18T15:59:55.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:55 smithi080 ceph-mon[39952]: from='mgr.14100 172.21.15.80:0/3167575683' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-18T15:59:55.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:55 smithi080 ceph-mon[39952]: from='mgr.14100 172.21.15.80:0/3167575683' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T15:59:55.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:55 smithi080 ceph-mon[39952]: from='mgr.14100 172.21.15.80:0/3167575683' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-18T15:59:55.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:55 smithi080 ceph-mon[39952]: Manager daemon a is now available 2024-04-18T15:59:55.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:55 smithi080 ceph-mon[39952]: from='mgr.14100 172.21.15.80:0/3167575683' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-18T15:59:55.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:55 smithi080 ceph-mon[39952]: from='mgr.14100 172.21.15.80:0/3167575683' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-18T15:59:55.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:55 smithi080 ceph-mon[39952]: from='mgr.14100 172.21.15.80:0/3167575683' entity='mgr.a' 2024-04-18T15:59:55.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:55 smithi080 ceph-mon[39952]: from='mgr.14100 172.21.15.80:0/3167575683' entity='mgr.a' 2024-04-18T15:59:55.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:55 smithi080 ceph-mon[39952]: from='mgr.14100 172.21.15.80:0/3167575683' entity='mgr.a' 2024-04-18T15:59:57.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:57 smithi080 ceph-mon[39952]: mgrmap e3: a(active, since 1.00632s) 2024-04-18T15:59:59.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 15:59:59 smithi080 ceph-mon[39952]: mgrmap e4: a(active, since 3s) 2024-04-18T16:00:01.096 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout 2024-04-18T16:00:01.097 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout { 2024-04-18T16:00:01.097 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "fsid": "888ff8dc-fd9c-11ee-bc92-c7b262605968", 2024-04-18T16:00:01.097 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "health": { 2024-04-18T16:00:01.097 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-18T16:00:01.097 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-18T16:00:01.097 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-18T16:00:01.097 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout }, 2024-04-18T16:00:01.097 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-18T16:00:01.097 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-18T16:00:01.097 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout 0 2024-04-18T16:00:01.097 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout ], 2024-04-18T16:00:01.097 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-18T16:00:01.098 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "a" 2024-04-18T16:00:01.098 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout ], 2024-04-18T16:00:01.098 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-04-18T16:00:01.098 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-18T16:00:01.098 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T16:00:01.098 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-04-18T16:00:01.098 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-18T16:00:01.098 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout }, 2024-04-18T16:00:01.098 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-18T16:00:01.098 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T16:00:01.099 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-18T16:00:01.099 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-18T16:00:01.099 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-18T16:00:01.099 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-18T16:00:01.102 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-18T16:00:01.102 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-18T16:00:01.103 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout }, 2024-04-18T16:00:01.103 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-18T16:00:01.103 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-18T16:00:01.103 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-18T16:00:01.103 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-18T16:00:01.103 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-18T16:00:01.103 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-18T16:00:01.103 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-18T16:00:01.103 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-18T16:00:01.103 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-18T16:00:01.103 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout }, 2024-04-18T16:00:01.103 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-18T16:00:01.103 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T16:00:01.103 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-18T16:00:01.103 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-18T16:00:01.104 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout }, 2024-04-18T16:00:01.104 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-18T16:00:01.104 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-18T16:00:01.104 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-18T16:00:01.104 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-18T16:00:01.104 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-18T16:00:01.104 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-18T16:00:01.104 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "restful" 2024-04-18T16:00:01.104 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout ], 2024-04-18T16:00:01.104 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-18T16:00:01.104 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout }, 2024-04-18T16:00:01.104 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-18T16:00:01.104 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T16:00:01.104 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "modified": "2024-04-18T15:59:40.952218+0000", 2024-04-18T16:00:01.105 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-18T16:00:01.105 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout }, 2024-04-18T16:00:01.105 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-18T16:00:01.105 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout } 2024-04-18T16:00:01.105 INFO:teuthology.orchestra.run.smithi080.stdout:mgr not available, waiting (2/15)... 2024-04-18T16:00:04.369 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:04 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/3099835824' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-18T16:00:04.692 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout 2024-04-18T16:00:04.692 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout { 2024-04-18T16:00:04.692 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "fsid": "888ff8dc-fd9c-11ee-bc92-c7b262605968", 2024-04-18T16:00:04.692 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "health": { 2024-04-18T16:00:04.692 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-18T16:00:04.692 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-18T16:00:04.692 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-18T16:00:04.692 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout }, 2024-04-18T16:00:04.692 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-18T16:00:04.693 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-18T16:00:04.693 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout 0 2024-04-18T16:00:04.693 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout ], 2024-04-18T16:00:04.693 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-18T16:00:04.693 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "a" 2024-04-18T16:00:04.693 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout ], 2024-04-18T16:00:04.693 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "quorum_age": 17, 2024-04-18T16:00:04.693 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-18T16:00:04.693 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T16:00:04.693 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-04-18T16:00:04.693 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-18T16:00:04.694 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout }, 2024-04-18T16:00:04.694 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-18T16:00:04.694 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T16:00:04.694 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-18T16:00:04.694 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-18T16:00:04.694 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-18T16:00:04.694 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-18T16:00:04.698 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-18T16:00:04.699 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-18T16:00:04.699 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout }, 2024-04-18T16:00:04.699 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-18T16:00:04.699 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-18T16:00:04.699 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-18T16:00:04.699 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-18T16:00:04.699 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-18T16:00:04.699 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-18T16:00:04.699 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-18T16:00:04.699 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-18T16:00:04.699 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-18T16:00:04.699 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout }, 2024-04-18T16:00:04.699 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-18T16:00:04.700 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T16:00:04.700 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-18T16:00:04.700 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-18T16:00:04.700 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout }, 2024-04-18T16:00:04.700 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-18T16:00:04.700 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-18T16:00:04.700 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-18T16:00:04.700 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-18T16:00:04.700 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-18T16:00:04.700 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-18T16:00:04.700 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "restful" 2024-04-18T16:00:04.700 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout ], 2024-04-18T16:00:04.701 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-18T16:00:04.701 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout }, 2024-04-18T16:00:04.701 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-18T16:00:04.701 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T16:00:04.701 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "modified": "2024-04-18T15:59:40.952218+0000", 2024-04-18T16:00:04.701 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-18T16:00:04.701 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout }, 2024-04-18T16:00:04.701 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-18T16:00:04.701 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout } 2024-04-18T16:00:04.701 INFO:teuthology.orchestra.run.smithi080.stdout:mgr is available 2024-04-18T16:00:05.793 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:05 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/4194406754' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-18T16:00:05.793 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:05 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/4194406754' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-18T16:00:06.074 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout 2024-04-18T16:00:06.074 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout [global] 2024-04-18T16:00:06.074 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout fsid = 888ff8dc-fd9c-11ee-bc92-c7b262605968 2024-04-18T16:00:06.074 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-18T16:00:06.074 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-18T16:00:06.074 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-18T16:00:06.074 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-18T16:00:06.075 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout 2024-04-18T16:00:06.075 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-18T16:00:06.075 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-18T16:00:06.075 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout 2024-04-18T16:00:06.075 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout [osd] 2024-04-18T16:00:06.075 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-18T16:00:06.075 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-18T16:00:06.075 INFO:teuthology.orchestra.run.smithi080.stdout:Enabling cephadm module... 2024-04-18T16:00:07.215 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:07 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: ignoring --setuser ceph since I am not root 2024-04-18T16:00:07.215 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:07 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: ignoring --setgroup ceph since I am not root 2024-04-18T16:00:07.215 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:07 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:07.123+0000 7ffa33d34200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-18T16:00:07.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:06 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/1344404382' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-18T16:00:07.606 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:07 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:07.286+0000 7ffa33d34200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-18T16:00:07.960 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:07 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:07.612+0000 7ffa33d34200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-18T16:00:08.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:07 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/1344404382' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-18T16:00:08.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:07 smithi080 ceph-mon[39952]: mgrmap e5: a(active, since 11s) 2024-04-18T16:00:08.215 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:08 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:08.115+0000 7ffa33d34200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-18T16:00:08.715 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:08 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:08.363+0000 7ffa33d34200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-18T16:00:09.070 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout { 2024-04-18T16:00:09.071 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-18T16:00:09.071 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-18T16:00:09.071 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-18T16:00:09.071 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-18T16:00:09.071 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout } 2024-04-18T16:00:09.071 INFO:teuthology.orchestra.run.smithi080.stdout:Waiting for the mgr to restart... 2024-04-18T16:00:09.071 INFO:teuthology.orchestra.run.smithi080.stdout:Waiting for mgr epoch 5... 2024-04-18T16:00:09.072 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:08 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/2118793770' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-18T16:00:09.072 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:08 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:08.801+0000 7ffa33d34200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-18T16:00:09.965 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:09 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:09.526+0000 7ffa33d34200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-18T16:00:09.965 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:09 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:09.616+0000 7ffa33d34200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-18T16:00:10.465 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:10 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:10.203+0000 7ffa33d34200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-18T16:00:10.465 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:10 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:10.289+0000 7ffa33d34200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-18T16:00:10.465 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:10 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:10.374+0000 7ffa33d34200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-18T16:00:10.965 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:10 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:10.599+0000 7ffa33d34200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-18T16:00:10.965 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:10 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:10.690+0000 7ffa33d34200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-18T16:00:10.965 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:10 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:10.781+0000 7ffa33d34200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-18T16:00:11.283 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:11 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:11.009+0000 7ffa33d34200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-18T16:00:11.284 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:11 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:11.103+0000 7ffa33d34200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-18T16:00:11.552 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:11 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:11.287+0000 7ffa33d34200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-18T16:00:11.552 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:11 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:11.555+0000 7ffa33d34200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-18T16:00:12.465 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:12 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:12.126+0000 7ffa33d34200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-18T16:00:12.465 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:12 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:12.336+0000 7ffa33d34200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-18T16:00:12.965 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:12 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:12.528+0000 7ffa33d34200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-18T16:00:13.465 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:13 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:13.177+0000 7ffa33d34200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-18T16:00:13.465 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:13 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:13.373+0000 7ffa33d34200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-18T16:00:13.965 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:13 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:13.551+0000 7ffa33d34200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-18T16:00:13.965 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:13 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:13.664+0000 7ffa33d34200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-18T16:00:13.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:13 smithi080 ceph-mon[39952]: Active manager daemon a restarted 2024-04-18T16:00:13.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:13 smithi080 ceph-mon[39952]: Activating manager daemon a 2024-04-18T16:00:13.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:13 smithi080 ceph-mon[39952]: osdmap e2: 0 total, 0 up, 0 in 2024-04-18T16:00:13.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:13 smithi080 ceph-mon[39952]: mgrmap e6: a(active, starting, since 0.00317791s) 2024-04-18T16:00:13.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:13 smithi080 ceph-mon[39952]: from='mgr.14118 172.21.15.80:0/3972829262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T16:00:13.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:13 smithi080 ceph-mon[39952]: from='mgr.14118 172.21.15.80:0/3972829262' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-18T16:00:13.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:13 smithi080 ceph-mon[39952]: from='mgr.14118 172.21.15.80:0/3972829262' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-18T16:00:13.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:13 smithi080 ceph-mon[39952]: from='mgr.14118 172.21.15.80:0/3972829262' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-18T16:00:13.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:13 smithi080 ceph-mon[39952]: from='mgr.14118 172.21.15.80:0/3972829262' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-18T16:00:13.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:13 smithi080 ceph-mon[39952]: Manager daemon a is now available 2024-04-18T16:00:13.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:13 smithi080 ceph-mon[39952]: from='mgr.14118 172.21.15.80:0/3972829262' entity='mgr.a' 2024-04-18T16:00:13.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:13 smithi080 ceph-mon[39952]: from='mgr.14118 172.21.15.80:0/3972829262' entity='mgr.a' 2024-04-18T16:00:13.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:13 smithi080 ceph-mon[39952]: from='mgr.14118 172.21.15.80:0/3972829262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:00:13.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:13 smithi080 ceph-mon[39952]: from='mgr.14118 172.21.15.80:0/3972829262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:00:14.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:14 smithi080 ceph-mon[39952]: Found migration_current of "None". Setting to last migration. 2024-04-18T16:00:14.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:14 smithi080 ceph-mon[39952]: from='mgr.14118 172.21.15.80:0/3972829262' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-18T16:00:14.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:14 smithi080 ceph-mon[39952]: from='mgr.14118 172.21.15.80:0/3972829262' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-18T16:00:14.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:14 smithi080 ceph-mon[39952]: from='mgr.14118 172.21.15.80:0/3972829262' entity='mgr.a' 2024-04-18T16:00:14.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:14 smithi080 ceph-mon[39952]: from='mgr.14118 172.21.15.80:0/3972829262' entity='mgr.a' 2024-04-18T16:00:14.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:14 smithi080 ceph-mon[39952]: mgrmap e7: a(active, since 1.00509s) 2024-04-18T16:00:15.360 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout { 2024-04-18T16:00:15.360 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-18T16:00:15.360 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-18T16:00:15.360 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout } 2024-04-18T16:00:15.360 INFO:teuthology.orchestra.run.smithi080.stdout:mgr epoch 5 is available 2024-04-18T16:00:15.360 INFO:teuthology.orchestra.run.smithi080.stdout:Setting orchestrator backend to cephadm... 2024-04-18T16:00:15.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:15 smithi080 ceph-mon[39952]: [18/Apr/2024:16:00:14] ENGINE Bus STARTING 2024-04-18T16:00:15.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:15 smithi080 ceph-mon[39952]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-18T16:00:15.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:15 smithi080 ceph-mon[39952]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-18T16:00:15.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:15 smithi080 ceph-mon[39952]: [18/Apr/2024:16:00:14] ENGINE Serving on http://172.21.15.80:8765 2024-04-18T16:00:15.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:15 smithi080 ceph-mon[39952]: [18/Apr/2024:16:00:14] ENGINE Serving on https://172.21.15.80:7150 2024-04-18T16:00:15.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:15 smithi080 ceph-mon[39952]: [18/Apr/2024:16:00:14] ENGINE Bus STARTED 2024-04-18T16:00:15.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:15 smithi080 ceph-mon[39952]: from='mgr.14118 172.21.15.80:0/3972829262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:00:16.997 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:16 smithi080 ceph-mon[39952]: mgrmap e8: a(active, since 2s) 2024-04-18T16:00:16.997 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:16 smithi080 ceph-mon[39952]: from='mgr.14118 172.21.15.80:0/3972829262' entity='mgr.a' 2024-04-18T16:00:16.997 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:16 smithi080 ceph-mon[39952]: from='mgr.14118 172.21.15.80:0/3972829262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:00:17.853 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:17 smithi080 ceph-mon[39952]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:00:18.107 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-18T16:00:18.107 INFO:teuthology.orchestra.run.smithi080.stdout:Generating ssh key... 2024-04-18T16:00:19.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:18 smithi080 ceph-mon[39952]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:00:19.215 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:18 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: Generating public/private rsa key pair. 2024-04-18T16:00:19.215 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:18 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: Your identification has been saved in /tmp/tmp7as821zf/key. 2024-04-18T16:00:19.215 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:18 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: Your public key has been saved in /tmp/tmp7as821zf/key.pub. 2024-04-18T16:00:19.216 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:18 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: The key fingerprint is: 2024-04-18T16:00:19.216 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:18 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: SHA256:HgrKWD/rmQCKsqB2G/0qYWP3PN5YbVPOukkW7feyzE8 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968 2024-04-18T16:00:19.216 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:18 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: The key's randomart image is: 2024-04-18T16:00:19.216 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:18 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: +---[RSA 3072]----+ 2024-04-18T16:00:19.216 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:18 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: | | 2024-04-18T16:00:19.216 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:18 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: | | 2024-04-18T16:00:19.216 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:18 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: | | 2024-04-18T16:00:19.216 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:18 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: | . | 2024-04-18T16:00:19.216 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:18 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: |. . . S . o | 2024-04-18T16:00:19.216 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:18 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: |o= B.o o .. * | 2024-04-18T16:00:19.216 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:18 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: |* *.*.+ .. * + .E| 2024-04-18T16:00:19.216 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:18 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: |+o +.=.++ + +oo..| 2024-04-18T16:00:19.216 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:18 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: |+ .oB.o+.. +. ++o| 2024-04-18T16:00:19.216 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:18 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: +----[SHA256]-----+ 2024-04-18T16:00:20.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:19 smithi080 ceph-mon[39952]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:00:20.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:19 smithi080 ceph-mon[39952]: Generating ssh key... 2024-04-18T16:00:20.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:19 smithi080 ceph-mon[39952]: from='mgr.14118 172.21.15.80:0/3972829262' entity='mgr.a' 2024-04-18T16:00:20.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:19 smithi080 ceph-mon[39952]: from='mgr.14118 172.21.15.80:0/3972829262' entity='mgr.a' 2024-04-18T16:00:20.962 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDReuKqAeIC5trF9D8+g4Yn1qnZ797//3BeGQ3CWnzyOzfabdPmVBwAM0yPmOz8m64aP027M7NaAKmfMugDxH+/pSdHA1/fgdKIfqv3mkhjLJISwFwfjFZKr+8hCf4NpcJXsf9qtTfMD/mRaLXRC8ju3vWdKWY7i+tnxUDDGP03JJjs9coN8fbU/jCLQpc+yejCV+iIrawJCJvlWtt6BQpTSQXNRetbezVxYWX7C//FtW1pHmNt7ceafvYRmOdjfRjHJjEVjdTN7gWuAHnUr4vwDxsk8jQFO2A1owjDYRXPgjalRUp8J3XWZ6DcF3jsvPrmPC0dAQ67690DA862R/DQOiVUW8zB5NWtX1xn9WpTgrWSfpluP1Hf5ywo/R1cKFI7zFX69xgxRcBP0qSI5yzgShpe/4xo5YOWMQNCV3nDK4IjLjh7yOeAKs31NqicfneGQDK4E5CcAhZyYIl4ZQTgNM5jlhRGRn66eC0AFIhr4EZjmQK8xPuEhNWddPDLjPU= ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968 2024-04-18T16:00:20.963 INFO:teuthology.orchestra.run.smithi080.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-18T16:00:20.963 INFO:teuthology.orchestra.run.smithi080.stdout:Adding key to root@localhost authorized_keys... 2024-04-18T16:00:20.964 INFO:teuthology.orchestra.run.smithi080.stdout:Adding host smithi080... 2024-04-18T16:00:21.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:21 smithi080 ceph-mon[39952]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:00:22.307 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:22 smithi080 ceph-mon[39952]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi080", "addr": "172.21.15.80", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:00:23.461 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:23 smithi080 ceph-mon[39952]: Deploying cephadm binary to smithi080 2024-04-18T16:00:24.480 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout Added host 'smithi080' with addr '172.21.15.80' 2024-04-18T16:00:24.481 INFO:teuthology.orchestra.run.smithi080.stdout:Deploying unmanaged mon service... 2024-04-18T16:00:24.993 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:24 smithi080 ceph-mon[39952]: from='mgr.14118 172.21.15.80:0/3972829262' entity='mgr.a' 2024-04-18T16:00:24.993 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:24 smithi080 ceph-mon[39952]: Added host smithi080 2024-04-18T16:00:24.993 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:24 smithi080 ceph-mon[39952]: from='mgr.14118 172.21.15.80:0/3972829262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:00:26.619 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-18T16:00:26.619 INFO:teuthology.orchestra.run.smithi080.stdout:Deploying unmanaged mgr service... 2024-04-18T16:00:26.873 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:26 smithi080 ceph-mon[39952]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:00:26.874 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:26 smithi080 ceph-mon[39952]: Saving service mon spec with placement count:5 2024-04-18T16:00:26.874 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:26 smithi080 ceph-mon[39952]: from='mgr.14118 172.21.15.80:0/3972829262' entity='mgr.a' 2024-04-18T16:00:26.874 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:26 smithi080 ceph-mon[39952]: from='mgr.14118 172.21.15.80:0/3972829262' entity='mgr.a' 2024-04-18T16:00:27.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:27 smithi080 ceph-mon[39952]: from='mgr.14118 172.21.15.80:0/3972829262' entity='mgr.a' 2024-04-18T16:00:27.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:27 smithi080 ceph-mon[39952]: from='mgr.14118 172.21.15.80:0/3972829262' entity='mgr.a' 2024-04-18T16:00:28.338 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-18T16:00:28.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:28 smithi080 ceph-mon[39952]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:00:28.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:28 smithi080 ceph-mon[39952]: Saving service mgr spec with placement count:2 2024-04-18T16:00:30.142 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:29 smithi080 ceph-mon[39952]: from='mgr.14118 172.21.15.80:0/3972829262' entity='mgr.a' 2024-04-18T16:00:30.142 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:29 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/4258645821' entity='client.admin' 2024-04-18T16:00:30.142 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:29 smithi080 ceph-mon[39952]: from='mgr.14118 172.21.15.80:0/3972829262' entity='mgr.a' 2024-04-18T16:00:31.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:31 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/1173594033' entity='client.admin' 2024-04-18T16:00:32.063 INFO:teuthology.orchestra.run.smithi080.stdout:Enabling the dashboard module... 2024-04-18T16:00:33.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:32 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/3782383511' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-18T16:00:33.216 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:33 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: ignoring --setuser ceph since I am not root 2024-04-18T16:00:33.216 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:33 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: ignoring --setgroup ceph since I am not root 2024-04-18T16:00:33.216 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:33 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:33.131+0000 7f05bbe8f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-18T16:00:33.605 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:33 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:33.296+0000 7f05bbe8f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-18T16:00:33.869 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:33 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:33.625+0000 7f05bbe8f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-18T16:00:34.124 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:33 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/3782383511' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-18T16:00:34.125 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:33 smithi080 ceph-mon[39952]: mgrmap e9: a(active, since 19s) 2024-04-18T16:00:34.465 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:34 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:34.126+0000 7f05bbe8f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-18T16:00:34.465 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:34 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:34.376+0000 7f05bbe8f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-18T16:00:35.143 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout { 2024-04-18T16:00:35.144 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-18T16:00:35.144 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-18T16:00:35.144 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-18T16:00:35.144 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-18T16:00:35.144 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout } 2024-04-18T16:00:35.144 INFO:teuthology.orchestra.run.smithi080.stdout:Waiting for the mgr to restart... 2024-04-18T16:00:35.144 INFO:teuthology.orchestra.run.smithi080.stdout:Waiting for mgr epoch 9... 2024-04-18T16:00:35.145 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:34 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/443202570' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-18T16:00:35.145 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:34 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:34.821+0000 7f05bbe8f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-18T16:00:35.715 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:35 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:35.555+0000 7f05bbe8f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-18T16:00:35.715 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:35 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:35.646+0000 7f05bbe8f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-18T16:00:36.654 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:36 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:36.243+0000 7f05bbe8f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-18T16:00:36.654 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:36 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:36.330+0000 7f05bbe8f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-18T16:00:36.654 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:36 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:36.419+0000 7f05bbe8f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-18T16:00:36.965 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:36 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:36.656+0000 7f05bbe8f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-18T16:00:36.965 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:36 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:36.749+0000 7f05bbe8f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-18T16:00:36.965 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:36 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:36.843+0000 7f05bbe8f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-18T16:00:37.357 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:37 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:37.075+0000 7f05bbe8f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-18T16:00:37.357 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:37 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:37.173+0000 7f05bbe8f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-18T16:00:37.621 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:37 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:37.359+0000 7f05bbe8f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-18T16:00:37.965 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:37 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:37.624+0000 7f05bbe8f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-18T16:00:38.465 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:38 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:38.205+0000 7f05bbe8f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-18T16:00:38.465 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:38 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:38.417+0000 7f05bbe8f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-18T16:00:38.965 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:38 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:38.612+0000 7f05bbe8f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-18T16:00:39.646 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:39 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:39.266+0000 7f05bbe8f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-18T16:00:39.646 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:39 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:39.464+0000 7f05bbe8f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-18T16:00:39.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:39 smithi080 ceph-mon[39952]: Active manager daemon a restarted 2024-04-18T16:00:39.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:39 smithi080 ceph-mon[39952]: Activating manager daemon a 2024-04-18T16:00:39.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:39 smithi080 ceph-mon[39952]: osdmap e3: 0 total, 0 up, 0 in 2024-04-18T16:00:39.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:39 smithi080 ceph-mon[39952]: mgrmap e10: a(active, starting, since 0.00343692s) 2024-04-18T16:00:39.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:39 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T16:00:39.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:39 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-18T16:00:39.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:39 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-18T16:00:39.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:39 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-18T16:00:39.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:39 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-18T16:00:39.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:39 smithi080 ceph-mon[39952]: Manager daemon a is now available 2024-04-18T16:00:39.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:39 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:00:39.966 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:39 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:39.648+0000 7f05bbe8f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-18T16:00:39.966 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:00:39 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:00:39.764+0000 7f05bbe8f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-18T16:00:40.968 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-18T16:00:40.968 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-18T16:00:40.968 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:40 smithi080 ceph-mon[39952]: mgrmap e11: a(active, since 1.00577s) 2024-04-18T16:00:41.628 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout { 2024-04-18T16:00:41.628 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-18T16:00:41.628 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-18T16:00:41.628 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout } 2024-04-18T16:00:41.628 INFO:teuthology.orchestra.run.smithi080.stdout:mgr epoch 9 is available 2024-04-18T16:00:41.628 INFO:teuthology.orchestra.run.smithi080.stdout:Generating a dashboard self-signed certificate... 2024-04-18T16:00:41.892 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:41 smithi080 ceph-mon[39952]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-18T16:00:41.892 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:41 smithi080 ceph-mon[39952]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-18T16:00:41.892 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:41 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:00:43.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:42 smithi080 ceph-mon[39952]: [18/Apr/2024:16:00:41] ENGINE Bus STARTING 2024-04-18T16:00:43.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:42 smithi080 ceph-mon[39952]: [18/Apr/2024:16:00:41] ENGINE Serving on http://172.21.15.80:8765 2024-04-18T16:00:43.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:42 smithi080 ceph-mon[39952]: [18/Apr/2024:16:00:41] ENGINE Serving on https://172.21.15.80:7150 2024-04-18T16:00:43.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:42 smithi080 ceph-mon[39952]: [18/Apr/2024:16:00:41] ENGINE Bus STARTED 2024-04-18T16:00:43.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:42 smithi080 ceph-mon[39952]: mgrmap e12: a(active, since 2s) 2024-04-18T16:00:43.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:42 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:00:43.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:42 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:00:43.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:42 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:00:44.134 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-18T16:00:44.134 INFO:teuthology.orchestra.run.smithi080.stdout:Creating initial admin user... 2024-04-18T16:00:44.136 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:43 smithi080 ceph-mon[39952]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:00:45.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:45 smithi080 ceph-mon[39952]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:00:45.790 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$ROymTVw5lGdpp6lhxIEs8O43PTJ9iAttZliZrXcQNffCJtG6hbID.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713456045, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-18T16:00:45.791 INFO:teuthology.orchestra.run.smithi080.stdout:Fetching dashboard port number... 2024-04-18T16:00:46.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:46 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:00:47.205 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stdout 8443 2024-04-18T16:00:47.215 INFO:teuthology.orchestra.run.smithi080.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-18T16:00:47.215 INFO:teuthology.orchestra.run.smithi080.stdout:systemctl: stdout disabled 2024-04-18T16:00:47.222 INFO:teuthology.orchestra.run.smithi080.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-18T16:00:47.222 INFO:teuthology.orchestra.run.smithi080.stdout:systemctl: stdout inactive 2024-04-18T16:00:47.223 INFO:teuthology.orchestra.run.smithi080.stdout:firewalld.service is not enabled 2024-04-18T16:00:47.223 INFO:teuthology.orchestra.run.smithi080.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-18T16:00:47.224 INFO:teuthology.orchestra.run.smithi080.stdout:Ceph Dashboard is now available at: 2024-04-18T16:00:47.225 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T16:00:47.225 INFO:teuthology.orchestra.run.smithi080.stdout: URL: https://smithi080.front.sepia.ceph.com:8443/ 2024-04-18T16:00:47.225 INFO:teuthology.orchestra.run.smithi080.stdout: User: admin 2024-04-18T16:00:47.225 INFO:teuthology.orchestra.run.smithi080.stdout: Password: 4ytwtzy3ws 2024-04-18T16:00:47.225 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T16:00:47.225 INFO:teuthology.orchestra.run.smithi080.stdout:Saving cluster configuration to /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config directory 2024-04-18T16:00:47.225 INFO:teuthology.orchestra.run.smithi080.stdout:Enabling autotune for osd_memory_target 2024-04-18T16:00:47.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:47 smithi080 ceph-mon[39952]: mgrmap e13: a(active, since 6s) 2024-04-18T16:00:47.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:47 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/3154954109' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-18T16:00:50.043 INFO:teuthology.orchestra.run.smithi080.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-18T16:00:50.044 INFO:teuthology.orchestra.run.smithi080.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-18T16:00:50.044 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T16:00:50.044 INFO:teuthology.orchestra.run.smithi080.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-18T16:00:50.044 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T16:00:50.044 INFO:teuthology.orchestra.run.smithi080.stdout:Or, if you are only running a single cluster on this host: 2024-04-18T16:00:50.044 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T16:00:50.044 INFO:teuthology.orchestra.run.smithi080.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-18T16:00:50.044 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T16:00:50.044 INFO:teuthology.orchestra.run.smithi080.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-18T16:00:50.044 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T16:00:50.044 INFO:teuthology.orchestra.run.smithi080.stdout: ceph telemetry on 2024-04-18T16:00:50.044 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T16:00:50.044 INFO:teuthology.orchestra.run.smithi080.stdout:For more information see: 2024-04-18T16:00:50.044 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T16:00:50.044 INFO:teuthology.orchestra.run.smithi080.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-18T16:00:50.045 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T16:00:50.045 INFO:teuthology.orchestra.run.smithi080.stdout:Bootstrap complete. 2024-04-18T16:00:50.078 INFO:tasks.cephadm:Fetching config... 2024-04-18T16:00:50.079 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-04-18T16:00:50.079 DEBUG:teuthology.orchestra.run.smithi080:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-18T16:00:50.096 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-18T16:00:50.096 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-04-18T16:00:50.097 DEBUG:teuthology.orchestra.run.smithi080:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-18T16:00:50.156 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-18T16:00:50.156 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-04-18T16:00:50.156 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-18T16:00:50.224 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-18T16:00:50.224 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-04-18T16:00:50.224 DEBUG:teuthology.orchestra.run.smithi080:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-18T16:00:50.283 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-18T16:00:50.283 DEBUG:teuthology.orchestra.run.smithi080:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDReuKqAeIC5trF9D8+g4Yn1qnZ797//3BeGQ3CWnzyOzfabdPmVBwAM0yPmOz8m64aP027M7NaAKmfMugDxH+/pSdHA1/fgdKIfqv3mkhjLJISwFwfjFZKr+8hCf4NpcJXsf9qtTfMD/mRaLXRC8ju3vWdKWY7i+tnxUDDGP03JJjs9coN8fbU/jCLQpc+yejCV+iIrawJCJvlWtt6BQpTSQXNRetbezVxYWX7C//FtW1pHmNt7ceafvYRmOdjfRjHJjEVjdTN7gWuAHnUr4vwDxsk8jQFO2A1owjDYRXPgjalRUp8J3XWZ6DcF3jsvPrmPC0dAQ67690DA862R/DQOiVUW8zB5NWtX1xn9WpTgrWSfpluP1Hf5ywo/R1cKFI7zFX69xgxRcBP0qSI5yzgShpe/4xo5YOWMQNCV3nDK4IjLjh7yOeAKs31NqicfneGQDK4E5CcAhZyYIl4ZQTgNM5jlhRGRn66eC0AFIhr4EZjmQK8xPuEhNWddPDLjPU= ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-18T16:00:50.359 INFO:teuthology.orchestra.run.smithi080.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDReuKqAeIC5trF9D8+g4Yn1qnZ797//3BeGQ3CWnzyOzfabdPmVBwAM0yPmOz8m64aP027M7NaAKmfMugDxH+/pSdHA1/fgdKIfqv3mkhjLJISwFwfjFZKr+8hCf4NpcJXsf9qtTfMD/mRaLXRC8ju3vWdKWY7i+tnxUDDGP03JJjs9coN8fbU/jCLQpc+yejCV+iIrawJCJvlWtt6BQpTSQXNRetbezVxYWX7C//FtW1pHmNt7ceafvYRmOdjfRjHJjEVjdTN7gWuAHnUr4vwDxsk8jQFO2A1owjDYRXPgjalRUp8J3XWZ6DcF3jsvPrmPC0dAQ67690DA862R/DQOiVUW8zB5NWtX1xn9WpTgrWSfpluP1Hf5ywo/R1cKFI7zFX69xgxRcBP0qSI5yzgShpe/4xo5YOWMQNCV3nDK4IjLjh7yOeAKs31NqicfneGQDK4E5CcAhZyYIl4ZQTgNM5jlhRGRn66eC0AFIhr4EZjmQK8xPuEhNWddPDLjPU= ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968 2024-04-18T16:00:50.370 DEBUG:teuthology.orchestra.run.smithi106:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDReuKqAeIC5trF9D8+g4Yn1qnZ797//3BeGQ3CWnzyOzfabdPmVBwAM0yPmOz8m64aP027M7NaAKmfMugDxH+/pSdHA1/fgdKIfqv3mkhjLJISwFwfjFZKr+8hCf4NpcJXsf9qtTfMD/mRaLXRC8ju3vWdKWY7i+tnxUDDGP03JJjs9coN8fbU/jCLQpc+yejCV+iIrawJCJvlWtt6BQpTSQXNRetbezVxYWX7C//FtW1pHmNt7ceafvYRmOdjfRjHJjEVjdTN7gWuAHnUr4vwDxsk8jQFO2A1owjDYRXPgjalRUp8J3XWZ6DcF3jsvPrmPC0dAQ67690DA862R/DQOiVUW8zB5NWtX1xn9WpTgrWSfpluP1Hf5ywo/R1cKFI7zFX69xgxRcBP0qSI5yzgShpe/4xo5YOWMQNCV3nDK4IjLjh7yOeAKs31NqicfneGQDK4E5CcAhZyYIl4ZQTgNM5jlhRGRn66eC0AFIhr4EZjmQK8xPuEhNWddPDLjPU= ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-18T16:00:50.420 INFO:teuthology.orchestra.run.smithi106.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDReuKqAeIC5trF9D8+g4Yn1qnZ797//3BeGQ3CWnzyOzfabdPmVBwAM0yPmOz8m64aP027M7NaAKmfMugDxH+/pSdHA1/fgdKIfqv3mkhjLJISwFwfjFZKr+8hCf4NpcJXsf9qtTfMD/mRaLXRC8ju3vWdKWY7i+tnxUDDGP03JJjs9coN8fbU/jCLQpc+yejCV+iIrawJCJvlWtt6BQpTSQXNRetbezVxYWX7C//FtW1pHmNt7ceafvYRmOdjfRjHJjEVjdTN7gWuAHnUr4vwDxsk8jQFO2A1owjDYRXPgjalRUp8J3XWZ6DcF3jsvPrmPC0dAQ67690DA862R/DQOiVUW8zB5NWtX1xn9WpTgrWSfpluP1Hf5ywo/R1cKFI7zFX69xgxRcBP0qSI5yzgShpe/4xo5YOWMQNCV3nDK4IjLjh7yOeAKs31NqicfneGQDK4E5CcAhZyYIl4ZQTgNM5jlhRGRn66eC0AFIhr4EZjmQK8xPuEhNWddPDLjPU= ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968 2024-04-18T16:00:50.432 DEBUG:teuthology.orchestra.run.smithi171:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDReuKqAeIC5trF9D8+g4Yn1qnZ797//3BeGQ3CWnzyOzfabdPmVBwAM0yPmOz8m64aP027M7NaAKmfMugDxH+/pSdHA1/fgdKIfqv3mkhjLJISwFwfjFZKr+8hCf4NpcJXsf9qtTfMD/mRaLXRC8ju3vWdKWY7i+tnxUDDGP03JJjs9coN8fbU/jCLQpc+yejCV+iIrawJCJvlWtt6BQpTSQXNRetbezVxYWX7C//FtW1pHmNt7ceafvYRmOdjfRjHJjEVjdTN7gWuAHnUr4vwDxsk8jQFO2A1owjDYRXPgjalRUp8J3XWZ6DcF3jsvPrmPC0dAQ67690DA862R/DQOiVUW8zB5NWtX1xn9WpTgrWSfpluP1Hf5ywo/R1cKFI7zFX69xgxRcBP0qSI5yzgShpe/4xo5YOWMQNCV3nDK4IjLjh7yOeAKs31NqicfneGQDK4E5CcAhZyYIl4ZQTgNM5jlhRGRn66eC0AFIhr4EZjmQK8xPuEhNWddPDLjPU= ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-18T16:00:50.478 INFO:teuthology.orchestra.run.smithi171.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDReuKqAeIC5trF9D8+g4Yn1qnZ797//3BeGQ3CWnzyOzfabdPmVBwAM0yPmOz8m64aP027M7NaAKmfMugDxH+/pSdHA1/fgdKIfqv3mkhjLJISwFwfjFZKr+8hCf4NpcJXsf9qtTfMD/mRaLXRC8ju3vWdKWY7i+tnxUDDGP03JJjs9coN8fbU/jCLQpc+yejCV+iIrawJCJvlWtt6BQpTSQXNRetbezVxYWX7C//FtW1pHmNt7ceafvYRmOdjfRjHJjEVjdTN7gWuAHnUr4vwDxsk8jQFO2A1owjDYRXPgjalRUp8J3XWZ6DcF3jsvPrmPC0dAQ67690DA862R/DQOiVUW8zB5NWtX1xn9WpTgrWSfpluP1Hf5ywo/R1cKFI7zFX69xgxRcBP0qSI5yzgShpe/4xo5YOWMQNCV3nDK4IjLjh7yOeAKs31NqicfneGQDK4E5CcAhZyYIl4ZQTgNM5jlhRGRn66eC0AFIhr4EZjmQK8xPuEhNWddPDLjPU= ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968 2024-04-18T16:00:50.490 DEBUG:teuthology.orchestra.run.smithi080:> 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 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-18T16:00:50.710 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:00:50.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:50 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/2589334087' entity='client.admin' 2024-04-18T16:00:53.452 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:53 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:00:53.453 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:53 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:00:53.453 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:53 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi080", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:00:53.453 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:53 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:00:53.453 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:53 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:00:53.453 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:53 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:00:54.117 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-18T16:00:54.117 DEBUG:teuthology.orchestra.run.smithi080:> 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 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-18T16:00:54.643 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:00:54.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:54 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/4291785929' entity='client.admin' 2024-04-18T16:00:54.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:54 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:00:54.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:54 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:00:57.456 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi106 2024-04-18T16:00:57.456 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-04-18T16:00:57.456 DEBUG:teuthology.orchestra.run.smithi106:> dd of=/etc/ceph/ceph.conf 2024-04-18T16:00:57.478 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-04-18T16:00:57.478 DEBUG:teuthology.orchestra.run.smithi106:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-18T16:00:57.540 INFO:tasks.cephadm:Adding host smithi106 to orchestrator... 2024-04-18T16:00:57.540 DEBUG:teuthology.orchestra.run.smithi080:> 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 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph orch host add smithi106 2024-04-18T16:00:57.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:57 smithi080 ceph-mon[39952]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:00:57.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:57 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:00:57.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:57 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:00:57.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:57 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:00:57.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:57 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:00:57.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:57 smithi080 ceph-mon[39952]: Updating smithi080:/etc/ceph/ceph.conf 2024-04-18T16:00:57.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:57 smithi080 ceph-mon[39952]: Updating smithi080:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T16:00:57.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:57 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:00:57.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:57 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:00:57.766 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:00:58.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:58 smithi080 ceph-mon[39952]: Updating smithi080:/etc/ceph/ceph.client.admin.keyring 2024-04-18T16:00:58.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:58 smithi080 ceph-mon[39952]: Updating smithi080:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T16:00:58.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:00:58 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:01.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:00 smithi080 ceph-mon[39952]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi106", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:01:01.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:00 smithi080 ceph-mon[39952]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:01.897 INFO:teuthology.orchestra.run.smithi080.stdout:Added host 'smithi106' with addr '172.21.15.106' 2024-04-18T16:01:02.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:01 smithi080 ceph-mon[39952]: Deploying cephadm binary to smithi106 2024-04-18T16:01:02.535 DEBUG:teuthology.orchestra.run.smithi080:> 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 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph orch host ls --format=json 2024-04-18T16:01:02.752 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:01:03.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:02 smithi080 ceph-mon[39952]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:03.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:02 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:03.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:02 smithi080 ceph-mon[39952]: Added host smithi106 2024-04-18T16:01:03.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:02 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:01:03.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:02 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:03.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:02 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:04.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:04 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:04.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:04 smithi080 ceph-mon[39952]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:04.736 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T16:01:04.736 INFO:teuthology.orchestra.run.smithi080.stdout:[{"addr": "172.21.15.80", "hostname": "smithi080", "labels": [], "status": ""}, {"addr": "172.21.15.106", "hostname": "smithi106", "labels": [], "status": ""}] 2024-04-18T16:01:05.379 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:05 smithi080 ceph-mon[39952]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T16:01:05.400 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi171 2024-04-18T16:01:05.401 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-18T16:01:05.401 DEBUG:teuthology.orchestra.run.smithi171:> dd of=/etc/ceph/ceph.conf 2024-04-18T16:01:05.423 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-18T16:01:05.423 DEBUG:teuthology.orchestra.run.smithi171:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-18T16:01:05.483 INFO:tasks.cephadm:Adding host smithi171 to orchestrator... 2024-04-18T16:01:05.483 DEBUG:teuthology.orchestra.run.smithi080:> 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 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph orch host add smithi171 2024-04-18T16:01:05.702 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:01:06.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:06 smithi080 ceph-mon[39952]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:07.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:07 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:07.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:07 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:07.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:07 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:07.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:07 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:07.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:07 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi106", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:01:07.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:07 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:07.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:07 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:01:07.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:07 smithi080 ceph-mon[39952]: Updating smithi106:/etc/ceph/ceph.conf 2024-04-18T16:01:07.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:07 smithi080 ceph-mon[39952]: Updating smithi106:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T16:01:07.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:07 smithi080 ceph-mon[39952]: Updating smithi106:/etc/ceph/ceph.client.admin.keyring 2024-04-18T16:01:07.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:07 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:07.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:07 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:07.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:07 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:08.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:08 smithi080 ceph-mon[39952]: Updating smithi106:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T16:01:08.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:08 smithi080 ceph-mon[39952]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi171", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:01:08.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:08 smithi080 ceph-mon[39952]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:09.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:09 smithi080 ceph-mon[39952]: Deploying cephadm binary to smithi171 2024-04-18T16:01:09.839 INFO:teuthology.orchestra.run.smithi080.stdout:Added host 'smithi171' with addr '172.21.15.171' 2024-04-18T16:01:10.604 DEBUG:teuthology.orchestra.run.smithi080:> 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 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph orch host ls --format=json 2024-04-18T16:01:10.821 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:01:11.093 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:10 smithi080 ceph-mon[39952]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:11.094 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:10 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:11.094 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:10 smithi080 ceph-mon[39952]: Added host smithi171 2024-04-18T16:01:11.094 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:10 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:01:11.094 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:10 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:11.094 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:10 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:12.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:12 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:12.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:12 smithi080 ceph-mon[39952]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:12.649 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T16:01:12.649 INFO:teuthology.orchestra.run.smithi080.stdout:[{"addr": "172.21.15.80", "hostname": "smithi080", "labels": [], "status": ""}, {"addr": "172.21.15.106", "hostname": "smithi106", "labels": [], "status": ""}, {"addr": "172.21.15.171", "hostname": "smithi171", "labels": [], "status": ""}] 2024-04-18T16:01:13.299 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:13 smithi080 ceph-mon[39952]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T16:01:13.320 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-18T16:01:13.320 DEBUG:teuthology.orchestra.run.smithi080:> 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 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph osd crush tunables default 2024-04-18T16:01:13.537 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:01:14.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:14 smithi080 ceph-mon[39952]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:15.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:15.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:15.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:15.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:15.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi171", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:01:15.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:15.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:01:15.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:15 smithi080 ceph-mon[39952]: Updating smithi171:/etc/ceph/ceph.conf 2024-04-18T16:01:15.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:15 smithi080 ceph-mon[39952]: Updating smithi171:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T16:01:15.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:15 smithi080 ceph-mon[39952]: Updating smithi171:/etc/ceph/ceph.client.admin.keyring 2024-04-18T16:01:15.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:15.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:15.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:16.538 INFO:teuthology.orchestra.run.smithi080.stderr:adjusted tunables profile to default 2024-04-18T16:01:16.958 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:16 smithi080 ceph-mon[39952]: Updating smithi171:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T16:01:16.958 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:16 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/2074544702' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-18T16:01:16.958 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:16 smithi080 ceph-mon[39952]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:17.304 INFO:tasks.cephadm:Adding mon.a on smithi080 2024-04-18T16:01:17.304 INFO:tasks.cephadm:Adding mon.b on smithi106 2024-04-18T16:01:17.304 INFO:tasks.cephadm:Adding mon.c on smithi171 2024-04-18T16:01:17.304 DEBUG:teuthology.orchestra.run.smithi171:> 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 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph orch apply mon '3;smithi080:172.21.15.80=a;smithi106:172.21.15.106=b;smithi171:172.21.15.171=c' 2024-04-18T16:01:17.547 INFO:teuthology.orchestra.run.smithi171.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T16:01:17.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:17 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/2074544702' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-18T16:01:17.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:17 smithi080 ceph-mon[39952]: osdmap e4: 0 total, 0 up, 0 in 2024-04-18T16:01:18.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:18 smithi080 ceph-mon[39952]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:19.335 INFO:teuthology.orchestra.run.smithi171.stdout:Scheduled mon update... 2024-04-18T16:01:20.010 DEBUG:teuthology.orchestra.run.smithi106:mon.b> sudo journalctl -f -n 0 -u ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mon.b.service 2024-04-18T16:01:20.013 DEBUG:teuthology.orchestra.run.smithi171:mon.c> sudo journalctl -f -n 0 -u ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mon.c.service 2024-04-18T16:01:20.015 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-18T16:01:20.015 DEBUG:teuthology.orchestra.run.smithi171:> 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 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph mon dump -f json 2024-04-18T16:01:20.043 INFO:journalctl@ceph.mon.c.smithi171.stdout:-- Logs begin at Thu 2024-04-18 15:48:25 UTC. -- 2024-04-18T16:01:20.048 INFO:journalctl@ceph.mon.b.smithi106.stdout:-- Logs begin at Thu 2024-04-18 15:48:11 UTC. -- 2024-04-18T16:01:20.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:20 smithi080 ceph-mon[39952]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi080:172.21.15.80=a;smithi106:172.21.15.106=b;smithi171:172.21.15.171=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:01:20.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:20 smithi080 ceph-mon[39952]: Saving service mon spec with placement smithi080:172.21.15.80=a;smithi106:172.21.15.106=b;smithi171:172.21.15.171=c;count:3 2024-04-18T16:01:20.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:20 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:20.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:20 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:01:20.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:20 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:20.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:20 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:01:20.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:20 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:20.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:20 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T16:01:20.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:20 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:20.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:20 smithi080 ceph-mon[39952]: Deploying daemon mon.c on smithi171 2024-04-18T16:01:20.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:20 smithi080 ceph-mon[39952]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:21.110 INFO:teuthology.orchestra.run.smithi171.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T16:01:23.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:22 smithi080 ceph-mon[39952]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:24.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:24 smithi171 bash[44407]: 6f787f0720407470fafdd73baefa63a98a2282d2dc7fe350cbcb94e49321f8ae 2024-04-18T16:01:24.691 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:24 smithi171 systemd[1]: Started Ceph mon.c for 888ff8dc-fd9c-11ee-bc92-c7b262605968. 2024-04-18T16:01:29.318 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T16:01:29.318 INFO:teuthology.orchestra.run.smithi171.stdout:{"epoch":2,"fsid":"888ff8dc-fd9c-11ee-bc92-c7b262605968","modified":"2024-04-18T16:01:24.263528Z","created":"2024-04-18T15:59:38.156058Z","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.80:3300","nonce":0},{"type":"v1","addr":"172.21.15.80:6789","nonce":0}]},"addr":"172.21.15.80:6789/0","public_addr":"172.21.15.80:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:3300","nonce":0},{"type":"v1","addr":"172.21.15.171:6789","nonce":0}]},"addr":"172.21.15.171:6789/0","public_addr":"172.21.15.171:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-18T16:01:29.320 INFO:teuthology.orchestra.run.smithi171.stderr:dumped monmap epoch 2 2024-04-18T16:01:29.640 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:29 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T16:01:29.640 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:29 smithi171 ceph-mon[44479]: mon.a calling monitor election 2024-04-18T16:01:29.640 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:29 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:01:29.640 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:29 smithi171 ceph-mon[44479]: from='client.? 172.21.15.171:0/3571732653' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-18T16:01:29.640 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:29 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:01:29.640 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:29 smithi171 ceph-mon[44479]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:29.640 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:29 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:01:29.640 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:29 smithi171 ceph-mon[44479]: mon.c calling monitor election 2024-04-18T16:01:29.640 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:29 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:01:29.640 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:29 smithi171 ceph-mon[44479]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:29.641 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:29 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:01:29.641 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:29 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:01:29.641 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:29 smithi171 ceph-mon[44479]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-18T16:01:29.641 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:29 smithi171 ceph-mon[44479]: monmap e2: 2 mons at {a=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0],c=[v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-18T16:01:29.641 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:29 smithi171 ceph-mon[44479]: fsmap 2024-04-18T16:01:29.641 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:29 smithi171 ceph-mon[44479]: osdmap e4: 0 total, 0 up, 0 in 2024-04-18T16:01:29.641 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:29 smithi171 ceph-mon[44479]: mgrmap e13: a(active, since 49s) 2024-04-18T16:01:29.641 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:29 smithi171 ceph-mon[44479]: overall HEALTH_OK 2024-04-18T16:01:29.641 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:29 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:29.641 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:29 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:29.641 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:29 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:29.641 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:29 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T16:01:29.641 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:29 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:29.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:29 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T16:01:29.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:29 smithi080 ceph-mon[39952]: mon.a calling monitor election 2024-04-18T16:01:29.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:29 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:01:29.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:29 smithi080 ceph-mon[39952]: from='client.? 172.21.15.171:0/3571732653' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-18T16:01:29.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:29 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:01:29.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:29 smithi080 ceph-mon[39952]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:29.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:29 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:01:29.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:29 smithi080 ceph-mon[39952]: mon.c calling monitor election 2024-04-18T16:01:29.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:29 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:01:29.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:29 smithi080 ceph-mon[39952]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:29.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:29 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:01:29.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:29 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:01:29.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:29 smithi080 ceph-mon[39952]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-18T16:01:29.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:29 smithi080 ceph-mon[39952]: monmap e2: 2 mons at {a=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0],c=[v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-18T16:01:29.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:29 smithi080 ceph-mon[39952]: fsmap 2024-04-18T16:01:29.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:29 smithi080 ceph-mon[39952]: osdmap e4: 0 total, 0 up, 0 in 2024-04-18T16:01:29.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:29 smithi080 ceph-mon[39952]: mgrmap e13: a(active, since 49s) 2024-04-18T16:01:29.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:29 smithi080 ceph-mon[39952]: overall HEALTH_OK 2024-04-18T16:01:29.717 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:29 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:29.717 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:29 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:29.717 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:29 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:29.717 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:29 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T16:01:29.717 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:29 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:30.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:30 smithi171 ceph-mon[44479]: Deploying daemon mon.b on smithi106 2024-04-18T16:01:30.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:30 smithi171 ceph-mon[44479]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:30.691 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:30 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:01:30.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:30 smithi080 ceph-mon[39952]: Deploying daemon mon.b on smithi106 2024-04-18T16:01:30.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:30 smithi080 ceph-mon[39952]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:30.717 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:30 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:01:31.003 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-18T16:01:31.003 DEBUG:teuthology.orchestra.run.smithi171:> 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 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph mon dump -f json 2024-04-18T16:01:31.232 INFO:teuthology.orchestra.run.smithi171.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.c/config 2024-04-18T16:01:32.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 systemd[1]: Starting Ceph mon.b for 888ff8dc-fd9c-11ee-bc92-c7b262605968... 2024-04-18T16:01:33.164 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: set uid:gid to 167:167 (ceph:ceph) 2024-04-18T16:01:33.164 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: ceph version 18.2.2-1240-g6a7528e4 (6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0) reef (stable), process ceph-mon, pid 7 2024-04-18T16:01:33.165 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: pidfile_write: ignore empty --pid-file 2024-04-18T16:01:33.165 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: load: jerasure load: lrc 2024-04-18T16:01:33.165 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: RocksDB version: 7.9.2 2024-04-18T16:01:33.165 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Git sha 0 2024-04-18T16:01:33.165 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Compile date 2024-04-18 05:57:12 2024-04-18T16:01:33.165 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: DB SUMMARY 2024-04-18T16:01:33.165 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: DB Session ID: K3R8SJBVL3OE31R9ZWYI 2024-04-18T16:01:33.165 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: CURRENT file: CURRENT 2024-04-18T16:01:33.165 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: IDENTITY file: IDENTITY 2024-04-18T16:01:33.165 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-18T16:01:33.165 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-04-18T16:01:33.165 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2024-04-18T16:01:33.166 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.error_if_exists: 0 2024-04-18T16:01:33.166 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.create_if_missing: 0 2024-04-18T16:01:33.166 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.paranoid_checks: 1 2024-04-18T16:01:33.166 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-18T16:01:33.166 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-18T16:01:33.166 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-18T16:01:33.166 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.env: 0x564251bb0820 2024-04-18T16:01:33.166 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.fs: PosixFileSystem 2024-04-18T16:01:33.166 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.info_log: 0x564253e19520 2024-04-18T16:01:33.166 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.max_file_opening_threads: 16 2024-04-18T16:01:33.166 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.statistics: (nil) 2024-04-18T16:01:33.166 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.use_fsync: 0 2024-04-18T16:01:33.166 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.max_log_file_size: 0 2024-04-18T16:01:33.167 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-18T16:01:33.167 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-18T16:01:33.167 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.keep_log_file_num: 1000 2024-04-18T16:01:33.167 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.recycle_log_file_num: 0 2024-04-18T16:01:33.167 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.allow_fallocate: 1 2024-04-18T16:01:33.167 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.allow_mmap_reads: 0 2024-04-18T16:01:33.167 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.allow_mmap_writes: 0 2024-04-18T16:01:33.167 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.use_direct_reads: 0 2024-04-18T16:01:33.167 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-18T16:01:33.167 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.create_missing_column_families: 0 2024-04-18T16:01:33.167 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.db_log_dir: 2024-04-18T16:01:33.167 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.wal_dir: 2024-04-18T16:01:33.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-18T16:01:33.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-18T16:01:33.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-18T16:01:33.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-18T16:01:33.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-18T16:01:33.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-18T16:01:33.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.advise_random_on_open: 1 2024-04-18T16:01:33.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.db_write_buffer_size: 0 2024-04-18T16:01:33.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.write_buffer_manager: 0x56425308e140 2024-04-18T16:01:33.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-18T16:01:33.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-18T16:01:33.168 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-18T16:01:33.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.rate_limiter: (nil) 2024-04-18T16:01:33.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-18T16:01:33.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.wal_recovery_mode: 2 2024-04-18T16:01:33.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.enable_thread_tracking: 0 2024-04-18T16:01:33.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.enable_pipelined_write: 0 2024-04-18T16:01:33.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.unordered_write: 0 2024-04-18T16:01:33.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-18T16:01:33.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-18T16:01:33.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-18T16:01:33.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-18T16:01:33.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.row_cache: None 2024-04-18T16:01:33.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.wal_filter: None 2024-04-18T16:01:33.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-18T16:01:33.169 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.allow_ingest_behind: 0 2024-04-18T16:01:33.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.two_write_queues: 0 2024-04-18T16:01:33.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.manual_wal_flush: 0 2024-04-18T16:01:33.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.wal_compression: 0 2024-04-18T16:01:33.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.atomic_flush: 0 2024-04-18T16:01:33.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-18T16:01:33.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-18T16:01:33.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-18T16:01:33.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.log_readahead_size: 0 2024-04-18T16:01:33.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-18T16:01:33.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.best_efforts_recovery: 0 2024-04-18T16:01:33.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-18T16:01:33.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-18T16:01:33.170 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.allow_data_in_errors: 0 2024-04-18T16:01:33.173 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.db_host_id: __hostname__ 2024-04-18T16:01:33.173 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-18T16:01:33.173 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.max_background_jobs: 2 2024-04-18T16:01:33.174 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.max_background_compactions: -1 2024-04-18T16:01:33.174 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.max_subcompactions: 1 2024-04-18T16:01:33.174 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-18T16:01:33.174 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-18T16:01:33.174 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-18T16:01:33.174 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.max_total_wal_size: 0 2024-04-18T16:01:33.174 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-18T16:01:33.174 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-18T16:01:33.174 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-18T16:01:33.174 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-18T16:01:33.174 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.max_open_files: -1 2024-04-18T16:01:33.174 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.bytes_per_sync: 0 2024-04-18T16:01:33.174 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-18T16:01:33.175 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-18T16:01:33.175 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.compaction_readahead_size: 0 2024-04-18T16:01:33.175 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.max_background_flushes: -1 2024-04-18T16:01:33.175 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Compression algorithms supported: 2024-04-18T16:01:33.175 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-18T16:01:33.175 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: kZSTD supported: 0 2024-04-18T16:01:33.175 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: kXpressCompression supported: 0 2024-04-18T16:01:33.175 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: kLZ4HCCompression supported: 1 2024-04-18T16:01:33.175 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: kZlibCompression supported: 1 2024-04-18T16:01:33.175 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: kSnappyCompression supported: 1 2024-04-18T16:01:33.175 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: kLZ4Compression supported: 1 2024-04-18T16:01:33.175 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: kBZip2Compression supported: 0 2024-04-18T16:01:33.175 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-18T16:01:33.175 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-18T16:01:33.176 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-04-18T16:01:33.176 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-18T16:01:33.176 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-18T16:01:33.176 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.merge_operator: 2024-04-18T16:01:33.176 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.compaction_filter: None 2024-04-18T16:01:33.176 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.compaction_filter_factory: None 2024-04-18T16:01:33.176 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.sst_partitioner_factory: None 2024-04-18T16:01:33.176 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-18T16:01:33.176 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-18T16:01:33.176 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564253e19620) 2024-04-18T16:01:33.176 INFO:journalctl@ceph.mon.b.smithi106.stdout: cache_index_and_filter_blocks: 1 2024-04-18T16:01:33.176 INFO:journalctl@ceph.mon.b.smithi106.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-18T16:01:33.176 INFO:journalctl@ceph.mon.b.smithi106.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-18T16:01:33.176 INFO:journalctl@ceph.mon.b.smithi106.stdout: pin_top_level_index_and_filter: 1 2024-04-18T16:01:33.176 INFO:journalctl@ceph.mon.b.smithi106.stdout: index_type: 0 2024-04-18T16:01:33.176 INFO:journalctl@ceph.mon.b.smithi106.stdout: data_block_index_type: 0 2024-04-18T16:01:33.177 INFO:journalctl@ceph.mon.b.smithi106.stdout: index_shortening: 1 2024-04-18T16:01:33.177 INFO:journalctl@ceph.mon.b.smithi106.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-18T16:01:33.177 INFO:journalctl@ceph.mon.b.smithi106.stdout: checksum: 4 2024-04-18T16:01:33.177 INFO:journalctl@ceph.mon.b.smithi106.stdout: no_block_cache: 0 2024-04-18T16:01:33.177 INFO:journalctl@ceph.mon.b.smithi106.stdout: block_cache: 0x56425312f1f0 2024-04-18T16:01:33.177 INFO:journalctl@ceph.mon.b.smithi106.stdout: block_cache_name: BinnedLRUCache 2024-04-18T16:01:33.177 INFO:journalctl@ceph.mon.b.smithi106.stdout: block_cache_options: 2024-04-18T16:01:33.177 INFO:journalctl@ceph.mon.b.smithi106.stdout: capacity : 536870912 2024-04-18T16:01:33.177 INFO:journalctl@ceph.mon.b.smithi106.stdout: num_shard_bits : 4 2024-04-18T16:01:33.177 INFO:journalctl@ceph.mon.b.smithi106.stdout: strict_capacity_limit : 0 2024-04-18T16:01:33.177 INFO:journalctl@ceph.mon.b.smithi106.stdout: high_pri_pool_ratio: 0.000 2024-04-18T16:01:33.177 INFO:journalctl@ceph.mon.b.smithi106.stdout: block_cache_compressed: (nil) 2024-04-18T16:01:33.177 INFO:journalctl@ceph.mon.b.smithi106.stdout: persistent_cache: (nil) 2024-04-18T16:01:33.177 INFO:journalctl@ceph.mon.b.smithi106.stdout: block_size: 4096 2024-04-18T16:01:33.178 INFO:journalctl@ceph.mon.b.smithi106.stdout: block_size_deviation: 10 2024-04-18T16:01:33.178 INFO:journalctl@ceph.mon.b.smithi106.stdout: block_restart_interval: 16 2024-04-18T16:01:33.178 INFO:journalctl@ceph.mon.b.smithi106.stdout: index_block_restart_interval: 1 2024-04-18T16:01:33.178 INFO:journalctl@ceph.mon.b.smithi106.stdout: metadata_block_size: 4096 2024-04-18T16:01:33.178 INFO:journalctl@ceph.mon.b.smithi106.stdout: partition_filters: 0 2024-04-18T16:01:33.178 INFO:journalctl@ceph.mon.b.smithi106.stdout: use_delta_encoding: 1 2024-04-18T16:01:33.178 INFO:journalctl@ceph.mon.b.smithi106.stdout: filter_policy: bloomfilter 2024-04-18T16:01:33.178 INFO:journalctl@ceph.mon.b.smithi106.stdout: whole_key_filtering: 1 2024-04-18T16:01:33.178 INFO:journalctl@ceph.mon.b.smithi106.stdout: verify_compression: 0 2024-04-18T16:01:33.178 INFO:journalctl@ceph.mon.b.smithi106.stdout: read_amp_bytes_per_bit: 0 2024-04-18T16:01:33.178 INFO:journalctl@ceph.mon.b.smithi106.stdout: format_version: 5 2024-04-18T16:01:33.178 INFO:journalctl@ceph.mon.b.smithi106.stdout: enable_index_compression: 1 2024-04-18T16:01:33.178 INFO:journalctl@ceph.mon.b.smithi106.stdout: block_align: 0 2024-04-18T16:01:33.178 INFO:journalctl@ceph.mon.b.smithi106.stdout: max_auto_readahead_size: 262144 2024-04-18T16:01:33.178 INFO:journalctl@ceph.mon.b.smithi106.stdout: prepopulate_block_cache: 0 2024-04-18T16:01:33.179 INFO:journalctl@ceph.mon.b.smithi106.stdout: initial_auto_readahead_size: 8192 2024-04-18T16:01:33.179 INFO:journalctl@ceph.mon.b.smithi106.stdout: num_file_reads_for_auto_readahead: 2 2024-04-18T16:01:33.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.write_buffer_size: 33554432 2024-04-18T16:01:33.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.max_write_buffer_number: 2 2024-04-18T16:01:33.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.compression: NoCompression 2024-04-18T16:01:33.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.bottommost_compression: Disabled 2024-04-18T16:01:33.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.prefix_extractor: nullptr 2024-04-18T16:01:33.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-18T16:01:33.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.num_levels: 7 2024-04-18T16:01:33.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-18T16:01:33.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-18T16:01:33.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-18T16:01:33.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-18T16:01:33.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-18T16:01:33.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-18T16:01:33.179 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-18T16:01:33.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-18T16:01:33.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-18T16:01:33.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-18T16:01:33.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-18T16:01:33.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-18T16:01:33.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-18T16:01:33.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.compression_opts.level: 32767 2024-04-18T16:01:33.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.compression_opts.strategy: 0 2024-04-18T16:01:33.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-18T16:01:33.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-18T16:01:33.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-18T16:01:33.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-18T16:01:33.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.compression_opts.enabled: false 2024-04-18T16:01:33.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-18T16:01:33.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-18T16:01:33.180 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-18T16:01:33.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-18T16:01:33.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.target_file_size_base: 67108864 2024-04-18T16:01:33.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-18T16:01:33.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-18T16:01:33.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-18T16:01:33.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-18T16:01:33.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-18T16:01:33.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-18T16:01:33.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-18T16:01:33.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-18T16:01:33.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-18T16:01:33.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-18T16:01:33.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-18T16:01:33.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-18T16:01:33.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-18T16:01:33.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-18T16:01:33.181 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.arena_block_size: 1048576 2024-04-18T16:01:33.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-18T16:01:33.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-18T16:01:33.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.disable_auto_compactions: 0 2024-04-18T16:01:33.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-18T16:01:33.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-18T16:01:33.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-18T16:01:33.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-18T16:01:33.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-18T16:01:33.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-18T16:01:33.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-18T16:01:33.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-18T16:01:33.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-18T16:01:33.182 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-18T16:01:33.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.table_properties_collectors: 2024-04-18T16:01:33.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.inplace_update_support: 0 2024-04-18T16:01:33.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-18T16:01:33.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-18T16:01:33.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-18T16:01:33.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-18T16:01:33.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.bloom_locality: 0 2024-04-18T16:01:33.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.max_successive_merges: 0 2024-04-18T16:01:33.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-18T16:01:33.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.paranoid_file_checks: 0 2024-04-18T16:01:33.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.force_consistency_checks: 1 2024-04-18T16:01:33.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.report_bg_io_stats: 0 2024-04-18T16:01:33.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.ttl: 2592000 2024-04-18T16:01:33.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-18T16:01:33.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-18T16:01:33.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-18T16:01:33.183 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.enable_blob_files: false 2024-04-18T16:01:33.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.min_blob_size: 0 2024-04-18T16:01:33.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.blob_file_size: 268435456 2024-04-18T16:01:33.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-18T16:01:33.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-18T16:01:33.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-18T16:01:33.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-18T16:01:33.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-18T16:01:33.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.blob_file_starting_level: 0 2024-04-18T16:01:33.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-18T16:01:33.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: 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-18T16:01:33.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-18T16:01:33.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 1dab3c32-75dd-4f3e-ba7d-506b4a87382f 2024-04-18T16:01:33.184 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713456092824160, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-18T16:01:33.185 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-18T16:01:33.185 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713456092824591, "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": 1713456092, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "1dab3c32-75dd-4f3e-ba7d-506b4a87382f", "db_session_id": "K3R8SJBVL3OE31R9ZWYI", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-18T16:01:33.185 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713456092824667, "job": 1, "event": "recovery_finished"} 2024-04-18T16:01:33.185 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-18T16:01:33.185 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: 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-18T16:01:33.185 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5642531ce000 2024-04-18T16:01:33.185 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: DB pointer 0x5642531bc000 2024-04-18T16:01:33.185 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-18T16:01:33.185 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-18T16:01:33.185 INFO:journalctl@ceph.mon.b.smithi106.stdout: ** DB Stats ** 2024-04-18T16:01:33.185 INFO:journalctl@ceph.mon.b.smithi106.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-18T16:01:33.185 INFO:journalctl@ceph.mon.b.smithi106.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-18T16:01:33.185 INFO:journalctl@ceph.mon.b.smithi106.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-18T16:01:33.186 INFO:journalctl@ceph.mon.b.smithi106.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-18T16:01:33.186 INFO:journalctl@ceph.mon.b.smithi106.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-18T16:01:33.186 INFO:journalctl@ceph.mon.b.smithi106.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-18T16:01:33.186 INFO:journalctl@ceph.mon.b.smithi106.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-18T16:01:33.186 INFO:journalctl@ceph.mon.b.smithi106.stdout: 2024-04-18T16:01:33.186 INFO:journalctl@ceph.mon.b.smithi106.stdout: ** Compaction Stats [default] ** 2024-04-18T16:01:33.186 INFO:journalctl@ceph.mon.b.smithi106.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-18T16:01:33.186 INFO:journalctl@ceph.mon.b.smithi106.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-18T16:01:33.186 INFO:journalctl@ceph.mon.b.smithi106.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.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-18T16:01:33.186 INFO:journalctl@ceph.mon.b.smithi106.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.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-18T16:01:33.186 INFO:journalctl@ceph.mon.b.smithi106.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.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-18T16:01:33.186 INFO:journalctl@ceph.mon.b.smithi106.stdout: 2024-04-18T16:01:33.186 INFO:journalctl@ceph.mon.b.smithi106.stdout: ** Compaction Stats [default] ** 2024-04-18T16:01:33.186 INFO:journalctl@ceph.mon.b.smithi106.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-18T16:01:33.186 INFO:journalctl@ceph.mon.b.smithi106.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-18T16:01:33.186 INFO:journalctl@ceph.mon.b.smithi106.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.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-18T16:01:33.187 INFO:journalctl@ceph.mon.b.smithi106.stdout: 2024-04-18T16:01:33.187 INFO:journalctl@ceph.mon.b.smithi106.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-18T16:01:33.187 INFO:journalctl@ceph.mon.b.smithi106.stdout: 2024-04-18T16:01:33.187 INFO:journalctl@ceph.mon.b.smithi106.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-18T16:01:33.187 INFO:journalctl@ceph.mon.b.smithi106.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-18T16:01:33.187 INFO:journalctl@ceph.mon.b.smithi106.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-18T16:01:33.187 INFO:journalctl@ceph.mon.b.smithi106.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-18T16:01:33.187 INFO:journalctl@ceph.mon.b.smithi106.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-18T16:01:33.187 INFO:journalctl@ceph.mon.b.smithi106.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-18T16:01:33.187 INFO:journalctl@ceph.mon.b.smithi106.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-18T16:01:33.187 INFO:journalctl@ceph.mon.b.smithi106.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-18T16:01:33.187 INFO:journalctl@ceph.mon.b.smithi106.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-18T16:01:33.187 INFO:journalctl@ceph.mon.b.smithi106.stdout: Block cache BinnedLRUCache@0x56425312f1f0#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-18T16:01:33.187 INFO:journalctl@ceph.mon.b.smithi106.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-18T16:01:33.187 INFO:journalctl@ceph.mon.b.smithi106.stdout: 2024-04-18T16:01:33.187 INFO:journalctl@ceph.mon.b.smithi106.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-18T16:01:33.187 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-04-18T16:01:33.188 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: using public_addr v2:172.21.15.106:0/0 -> [v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0] 2024-04-18T16:01:33.188 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: starting mon.b rank -1 at public addrs [v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0] at bind addrs [v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 2024-04-18T16:01:33.188 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: mon.b@-1(???) e0 preinit fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 2024-04-18T16:01:33.188 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: mon.b@-1(synchronizing).mds e1 new map 2024-04-18T16:01:33.188 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: mon.b@-1(synchronizing).mds e1 print_map 2024-04-18T16:01:33.188 INFO:journalctl@ceph.mon.b.smithi106.stdout: e1 2024-04-18T16:01:33.188 INFO:journalctl@ceph.mon.b.smithi106.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-18T16:01:33.188 INFO:journalctl@ceph.mon.b.smithi106.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-18T16:01:33.188 INFO:journalctl@ceph.mon.b.smithi106.stdout: legacy client fscid: -1 2024-04-18T16:01:33.188 INFO:journalctl@ceph.mon.b.smithi106.stdout: 2024-04-18T16:01:33.188 INFO:journalctl@ceph.mon.b.smithi106.stdout: No filesystems configured 2024-04-18T16:01:33.188 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-18T16:01:33.188 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: 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-18T16:01:33.188 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-18T16:01:33.188 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-18T16:01:33.189 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-18T16:01:33.189 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-18T16:01:33.189 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-18T16:01:33.189 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-18T16:01:33.189 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-18T16:01:33.189 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-18T16:01:33.189 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:33.189 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.189 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: Added host smithi106 2024-04-18T16:01:33.189 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:01:33.189 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.189 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.189 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.190 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:33.190 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T16:01:33.190 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:33.190 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.190 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.190 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.190 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.190 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi106", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:01:33.190 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:33.190 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:01:33.190 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: Updating smithi106:/etc/ceph/ceph.conf 2024-04-18T16:01:33.190 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: Updating smithi106:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T16:01:33.190 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: Updating smithi106:/etc/ceph/ceph.client.admin.keyring 2024-04-18T16:01:33.190 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.191 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.191 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.191 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: Updating smithi106:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T16:01:33.191 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi171", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:01:33.191 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:33.191 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: Deploying cephadm binary to smithi171 2024-04-18T16:01:33.191 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:33.191 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.191 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: Added host smithi171 2024-04-18T16:01:33.191 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:01:33.191 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.191 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.191 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.191 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:33.191 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T16:01:33.192 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:33.192 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.192 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.192 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.192 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.192 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi171", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:01:33.192 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:33.192 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:01:33.192 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: Updating smithi171:/etc/ceph/ceph.conf 2024-04-18T16:01:33.192 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: Updating smithi171:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T16:01:33.192 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: Updating smithi171:/etc/ceph/ceph.client.admin.keyring 2024-04-18T16:01:33.192 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.192 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.192 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.193 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: Updating smithi171:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T16:01:33.193 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='client.? 172.21.15.80:0/2074544702' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-18T16:01:33.193 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:33.193 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='client.? 172.21.15.80:0/2074544702' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-18T16:01:33.193 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: osdmap e4: 0 total, 0 up, 0 in 2024-04-18T16:01:33.193 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:33.193 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi080:172.21.15.80=a;smithi106:172.21.15.106=b;smithi171:172.21.15.171=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:01:33.193 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: Saving service mon spec with placement smithi080:172.21.15.80=a;smithi106:172.21.15.106=b;smithi171:172.21.15.171=c;count:3 2024-04-18T16:01:33.193 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.193 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:01:33.193 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:33.193 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:01:33.193 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.193 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T16:01:33.194 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:33.194 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: Deploying daemon mon.c on smithi171 2024-04-18T16:01:33.194 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:33.194 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:33.194 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T16:01:33.194 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: mon.a calling monitor election 2024-04-18T16:01:33.194 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:01:33.194 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='client.? 172.21.15.171:0/3571732653' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-18T16:01:33.194 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:01:33.194 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:33.194 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:01:33.194 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: mon.c calling monitor election 2024-04-18T16:01:33.194 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:01:33.195 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:33.195 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:01:33.195 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:01:33.195 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-18T16:01:33.195 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: monmap e2: 2 mons at {a=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0],c=[v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-18T16:01:33.195 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: fsmap 2024-04-18T16:01:33.195 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: osdmap e4: 0 total, 0 up, 0 in 2024-04-18T16:01:33.195 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: mgrmap e13: a(active, since 49s) 2024-04-18T16:01:33.195 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: overall HEALTH_OK 2024-04-18T16:01:33.195 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.195 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.195 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:33.195 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T16:01:33.195 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:33.196 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: Deploying daemon mon.b on smithi106 2024-04-18T16:01:33.196 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:33.196 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:01:33.196 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 ceph-mon[44219]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-04-18T16:01:33.196 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 bash[44181]: c316c8bb43a93919c9b121b950fbf5c4726adb5a852faab30228965f21ba425d 2024-04-18T16:01:33.196 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:32 smithi106 systemd[1]: Started Ceph mon.b for 888ff8dc-fd9c-11ee-bc92-c7b262605968. 2024-04-18T16:01:33.196 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:32 smithi171 ceph-mon[44479]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:33.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:32 smithi080 ceph-mon[39952]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:37.914 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T16:01:37.914 INFO:teuthology.orchestra.run.smithi171.stdout:{"epoch":3,"fsid":"888ff8dc-fd9c-11ee-bc92-c7b262605968","modified":"2024-04-18T16:01:32.853543Z","created":"2024-04-18T15:59:38.156058Z","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.80:3300","nonce":0},{"type":"v1","addr":"172.21.15.80:6789","nonce":0}]},"addr":"172.21.15.80:6789/0","public_addr":"172.21.15.80:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:3300","nonce":0},{"type":"v1","addr":"172.21.15.171:6789","nonce":0}]},"addr":"172.21.15.171:6789/0","public_addr":"172.21.15.171:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:3300","nonce":0},{"type":"v1","addr":"172.21.15.106:6789","nonce":0}]},"addr":"172.21.15.106:6789/0","public_addr":"172.21.15.106:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-04-18T16:01:37.917 INFO:teuthology.orchestra.run.smithi171.stderr:dumped monmap epoch 3 2024-04-18T16:01:38.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:37 smithi106 ceph-mon[44219]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:38.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:37 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T16:01:38.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:37 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:01:38.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:37 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:01:38.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:37 smithi106 ceph-mon[44219]: mon.a calling monitor election 2024-04-18T16:01:38.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:37 smithi106 ceph-mon[44219]: mon.c calling monitor election 2024-04-18T16:01:38.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:37 smithi106 ceph-mon[44219]: from='client.? 172.21.15.171:0/3916638187' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-18T16:01:38.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:37 smithi106 ceph-mon[44219]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:38.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:37 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:01:38.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:37 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:01:38.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:37 smithi106 ceph-mon[44219]: mon.b calling monitor election 2024-04-18T16:01:38.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:37 smithi106 ceph-mon[44219]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:38.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:37 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:01:38.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:37 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:01:38.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:37 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:01:38.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:37 smithi106 ceph-mon[44219]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-18T16:01:38.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:37 smithi106 ceph-mon[44219]: monmap e3: 3 mons at {a=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0],b=[v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0],c=[v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-18T16:01:38.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:37 smithi106 ceph-mon[44219]: fsmap 2024-04-18T16:01:38.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:37 smithi106 ceph-mon[44219]: osdmap e4: 0 total, 0 up, 0 in 2024-04-18T16:01:38.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:37 smithi106 ceph-mon[44219]: mgrmap e13: a(active, since 58s) 2024-04-18T16:01:38.164 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:37 smithi106 ceph-mon[44219]: overall HEALTH_OK 2024-04-18T16:01:38.164 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:37 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:38.164 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:37 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:38.164 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:37 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:38.164 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:37 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:38.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:37 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T16:01:38.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:37 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:01:38.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:37 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:01:38.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:37 smithi171 ceph-mon[44479]: mon.a calling monitor election 2024-04-18T16:01:38.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:37 smithi171 ceph-mon[44479]: mon.c calling monitor election 2024-04-18T16:01:38.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:37 smithi171 ceph-mon[44479]: from='client.? 172.21.15.171:0/3916638187' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-18T16:01:38.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:37 smithi171 ceph-mon[44479]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:38.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:37 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:01:38.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:37 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:01:38.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:37 smithi171 ceph-mon[44479]: mon.b calling monitor election 2024-04-18T16:01:38.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:37 smithi171 ceph-mon[44479]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:38.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:37 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:01:38.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:37 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:01:38.192 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:37 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:01:38.192 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:37 smithi171 ceph-mon[44479]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-18T16:01:38.192 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:37 smithi171 ceph-mon[44479]: monmap e3: 3 mons at {a=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0],b=[v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0],c=[v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-18T16:01:38.192 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:37 smithi171 ceph-mon[44479]: fsmap 2024-04-18T16:01:38.192 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:37 smithi171 ceph-mon[44479]: osdmap e4: 0 total, 0 up, 0 in 2024-04-18T16:01:38.192 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:37 smithi171 ceph-mon[44479]: mgrmap e13: a(active, since 58s) 2024-04-18T16:01:38.192 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:37 smithi171 ceph-mon[44479]: overall HEALTH_OK 2024-04-18T16:01:38.192 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:37 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:38.192 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:37 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:38.192 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:37 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:38.192 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:37 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:38.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:37 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T16:01:38.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:37 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:01:38.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:37 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:01:38.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:37 smithi080 ceph-mon[39952]: mon.a calling monitor election 2024-04-18T16:01:38.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:37 smithi080 ceph-mon[39952]: mon.c calling monitor election 2024-04-18T16:01:38.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:37 smithi080 ceph-mon[39952]: from='client.? 172.21.15.171:0/3916638187' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-18T16:01:38.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:37 smithi080 ceph-mon[39952]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:38.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:37 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:01:38.467 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:37 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:01:38.467 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:37 smithi080 ceph-mon[39952]: mon.b calling monitor election 2024-04-18T16:01:38.467 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:37 smithi080 ceph-mon[39952]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:38.467 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:37 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:01:38.467 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:37 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:01:38.467 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:37 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:01:38.467 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:37 smithi080 ceph-mon[39952]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-18T16:01:38.467 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:37 smithi080 ceph-mon[39952]: monmap e3: 3 mons at {a=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0],b=[v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0],c=[v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-18T16:01:38.467 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:37 smithi080 ceph-mon[39952]: fsmap 2024-04-18T16:01:38.467 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:37 smithi080 ceph-mon[39952]: osdmap e4: 0 total, 0 up, 0 in 2024-04-18T16:01:38.467 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:37 smithi080 ceph-mon[39952]: mgrmap e13: a(active, since 58s) 2024-04-18T16:01:38.467 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:37 smithi080 ceph-mon[39952]: overall HEALTH_OK 2024-04-18T16:01:38.467 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:37 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:38.467 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:37 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:38.467 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:37 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:38.468 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:37 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:38.565 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-18T16:01:38.566 DEBUG:teuthology.orchestra.run.smithi080:> 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 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph config generate-minimal-conf 2024-04-18T16:01:38.804 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:01:39.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:38 smithi106 ceph-mon[44219]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:39.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:38 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:01:39.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:38 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:01:39.266 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:38 smithi080 ceph-mon[39952]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:39.266 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:38 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:01:39.266 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:38 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:01:39.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:38 smithi171 ceph-mon[44479]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:39.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:38 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:01:39.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:38 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:01:40.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:40 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:40 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:40 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:40 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:40 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:40.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:40 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:01:40.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:40 smithi171 ceph-mon[44479]: Updating smithi080:/etc/ceph/ceph.conf 2024-04-18T16:01:40.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:40 smithi171 ceph-mon[44479]: Updating smithi106:/etc/ceph/ceph.conf 2024-04-18T16:01:40.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:40 smithi171 ceph-mon[44479]: Updating smithi171:/etc/ceph/ceph.conf 2024-04-18T16:01:40.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:40 smithi171 ceph-mon[44479]: Updating smithi171:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T16:01:40.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:40 smithi171 ceph-mon[44479]: Updating smithi106:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T16:01:40.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:40 smithi171 ceph-mon[44479]: Updating smithi080:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T16:01:40.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:40 smithi171 ceph-mon[44479]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:40.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:40 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:40 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.442 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:40 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.442 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:40 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.442 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:40 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.442 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:40 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.442 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:40 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.442 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:40 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:40.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:01:40.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:40 smithi080 ceph-mon[39952]: Updating smithi080:/etc/ceph/ceph.conf 2024-04-18T16:01:40.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:40 smithi080 ceph-mon[39952]: Updating smithi106:/etc/ceph/ceph.conf 2024-04-18T16:01:40.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:40 smithi080 ceph-mon[39952]: Updating smithi171:/etc/ceph/ceph.conf 2024-04-18T16:01:40.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:40 smithi080 ceph-mon[39952]: Updating smithi171:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T16:01:40.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:40 smithi080 ceph-mon[39952]: Updating smithi106:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T16:01:40.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:40 smithi080 ceph-mon[39952]: Updating smithi080:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T16:01:40.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:40 smithi080 ceph-mon[39952]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:40.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:40 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:40 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:40 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:40 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:40 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:40.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:40 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:01:40.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:40 smithi106 ceph-mon[44219]: Updating smithi080:/etc/ceph/ceph.conf 2024-04-18T16:01:40.663 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:40 smithi106 ceph-mon[44219]: Updating smithi106:/etc/ceph/ceph.conf 2024-04-18T16:01:40.663 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:40 smithi106 ceph-mon[44219]: Updating smithi171:/etc/ceph/ceph.conf 2024-04-18T16:01:40.663 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:40 smithi106 ceph-mon[44219]: Updating smithi171:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T16:01:40.663 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:40 smithi106 ceph-mon[44219]: Updating smithi106:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T16:01:40.663 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:40 smithi106 ceph-mon[44219]: Updating smithi080:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T16:01:40.663 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:40 smithi106 ceph-mon[44219]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:40.663 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:40 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.663 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:40 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.663 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:40 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.663 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:40 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.663 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:40 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.663 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:40 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.663 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:40 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.663 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:40 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:40.914 INFO:teuthology.orchestra.run.smithi080.stdout:# minimal ceph.conf for 888ff8dc-fd9c-11ee-bc92-c7b262605968 2024-04-18T16:01:40.915 INFO:teuthology.orchestra.run.smithi080.stdout:[global] 2024-04-18T16:01:40.915 INFO:teuthology.orchestra.run.smithi080.stdout: fsid = 888ff8dc-fd9c-11ee-bc92-c7b262605968 2024-04-18T16:01:40.915 INFO:teuthology.orchestra.run.smithi080.stdout: mon_host = [v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0] [v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0] [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] 2024-04-18T16:01:41.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:41 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:41.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:41 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:41.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:41 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:41.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:41 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:41.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:41 smithi080 ceph-mon[39952]: Reconfiguring mon.a (unknown last config time)... 2024-04-18T16:01:41.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:41 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T16:01:41.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:41 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T16:01:41.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:41 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:41.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:41 smithi080 ceph-mon[39952]: Reconfiguring daemon mon.a on smithi080 2024-04-18T16:01:41.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:41 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/1998167' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:41.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:41 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:41.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:41 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:41.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:41 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:41.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:41 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:41.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:41 smithi171 ceph-mon[44479]: Reconfiguring mon.a (unknown last config time)... 2024-04-18T16:01:41.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:41 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T16:01:41.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:41 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T16:01:41.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:41 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:41.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:41 smithi171 ceph-mon[44479]: Reconfiguring daemon mon.a on smithi080 2024-04-18T16:01:41.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:41 smithi171 ceph-mon[44479]: from='client.? 172.21.15.80:0/1998167' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:41.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:41 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:41.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:41 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:41.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:41 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:41.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:41 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:41.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:41 smithi106 ceph-mon[44219]: Reconfiguring mon.a (unknown last config time)... 2024-04-18T16:01:41.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:41 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T16:01:41.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:41 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T16:01:41.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:41 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:41.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:41 smithi106 ceph-mon[44219]: Reconfiguring daemon mon.a on smithi080 2024-04-18T16:01:41.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:41 smithi106 ceph-mon[44219]: from='client.? 172.21.15.80:0/1998167' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:42.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:42 smithi080 ceph-mon[39952]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:42.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:42 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:42.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:42 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:42.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:42 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T16:01:42.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:42 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T16:01:42.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:42 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:42.537 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-18T16:01:42.537 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-04-18T16:01:42.537 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/ceph/ceph.conf 2024-04-18T16:01:42.554 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:42 smithi106 ceph-mon[44219]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:42.554 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:42 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:42.554 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:42 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:42.554 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:42 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T16:01:42.554 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:42 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T16:01:42.554 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:42 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:42.568 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-04-18T16:01:42.569 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-18T16:01:42.635 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-04-18T16:01:42.635 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd of=/etc/ceph/ceph.conf 2024-04-18T16:01:42.669 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-04-18T16:01:42.669 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-18T16:01:42.691 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:42 smithi171 ceph-mon[44479]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:42.691 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:42 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:42.691 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:42 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:42.691 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:42 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T16:01:42.691 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:42 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T16:01:42.691 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:42 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:42.736 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-18T16:01:42.736 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/etc/ceph/ceph.conf 2024-04-18T16:01:42.772 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-18T16:01:42.773 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-18T16:01:42.844 INFO:tasks.cephadm:Adding mgr.a on smithi080 2024-04-18T16:01:42.844 INFO:tasks.cephadm:Adding mgr.b on smithi106 2024-04-18T16:01:42.844 DEBUG:teuthology.orchestra.run.smithi171:> 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 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph orch apply mgr '2;smithi080=a;smithi106=b' 2024-04-18T16:01:43.101 INFO:teuthology.orchestra.run.smithi171.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.c/config 2024-04-18T16:01:43.463 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:43 smithi106 ceph-mon[44219]: Reconfiguring mon.b (monmap changed)... 2024-04-18T16:01:43.463 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:43 smithi106 ceph-mon[44219]: Reconfiguring daemon mon.b on smithi106 2024-04-18T16:01:43.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:43 smithi080 ceph-mon[39952]: Reconfiguring mon.b (monmap changed)... 2024-04-18T16:01:43.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:43 smithi080 ceph-mon[39952]: Reconfiguring daemon mon.b on smithi106 2024-04-18T16:01:43.515 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:43 smithi171 ceph-mon[44479]: Reconfiguring mon.b (monmap changed)... 2024-04-18T16:01:43.515 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:43 smithi171 ceph-mon[44479]: Reconfiguring daemon mon.b on smithi106 2024-04-18T16:01:44.585 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:44 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:44.585 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:44 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:44.585 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:44 smithi171 ceph-mon[44479]: Reconfiguring mon.c (monmap changed)... 2024-04-18T16:01:44.585 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:44 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T16:01:44.585 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:44 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T16:01:44.585 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:44 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:44.585 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:44 smithi171 ceph-mon[44479]: Reconfiguring daemon mon.c on smithi171 2024-04-18T16:01:44.585 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:44 smithi171 ceph-mon[44479]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:44.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:44 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:44.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:44 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:44.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:44 smithi106 ceph-mon[44219]: Reconfiguring mon.c (monmap changed)... 2024-04-18T16:01:44.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:44 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T16:01:44.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:44 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T16:01:44.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:44 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:44.913 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:44 smithi106 ceph-mon[44219]: Reconfiguring daemon mon.c on smithi171 2024-04-18T16:01:44.913 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:44 smithi106 ceph-mon[44219]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:44.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:44 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:44.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:44 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:44.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:44 smithi080 ceph-mon[39952]: Reconfiguring mon.c (monmap changed)... 2024-04-18T16:01:44.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:44 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T16:01:44.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:44 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T16:01:44.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:44 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:44.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:44 smithi080 ceph-mon[39952]: Reconfiguring daemon mon.c on smithi171 2024-04-18T16:01:44.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:44 smithi080 ceph-mon[39952]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:46.028 INFO:teuthology.orchestra.run.smithi171.stdout:Scheduled mgr update... 2024-04-18T16:01:46.602 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:46 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:46.602 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:46 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:46.602 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:46 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:01:46.602 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:46 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:46.603 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:46 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:01:46.603 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:46 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:46.603 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:46 smithi106 ceph-mon[44219]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:46.603 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:46 smithi106 ceph-mon[44219]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi080=a;smithi106=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:01:46.603 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:46 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:46.603 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:46 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:01:46.603 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:46 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:46.603 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:46 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:01:46.603 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:46 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:46.603 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:46 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-18T16:01:46.603 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:46 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-18T16:01:46.603 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:46 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-18T16:01:46.603 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:46 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:46.636 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:46 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:46.636 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:46 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:46.637 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:46 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:01:46.637 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:46 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:46.637 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:46 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:01:46.637 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:46 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:46.637 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:46 smithi171 ceph-mon[44479]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:46.637 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:46 smithi171 ceph-mon[44479]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi080=a;smithi106=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:01:46.637 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:46 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:46.637 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:46 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:01:46.637 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:46 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:46.637 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:46 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:01:46.637 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:46 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:46.637 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:46 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-18T16:01:46.637 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:46 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-18T16:01:46.637 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:46 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-18T16:01:46.638 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:46 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:46.655 DEBUG:teuthology.orchestra.run.smithi106:mgr.b> sudo journalctl -f -n 0 -u ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mgr.b.service 2024-04-18T16:01:46.657 INFO:tasks.cephadm:Deploying OSDs... 2024-04-18T16:01:46.657 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-04-18T16:01:46.657 DEBUG:teuthology.orchestra.run.smithi080:> dd if=/scratch_devs of=/dev/stdout 2024-04-18T16:01:46.676 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-18T16:01:46.677 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/vg_nvme/lv_1 2024-04-18T16:01:46.685 INFO:journalctl@ceph.mgr.b.smithi106.stdout:-- Logs begin at Thu 2024-04-18 15:48:11 UTC. -- 2024-04-18T16:01:46.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:46 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:46.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:46 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:46.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:46 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:01:46.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:46 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:46.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:46 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:01:46.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:46 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:46.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:46 smithi080 ceph-mon[39952]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:46.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:46 smithi080 ceph-mon[39952]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi080=a;smithi106=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:01:46.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:46 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:46.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:46 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:01:46.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:46 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:46.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:46 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:01:46.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:46 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:46.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:46 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-18T16:01:46.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:46 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-18T16:01:46.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:46 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-18T16:01:46.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:46 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:46.735 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-18T16:01:46.735 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T16:01:46.735 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 169152 Links: 1 2024-04-18T16:01:46.735 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T16:01:46.735 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:device_t:s0 2024-04-18T16:01:46.735 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2024-04-18 16:00:53.694257431 +0000 2024-04-18T16:01:46.735 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2024-04-18 15:54:10.028744787 +0000 2024-04-18T16:01:46.735 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2024-04-18 15:54:10.028744787 +0000 2024-04-18T16:01:46.735 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2024-04-18T16:01:46.735 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-18T16:01:46.803 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2024-04-18T16:01:46.804 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2024-04-18T16:01:46.804 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000213971 s, 2.4 MB/s 2024-04-18T16:01:46.805 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-18T16:01:46.866 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/vg_nvme/lv_2 2024-04-18T16:01:46.925 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-18T16:01:46.926 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T16:01:46.926 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 171040 Links: 1 2024-04-18T16:01:46.926 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T16:01:46.926 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:device_t:s0 2024-04-18T16:01:46.926 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2024-04-18 16:00:53.732256593 +0000 2024-04-18T16:01:46.926 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2024-04-18 15:54:10.366737376 +0000 2024-04-18T16:01:46.926 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2024-04-18 15:54:10.366737376 +0000 2024-04-18T16:01:46.926 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2024-04-18T16:01:46.926 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-18T16:01:46.993 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2024-04-18T16:01:46.993 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2024-04-18T16:01:46.993 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000221041 s, 2.3 MB/s 2024-04-18T16:01:46.994 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-18T16:01:47.054 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/vg_nvme/lv_3 2024-04-18T16:01:47.112 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-18T16:01:47.113 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T16:01:47.113 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 169281 Links: 1 2024-04-18T16:01:47.113 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T16:01:47.113 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:device_t:s0 2024-04-18T16:01:47.113 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2024-04-18 16:00:53.770255755 +0000 2024-04-18T16:01:47.113 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2024-04-18 15:54:10.686730359 +0000 2024-04-18T16:01:47.113 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2024-04-18 15:54:10.686730359 +0000 2024-04-18T16:01:47.113 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2024-04-18T16:01:47.113 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-18T16:01:47.178 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2024-04-18T16:01:47.179 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2024-04-18T16:01:47.179 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000184439 s, 2.8 MB/s 2024-04-18T16:01:47.180 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-18T16:01:47.239 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/vg_nvme/lv_4 2024-04-18T16:01:47.296 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-18T16:01:47.297 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T16:01:47.297 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 167504 Links: 1 2024-04-18T16:01:47.297 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T16:01:47.297 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:device_t:s0 2024-04-18T16:01:47.297 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2024-04-18 16:00:53.807254940 +0000 2024-04-18T16:01:47.297 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2024-04-18 15:54:11.038722641 +0000 2024-04-18T16:01:47.297 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2024-04-18 15:54:11.038722641 +0000 2024-04-18T16:01:47.297 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2024-04-18T16:01:47.297 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-18T16:01:47.362 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2024-04-18T16:01:47.362 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2024-04-18T16:01:47.362 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000208954 s, 2.5 MB/s 2024-04-18T16:01:47.363 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-18T16:01:47.422 DEBUG:teuthology.orchestra.run.smithi106:> set -ex 2024-04-18T16:01:47.422 DEBUG:teuthology.orchestra.run.smithi106:> dd if=/scratch_devs of=/dev/stdout 2024-04-18T16:01:47.441 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-18T16:01:47.441 DEBUG:teuthology.orchestra.run.smithi106:> stat /dev/vg_nvme/lv_1 2024-04-18T16:01:47.499 INFO:teuthology.orchestra.run.smithi106.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-18T16:01:47.499 INFO:teuthology.orchestra.run.smithi106.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T16:01:47.499 INFO:teuthology.orchestra.run.smithi106.stdout:Device: 6h/6d Inode: 162667 Links: 1 2024-04-18T16:01:47.499 INFO:teuthology.orchestra.run.smithi106.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T16:01:47.499 INFO:teuthology.orchestra.run.smithi106.stdout:Context: system_u:object_r:device_t:s0 2024-04-18T16:01:47.499 INFO:teuthology.orchestra.run.smithi106.stdout:Access: 2024-04-18 16:01:32.244928501 +0000 2024-04-18T16:01:47.499 INFO:teuthology.orchestra.run.smithi106.stdout:Modify: 2024-04-18 15:54:11.289094994 +0000 2024-04-18T16:01:47.499 INFO:teuthology.orchestra.run.smithi106.stdout:Change: 2024-04-18 15:54:11.289094994 +0000 2024-04-18T16:01:47.499 INFO:teuthology.orchestra.run.smithi106.stdout: Birth: - 2024-04-18T16:01:47.500 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-18T16:01:47.639 INFO:teuthology.orchestra.run.smithi106.stderr:1+0 records in 2024-04-18T16:01:47.639 INFO:teuthology.orchestra.run.smithi106.stderr:1+0 records out 2024-04-18T16:01:47.639 INFO:teuthology.orchestra.run.smithi106.stderr:512 bytes copied, 0.000224984 s, 2.3 MB/s 2024-04-18T16:01:47.640 DEBUG:teuthology.orchestra.run.smithi106:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-18T16:01:47.658 DEBUG:teuthology.orchestra.run.smithi106:> stat /dev/vg_nvme/lv_2 2024-04-18T16:01:47.717 INFO:teuthology.orchestra.run.smithi106.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-18T16:01:47.717 INFO:teuthology.orchestra.run.smithi106.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T16:01:47.717 INFO:teuthology.orchestra.run.smithi106.stdout:Device: 6h/6d Inode: 167334 Links: 1 2024-04-18T16:01:47.718 INFO:teuthology.orchestra.run.smithi106.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T16:01:47.718 INFO:teuthology.orchestra.run.smithi106.stdout:Context: system_u:object_r:device_t:s0 2024-04-18T16:01:47.718 INFO:teuthology.orchestra.run.smithi106.stdout:Access: 2024-04-18 16:01:47.595584273 +0000 2024-04-18T16:01:47.718 INFO:teuthology.orchestra.run.smithi106.stdout:Modify: 2024-04-18 15:54:11.637087207 +0000 2024-04-18T16:01:47.718 INFO:teuthology.orchestra.run.smithi106.stdout:Change: 2024-04-18 15:54:11.637087207 +0000 2024-04-18T16:01:47.718 INFO:teuthology.orchestra.run.smithi106.stdout: Birth: - 2024-04-18T16:01:47.718 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-18T16:01:47.789 INFO:teuthology.orchestra.run.smithi106.stderr:1+0 records in 2024-04-18T16:01:47.790 INFO:teuthology.orchestra.run.smithi106.stderr:1+0 records out 2024-04-18T16:01:47.790 INFO:teuthology.orchestra.run.smithi106.stderr:512 bytes copied, 0.000221215 s, 2.3 MB/s 2024-04-18T16:01:47.791 DEBUG:teuthology.orchestra.run.smithi106:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-18T16:01:47.851 DEBUG:teuthology.orchestra.run.smithi106:> stat /dev/vg_nvme/lv_3 2024-04-18T16:01:47.909 INFO:teuthology.orchestra.run.smithi106.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-18T16:01:47.909 INFO:teuthology.orchestra.run.smithi106.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T16:01:47.909 INFO:teuthology.orchestra.run.smithi106.stdout:Device: 6h/6d Inode: 167406 Links: 1 2024-04-18T16:01:47.909 INFO:teuthology.orchestra.run.smithi106.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T16:01:47.909 INFO:teuthology.orchestra.run.smithi106.stdout:Context: system_u:object_r:device_t:s0 2024-04-18T16:01:47.909 INFO:teuthology.orchestra.run.smithi106.stdout:Access: 2024-04-18 16:01:47.731581224 +0000 2024-04-18T16:01:47.909 INFO:teuthology.orchestra.run.smithi106.stdout:Modify: 2024-04-18 15:54:11.984079442 +0000 2024-04-18T16:01:47.909 INFO:teuthology.orchestra.run.smithi106.stdout:Change: 2024-04-18 15:54:11.984079442 +0000 2024-04-18T16:01:47.909 INFO:teuthology.orchestra.run.smithi106.stdout: Birth: - 2024-04-18T16:01:47.910 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-18T16:01:47.976 INFO:teuthology.orchestra.run.smithi106.stderr:1+0 records in 2024-04-18T16:01:47.976 INFO:teuthology.orchestra.run.smithi106.stderr:1+0 records out 2024-04-18T16:01:47.976 INFO:teuthology.orchestra.run.smithi106.stderr:512 bytes copied, 0.000173101 s, 3.0 MB/s 2024-04-18T16:01:47.977 DEBUG:teuthology.orchestra.run.smithi106:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-18T16:01:48.035 DEBUG:teuthology.orchestra.run.smithi106:> stat /dev/vg_nvme/lv_4 2024-04-18T16:01:48.092 INFO:teuthology.orchestra.run.smithi106.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-18T16:01:48.092 INFO:teuthology.orchestra.run.smithi106.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T16:01:48.092 INFO:teuthology.orchestra.run.smithi106.stdout:Device: 6h/6d Inode: 166735 Links: 1 2024-04-18T16:01:48.092 INFO:teuthology.orchestra.run.smithi106.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T16:01:48.092 INFO:teuthology.orchestra.run.smithi106.stdout:Context: system_u:object_r:device_t:s0 2024-04-18T16:01:48.092 INFO:teuthology.orchestra.run.smithi106.stdout:Access: 2024-04-18 16:01:47.731581224 +0000 2024-04-18T16:01:48.092 INFO:teuthology.orchestra.run.smithi106.stdout:Modify: 2024-04-18 15:54:12.326071789 +0000 2024-04-18T16:01:48.093 INFO:teuthology.orchestra.run.smithi106.stdout:Change: 2024-04-18 15:54:12.326071789 +0000 2024-04-18T16:01:48.093 INFO:teuthology.orchestra.run.smithi106.stdout: Birth: - 2024-04-18T16:01:48.093 DEBUG:teuthology.orchestra.run.smithi106:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-18T16:01:48.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:47 smithi106 ceph-mon[44219]: Saving service mgr spec with placement smithi080=a;smithi106=b;count:2 2024-04-18T16:01:48.146 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:47 smithi106 ceph-mon[44219]: Deploying daemon mgr.b on smithi106 2024-04-18T16:01:48.147 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:47 smithi106 systemd[1]: Starting Ceph mgr.b for 888ff8dc-fd9c-11ee-bc92-c7b262605968... 2024-04-18T16:01:48.159 INFO:teuthology.orchestra.run.smithi106.stderr:1+0 records in 2024-04-18T16:01:48.159 INFO:teuthology.orchestra.run.smithi106.stderr:1+0 records out 2024-04-18T16:01:48.159 INFO:teuthology.orchestra.run.smithi106.stderr:512 bytes copied, 0.000222554 s, 2.3 MB/s 2024-04-18T16:01:48.160 DEBUG:teuthology.orchestra.run.smithi106:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-18T16:01:48.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:47 smithi171 ceph-mon[44479]: Saving service mgr spec with placement smithi080=a;smithi106=b;count:2 2024-04-18T16:01:48.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:47 smithi171 ceph-mon[44479]: Deploying daemon mgr.b on smithi106 2024-04-18T16:01:48.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:47 smithi080 ceph-mon[39952]: Saving service mgr spec with placement smithi080=a;smithi106=b;count:2 2024-04-18T16:01:48.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:47 smithi080 ceph-mon[39952]: Deploying daemon mgr.b on smithi106 2024-04-18T16:01:48.219 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-18T16:01:48.219 DEBUG:teuthology.orchestra.run.smithi171:> dd if=/scratch_devs of=/dev/stdout 2024-04-18T16:01:48.241 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-18T16:01:48.241 DEBUG:teuthology.orchestra.run.smithi171:> stat /dev/vg_nvme/lv_1 2024-04-18T16:01:48.303 INFO:teuthology.orchestra.run.smithi171.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-18T16:01:48.303 INFO:teuthology.orchestra.run.smithi171.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T16:01:48.303 INFO:teuthology.orchestra.run.smithi171.stdout:Device: 6h/6d Inode: 168239 Links: 1 2024-04-18T16:01:48.303 INFO:teuthology.orchestra.run.smithi171.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T16:01:48.303 INFO:teuthology.orchestra.run.smithi171.stdout:Context: system_u:object_r:device_t:s0 2024-04-18T16:01:48.303 INFO:teuthology.orchestra.run.smithi171.stdout:Access: 2024-04-18 16:01:22.953407533 +0000 2024-04-18T16:01:48.303 INFO:teuthology.orchestra.run.smithi171.stdout:Modify: 2024-04-18 15:54:15.219409031 +0000 2024-04-18T16:01:48.304 INFO:teuthology.orchestra.run.smithi171.stdout:Change: 2024-04-18 15:54:15.219409031 +0000 2024-04-18T16:01:48.304 INFO:teuthology.orchestra.run.smithi171.stdout: Birth: - 2024-04-18T16:01:48.304 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-18T16:01:48.375 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records in 2024-04-18T16:01:48.375 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records out 2024-04-18T16:01:48.375 INFO:teuthology.orchestra.run.smithi171.stderr:512 bytes copied, 0.000216288 s, 2.4 MB/s 2024-04-18T16:01:48.376 DEBUG:teuthology.orchestra.run.smithi171:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-18T16:01:48.412 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:48 smithi106 ceph-mgr[45903]: -- 172.21.15.106:0/2828021111 <== mon.2 v2:172.21.15.106:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e99f0381a0 con 0x55e99f00f000 2024-04-18T16:01:48.438 DEBUG:teuthology.orchestra.run.smithi171:> stat /dev/vg_nvme/lv_2 2024-04-18T16:01:48.497 INFO:teuthology.orchestra.run.smithi171.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-18T16:01:48.497 INFO:teuthology.orchestra.run.smithi171.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T16:01:48.497 INFO:teuthology.orchestra.run.smithi171.stdout:Device: 6h/6d Inode: 169102 Links: 1 2024-04-18T16:01:48.497 INFO:teuthology.orchestra.run.smithi171.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T16:01:48.497 INFO:teuthology.orchestra.run.smithi171.stdout:Context: system_u:object_r:device_t:s0 2024-04-18T16:01:48.497 INFO:teuthology.orchestra.run.smithi171.stdout:Access: 2024-04-18 16:01:22.953407533 +0000 2024-04-18T16:01:48.497 INFO:teuthology.orchestra.run.smithi171.stdout:Modify: 2024-04-18 15:54:15.595402082 +0000 2024-04-18T16:01:48.498 INFO:teuthology.orchestra.run.smithi171.stdout:Change: 2024-04-18 15:54:15.595402082 +0000 2024-04-18T16:01:48.498 INFO:teuthology.orchestra.run.smithi171.stdout: Birth: - 2024-04-18T16:01:48.498 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-18T16:01:48.566 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records in 2024-04-18T16:01:48.566 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records out 2024-04-18T16:01:48.566 INFO:teuthology.orchestra.run.smithi171.stderr:512 bytes copied, 0.000206571 s, 2.5 MB/s 2024-04-18T16:01:48.567 DEBUG:teuthology.orchestra.run.smithi171:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-18T16:01:48.627 DEBUG:teuthology.orchestra.run.smithi171:> stat /dev/vg_nvme/lv_3 2024-04-18T16:01:48.684 INFO:teuthology.orchestra.run.smithi171.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-18T16:01:48.685 INFO:teuthology.orchestra.run.smithi171.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T16:01:48.685 INFO:teuthology.orchestra.run.smithi171.stdout:Device: 6h/6d Inode: 162646 Links: 1 2024-04-18T16:01:48.685 INFO:teuthology.orchestra.run.smithi171.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T16:01:48.685 INFO:teuthology.orchestra.run.smithi171.stdout:Context: system_u:object_r:device_t:s0 2024-04-18T16:01:48.685 INFO:teuthology.orchestra.run.smithi171.stdout:Access: 2024-04-18 16:01:22.953407533 +0000 2024-04-18T16:01:48.685 INFO:teuthology.orchestra.run.smithi171.stdout:Modify: 2024-04-18 15:54:15.949395539 +0000 2024-04-18T16:01:48.685 INFO:teuthology.orchestra.run.smithi171.stdout:Change: 2024-04-18 15:54:15.949395539 +0000 2024-04-18T16:01:48.685 INFO:teuthology.orchestra.run.smithi171.stdout: Birth: - 2024-04-18T16:01:48.685 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-18T16:01:48.731 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:48 smithi106 bash[45724]: a05ee1210669c88f0596f7066fed4aa7d78c63b362bfec7fa29c118dc124200c 2024-04-18T16:01:48.731 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:48 smithi106 systemd[1]: Started Ceph mgr.b for 888ff8dc-fd9c-11ee-bc92-c7b262605968. 2024-04-18T16:01:48.731 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:48 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-b[45832]: 2024-04-18T16:01:48.519+0000 7f24de81b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-18T16:01:48.731 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:48 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-b[45832]: 2024-04-18T16:01:48.685+0000 7f24de81b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-18T16:01:48.751 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records in 2024-04-18T16:01:48.751 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records out 2024-04-18T16:01:48.751 INFO:teuthology.orchestra.run.smithi171.stderr:512 bytes copied, 0.00016949 s, 3.0 MB/s 2024-04-18T16:01:48.752 DEBUG:teuthology.orchestra.run.smithi171:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-18T16:01:48.811 DEBUG:teuthology.orchestra.run.smithi171:> stat /dev/vg_nvme/lv_4 2024-04-18T16:01:48.869 INFO:teuthology.orchestra.run.smithi171.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-18T16:01:48.869 INFO:teuthology.orchestra.run.smithi171.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T16:01:48.869 INFO:teuthology.orchestra.run.smithi171.stdout:Device: 6h/6d Inode: 167771 Links: 1 2024-04-18T16:01:48.869 INFO:teuthology.orchestra.run.smithi171.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T16:01:48.869 INFO:teuthology.orchestra.run.smithi171.stdout:Context: system_u:object_r:device_t:s0 2024-04-18T16:01:48.869 INFO:teuthology.orchestra.run.smithi171.stdout:Access: 2024-04-18 16:01:22.953407533 +0000 2024-04-18T16:01:48.869 INFO:teuthology.orchestra.run.smithi171.stdout:Modify: 2024-04-18 15:54:16.297389106 +0000 2024-04-18T16:01:48.869 INFO:teuthology.orchestra.run.smithi171.stdout:Change: 2024-04-18 15:54:16.297389106 +0000 2024-04-18T16:01:48.869 INFO:teuthology.orchestra.run.smithi171.stdout: Birth: - 2024-04-18T16:01:48.869 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-18T16:01:48.935 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records in 2024-04-18T16:01:48.935 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records out 2024-04-18T16:01:48.935 INFO:teuthology.orchestra.run.smithi171.stderr:512 bytes copied, 0.000220924 s, 2.3 MB/s 2024-04-18T16:01:48.936 DEBUG:teuthology.orchestra.run.smithi171:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-18T16:01:48.995 INFO:tasks.cephadm:Deploying osd.0 on smithi080 with /dev/vg_nvme/lv_4... 2024-04-18T16:01:48.995 DEBUG:teuthology.orchestra.run.smithi080:> 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 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-18T16:01:49.023 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:48 smithi080 ceph-mon[39952]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:49.023 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:48 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:49.023 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:48 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:49.023 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:48 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:49.023 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:48 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:49.044 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:48 smithi106 ceph-mon[44219]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:49.044 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:48 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:49.045 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:48 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:49.045 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:48 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:49.045 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:48 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:49.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:48 smithi171 ceph-mon[44479]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:49.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:48 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:49.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:48 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:49.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:48 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:49.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:48 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:49.217 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:01:49.412 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:49 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-b[45832]: 2024-04-18T16:01:49.047+0000 7f24de81b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-18T16:01:49.732 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:49 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-b[45832]: 2024-04-18T16:01:49.573+0000 7f24de81b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-18T16:01:50.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:49 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:01:50.162 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:49 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-b[45832]: 2024-04-18T16:01:49.826+0000 7f24de81b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-18T16:01:50.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:49 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:01:50.200 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:49 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:01:50.662 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:50 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-b[45832]: 2024-04-18T16:01:50.256+0000 7f24de81b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-18T16:01:51.147 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:50 smithi080 ceph-mon[39952]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:51.147 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:50 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:51.147 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:50 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:51.147 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:50 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:51.147 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:50 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:51.147 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:50 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:01:51.147 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:50 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:51.148 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:50 smithi080 ceph-mon[39952]: Reconfiguring mgr.a (unknown last config time)... 2024-04-18T16:01:51.148 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:50 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-18T16:01:51.148 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:50 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-18T16:01:51.148 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:50 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:51.162 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:50 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-b[45832]: 2024-04-18T16:01:50.959+0000 7f24de81b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-18T16:01:51.162 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:51 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-b[45832]: 2024-04-18T16:01:51.043+0000 7f24de81b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-18T16:01:51.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:50 smithi106 ceph-mon[44219]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:51.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:50 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:51.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:50 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:51.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:50 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:51.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:50 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:51.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:50 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:01:51.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:50 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:51.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:50 smithi106 ceph-mon[44219]: Reconfiguring mgr.a (unknown last config time)... 2024-04-18T16:01:51.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:50 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-18T16:01:51.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:50 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-18T16:01:51.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:50 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:51.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:50 smithi171 ceph-mon[44479]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:51.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:50 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:51.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:50 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:51.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:50 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:51.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:50 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:51.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:50 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:01:51.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:50 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:51.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:50 smithi171 ceph-mon[44479]: Reconfiguring mgr.a (unknown last config time)... 2024-04-18T16:01:51.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:50 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-18T16:01:51.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:50 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-18T16:01:51.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:50 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:51.352 INFO:teuthology.orchestra.run.smithi080.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-18T16:01:51.352 INFO:teuthology.orchestra.run.smithi080.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-18T16:01:51.352 INFO:teuthology.orchestra.run.smithi080.stderr: stderr: 10+0 records in 2024-04-18T16:01:51.352 INFO:teuthology.orchestra.run.smithi080.stderr:10+0 records out 2024-04-18T16:01:51.352 INFO:teuthology.orchestra.run.smithi080.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0110961 s, 945 MB/s 2024-04-18T16:01:51.352 INFO:teuthology.orchestra.run.smithi080.stderr:--> Zapping successful for: 2024-04-18T16:01:51.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:51 smithi106 ceph-mon[44219]: Reconfiguring daemon mgr.a on smithi080 2024-04-18T16:01:51.912 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:51 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-b[45832]: 2024-04-18T16:01:51.630+0000 7f24de81b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-18T16:01:51.912 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:51 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-b[45832]: 2024-04-18T16:01:51.715+0000 7f24de81b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-18T16:01:51.912 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:51 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-b[45832]: 2024-04-18T16:01:51.802+0000 7f24de81b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-18T16:01:52.084 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:51 smithi080 ceph-mon[39952]: Reconfiguring daemon mgr.a on smithi080 2024-04-18T16:01:52.101 DEBUG:teuthology.orchestra.run.smithi080:> 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 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi080:vg_nvme/lv_4 2024-04-18T16:01:52.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:51 smithi171 ceph-mon[44479]: Reconfiguring daemon mgr.a on smithi080 2024-04-18T16:01:52.412 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:52 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-b[45832]: 2024-04-18T16:01:52.031+0000 7f24de81b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-18T16:01:52.412 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:52 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-b[45832]: 2024-04-18T16:01:52.122+0000 7f24de81b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-18T16:01:52.412 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:52 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-b[45832]: 2024-04-18T16:01:52.213+0000 7f24de81b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-18T16:01:52.716 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:52 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-b[45832]: 2024-04-18T16:01:52.443+0000 7f24de81b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-18T16:01:52.716 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:52 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-b[45832]: 2024-04-18T16:01:52.536+0000 7f24de81b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-18T16:01:52.796 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:01:52.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:52 smithi080 ceph-mon[39952]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:52.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:52 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:52.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:52 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:52.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:52 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:01:52.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:52 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:52.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:52 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:01:52.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:52 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:52.978 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:52 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-b[45832]: 2024-04-18T16:01:52.718+0000 7f24de81b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-18T16:01:52.979 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:52 smithi106 ceph-mon[44219]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:52.979 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:52 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:52.979 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:52 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:52.979 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:52 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:01:52.979 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:52 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:52.979 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:52 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:01:52.979 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:52 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:53.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:52 smithi171 ceph-mon[44479]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:53.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:52 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:53.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:52 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:53.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:52 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:01:53.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:52 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:53.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:52 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:01:53.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:52 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:01:53.412 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:52 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-b[45832]: 2024-04-18T16:01:52.981+0000 7f24de81b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-18T16:01:53.912 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:53 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-b[45832]: 2024-04-18T16:01:53.553+0000 7f24de81b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-18T16:01:53.912 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:53 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-b[45832]: 2024-04-18T16:01:53.761+0000 7f24de81b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-18T16:01:54.412 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:53 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-b[45832]: 2024-04-18T16:01:53.952+0000 7f24de81b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-18T16:01:54.912 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:54 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-b[45832]: 2024-04-18T16:01:54.625+0000 7f24de81b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-18T16:01:54.912 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:54 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-b[45832]: 2024-04-18T16:01:54.820+0000 7f24de81b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-18T16:01:54.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:54 smithi106 ceph-mon[44219]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:54.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:54 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T16:01:54.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:54 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T16:01:54.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:54 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:55.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:54 smithi171 ceph-mon[44479]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:55.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:54 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T16:01:55.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:54 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T16:01:55.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:54 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:55.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:54 smithi080 ceph-mon[39952]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:55.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:54 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T16:01:55.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:54 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T16:01:55.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:54 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:01:55.412 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:55 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-b[45832]: 2024-04-18T16:01:54.999+0000 7f24de81b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-18T16:01:55.412 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:01:55 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-b[45832]: 2024-04-18T16:01:55.113+0000 7f24de81b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-18T16:01:56.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:55 smithi106 ceph-mon[44219]: from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi080:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:01:56.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:55 smithi106 ceph-mon[44219]: Standby manager daemon b started 2024-04-18T16:01:56.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:55 smithi106 ceph-mon[44219]: from='mgr.? 172.21.15.106:0/1040874298' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-18T16:01:56.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:55 smithi106 ceph-mon[44219]: from='mgr.? 172.21.15.106:0/1040874298' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-18T16:01:56.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:55 smithi106 ceph-mon[44219]: from='mgr.? 172.21.15.106:0/1040874298' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-18T16:01:56.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:55 smithi106 ceph-mon[44219]: from='mgr.? 172.21.15.106:0/1040874298' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-18T16:01:56.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:55 smithi171 ceph-mon[44479]: from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi080:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:01:56.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:55 smithi171 ceph-mon[44479]: Standby manager daemon b started 2024-04-18T16:01:56.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:55 smithi171 ceph-mon[44479]: from='mgr.? 172.21.15.106:0/1040874298' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-18T16:01:56.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:55 smithi171 ceph-mon[44479]: from='mgr.? 172.21.15.106:0/1040874298' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-18T16:01:56.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:55 smithi171 ceph-mon[44479]: from='mgr.? 172.21.15.106:0/1040874298' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-18T16:01:56.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:55 smithi171 ceph-mon[44479]: from='mgr.? 172.21.15.106:0/1040874298' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-18T16:01:56.194 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:55 smithi080 ceph-mon[39952]: from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi080:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:01:56.194 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:55 smithi080 ceph-mon[39952]: Standby manager daemon b started 2024-04-18T16:01:56.194 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:55 smithi080 ceph-mon[39952]: from='mgr.? 172.21.15.106:0/1040874298' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-18T16:01:56.195 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:55 smithi080 ceph-mon[39952]: from='mgr.? 172.21.15.106:0/1040874298' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-18T16:01:56.195 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:55 smithi080 ceph-mon[39952]: from='mgr.? 172.21.15.106:0/1040874298' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-18T16:01:56.195 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:55 smithi080 ceph-mon[39952]: from='mgr.? 172.21.15.106:0/1040874298' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-18T16:01:57.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:56 smithi106 ceph-mon[44219]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:57.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:56 smithi106 ceph-mon[44219]: mgrmap e14: a(active, since 76s), standbys: b 2024-04-18T16:01:57.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:56 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-18T16:01:57.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:56 smithi171 ceph-mon[44479]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:57.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:56 smithi171 ceph-mon[44479]: mgrmap e14: a(active, since 76s), standbys: b 2024-04-18T16:01:57.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:56 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-18T16:01:57.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:56 smithi080 ceph-mon[39952]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:57.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:56 smithi080 ceph-mon[39952]: mgrmap e14: a(active, since 76s), standbys: b 2024-04-18T16:01:57.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:56 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-18T16:01:58.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:57 smithi106 ceph-mon[44219]: from='client.? 172.21.15.80:0/553047823' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67bc4a13-9a97-440f-bc5f-09dfc99173e0"}]: dispatch 2024-04-18T16:01:58.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:57 smithi106 ceph-mon[44219]: from='client.? 172.21.15.80:0/553047823' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "67bc4a13-9a97-440f-bc5f-09dfc99173e0"}]': finished 2024-04-18T16:01:58.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:57 smithi106 ceph-mon[44219]: osdmap e5: 1 total, 0 up, 1 in 2024-04-18T16:01:58.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:57 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T16:01:58.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:57 smithi171 ceph-mon[44479]: from='client.? 172.21.15.80:0/553047823' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67bc4a13-9a97-440f-bc5f-09dfc99173e0"}]: dispatch 2024-04-18T16:01:58.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:57 smithi171 ceph-mon[44479]: from='client.? 172.21.15.80:0/553047823' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "67bc4a13-9a97-440f-bc5f-09dfc99173e0"}]': finished 2024-04-18T16:01:58.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:57 smithi171 ceph-mon[44479]: osdmap e5: 1 total, 0 up, 1 in 2024-04-18T16:01:58.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:57 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T16:01:58.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:57 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/553047823' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67bc4a13-9a97-440f-bc5f-09dfc99173e0"}]: dispatch 2024-04-18T16:01:58.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:57 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/553047823' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "67bc4a13-9a97-440f-bc5f-09dfc99173e0"}]': finished 2024-04-18T16:01:58.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:57 smithi080 ceph-mon[39952]: osdmap e5: 1 total, 0 up, 1 in 2024-04-18T16:01:58.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:57 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T16:01:59.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:58 smithi106 ceph-mon[44219]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:59.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:01:58 smithi106 ceph-mon[44219]: from='client.? 172.21.15.80:0/233507994' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T16:01:59.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:58 smithi171 ceph-mon[44479]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:59.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:01:58 smithi171 ceph-mon[44479]: from='client.? 172.21.15.80:0/233507994' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T16:01:59.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:58 smithi080 ceph-mon[39952]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:01:59.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:01:58 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/233507994' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T16:02:01.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:00 smithi106 ceph-mon[44219]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:02:01.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:00 smithi171 ceph-mon[44479]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:02:01.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:00 smithi080 ceph-mon[39952]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:02:02.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:02 smithi080 ceph-mon[39952]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:02:03.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:02 smithi106 ceph-mon[44219]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:02:03.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:02 smithi171 ceph-mon[44479]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:02:03.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:03 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-18T16:02:03.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:03 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:04.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:03 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-18T16:02:04.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:03 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:04.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:03 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-18T16:02:04.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:03 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:05.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:04 smithi106 ceph-mon[44219]: Deploying daemon osd.0 on smithi080 2024-04-18T16:02:05.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:04 smithi106 ceph-mon[44219]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:02:05.181 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:04 smithi080 ceph-mon[39952]: Deploying daemon osd.0 on smithi080 2024-04-18T16:02:05.182 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:04 smithi080 ceph-mon[39952]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:02:05.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:04 smithi171 ceph-mon[44479]: Deploying daemon osd.0 on smithi080 2024-04-18T16:02:05.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:04 smithi171 ceph-mon[44479]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:02:07.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:06 smithi106 ceph-mon[44219]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:02:07.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:06 smithi171 ceph-mon[44479]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:02:07.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:06 smithi080 ceph-mon[39952]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:02:09.124 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:08 smithi080 ceph-mon[39952]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:02:09.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:08 smithi106 ceph-mon[44219]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:02:09.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:08 smithi171 ceph-mon[44479]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:02:10.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:10 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:10.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:10 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:10.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:10 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:02:10.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:10 smithi171 ceph-mon[44479]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:02:10.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:10 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:10.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:10 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:10.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:10 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:02:10.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:10 smithi080 ceph-mon[39952]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:02:10.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:10 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:10.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:10 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:10.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:10 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:02:10.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:10 smithi106 ceph-mon[44219]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:02:12.617 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:12 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:12.617 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:12 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:12.723 INFO:teuthology.orchestra.run.smithi080.stdout:Created osd(s) 0 on host 'smithi080' 2024-04-18T16:02:12.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:12 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:12.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:12 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:12.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:12 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:12.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:12 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:02:12.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:12 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:12.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:12 smithi106 ceph-mon[44219]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:02:12.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:12 smithi106 ceph-mon[44219]: from='osd.0 [v2:172.21.15.80:6802/434508929,v1:172.21.15.80:6803/434508929]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-18T16:02:12.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:12 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:12.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:12 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:12.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:12 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:12.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:12 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:02:12.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:12 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:12.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:12 smithi171 ceph-mon[44479]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:02:12.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:12 smithi171 ceph-mon[44479]: from='osd.0 [v2:172.21.15.80:6802/434508929,v1:172.21.15.80:6803/434508929]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-18T16:02:12.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:12 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:12.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:12 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:02:12.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:12 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:12.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:12 smithi080 ceph-mon[39952]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:02:12.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:12 smithi080 ceph-mon[39952]: from='osd.0 [v2:172.21.15.80:6802/434508929,v1:172.21.15.80:6803/434508929]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-18T16:02:13.443 DEBUG:teuthology.orchestra.run.smithi080:osd.0> sudo journalctl -f -n 0 -u ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@osd.0.service 2024-04-18T16:02:13.445 INFO:tasks.cephadm:Deploying osd.1 on smithi080 with /dev/vg_nvme/lv_3... 2024-04-18T16:02:13.445 DEBUG:teuthology.orchestra.run.smithi080:> 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 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-18T16:02:13.477 INFO:journalctl@ceph.osd.0.smithi080.stdout:-- Logs begin at Thu 2024-04-18 15:48:23 UTC. -- 2024-04-18T16:02:13.707 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:13 smithi080 ceph-mon[39952]: from='osd.0 [v2:172.21.15.80:6802/434508929,v1:172.21.15.80:6803/434508929]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-18T16:02:13.707 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:13 smithi080 ceph-mon[39952]: osdmap e6: 1 total, 0 up, 1 in 2024-04-18T16:02:13.707 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:13 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T16:02:13.707 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:13 smithi080 ceph-mon[39952]: from='osd.0 [v2:172.21.15.80:6802/434508929,v1:172.21.15.80:6803/434508929]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-04-18T16:02:13.707 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:13 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:13.707 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:13 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:13.707 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:13 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:02:13.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:13 smithi106 ceph-mon[44219]: from='osd.0 [v2:172.21.15.80:6802/434508929,v1:172.21.15.80:6803/434508929]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-18T16:02:13.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:13 smithi106 ceph-mon[44219]: osdmap e6: 1 total, 0 up, 1 in 2024-04-18T16:02:13.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:13 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T16:02:13.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:13 smithi106 ceph-mon[44219]: from='osd.0 [v2:172.21.15.80:6802/434508929,v1:172.21.15.80:6803/434508929]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-04-18T16:02:13.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:13 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:13.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:13 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:13.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:13 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:02:13.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:13 smithi171 ceph-mon[44479]: from='osd.0 [v2:172.21.15.80:6802/434508929,v1:172.21.15.80:6803/434508929]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-18T16:02:13.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:13 smithi171 ceph-mon[44479]: osdmap e6: 1 total, 0 up, 1 in 2024-04-18T16:02:13.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:13 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T16:02:13.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:13 smithi171 ceph-mon[44479]: from='osd.0 [v2:172.21.15.80:6802/434508929,v1:172.21.15.80:6803/434508929]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-04-18T16:02:13.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:13 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:13.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:13 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:13.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:13 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:02:14.215 INFO:journalctl@ceph.osd.0.smithi080.stdout:Apr 18 16:02:14 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-0[58793]: 2024-04-18T16:02:14.068+0000 7ff6fc95f700 -1 osd.0 0 waiting for initial osdmap 2024-04-18T16:02:14.215 INFO:journalctl@ceph.osd.0.smithi080.stdout:Apr 18 16:02:14 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-0[58793]: 2024-04-18T16:02:14.071+0000 7ff6f474c700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-18T16:02:14.832 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:14 smithi080 ceph-mon[39952]: from='osd.0 [v2:172.21.15.80:6802/434508929,v1:172.21.15.80:6803/434508929]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2024-04-18T16:02:14.832 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:14 smithi080 ceph-mon[39952]: osdmap e7: 1 total, 0 up, 1 in 2024-04-18T16:02:14.832 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:14 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T16:02:14.832 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:14 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T16:02:14.832 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:14 smithi080 ceph-mon[39952]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:02:14.832 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:14 smithi080 ceph-mon[39952]: from='osd.0 [v2:172.21.15.80:6802/434508929,v1:172.21.15.80:6803/434508929]' entity='osd.0' 2024-04-18T16:02:14.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:14 smithi106 ceph-mon[44219]: from='osd.0 [v2:172.21.15.80:6802/434508929,v1:172.21.15.80:6803/434508929]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2024-04-18T16:02:14.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:14 smithi106 ceph-mon[44219]: osdmap e7: 1 total, 0 up, 1 in 2024-04-18T16:02:14.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:14 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T16:02:14.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:14 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T16:02:14.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:14 smithi106 ceph-mon[44219]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:02:14.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:14 smithi106 ceph-mon[44219]: from='osd.0 [v2:172.21.15.80:6802/434508929,v1:172.21.15.80:6803/434508929]' entity='osd.0' 2024-04-18T16:02:14.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:14 smithi171 ceph-mon[44479]: from='osd.0 [v2:172.21.15.80:6802/434508929,v1:172.21.15.80:6803/434508929]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2024-04-18T16:02:14.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:14 smithi171 ceph-mon[44479]: osdmap e7: 1 total, 0 up, 1 in 2024-04-18T16:02:14.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:14 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T16:02:14.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:14 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T16:02:14.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:14 smithi171 ceph-mon[44479]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T16:02:14.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:14 smithi171 ceph-mon[44479]: from='osd.0 [v2:172.21.15.80:6802/434508929,v1:172.21.15.80:6803/434508929]' entity='osd.0' 2024-04-18T16:02:15.095 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:02:15.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:15 smithi106 ceph-mon[44219]: purged_snaps scrub starts 2024-04-18T16:02:15.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:15 smithi106 ceph-mon[44219]: purged_snaps scrub ok 2024-04-18T16:02:15.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:15 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T16:02:15.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:15 smithi106 ceph-mon[44219]: osd.0 [v2:172.21.15.80:6802/434508929,v1:172.21.15.80:6803/434508929] boot 2024-04-18T16:02:15.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:15 smithi106 ceph-mon[44219]: osdmap e8: 1 total, 1 up, 1 in 2024-04-18T16:02:15.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:15 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T16:02:15.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:15 smithi171 ceph-mon[44479]: purged_snaps scrub starts 2024-04-18T16:02:15.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:15 smithi171 ceph-mon[44479]: purged_snaps scrub ok 2024-04-18T16:02:15.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:15 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T16:02:15.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:15 smithi171 ceph-mon[44479]: osd.0 [v2:172.21.15.80:6802/434508929,v1:172.21.15.80:6803/434508929] boot 2024-04-18T16:02:15.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:15 smithi171 ceph-mon[44479]: osdmap e8: 1 total, 1 up, 1 in 2024-04-18T16:02:15.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:15 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T16:02:15.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:15 smithi080 ceph-mon[39952]: purged_snaps scrub starts 2024-04-18T16:02:15.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:15 smithi080 ceph-mon[39952]: purged_snaps scrub ok 2024-04-18T16:02:15.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T16:02:15.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:15 smithi080 ceph-mon[39952]: osd.0 [v2:172.21.15.80:6802/434508929,v1:172.21.15.80:6803/434508929] boot 2024-04-18T16:02:15.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:15 smithi080 ceph-mon[39952]: osdmap e8: 1 total, 1 up, 1 in 2024-04-18T16:02:15.966 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T16:02:16.889 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:16 smithi080 ceph-mon[39952]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:16.889 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:16 smithi080 ceph-mon[39952]: osdmap e9: 1 total, 1 up, 1 in 2024-04-18T16:02:16.890 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:16 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:16.890 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:16 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:16.890 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:16 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:02:16.890 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:16 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:16.890 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:16 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:16.890 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:16 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:02:16.890 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:16 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:16.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:16 smithi106 ceph-mon[44219]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:16.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:16 smithi106 ceph-mon[44219]: osdmap e9: 1 total, 1 up, 1 in 2024-04-18T16:02:16.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:16 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:16.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:16 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:16.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:16 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:02:16.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:16 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:16.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:16 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:16.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:16 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:02:16.913 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:16 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:16.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:16 smithi171 ceph-mon[44479]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:16.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:16 smithi171 ceph-mon[44479]: osdmap e9: 1 total, 1 up, 1 in 2024-04-18T16:02:16.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:16 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:16.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:16 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:16.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:16 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:02:16.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:16 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:16.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:16 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:16.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:16 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:02:16.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:16 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:17.747 INFO:teuthology.orchestra.run.smithi080.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-18T16:02:17.747 INFO:teuthology.orchestra.run.smithi080.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-18T16:02:17.747 INFO:teuthology.orchestra.run.smithi080.stderr: stderr: 10+0 records in 2024-04-18T16:02:17.748 INFO:teuthology.orchestra.run.smithi080.stderr:10+0 records out 2024-04-18T16:02:17.748 INFO:teuthology.orchestra.run.smithi080.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0112246 s, 934 MB/s 2024-04-18T16:02:17.748 INFO:teuthology.orchestra.run.smithi080.stderr:--> Zapping successful for: 2024-04-18T16:02:17.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:17 smithi106 ceph-mon[44219]: Detected new or changed devices on smithi080 2024-04-18T16:02:17.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:17 smithi106 ceph-mon[44219]: Adjusting osd_memory_target on smithi080 to 17122M 2024-04-18T16:02:17.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:17 smithi171 ceph-mon[44479]: Detected new or changed devices on smithi080 2024-04-18T16:02:17.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:17 smithi171 ceph-mon[44479]: Adjusting osd_memory_target on smithi080 to 17122M 2024-04-18T16:02:17.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:17 smithi080 ceph-mon[39952]: Detected new or changed devices on smithi080 2024-04-18T16:02:17.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:17 smithi080 ceph-mon[39952]: Adjusting osd_memory_target on smithi080 to 17122M 2024-04-18T16:02:18.482 DEBUG:teuthology.orchestra.run.smithi080:> 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 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi080:vg_nvme/lv_3 2024-04-18T16:02:18.702 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:02:18.714 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:18 smithi080 ceph-mon[39952]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:18.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:18 smithi106 ceph-mon[44219]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:18.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:18 smithi171 ceph-mon[44479]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:21.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:20 smithi106 ceph-mon[44219]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:21.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:20 smithi171 ceph-mon[44479]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:21.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:20 smithi080 ceph-mon[39952]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:22.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:21 smithi106 ceph-mon[44219]: from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi080:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:02:22.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:21 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T16:02:22.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:21 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T16:02:22.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:21 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:22.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:21 smithi171 ceph-mon[44479]: from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi080:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:02:22.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:21 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T16:02:22.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:21 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T16:02:22.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:21 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:22.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:21 smithi080 ceph-mon[39952]: from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi080:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:02:22.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:21 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T16:02:22.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:21 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T16:02:22.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:21 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:23.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:22 smithi106 ceph-mon[44219]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:23.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:22 smithi171 ceph-mon[44479]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:23.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:22 smithi080 ceph-mon[39952]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:24.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:23 smithi106 ceph-mon[44219]: from='client.? 172.21.15.80:0/174653426' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "547a2718-58f4-46bb-9653-fdef9aca40be"}]: dispatch 2024-04-18T16:02:24.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:23 smithi106 ceph-mon[44219]: from='client.? 172.21.15.80:0/174653426' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "547a2718-58f4-46bb-9653-fdef9aca40be"}]': finished 2024-04-18T16:02:24.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:23 smithi106 ceph-mon[44219]: osdmap e10: 2 total, 1 up, 2 in 2024-04-18T16:02:24.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:23 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T16:02:24.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:23 smithi171 ceph-mon[44479]: from='client.? 172.21.15.80:0/174653426' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "547a2718-58f4-46bb-9653-fdef9aca40be"}]: dispatch 2024-04-18T16:02:24.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:23 smithi171 ceph-mon[44479]: from='client.? 172.21.15.80:0/174653426' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "547a2718-58f4-46bb-9653-fdef9aca40be"}]': finished 2024-04-18T16:02:24.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:23 smithi171 ceph-mon[44479]: osdmap e10: 2 total, 1 up, 2 in 2024-04-18T16:02:24.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:23 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T16:02:24.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:23 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/174653426' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "547a2718-58f4-46bb-9653-fdef9aca40be"}]: dispatch 2024-04-18T16:02:24.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:23 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/174653426' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "547a2718-58f4-46bb-9653-fdef9aca40be"}]': finished 2024-04-18T16:02:24.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:23 smithi080 ceph-mon[39952]: osdmap e10: 2 total, 1 up, 2 in 2024-04-18T16:02:24.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:23 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T16:02:25.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:24 smithi106 ceph-mon[44219]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:25.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:24 smithi106 ceph-mon[44219]: from='client.? 172.21.15.80:0/2638833306' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T16:02:25.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:24 smithi171 ceph-mon[44479]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:25.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:24 smithi171 ceph-mon[44479]: from='client.? 172.21.15.80:0/2638833306' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T16:02:25.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:24 smithi080 ceph-mon[39952]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:25.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:24 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/2638833306' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T16:02:27.080 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:26 smithi080 ceph-mon[39952]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:27.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:26 smithi106 ceph-mon[44219]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:27.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:26 smithi171 ceph-mon[44479]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:29.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:28 smithi106 ceph-mon[44219]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:29.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:28 smithi171 ceph-mon[44479]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:29.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:28 smithi080 ceph-mon[39952]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:31.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:30 smithi106 ceph-mon[44219]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:31.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:30 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-18T16:02:31.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:30 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:31.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:30 smithi106 ceph-mon[44219]: Deploying daemon osd.1 on smithi080 2024-04-18T16:02:31.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:30 smithi171 ceph-mon[44479]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:31.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:30 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-18T16:02:31.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:30 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:31.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:30 smithi171 ceph-mon[44479]: Deploying daemon osd.1 on smithi080 2024-04-18T16:02:31.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:30 smithi080 ceph-mon[39952]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:31.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:30 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-18T16:02:31.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:30 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:31.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:30 smithi080 ceph-mon[39952]: Deploying daemon osd.1 on smithi080 2024-04-18T16:02:32.899 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:32 smithi080 ceph-mon[39952]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:33.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:32 smithi106 ceph-mon[44219]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:33.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:32 smithi171 ceph-mon[44479]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:34.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:34 smithi080 ceph-mon[39952]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:35.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:34 smithi106 ceph-mon[44219]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:35.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:34 smithi171 ceph-mon[44479]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:36.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:36 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:36.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:36 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:36.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:36 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:02:36.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:36 smithi106 ceph-mon[44219]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:36.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:36 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:36.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:36 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:36.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:36 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:02:36.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:36 smithi171 ceph-mon[44479]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:36.964 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:36 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:36.964 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:36 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:36.964 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:36 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:02:36.964 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:36 smithi080 ceph-mon[39952]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:39.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:38 smithi106 ceph-mon[44219]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:39.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:38 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:39.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:38 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:39.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:38 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:39.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:38 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:02:39.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:38 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:39.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:38 smithi106 ceph-mon[44219]: from='osd.1 [v2:172.21.15.80:6810/4236397609,v1:172.21.15.80:6811/4236397609]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-18T16:02:39.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:38 smithi171 ceph-mon[44479]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:39.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:38 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:39.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:38 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:39.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:38 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:39.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:38 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:02:39.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:38 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:39.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:38 smithi171 ceph-mon[44479]: from='osd.1 [v2:172.21.15.80:6810/4236397609,v1:172.21.15.80:6811/4236397609]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-18T16:02:39.204 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:38 smithi080 ceph-mon[39952]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:39.204 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:38 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:39.204 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:38 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:39.204 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:38 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:39.204 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:38 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:02:39.205 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:38 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:39.205 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:38 smithi080 ceph-mon[39952]: from='osd.1 [v2:172.21.15.80:6810/4236397609,v1:172.21.15.80:6811/4236397609]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-18T16:02:39.232 INFO:teuthology.orchestra.run.smithi080.stdout:Created osd(s) 1 on host 'smithi080' 2024-04-18T16:02:39.981 DEBUG:teuthology.orchestra.run.smithi080:osd.1> sudo journalctl -f -n 0 -u ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@osd.1.service 2024-04-18T16:02:39.983 INFO:tasks.cephadm:Deploying osd.2 on smithi106 with /dev/vg_nvme/lv_4... 2024-04-18T16:02:39.983 DEBUG:teuthology.orchestra.run.smithi106:> 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 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-18T16:02:40.015 INFO:journalctl@ceph.osd.1.smithi080.stdout:-- Logs begin at Thu 2024-04-18 15:48:23 UTC. -- 2024-04-18T16:02:40.208 INFO:teuthology.orchestra.run.smithi106.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.b/config 2024-04-18T16:02:40.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:40 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:40.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:40 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:40.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:40 smithi106 ceph-mon[44219]: from='osd.1 [v2:172.21.15.80:6810/4236397609,v1:172.21.15.80:6811/4236397609]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-18T16:02:40.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:40 smithi106 ceph-mon[44219]: osdmap e11: 2 total, 1 up, 2 in 2024-04-18T16:02:40.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:40 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T16:02:40.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:40 smithi106 ceph-mon[44219]: from='osd.1 [v2:172.21.15.80:6810/4236397609,v1:172.21.15.80:6811/4236397609]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-04-18T16:02:40.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:40 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:02:40.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:40 smithi106 ceph-mon[44219]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:40.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:40 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:40.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:40 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:40.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:40 smithi171 ceph-mon[44479]: from='osd.1 [v2:172.21.15.80:6810/4236397609,v1:172.21.15.80:6811/4236397609]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-18T16:02:40.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:40 smithi171 ceph-mon[44479]: osdmap e11: 2 total, 1 up, 2 in 2024-04-18T16:02:40.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:40 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T16:02:40.691 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:40 smithi171 ceph-mon[44479]: from='osd.1 [v2:172.21.15.80:6810/4236397609,v1:172.21.15.80:6811/4236397609]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-04-18T16:02:40.691 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:40 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:02:40.691 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:40 smithi171 ceph-mon[44479]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:40.703 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:40.703 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:40.703 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:40 smithi080 ceph-mon[39952]: from='osd.1 [v2:172.21.15.80:6810/4236397609,v1:172.21.15.80:6811/4236397609]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-18T16:02:40.703 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:40 smithi080 ceph-mon[39952]: osdmap e11: 2 total, 1 up, 2 in 2024-04-18T16:02:40.703 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T16:02:40.703 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:40 smithi080 ceph-mon[39952]: from='osd.1 [v2:172.21.15.80:6810/4236397609,v1:172.21.15.80:6811/4236397609]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-04-18T16:02:40.703 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:02:40.703 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:40 smithi080 ceph-mon[39952]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:40.965 INFO:journalctl@ceph.osd.1.smithi080.stdout:Apr 18 16:02:40 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-1[65854]: 2024-04-18T16:02:40.704+0000 7ff03a859700 -1 osd.1 0 waiting for initial osdmap 2024-04-18T16:02:40.965 INFO:journalctl@ceph.osd.1.smithi080.stdout:Apr 18 16:02:40 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-1[65854]: 2024-04-18T16:02:40.707+0000 7ff032646700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-18T16:02:41.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:41 smithi106 ceph-mon[44219]: from='osd.1 [v2:172.21.15.80:6810/4236397609,v1:172.21.15.80:6811/4236397609]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2024-04-18T16:02:41.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:41 smithi106 ceph-mon[44219]: osdmap e12: 2 total, 1 up, 2 in 2024-04-18T16:02:41.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:41 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T16:02:41.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:41 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T16:02:41.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:41 smithi106 ceph-mon[44219]: from='osd.1 [v2:172.21.15.80:6810/4236397609,v1:172.21.15.80:6811/4236397609]' entity='osd.1' 2024-04-18T16:02:41.533 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:41 smithi080 ceph-mon[39952]: from='osd.1 [v2:172.21.15.80:6810/4236397609,v1:172.21.15.80:6811/4236397609]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2024-04-18T16:02:41.533 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:41 smithi080 ceph-mon[39952]: osdmap e12: 2 total, 1 up, 2 in 2024-04-18T16:02:41.533 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:41 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T16:02:41.533 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:41 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T16:02:41.533 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:41 smithi080 ceph-mon[39952]: from='osd.1 [v2:172.21.15.80:6810/4236397609,v1:172.21.15.80:6811/4236397609]' entity='osd.1' 2024-04-18T16:02:41.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:41 smithi171 ceph-mon[44479]: from='osd.1 [v2:172.21.15.80:6810/4236397609,v1:172.21.15.80:6811/4236397609]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2024-04-18T16:02:41.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:41 smithi171 ceph-mon[44479]: osdmap e12: 2 total, 1 up, 2 in 2024-04-18T16:02:41.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:41 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T16:02:41.691 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:41 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T16:02:41.691 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:41 smithi171 ceph-mon[44479]: from='osd.1 [v2:172.21.15.80:6810/4236397609,v1:172.21.15.80:6811/4236397609]' entity='osd.1' 2024-04-18T16:02:42.116 INFO:teuthology.orchestra.run.smithi106.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-18T16:02:42.117 INFO:teuthology.orchestra.run.smithi106.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-18T16:02:42.117 INFO:teuthology.orchestra.run.smithi106.stderr: stderr: 10+0 records in 2024-04-18T16:02:42.117 INFO:teuthology.orchestra.run.smithi106.stderr:10+0 records out 2024-04-18T16:02:42.117 INFO:teuthology.orchestra.run.smithi106.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0112713 s, 930 MB/s 2024-04-18T16:02:42.117 INFO:teuthology.orchestra.run.smithi106.stderr:--> Zapping successful for: 2024-04-18T16:02:42.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:42 smithi106 ceph-mon[44219]: purged_snaps scrub starts 2024-04-18T16:02:42.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:42 smithi106 ceph-mon[44219]: purged_snaps scrub ok 2024-04-18T16:02:42.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:42 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T16:02:42.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:42 smithi106 ceph-mon[44219]: osd.1 [v2:172.21.15.80:6810/4236397609,v1:172.21.15.80:6811/4236397609] boot 2024-04-18T16:02:42.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:42 smithi106 ceph-mon[44219]: osdmap e13: 2 total, 2 up, 2 in 2024-04-18T16:02:42.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:42 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T16:02:42.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:42 smithi106 ceph-mon[44219]: pgmap v64: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:42.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:42 smithi171 ceph-mon[44479]: purged_snaps scrub starts 2024-04-18T16:02:42.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:42 smithi171 ceph-mon[44479]: purged_snaps scrub ok 2024-04-18T16:02:42.691 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:42 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T16:02:42.691 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:42 smithi171 ceph-mon[44479]: osd.1 [v2:172.21.15.80:6810/4236397609,v1:172.21.15.80:6811/4236397609] boot 2024-04-18T16:02:42.691 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:42 smithi171 ceph-mon[44479]: osdmap e13: 2 total, 2 up, 2 in 2024-04-18T16:02:42.691 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:42 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T16:02:42.691 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:42 smithi171 ceph-mon[44479]: pgmap v64: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:42.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:42 smithi080 ceph-mon[39952]: purged_snaps scrub starts 2024-04-18T16:02:42.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:42 smithi080 ceph-mon[39952]: purged_snaps scrub ok 2024-04-18T16:02:42.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:42 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T16:02:42.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:42 smithi080 ceph-mon[39952]: osd.1 [v2:172.21.15.80:6810/4236397609,v1:172.21.15.80:6811/4236397609] boot 2024-04-18T16:02:42.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:42 smithi080 ceph-mon[39952]: osdmap e13: 2 total, 2 up, 2 in 2024-04-18T16:02:42.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:42 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T16:02:42.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:42 smithi080 ceph-mon[39952]: pgmap v64: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T16:02:42.797 DEBUG:teuthology.orchestra.run.smithi106:> 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 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi106:vg_nvme/lv_4 2024-04-18T16:02:43.014 INFO:teuthology.orchestra.run.smithi106.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.b/config 2024-04-18T16:02:44.134 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:43 smithi106 ceph-mon[44219]: osdmap e14: 2 total, 2 up, 2 in 2024-04-18T16:02:44.135 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:43 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:44.135 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:43 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:44.135 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:43 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:02:44.135 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:43 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:02:44.135 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:43 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:44.135 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:43 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:44.135 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:43 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:02:44.135 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:43 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:44.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:43 smithi171 ceph-mon[44479]: osdmap e14: 2 total, 2 up, 2 in 2024-04-18T16:02:44.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:43 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:44.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:43 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:44.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:43 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:02:44.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:43 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:02:44.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:43 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:44.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:43 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:44.192 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:43 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:02:44.192 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:43 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:44.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:43 smithi080 ceph-mon[39952]: osdmap e14: 2 total, 2 up, 2 in 2024-04-18T16:02:44.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:43 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:44.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:43 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:44.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:43 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:02:44.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:43 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:02:44.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:43 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:44.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:43 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:44.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:43 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:02:44.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:43 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:45.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:44 smithi106 ceph-mon[44219]: Detected new or changed devices on smithi080 2024-04-18T16:02:45.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:44 smithi106 ceph-mon[44219]: Adjusting osd_memory_target on smithi080 to 8561M 2024-04-18T16:02:45.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:44 smithi106 ceph-mon[44219]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:02:45.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:44 smithi171 ceph-mon[44479]: Detected new or changed devices on smithi080 2024-04-18T16:02:45.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:44 smithi171 ceph-mon[44479]: Adjusting osd_memory_target on smithi080 to 8561M 2024-04-18T16:02:45.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:44 smithi171 ceph-mon[44479]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:02:45.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:44 smithi080 ceph-mon[39952]: Detected new or changed devices on smithi080 2024-04-18T16:02:45.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:44 smithi080 ceph-mon[39952]: Adjusting osd_memory_target on smithi080 to 8561M 2024-04-18T16:02:45.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:44 smithi080 ceph-mon[39952]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:02:46.152 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:45 smithi106 ceph-mon[44219]: from='client.24152 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi106:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:02:46.152 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:45 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T16:02:46.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:45 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T16:02:46.153 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:45 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:46.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:45 smithi171 ceph-mon[44479]: from='client.24152 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi106:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:02:46.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:45 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T16:02:46.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:45 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T16:02:46.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:45 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:46.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:45 smithi080 ceph-mon[39952]: from='client.24152 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi106:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:02:46.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:45 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T16:02:46.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:45 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T16:02:46.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:45 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:47.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:46 smithi106 ceph-mon[44219]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:02:47.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:46 smithi171 ceph-mon[44479]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:02:47.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:46 smithi080 ceph-mon[39952]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:02:48.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:47 smithi106 ceph-mon[44219]: from='client.? 172.21.15.106:0/3261966300' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cee704ec-e10c-428d-80bf-f9a6f71b3719"}]: dispatch 2024-04-18T16:02:48.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:47 smithi106 ceph-mon[44219]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cee704ec-e10c-428d-80bf-f9a6f71b3719"}]: dispatch 2024-04-18T16:02:48.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:47 smithi106 ceph-mon[44219]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cee704ec-e10c-428d-80bf-f9a6f71b3719"}]': finished 2024-04-18T16:02:48.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:47 smithi106 ceph-mon[44219]: osdmap e15: 3 total, 2 up, 3 in 2024-04-18T16:02:48.163 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:47 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T16:02:48.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:47 smithi171 ceph-mon[44479]: from='client.? 172.21.15.106:0/3261966300' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cee704ec-e10c-428d-80bf-f9a6f71b3719"}]: dispatch 2024-04-18T16:02:48.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:47 smithi171 ceph-mon[44479]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cee704ec-e10c-428d-80bf-f9a6f71b3719"}]: dispatch 2024-04-18T16:02:48.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:47 smithi171 ceph-mon[44479]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cee704ec-e10c-428d-80bf-f9a6f71b3719"}]': finished 2024-04-18T16:02:48.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:47 smithi171 ceph-mon[44479]: osdmap e15: 3 total, 2 up, 3 in 2024-04-18T16:02:48.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:47 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T16:02:48.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:47 smithi080 ceph-mon[39952]: from='client.? 172.21.15.106:0/3261966300' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cee704ec-e10c-428d-80bf-f9a6f71b3719"}]: dispatch 2024-04-18T16:02:48.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:47 smithi080 ceph-mon[39952]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cee704ec-e10c-428d-80bf-f9a6f71b3719"}]: dispatch 2024-04-18T16:02:48.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:47 smithi080 ceph-mon[39952]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cee704ec-e10c-428d-80bf-f9a6f71b3719"}]': finished 2024-04-18T16:02:48.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:47 smithi080 ceph-mon[39952]: osdmap e15: 3 total, 2 up, 3 in 2024-04-18T16:02:48.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:47 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T16:02:49.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:48 smithi106 ceph-mon[44219]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:02:49.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:48 smithi106 ceph-mon[44219]: from='client.? 172.21.15.106:0/3377013808' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T16:02:49.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:48 smithi171 ceph-mon[44479]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:02:49.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:48 smithi171 ceph-mon[44479]: from='client.? 172.21.15.106:0/3377013808' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T16:02:49.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:48 smithi080 ceph-mon[39952]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:02:49.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:48 smithi080 ceph-mon[39952]: from='client.? 172.21.15.106:0/3377013808' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T16:02:51.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:50 smithi106 ceph-mon[44219]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:02:51.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:50 smithi171 ceph-mon[44479]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:02:51.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:50 smithi080 ceph-mon[39952]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:02:53.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:52 smithi106 ceph-mon[44219]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:02:53.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:52 smithi171 ceph-mon[44479]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:02:53.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:52 smithi080 ceph-mon[39952]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:02:54.004 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:53 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-18T16:02:54.004 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:53 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:54.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:53 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-18T16:02:54.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:53 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:54.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:53 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-18T16:02:54.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:53 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:02:55.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:54 smithi106 ceph-mon[44219]: Deploying daemon osd.2 on smithi106 2024-04-18T16:02:55.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:54 smithi106 ceph-mon[44219]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:02:55.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:54 smithi171 ceph-mon[44479]: Deploying daemon osd.2 on smithi106 2024-04-18T16:02:55.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:54 smithi171 ceph-mon[44479]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:02:55.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:54 smithi080 ceph-mon[39952]: Deploying daemon osd.2 on smithi106 2024-04-18T16:02:55.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:54 smithi080 ceph-mon[39952]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:02:57.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:56 smithi106 ceph-mon[44219]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:02:57.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:56 smithi171 ceph-mon[44479]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:02:57.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:56 smithi080 ceph-mon[39952]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:02:59.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:58 smithi106 ceph-mon[44219]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:02:59.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:58 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:59.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:58 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:59.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:02:58 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:02:59.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:58 smithi171 ceph-mon[44479]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:02:59.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:58 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:59.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:58 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:59.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:02:58 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:02:59.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:58 smithi080 ceph-mon[39952]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:02:59.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:58 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:59.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:58 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:02:59.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:02:58 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:03:01.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:00 smithi106 ceph-mon[44219]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:03:01.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:00 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:01.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:00 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:01.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:00 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:01.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:00 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:03:01.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:00 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:01.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:00 smithi171 ceph-mon[44479]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:03:01.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:00 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:01.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:00 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:01.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:00 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:01.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:00 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:03:01.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:00 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:01.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:00 smithi080 ceph-mon[39952]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:03:01.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:00 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:01.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:00 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:01.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:00 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:01.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:00 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:03:01.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:00 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:01.730 INFO:teuthology.orchestra.run.smithi106.stdout:Created osd(s) 2 on host 'smithi106' 2024-04-18T16:03:02.147 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:01 smithi106 ceph-mon[44219]: from='osd.2 [v2:172.21.15.106:6800/831499834,v1:172.21.15.106:6801/831499834]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-18T16:03:02.147 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:01 smithi106 ceph-mon[44219]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-18T16:03:02.147 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:01 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:02.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:01 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:02.148 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:01 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:03:02.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:01 smithi171 ceph-mon[44479]: from='osd.2 [v2:172.21.15.106:6800/831499834,v1:172.21.15.106:6801/831499834]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-18T16:03:02.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:01 smithi171 ceph-mon[44479]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-18T16:03:02.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:01 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:02.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:01 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:02.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:01 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:03:02.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:01 smithi080 ceph-mon[39952]: from='osd.2 [v2:172.21.15.106:6800/831499834,v1:172.21.15.106:6801/831499834]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-18T16:03:02.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:01 smithi080 ceph-mon[39952]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-18T16:03:02.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:01 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:02.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:01 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:02.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:01 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:03:02.452 DEBUG:teuthology.orchestra.run.smithi106:osd.2> sudo journalctl -f -n 0 -u ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@osd.2.service 2024-04-18T16:03:02.455 INFO:tasks.cephadm:Deploying osd.3 on smithi106 with /dev/vg_nvme/lv_3... 2024-04-18T16:03:02.455 DEBUG:teuthology.orchestra.run.smithi106:> 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 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-18T16:03:02.484 INFO:journalctl@ceph.osd.2.smithi106.stdout:-- Logs begin at Thu 2024-04-18 15:48:11 UTC. -- 2024-04-18T16:03:03.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:02 smithi106 ceph-mon[44219]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:03:03.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:02 smithi106 ceph-mon[44219]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-18T16:03:03.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:02 smithi106 ceph-mon[44219]: osdmap e16: 3 total, 2 up, 3 in 2024-04-18T16:03:03.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:02 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T16:03:03.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:02 smithi106 ceph-mon[44219]: from='osd.2 [v2:172.21.15.106:6800/831499834,v1:172.21.15.106:6801/831499834]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-04-18T16:03:03.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:02 smithi106 ceph-mon[44219]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-04-18T16:03:03.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:02 smithi171 ceph-mon[44479]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:03:03.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:02 smithi171 ceph-mon[44479]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-18T16:03:03.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:02 smithi171 ceph-mon[44479]: osdmap e16: 3 total, 2 up, 3 in 2024-04-18T16:03:03.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:02 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T16:03:03.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:02 smithi171 ceph-mon[44479]: from='osd.2 [v2:172.21.15.106:6800/831499834,v1:172.21.15.106:6801/831499834]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-04-18T16:03:03.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:02 smithi171 ceph-mon[44479]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-04-18T16:03:03.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:02 smithi080 ceph-mon[39952]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:03:03.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:02 smithi080 ceph-mon[39952]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-18T16:03:03.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:02 smithi080 ceph-mon[39952]: osdmap e16: 3 total, 2 up, 3 in 2024-04-18T16:03:03.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:02 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T16:03:03.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:02 smithi080 ceph-mon[39952]: from='osd.2 [v2:172.21.15.106:6800/831499834,v1:172.21.15.106:6801/831499834]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-04-18T16:03:03.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:02 smithi080 ceph-mon[39952]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-04-18T16:03:03.662 INFO:journalctl@ceph.osd.2.smithi106.stdout:Apr 18 16:03:03 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-2[49278]: 2024-04-18T16:03:03.343+0000 7f21f100a700 -1 osd.2 0 waiting for initial osdmap 2024-04-18T16:03:03.662 INFO:journalctl@ceph.osd.2.smithi106.stdout:Apr 18 16:03:03 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-2[49278]: 2024-04-18T16:03:03.346+0000 7f21e8df7700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-18T16:03:03.683 INFO:teuthology.orchestra.run.smithi106.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.b/config 2024-04-18T16:03:03.958 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:03 smithi106 ceph-mon[44219]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]': finished 2024-04-18T16:03:03.958 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:03 smithi106 ceph-mon[44219]: osdmap e17: 3 total, 2 up, 3 in 2024-04-18T16:03:03.958 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:03 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T16:03:03.959 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:03 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T16:03:03.959 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:03 smithi106 ceph-mon[44219]: from='osd.2 ' entity='osd.2' 2024-04-18T16:03:04.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:03 smithi171 ceph-mon[44479]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]': finished 2024-04-18T16:03:04.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:03 smithi171 ceph-mon[44479]: osdmap e17: 3 total, 2 up, 3 in 2024-04-18T16:03:04.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:03 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T16:03:04.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:03 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T16:03:04.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:03 smithi171 ceph-mon[44479]: from='osd.2 ' entity='osd.2' 2024-04-18T16:03:04.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:03 smithi080 ceph-mon[39952]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]': finished 2024-04-18T16:03:04.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:03 smithi080 ceph-mon[39952]: osdmap e17: 3 total, 2 up, 3 in 2024-04-18T16:03:04.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:03 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T16:03:04.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:03 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T16:03:04.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:03 smithi080 ceph-mon[39952]: from='osd.2 ' entity='osd.2' 2024-04-18T16:03:05.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:04 smithi106 ceph-mon[44219]: purged_snaps scrub starts 2024-04-18T16:03:05.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:04 smithi106 ceph-mon[44219]: purged_snaps scrub ok 2024-04-18T16:03:05.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:04 smithi106 ceph-mon[44219]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:03:05.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:04 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T16:03:05.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:04 smithi106 ceph-mon[44219]: osd.2 [v2:172.21.15.106:6800/831499834,v1:172.21.15.106:6801/831499834] boot 2024-04-18T16:03:05.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:04 smithi106 ceph-mon[44219]: osdmap e18: 3 total, 3 up, 3 in 2024-04-18T16:03:05.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:04 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T16:03:05.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:04 smithi171 ceph-mon[44479]: purged_snaps scrub starts 2024-04-18T16:03:05.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:04 smithi171 ceph-mon[44479]: purged_snaps scrub ok 2024-04-18T16:03:05.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:04 smithi171 ceph-mon[44479]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:03:05.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:04 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T16:03:05.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:04 smithi171 ceph-mon[44479]: osd.2 [v2:172.21.15.106:6800/831499834,v1:172.21.15.106:6801/831499834] boot 2024-04-18T16:03:05.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:04 smithi171 ceph-mon[44479]: osdmap e18: 3 total, 3 up, 3 in 2024-04-18T16:03:05.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:04 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T16:03:05.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:04 smithi080 ceph-mon[39952]: purged_snaps scrub starts 2024-04-18T16:03:05.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:04 smithi080 ceph-mon[39952]: purged_snaps scrub ok 2024-04-18T16:03:05.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:04 smithi080 ceph-mon[39952]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T16:03:05.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:04 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T16:03:05.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:04 smithi080 ceph-mon[39952]: osd.2 [v2:172.21.15.106:6800/831499834,v1:172.21.15.106:6801/831499834] boot 2024-04-18T16:03:05.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:04 smithi080 ceph-mon[39952]: osdmap e18: 3 total, 3 up, 3 in 2024-04-18T16:03:05.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:04 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T16:03:05.734 INFO:teuthology.orchestra.run.smithi106.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-18T16:03:05.734 INFO:teuthology.orchestra.run.smithi106.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-18T16:03:05.734 INFO:teuthology.orchestra.run.smithi106.stderr: stderr: 10+0 records in 2024-04-18T16:03:05.734 INFO:teuthology.orchestra.run.smithi106.stderr:10+0 records out 2024-04-18T16:03:05.734 INFO:teuthology.orchestra.run.smithi106.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0152276 s, 689 MB/s 2024-04-18T16:03:05.735 INFO:teuthology.orchestra.run.smithi106.stderr:--> Zapping successful for: 2024-04-18T16:03:06.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:06 smithi106 ceph-mon[44219]: pgmap v81: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-18T16:03:06.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:06 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' 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-18T16:03:06.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:06 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' 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-18T16:03:06.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:06 smithi106 ceph-mon[44219]: osdmap e19: 3 total, 3 up, 3 in 2024-04-18T16:03:06.393 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:06 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-18T16:03:06.410 DEBUG:teuthology.orchestra.run.smithi106:> 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 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi106:vg_nvme/lv_3 2024-04-18T16:03:06.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:06 smithi171 ceph-mon[44479]: pgmap v81: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-18T16:03:06.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:06 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' 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-18T16:03:06.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:06 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' 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-18T16:03:06.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:06 smithi171 ceph-mon[44479]: osdmap e19: 3 total, 3 up, 3 in 2024-04-18T16:03:06.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:06 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-18T16:03:06.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:06 smithi080 ceph-mon[39952]: pgmap v81: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-18T16:03:06.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:06 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' 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-18T16:03:06.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:06 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' 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-18T16:03:06.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:06 smithi080 ceph-mon[39952]: osdmap e19: 3 total, 3 up, 3 in 2024-04-18T16:03:06.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:06 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-18T16:03:07.004 INFO:teuthology.orchestra.run.smithi106.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.b/config 2024-04-18T16:03:08.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:08 smithi106 ceph-mon[44219]: Detected new or changed devices on smithi106 2024-04-18T16:03:08.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:08 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:08.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:08 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:08.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:08 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:03:08.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:08 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:08.413 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:08 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:08.413 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:08 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:03:08.413 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:08 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:08.413 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:08 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-18T16:03:08.413 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:08 smithi106 ceph-mon[44219]: osdmap e20: 3 total, 3 up, 3 in 2024-04-18T16:03:08.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:08 smithi171 ceph-mon[44479]: Detected new or changed devices on smithi106 2024-04-18T16:03:08.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:08 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:08.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:08 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:08.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:08 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:03:08.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:08 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:08.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:08 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:08.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:08 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:03:08.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:08 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:08.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:08 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-18T16:03:08.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:08 smithi171 ceph-mon[44479]: osdmap e20: 3 total, 3 up, 3 in 2024-04-18T16:03:08.464 INFO:journalctl@ceph.osd.0.smithi080.stdout:Apr 18 16:03:07 smithi080 sudo[70445]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-18T16:03:08.465 INFO:journalctl@ceph.osd.0.smithi080.stdout:Apr 18 16:03:07 smithi080 sudo[70445]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-18T16:03:08.465 INFO:journalctl@ceph.osd.0.smithi080.stdout:Apr 18 16:03:07 smithi080 sudo[70445]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-18T16:03:08.465 INFO:journalctl@ceph.osd.0.smithi080.stdout:Apr 18 16:03:07 smithi080 sudo[70445]: pam_unix(sudo:session): session closed for user root 2024-04-18T16:03:08.465 INFO:journalctl@ceph.osd.0.smithi080.stdout:Apr 18 16:03:08 smithi080 sudo[70448]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-18T16:03:08.465 INFO:journalctl@ceph.osd.0.smithi080.stdout:Apr 18 16:03:08 smithi080 sudo[70448]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-18T16:03:08.465 INFO:journalctl@ceph.osd.0.smithi080.stdout:Apr 18 16:03:08 smithi080 sudo[70448]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-18T16:03:08.465 INFO:journalctl@ceph.osd.0.smithi080.stdout:Apr 18 16:03:08 smithi080 sudo[70448]: pam_unix(sudo:session): session closed for user root 2024-04-18T16:03:08.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:08 smithi080 ceph-mon[39952]: Detected new or changed devices on smithi106 2024-04-18T16:03:08.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:08 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:08.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:08 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:08.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:08 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:03:08.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:08 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:08.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:08 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:08.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:08 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:03:08.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:08 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:08.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:08 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-18T16:03:08.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:08 smithi080 ceph-mon[39952]: osdmap e20: 3 total, 3 up, 3 in 2024-04-18T16:03:08.965 INFO:journalctl@ceph.osd.1.smithi080.stdout:Apr 18 16:03:08 smithi080 sudo[70451]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-18T16:03:08.965 INFO:journalctl@ceph.osd.1.smithi080.stdout:Apr 18 16:03:08 smithi080 sudo[70451]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-18T16:03:08.965 INFO:journalctl@ceph.osd.1.smithi080.stdout:Apr 18 16:03:08 smithi080 sudo[70451]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-18T16:03:08.965 INFO:journalctl@ceph.osd.1.smithi080.stdout:Apr 18 16:03:08 smithi080 sudo[70451]: pam_unix(sudo:session): session closed for user root 2024-04-18T16:03:08.965 INFO:journalctl@ceph.osd.1.smithi080.stdout:Apr 18 16:03:08 smithi080 sudo[70454]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-18T16:03:08.965 INFO:journalctl@ceph.osd.1.smithi080.stdout:Apr 18 16:03:08 smithi080 sudo[70454]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-18T16:03:08.965 INFO:journalctl@ceph.osd.1.smithi080.stdout:Apr 18 16:03:08 smithi080 sudo[70454]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-18T16:03:08.965 INFO:journalctl@ceph.osd.1.smithi080.stdout:Apr 18 16:03:08 smithi080 sudo[70454]: pam_unix(sudo:session): session closed for user root 2024-04-18T16:03:09.230 INFO:journalctl@ceph.osd.2.smithi106.stdout:Apr 18 16:03:08 smithi106 sudo[54988]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-18T16:03:09.230 INFO:journalctl@ceph.osd.2.smithi106.stdout:Apr 18 16:03:08 smithi106 sudo[54988]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-18T16:03:09.230 INFO:journalctl@ceph.osd.2.smithi106.stdout:Apr 18 16:03:08 smithi106 sudo[54988]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-18T16:03:09.231 INFO:journalctl@ceph.osd.2.smithi106.stdout:Apr 18 16:03:08 smithi106 sudo[54988]: pam_unix(sudo:session): session closed for user root 2024-04-18T16:03:09.231 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:09 smithi106 ceph-mon[44219]: Adjusting osd_memory_target on smithi106 to 17122M 2024-04-18T16:03:09.231 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:09 smithi106 ceph-mon[44219]: pgmap v84: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-18T16:03:09.231 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:09 smithi106 ceph-mon[44219]: osdmap e21: 3 total, 3 up, 3 in 2024-04-18T16:03:09.231 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:09 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:09.231 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:09 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T16:03:09.231 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:09 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T16:03:09.231 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:09 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:09.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:09 smithi171 ceph-mon[44479]: Adjusting osd_memory_target on smithi106 to 17122M 2024-04-18T16:03:09.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:09 smithi171 ceph-mon[44479]: pgmap v84: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-18T16:03:09.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:09 smithi171 ceph-mon[44479]: osdmap e21: 3 total, 3 up, 3 in 2024-04-18T16:03:09.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:09 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:09.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:09 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T16:03:09.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:09 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T16:03:09.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:09 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:09.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:09 smithi080 ceph-mon[39952]: Adjusting osd_memory_target on smithi106 to 17122M 2024-04-18T16:03:09.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:09 smithi080 ceph-mon[39952]: pgmap v84: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-18T16:03:09.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:09 smithi080 ceph-mon[39952]: osdmap e21: 3 total, 3 up, 3 in 2024-04-18T16:03:09.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:09 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:09.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:09 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T16:03:09.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:09 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T16:03:09.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:09 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:09.662 INFO:journalctl@ceph.osd.2.smithi106.stdout:Apr 18 16:03:09 smithi106 sudo[55061]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-18T16:03:09.662 INFO:journalctl@ceph.osd.2.smithi106.stdout:Apr 18 16:03:09 smithi106 sudo[55061]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-18T16:03:09.662 INFO:journalctl@ceph.osd.2.smithi106.stdout:Apr 18 16:03:09 smithi106 sudo[55061]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-18T16:03:09.662 INFO:journalctl@ceph.osd.2.smithi106.stdout:Apr 18 16:03:09 smithi106 sudo[55061]: pam_unix(sudo:session): session closed for user root 2024-04-18T16:03:09.964 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:09 smithi080 sudo[70457]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-18T16:03:09.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:09 smithi080 sudo[70457]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-18T16:03:09.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:09 smithi080 sudo[70457]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-18T16:03:09.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:09 smithi080 sudo[70457]: pam_unix(sudo:session): session closed for user root 2024-04-18T16:03:09.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:09 smithi080 sudo[70460]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-18T16:03:09.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:09 smithi080 sudo[70460]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-18T16:03:09.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:09 smithi080 sudo[70460]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-18T16:03:09.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:09 smithi080 sudo[70460]: pam_unix(sudo:session): session closed for user root 2024-04-18T16:03:10.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:10 smithi106 ceph-mon[44219]: from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi106:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:03:10.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:10 smithi106 ceph-mon[44219]: mgrmap e15: a(active, since 2m), standbys: b 2024-04-18T16:03:10.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:10 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:10.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:10 smithi106 ceph-mon[44219]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T16:03:10.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:10 smithi106 ceph-mon[44219]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T16:03:10.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:10 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T16:03:10.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:10 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:03:10.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:10 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:03:10.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:10 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T16:03:10.413 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:10 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:03:10.413 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:10 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:03:10.413 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:10 smithi106 ceph-mon[44219]: pgmap v86: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-18T16:03:10.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:09 smithi171 sudo[46716]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-18T16:03:10.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:09 smithi171 sudo[46716]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-18T16:03:10.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:09 smithi171 sudo[46716]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-18T16:03:10.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:09 smithi171 sudo[46716]: pam_unix(sudo:session): session closed for user root 2024-04-18T16:03:10.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:10 smithi171 sudo[46719]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-18T16:03:10.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:10 smithi171 sudo[46719]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-18T16:03:10.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:10 smithi171 sudo[46719]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-18T16:03:10.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:10 smithi171 sudo[46719]: pam_unix(sudo:session): session closed for user root 2024-04-18T16:03:10.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:10 smithi171 ceph-mon[44479]: from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi106:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:03:10.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:10 smithi171 ceph-mon[44479]: mgrmap e15: a(active, since 2m), standbys: b 2024-04-18T16:03:10.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:10 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:10.442 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:10 smithi171 ceph-mon[44479]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T16:03:10.442 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:10 smithi171 ceph-mon[44479]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T16:03:10.442 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:10 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T16:03:10.442 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:10 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:03:10.442 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:10 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:03:10.442 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:10 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T16:03:10.442 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:10 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:03:10.442 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:10 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:03:10.442 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:10 smithi171 ceph-mon[44479]: pgmap v86: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-18T16:03:10.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:10 smithi080 ceph-mon[39952]: from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi106:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:03:10.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:10 smithi080 ceph-mon[39952]: mgrmap e15: a(active, since 2m), standbys: b 2024-04-18T16:03:10.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:10 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:10.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:10 smithi080 ceph-mon[39952]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T16:03:10.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:10 smithi080 ceph-mon[39952]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T16:03:10.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:10 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T16:03:10.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:10 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:03:10.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:10 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:03:10.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:10 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T16:03:10.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:10 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:03:10.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:10 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:03:10.466 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:10 smithi080 ceph-mon[39952]: pgmap v86: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-18T16:03:10.733 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:10 smithi106 sudo[55133]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-18T16:03:10.734 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:10 smithi106 sudo[55133]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-18T16:03:10.734 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:10 smithi106 sudo[55133]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-18T16:03:10.734 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:10 smithi106 sudo[55133]: pam_unix(sudo:session): session closed for user root 2024-04-18T16:03:11.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:10 smithi106 sudo[55163]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-18T16:03:11.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:10 smithi106 sudo[55163]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-18T16:03:11.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:10 smithi106 sudo[55163]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-18T16:03:11.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:10 smithi106 sudo[55163]: pam_unix(sudo:session): session closed for user root 2024-04-18T16:03:11.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:11 smithi106 ceph-mon[44219]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T16:03:11.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:11 smithi106 ceph-mon[44219]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T16:03:11.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:11 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:11.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:11 smithi106 ceph-mon[44219]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T16:03:11.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:11 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T16:03:11.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:11 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:03:11.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:11 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:03:11.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:11 smithi106 ceph-mon[44219]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T16:03:11.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:11 smithi171 ceph-mon[44479]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T16:03:11.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:11 smithi171 ceph-mon[44479]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T16:03:11.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:11 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:11.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:11 smithi171 ceph-mon[44479]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T16:03:11.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:11 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T16:03:11.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:11 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:03:11.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:11 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:03:11.691 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:11 smithi171 ceph-mon[44479]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T16:03:11.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:11 smithi080 ceph-mon[39952]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T16:03:11.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:11 smithi080 ceph-mon[39952]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T16:03:11.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:11 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:11.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:11 smithi080 ceph-mon[39952]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T16:03:11.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:11 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T16:03:11.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:11 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:03:11.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:11 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T16:03:11.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:11 smithi080 ceph-mon[39952]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T16:03:12.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:12 smithi106 ceph-mon[44219]: from='client.? 172.21.15.106:0/4144021639' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a8fdb5a-c063-470d-95cd-051b993e8737"}]: dispatch 2024-04-18T16:03:12.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:12 smithi106 ceph-mon[44219]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a8fdb5a-c063-470d-95cd-051b993e8737"}]: dispatch 2024-04-18T16:03:12.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:12 smithi106 ceph-mon[44219]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3a8fdb5a-c063-470d-95cd-051b993e8737"}]': finished 2024-04-18T16:03:12.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:12 smithi106 ceph-mon[44219]: osdmap e22: 4 total, 3 up, 4 in 2024-04-18T16:03:12.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:12 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T16:03:12.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:12 smithi106 ceph-mon[44219]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-18T16:03:12.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:12 smithi106 ceph-mon[44219]: from='client.? 172.21.15.106:0/3214478493' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T16:03:12.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:12 smithi171 ceph-mon[44479]: from='client.? 172.21.15.106:0/4144021639' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a8fdb5a-c063-470d-95cd-051b993e8737"}]: dispatch 2024-04-18T16:03:12.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:12 smithi171 ceph-mon[44479]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a8fdb5a-c063-470d-95cd-051b993e8737"}]: dispatch 2024-04-18T16:03:12.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:12 smithi171 ceph-mon[44479]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3a8fdb5a-c063-470d-95cd-051b993e8737"}]': finished 2024-04-18T16:03:12.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:12 smithi171 ceph-mon[44479]: osdmap e22: 4 total, 3 up, 4 in 2024-04-18T16:03:12.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:12 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T16:03:12.691 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:12 smithi171 ceph-mon[44479]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-18T16:03:12.691 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:12 smithi171 ceph-mon[44479]: from='client.? 172.21.15.106:0/3214478493' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T16:03:12.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:12 smithi080 ceph-mon[39952]: from='client.? 172.21.15.106:0/4144021639' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a8fdb5a-c063-470d-95cd-051b993e8737"}]: dispatch 2024-04-18T16:03:12.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:12 smithi080 ceph-mon[39952]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a8fdb5a-c063-470d-95cd-051b993e8737"}]: dispatch 2024-04-18T16:03:12.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:12 smithi080 ceph-mon[39952]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3a8fdb5a-c063-470d-95cd-051b993e8737"}]': finished 2024-04-18T16:03:12.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:12 smithi080 ceph-mon[39952]: osdmap e22: 4 total, 3 up, 4 in 2024-04-18T16:03:12.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:12 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T16:03:12.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:12 smithi080 ceph-mon[39952]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-18T16:03:12.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:12 smithi080 ceph-mon[39952]: from='client.? 172.21.15.106:0/3214478493' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T16:03:14.899 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:14 smithi106 ceph-mon[44219]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-18T16:03:15.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:14 smithi171 ceph-mon[44479]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-18T16:03:15.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:14 smithi080 ceph-mon[39952]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-18T16:03:17.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:16 smithi106 ceph-mon[44219]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 4.0 KiB/s rd, 176 KiB/s wr, 12 op/s 2024-04-18T16:03:17.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:16 smithi171 ceph-mon[44479]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 4.0 KiB/s rd, 176 KiB/s wr, 12 op/s 2024-04-18T16:03:17.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:16 smithi080 ceph-mon[39952]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 4.0 KiB/s rd, 176 KiB/s wr, 12 op/s 2024-04-18T16:03:18.150 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:17 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-18T16:03:18.150 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:17 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:18.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:17 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-18T16:03:18.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:17 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:18.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:17 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-18T16:03:18.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:17 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:19.069 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:18 smithi106 ceph-mon[44219]: Deploying daemon osd.3 on smithi106 2024-04-18T16:03:19.069 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:18 smithi106 ceph-mon[44219]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 122 KiB/s wr, 8 op/s 2024-04-18T16:03:19.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:18 smithi171 ceph-mon[44479]: Deploying daemon osd.3 on smithi106 2024-04-18T16:03:19.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:18 smithi171 ceph-mon[44479]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 122 KiB/s wr, 8 op/s 2024-04-18T16:03:19.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:18 smithi080 ceph-mon[39952]: Deploying daemon osd.3 on smithi106 2024-04-18T16:03:19.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:18 smithi080 ceph-mon[39952]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 122 KiB/s wr, 8 op/s 2024-04-18T16:03:20.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:20 smithi106 ceph-mon[44219]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 93 KiB/s wr, 6 op/s 2024-04-18T16:03:21.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:20 smithi171 ceph-mon[44479]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 93 KiB/s wr, 6 op/s 2024-04-18T16:03:21.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:20 smithi080 ceph-mon[39952]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 93 KiB/s wr, 6 op/s 2024-04-18T16:03:23.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:22 smithi106 ceph-mon[44219]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 75 KiB/s wr, 5 op/s 2024-04-18T16:03:23.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:22 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:23.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:22 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:23.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:22 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:03:23.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:22 smithi171 ceph-mon[44479]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 75 KiB/s wr, 5 op/s 2024-04-18T16:03:23.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:22 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:23.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:22 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:23.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:22 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:03:23.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:22 smithi080 ceph-mon[39952]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 75 KiB/s wr, 5 op/s 2024-04-18T16:03:23.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:22 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:23.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:22 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:23.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:22 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:03:25.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:24 smithi106 ceph-mon[44219]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-04-18T16:03:25.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:24 smithi171 ceph-mon[44479]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-04-18T16:03:25.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:24 smithi080 ceph-mon[39952]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-04-18T16:03:25.921 INFO:teuthology.orchestra.run.smithi106.stdout:Created osd(s) 3 on host 'smithi106' 2024-04-18T16:03:26.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:25 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:26.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:25 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:26.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:25 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:26.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:25 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:03:26.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:25 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:26.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:25 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:26.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:25 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:26.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:25 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:03:26.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:25 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:26.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:25 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:26.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:25 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:26.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:25 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:03:26.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:25 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:26.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:25 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:26.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:25 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:26.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:25 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:03:26.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:25 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:26.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:25 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:26.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:25 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:26.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:25 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:03:26.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:25 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:26.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:25 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:26.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:25 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:26.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:25 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:03:26.559 DEBUG:teuthology.orchestra.run.smithi106:osd.3> sudo journalctl -f -n 0 -u ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@osd.3.service 2024-04-18T16:03:26.561 INFO:tasks.cephadm:Deploying osd.4 on smithi171 with /dev/vg_nvme/lv_4... 2024-04-18T16:03:26.561 DEBUG:teuthology.orchestra.run.smithi171:> 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 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-18T16:03:26.591 INFO:journalctl@ceph.osd.3.smithi106.stdout:-- Logs begin at Thu 2024-04-18 15:48:11 UTC. -- 2024-04-18T16:03:26.792 INFO:teuthology.orchestra.run.smithi171.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.c/config 2024-04-18T16:03:27.102 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:26 smithi106 ceph-mon[44219]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-04-18T16:03:27.102 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:26 smithi106 ceph-mon[44219]: from='osd.3 [v2:172.21.15.106:6808/2553330198,v1:172.21.15.106:6809/2553330198]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-18T16:03:27.102 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:26 smithi106 ceph-mon[44219]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-18T16:03:27.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:26 smithi171 ceph-mon[44479]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-04-18T16:03:27.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:26 smithi171 ceph-mon[44479]: from='osd.3 [v2:172.21.15.106:6808/2553330198,v1:172.21.15.106:6809/2553330198]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-18T16:03:27.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:26 smithi171 ceph-mon[44479]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-18T16:03:27.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:26 smithi080 ceph-mon[39952]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-04-18T16:03:27.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:26 smithi080 ceph-mon[39952]: from='osd.3 [v2:172.21.15.106:6808/2553330198,v1:172.21.15.106:6809/2553330198]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-18T16:03:27.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:26 smithi080 ceph-mon[39952]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-18T16:03:28.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:27 smithi171 ceph-mon[44479]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-18T16:03:28.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:27 smithi171 ceph-mon[44479]: osdmap e23: 4 total, 3 up, 4 in 2024-04-18T16:03:28.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:27 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T16:03:28.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:27 smithi171 ceph-mon[44479]: from='osd.3 [v2:172.21.15.106:6808/2553330198,v1:172.21.15.106:6809/2553330198]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-04-18T16:03:28.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:27 smithi171 ceph-mon[44479]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-04-18T16:03:28.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:27 smithi080 ceph-mon[39952]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-18T16:03:28.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:27 smithi080 ceph-mon[39952]: osdmap e23: 4 total, 3 up, 4 in 2024-04-18T16:03:28.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:27 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T16:03:28.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:27 smithi080 ceph-mon[39952]: from='osd.3 [v2:172.21.15.106:6808/2553330198,v1:172.21.15.106:6809/2553330198]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-04-18T16:03:28.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:27 smithi080 ceph-mon[39952]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-04-18T16:03:28.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:27 smithi106 ceph-mon[44219]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-18T16:03:28.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:27 smithi106 ceph-mon[44219]: osdmap e23: 4 total, 3 up, 4 in 2024-04-18T16:03:28.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:27 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T16:03:28.413 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:27 smithi106 ceph-mon[44219]: from='osd.3 [v2:172.21.15.106:6808/2553330198,v1:172.21.15.106:6809/2553330198]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-04-18T16:03:28.413 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:27 smithi106 ceph-mon[44219]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]: dispatch 2024-04-18T16:03:28.413 INFO:journalctl@ceph.osd.3.smithi106.stdout:Apr 18 16:03:27 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-3[57107]: 2024-04-18T16:03:27.950+0000 7f9cc68ee700 -1 osd.3 0 waiting for initial osdmap 2024-04-18T16:03:28.413 INFO:journalctl@ceph.osd.3.smithi106.stdout:Apr 18 16:03:27 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-3[57107]: 2024-04-18T16:03:27.954+0000 7f9cc26e3700 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-18T16:03:28.759 INFO:teuthology.orchestra.run.smithi171.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-18T16:03:28.759 INFO:teuthology.orchestra.run.smithi171.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-18T16:03:28.759 INFO:teuthology.orchestra.run.smithi171.stderr: stderr: 10+0 records in 2024-04-18T16:03:28.759 INFO:teuthology.orchestra.run.smithi171.stderr:10+0 records out 2024-04-18T16:03:28.759 INFO:teuthology.orchestra.run.smithi171.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110806 s, 946 MB/s 2024-04-18T16:03:28.759 INFO:teuthology.orchestra.run.smithi171.stderr:--> Zapping successful for: 2024-04-18T16:03:29.117 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:28 smithi106 ceph-mon[44219]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-18T16:03:29.117 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:28 smithi106 ceph-mon[44219]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]': finished 2024-04-18T16:03:29.117 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:28 smithi106 ceph-mon[44219]: osdmap e24: 4 total, 3 up, 4 in 2024-04-18T16:03:29.117 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:28 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T16:03:29.117 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:28 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T16:03:29.117 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:28 smithi106 ceph-mon[44219]: osd.3 [v2:172.21.15.106:6808/2553330198,v1:172.21.15.106:6809/2553330198] boot 2024-04-18T16:03:29.117 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:28 smithi106 ceph-mon[44219]: osdmap e25: 4 total, 4 up, 4 in 2024-04-18T16:03:29.117 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:28 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T16:03:29.181 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:28 smithi171 ceph-mon[44479]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-18T16:03:29.182 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:28 smithi171 ceph-mon[44479]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]': finished 2024-04-18T16:03:29.182 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:28 smithi171 ceph-mon[44479]: osdmap e24: 4 total, 3 up, 4 in 2024-04-18T16:03:29.182 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:28 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T16:03:29.182 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:28 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T16:03:29.182 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:28 smithi171 ceph-mon[44479]: osd.3 [v2:172.21.15.106:6808/2553330198,v1:172.21.15.106:6809/2553330198] boot 2024-04-18T16:03:29.182 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:28 smithi171 ceph-mon[44479]: osdmap e25: 4 total, 4 up, 4 in 2024-04-18T16:03:29.182 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:28 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T16:03:29.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:28 smithi080 ceph-mon[39952]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-18T16:03:29.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:28 smithi080 ceph-mon[39952]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi106", "root=default"]}]': finished 2024-04-18T16:03:29.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:28 smithi080 ceph-mon[39952]: osdmap e24: 4 total, 3 up, 4 in 2024-04-18T16:03:29.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:28 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T16:03:29.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:28 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T16:03:29.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:28 smithi080 ceph-mon[39952]: osd.3 [v2:172.21.15.106:6808/2553330198,v1:172.21.15.106:6809/2553330198] boot 2024-04-18T16:03:29.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:28 smithi080 ceph-mon[39952]: osdmap e25: 4 total, 4 up, 4 in 2024-04-18T16:03:29.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:28 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-18T16:03:29.490 DEBUG:teuthology.orchestra.run.smithi171:> 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 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi171:vg_nvme/lv_4 2024-04-18T16:03:29.709 INFO:teuthology.orchestra.run.smithi171.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.c/config 2024-04-18T16:03:30.204 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:29 smithi171 ceph-mon[44479]: purged_snaps scrub starts 2024-04-18T16:03:30.205 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:29 smithi171 ceph-mon[44479]: purged_snaps scrub ok 2024-04-18T16:03:30.205 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:29 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:30.205 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:29 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:30.205 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:29 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:03:30.205 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:29 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:03:30.205 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:29 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:30.205 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:29 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:30.205 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:29 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:03:30.205 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:29 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:30.205 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:29 smithi171 ceph-mon[44479]: osdmap e26: 4 total, 4 up, 4 in 2024-04-18T16:03:30.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:29 smithi080 ceph-mon[39952]: purged_snaps scrub starts 2024-04-18T16:03:30.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:29 smithi080 ceph-mon[39952]: purged_snaps scrub ok 2024-04-18T16:03:30.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:29 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:30.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:29 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:30.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:29 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:03:30.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:29 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:03:30.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:29 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:30.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:29 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:30.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:29 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:03:30.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:29 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:30.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:29 smithi080 ceph-mon[39952]: osdmap e26: 4 total, 4 up, 4 in 2024-04-18T16:03:30.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:29 smithi106 ceph-mon[44219]: purged_snaps scrub starts 2024-04-18T16:03:30.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:29 smithi106 ceph-mon[44219]: purged_snaps scrub ok 2024-04-18T16:03:30.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:29 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:30.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:29 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:30.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:29 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:03:30.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:29 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:03:30.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:29 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:30.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:29 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:30.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:29 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:03:30.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:29 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:30.413 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:29 smithi106 ceph-mon[44219]: osdmap e26: 4 total, 4 up, 4 in 2024-04-18T16:03:31.155 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:30 smithi171 ceph-mon[44479]: Detected new or changed devices on smithi106 2024-04-18T16:03:31.155 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:30 smithi171 ceph-mon[44479]: Adjusting osd_memory_target on smithi106 to 8561M 2024-04-18T16:03:31.155 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:30 smithi171 ceph-mon[44479]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:03:31.155 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:30 smithi171 ceph-mon[44479]: osdmap e27: 4 total, 4 up, 4 in 2024-04-18T16:03:31.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:30 smithi080 ceph-mon[39952]: Detected new or changed devices on smithi106 2024-04-18T16:03:31.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:30 smithi080 ceph-mon[39952]: Adjusting osd_memory_target on smithi106 to 8561M 2024-04-18T16:03:31.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:30 smithi080 ceph-mon[39952]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:03:31.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:30 smithi080 ceph-mon[39952]: osdmap e27: 4 total, 4 up, 4 in 2024-04-18T16:03:31.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:30 smithi106 ceph-mon[44219]: Detected new or changed devices on smithi106 2024-04-18T16:03:31.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:30 smithi106 ceph-mon[44219]: Adjusting osd_memory_target on smithi106 to 8561M 2024-04-18T16:03:31.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:30 smithi106 ceph-mon[44219]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:03:31.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:30 smithi106 ceph-mon[44219]: osdmap e27: 4 total, 4 up, 4 in 2024-04-18T16:03:32.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:32 smithi080 ceph-mon[39952]: osdmap e28: 4 total, 4 up, 4 in 2024-04-18T16:03:32.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:32 smithi080 ceph-mon[39952]: from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi171:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:03:32.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:32 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T16:03:32.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:32 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T16:03:32.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:32 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:32.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:32 smithi080 ceph-mon[39952]: pgmap v104: 1 pgs: 1 remapped+peering; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:03:32.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:32 smithi106 ceph-mon[44219]: osdmap e28: 4 total, 4 up, 4 in 2024-04-18T16:03:32.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:32 smithi106 ceph-mon[44219]: from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi171:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:03:32.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T16:03:32.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T16:03:32.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:32.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:32 smithi106 ceph-mon[44219]: pgmap v104: 1 pgs: 1 remapped+peering; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:03:32.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:32 smithi171 ceph-mon[44479]: osdmap e28: 4 total, 4 up, 4 in 2024-04-18T16:03:32.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:32 smithi171 ceph-mon[44479]: from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi171:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:03:32.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:32 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T16:03:32.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:32 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T16:03:32.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:32 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:32.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:32 smithi171 ceph-mon[44479]: pgmap v104: 1 pgs: 1 remapped+peering; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:03:33.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:33 smithi171 ceph-mon[44479]: osdmap e29: 4 total, 4 up, 4 in 2024-04-18T16:03:33.714 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:33 smithi080 ceph-mon[39952]: osdmap e29: 4 total, 4 up, 4 in 2024-04-18T16:03:33.911 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:33 smithi106 ceph-mon[44219]: osdmap e29: 4 total, 4 up, 4 in 2024-04-18T16:03:34.911 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:34 smithi106 ceph-mon[44219]: pgmap v106: 1 pgs: 1 remapped+peering; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:03:34.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:34 smithi106 ceph-mon[44219]: from='client.? 172.21.15.171:0/671522146' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35c1b6a1-18d5-4d06-9c57-2f9bf3814d13"}]: dispatch 2024-04-18T16:03:34.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:34 smithi106 ceph-mon[44219]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35c1b6a1-18d5-4d06-9c57-2f9bf3814d13"}]: dispatch 2024-04-18T16:03:34.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:34 smithi106 ceph-mon[44219]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "35c1b6a1-18d5-4d06-9c57-2f9bf3814d13"}]': finished 2024-04-18T16:03:34.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:34 smithi106 ceph-mon[44219]: osdmap e30: 5 total, 4 up, 5 in 2024-04-18T16:03:34.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:34 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T16:03:34.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:34 smithi171 ceph-mon[44479]: pgmap v106: 1 pgs: 1 remapped+peering; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:03:34.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:34 smithi171 ceph-mon[44479]: from='client.? 172.21.15.171:0/671522146' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35c1b6a1-18d5-4d06-9c57-2f9bf3814d13"}]: dispatch 2024-04-18T16:03:34.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:34 smithi171 ceph-mon[44479]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35c1b6a1-18d5-4d06-9c57-2f9bf3814d13"}]: dispatch 2024-04-18T16:03:34.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:34 smithi171 ceph-mon[44479]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "35c1b6a1-18d5-4d06-9c57-2f9bf3814d13"}]': finished 2024-04-18T16:03:34.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:34 smithi171 ceph-mon[44479]: osdmap e30: 5 total, 4 up, 5 in 2024-04-18T16:03:34.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:34 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T16:03:34.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:34 smithi080 ceph-mon[39952]: pgmap v106: 1 pgs: 1 remapped+peering; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:03:34.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:34 smithi080 ceph-mon[39952]: from='client.? 172.21.15.171:0/671522146' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35c1b6a1-18d5-4d06-9c57-2f9bf3814d13"}]: dispatch 2024-04-18T16:03:34.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:34 smithi080 ceph-mon[39952]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35c1b6a1-18d5-4d06-9c57-2f9bf3814d13"}]: dispatch 2024-04-18T16:03:34.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:34 smithi080 ceph-mon[39952]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "35c1b6a1-18d5-4d06-9c57-2f9bf3814d13"}]': finished 2024-04-18T16:03:34.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:34 smithi080 ceph-mon[39952]: osdmap e30: 5 total, 4 up, 5 in 2024-04-18T16:03:34.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:34 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T16:03:35.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:35 smithi106 ceph-mon[44219]: from='client.? 172.21.15.171:0/2544396081' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T16:03:35.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:35 smithi171 ceph-mon[44479]: from='client.? 172.21.15.171:0/2544396081' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T16:03:35.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:35 smithi080 ceph-mon[39952]: from='client.? 172.21.15.171:0/2544396081' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T16:03:36.911 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:36 smithi106 ceph-mon[44219]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 119 KiB/s, 0 objects/s recovering 2024-04-18T16:03:36.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:36 smithi171 ceph-mon[44479]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 119 KiB/s, 0 objects/s recovering 2024-04-18T16:03:36.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:36 smithi080 ceph-mon[39952]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 119 KiB/s, 0 objects/s recovering 2024-04-18T16:03:39.150 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:38 smithi171 ceph-mon[44479]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 91 KiB/s, 0 objects/s recovering 2024-04-18T16:03:39.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:38 smithi106 ceph-mon[44219]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 91 KiB/s, 0 objects/s recovering 2024-04-18T16:03:39.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:38 smithi080 ceph-mon[39952]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 91 KiB/s, 0 objects/s recovering 2024-04-18T16:03:41.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:40 smithi106 ceph-mon[44219]: pgmap v110: 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-18T16:03:41.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:40 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-18T16:03:41.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:40 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:41.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:40 smithi171 ceph-mon[44479]: pgmap v110: 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-18T16:03:41.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:40 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-18T16:03:41.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:40 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:41.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:40 smithi080 ceph-mon[39952]: pgmap v110: 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-18T16:03:41.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-18T16:03:41.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:41.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:41 smithi171 ceph-mon[44479]: Deploying daemon osd.4 on smithi171 2024-04-18T16:03:42.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:41 smithi106 ceph-mon[44219]: Deploying daemon osd.4 on smithi171 2024-04-18T16:03:42.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:41 smithi080 ceph-mon[39952]: Deploying daemon osd.4 on smithi171 2024-04-18T16:03:42.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:42 smithi171 ceph-mon[44479]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-04-18T16:03:43.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:42 smithi106 ceph-mon[44219]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-04-18T16:03:43.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:42 smithi080 ceph-mon[39952]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-04-18T16:03:45.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:44 smithi106 ceph-mon[44219]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-04-18T16:03:45.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:44 smithi171 ceph-mon[44479]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-04-18T16:03:45.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:44 smithi080 ceph-mon[39952]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-04-18T16:03:47.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:46 smithi106 ceph-mon[44219]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:03:47.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:46 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:47.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:46 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:47.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:46 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:03:47.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:46 smithi171 ceph-mon[44479]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:03:47.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:46 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:47.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:46 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:47.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:46 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:03:47.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:46 smithi080 ceph-mon[39952]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:03:47.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:46 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:47.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:46 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:47.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:46 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:03:48.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:48 smithi171 ceph-mon[44479]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:03:48.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:48 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:48.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:48 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:48.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:48 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:48.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:48 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:03:48.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:48 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:49.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:48 smithi106 ceph-mon[44219]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:03:49.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:48 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:49.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:48 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:49.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:48 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:49.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:48 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:03:49.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:48 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:49.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:48 smithi080 ceph-mon[39952]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:03:49.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:48 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:49.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:48 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:49.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:48 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:49.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:48 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:03:49.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:48 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:49.292 INFO:teuthology.orchestra.run.smithi171.stdout:Created osd(s) 4 on host 'smithi171' 2024-04-18T16:03:49.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:49 smithi171 ceph-mon[44479]: from='osd.4 [v2:172.21.15.171:6800/3353106095,v1:172.21.15.171:6801/3353106095]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-18T16:03:49.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:49 smithi171 ceph-mon[44479]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-18T16:03:49.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:49 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:49.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:49 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:49.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:49 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:03:50.044 DEBUG:teuthology.orchestra.run.smithi171:osd.4> sudo journalctl -f -n 0 -u ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@osd.4.service 2024-04-18T16:03:50.047 INFO:tasks.cephadm:Deploying osd.5 on smithi171 with /dev/vg_nvme/lv_3... 2024-04-18T16:03:50.047 DEBUG:teuthology.orchestra.run.smithi171:> 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 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-18T16:03:50.079 INFO:journalctl@ceph.osd.4.smithi171.stdout:-- Logs begin at Thu 2024-04-18 15:48:25 UTC. -- 2024-04-18T16:03:50.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:49 smithi106 ceph-mon[44219]: from='osd.4 [v2:172.21.15.171:6800/3353106095,v1:172.21.15.171:6801/3353106095]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-18T16:03:50.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:49 smithi106 ceph-mon[44219]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-18T16:03:50.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:49 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:50.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:49 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:50.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:49 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:03:50.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:49 smithi080 ceph-mon[39952]: from='osd.4 [v2:172.21.15.171:6800/3353106095,v1:172.21.15.171:6801/3353106095]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-18T16:03:50.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:49 smithi080 ceph-mon[39952]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-18T16:03:50.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:49 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:50.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:49 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:50.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:49 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:03:50.787 INFO:teuthology.orchestra.run.smithi171.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.c/config 2024-04-18T16:03:51.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:50 smithi106 ceph-mon[44219]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:03:51.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:50 smithi106 ceph-mon[44219]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-18T16:03:51.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:50 smithi106 ceph-mon[44219]: osdmap e31: 5 total, 4 up, 5 in 2024-04-18T16:03:51.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:50 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T16:03:51.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:50 smithi106 ceph-mon[44219]: from='osd.4 [v2:172.21.15.171:6800/3353106095,v1:172.21.15.171:6801/3353106095]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-04-18T16:03:51.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:50 smithi106 ceph-mon[44219]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-04-18T16:03:51.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:50 smithi171 ceph-mon[44479]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:03:51.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:50 smithi171 ceph-mon[44479]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-18T16:03:51.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:50 smithi171 ceph-mon[44479]: osdmap e31: 5 total, 4 up, 5 in 2024-04-18T16:03:51.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:50 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T16:03:51.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:50 smithi171 ceph-mon[44479]: from='osd.4 [v2:172.21.15.171:6800/3353106095,v1:172.21.15.171:6801/3353106095]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-04-18T16:03:51.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:50 smithi171 ceph-mon[44479]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-04-18T16:03:51.191 INFO:journalctl@ceph.osd.4.smithi171.stdout:Apr 18 16:03:50 smithi171 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-4[49581]: 2024-04-18T16:03:50.861+0000 7f6cb6c99700 -1 osd.4 0 waiting for initial osdmap 2024-04-18T16:03:51.191 INFO:journalctl@ceph.osd.4.smithi171.stdout:Apr 18 16:03:50 smithi171 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-4[49581]: 2024-04-18T16:03:50.865+0000 7f6cb2a8e700 -1 osd.4 32 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-18T16:03:51.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:50 smithi080 ceph-mon[39952]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:03:51.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:50 smithi080 ceph-mon[39952]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-18T16:03:51.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:50 smithi080 ceph-mon[39952]: osdmap e31: 5 total, 4 up, 5 in 2024-04-18T16:03:51.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:50 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T16:03:51.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:50 smithi080 ceph-mon[39952]: from='osd.4 [v2:172.21.15.171:6800/3353106095,v1:172.21.15.171:6801/3353106095]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-04-18T16:03:51.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:50 smithi080 ceph-mon[39952]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-04-18T16:03:51.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:51 smithi171 ceph-mon[44479]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]': finished 2024-04-18T16:03:51.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:51 smithi171 ceph-mon[44479]: osdmap e32: 5 total, 4 up, 5 in 2024-04-18T16:03:51.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:51 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T16:03:51.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:51 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T16:03:51.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:51 smithi171 ceph-mon[44479]: osd.4 [v2:172.21.15.171:6800/3353106095,v1:172.21.15.171:6801/3353106095] boot 2024-04-18T16:03:51.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:51 smithi171 ceph-mon[44479]: osdmap e33: 5 total, 5 up, 5 in 2024-04-18T16:03:51.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:51 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T16:03:52.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:51 smithi106 ceph-mon[44219]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]': finished 2024-04-18T16:03:52.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:51 smithi106 ceph-mon[44219]: osdmap e32: 5 total, 4 up, 5 in 2024-04-18T16:03:52.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:51 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T16:03:52.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:51 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T16:03:52.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:51 smithi106 ceph-mon[44219]: osd.4 [v2:172.21.15.171:6800/3353106095,v1:172.21.15.171:6801/3353106095] boot 2024-04-18T16:03:52.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:51 smithi106 ceph-mon[44219]: osdmap e33: 5 total, 5 up, 5 in 2024-04-18T16:03:52.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:51 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T16:03:52.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:51 smithi080 ceph-mon[39952]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]': finished 2024-04-18T16:03:52.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:51 smithi080 ceph-mon[39952]: osdmap e32: 5 total, 4 up, 5 in 2024-04-18T16:03:52.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:51 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T16:03:52.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:51 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T16:03:52.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:51 smithi080 ceph-mon[39952]: osd.4 [v2:172.21.15.171:6800/3353106095,v1:172.21.15.171:6801/3353106095] boot 2024-04-18T16:03:52.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:51 smithi080 ceph-mon[39952]: osdmap e33: 5 total, 5 up, 5 in 2024-04-18T16:03:52.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:51 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-18T16:03:52.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:52 smithi171 ceph-mon[44479]: purged_snaps scrub starts 2024-04-18T16:03:52.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:52 smithi171 ceph-mon[44479]: purged_snaps scrub ok 2024-04-18T16:03:52.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:52 smithi171 ceph-mon[44479]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:03:52.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:52 smithi171 ceph-mon[44479]: osdmap e34: 5 total, 5 up, 5 in 2024-04-18T16:03:53.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:52 smithi106 ceph-mon[44219]: purged_snaps scrub starts 2024-04-18T16:03:53.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:52 smithi106 ceph-mon[44219]: purged_snaps scrub ok 2024-04-18T16:03:53.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:52 smithi106 ceph-mon[44219]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:03:53.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:52 smithi106 ceph-mon[44219]: osdmap e34: 5 total, 5 up, 5 in 2024-04-18T16:03:53.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:52 smithi080 ceph-mon[39952]: purged_snaps scrub starts 2024-04-18T16:03:53.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:52 smithi080 ceph-mon[39952]: purged_snaps scrub ok 2024-04-18T16:03:53.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:52 smithi080 ceph-mon[39952]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:03:53.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:52 smithi080 ceph-mon[39952]: osdmap e34: 5 total, 5 up, 5 in 2024-04-18T16:03:53.928 INFO:teuthology.orchestra.run.smithi171.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-18T16:03:53.928 INFO:teuthology.orchestra.run.smithi171.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-18T16:03:53.928 INFO:teuthology.orchestra.run.smithi171.stderr: stderr: 10+0 records in 2024-04-18T16:03:53.928 INFO:teuthology.orchestra.run.smithi171.stderr:10+0 records out 2024-04-18T16:03:53.928 INFO:teuthology.orchestra.run.smithi171.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0109829 s, 955 MB/s 2024-04-18T16:03:53.929 INFO:teuthology.orchestra.run.smithi171.stderr:--> Zapping successful for: 2024-04-18T16:03:54.630 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:54 smithi171 ceph-mon[44479]: osdmap e35: 5 total, 5 up, 5 in 2024-04-18T16:03:54.630 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:54 smithi171 ceph-mon[44479]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:03:54.630 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:54 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:54.630 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:54 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:54.630 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:54 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:03:54.631 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:54 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:54.631 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:54 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:54.631 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:54 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:03:54.631 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:54 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:54.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:54 smithi080 ceph-mon[39952]: osdmap e35: 5 total, 5 up, 5 in 2024-04-18T16:03:54.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:54 smithi080 ceph-mon[39952]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:03:54.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:54 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:54.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:54 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:54.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:54 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:03:54.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:54 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:54.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:54 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:54.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:54 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:03:54.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:54 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:54.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:54 smithi106 ceph-mon[44219]: osdmap e35: 5 total, 5 up, 5 in 2024-04-18T16:03:54.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:54 smithi106 ceph-mon[44219]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:03:54.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:54 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:54.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:54 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:54.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:54 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:03:54.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:54 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:54.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:54 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:54.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:54 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:03:54.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:54 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:03:55.014 DEBUG:teuthology.orchestra.run.smithi171:> 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 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi171:vg_nvme/lv_3 2024-04-18T16:03:55.230 INFO:teuthology.orchestra.run.smithi171.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.c/config 2024-04-18T16:03:55.705 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:55 smithi171 ceph-mon[44479]: Detected new or changed devices on smithi171 2024-04-18T16:03:55.706 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:55 smithi171 ceph-mon[44479]: Adjusting osd_memory_target on smithi171 to 21218M 2024-04-18T16:03:55.706 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:55 smithi171 ceph-mon[44479]: osdmap e36: 5 total, 5 up, 5 in 2024-04-18T16:03:55.911 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:55 smithi106 ceph-mon[44219]: Detected new or changed devices on smithi171 2024-04-18T16:03:55.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:55 smithi106 ceph-mon[44219]: Adjusting osd_memory_target on smithi171 to 21218M 2024-04-18T16:03:55.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:55 smithi106 ceph-mon[44219]: osdmap e36: 5 total, 5 up, 5 in 2024-04-18T16:03:55.964 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:55 smithi080 ceph-mon[39952]: Detected new or changed devices on smithi171 2024-04-18T16:03:55.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:55 smithi080 ceph-mon[39952]: Adjusting osd_memory_target on smithi171 to 21218M 2024-04-18T16:03:55.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:55 smithi080 ceph-mon[39952]: osdmap e36: 5 total, 5 up, 5 in 2024-04-18T16:03:56.607 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:56 smithi171 ceph-mon[44479]: osdmap e37: 5 total, 5 up, 5 in 2024-04-18T16:03:56.607 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:56 smithi171 ceph-mon[44479]: pgmap v125: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-18T16:03:56.911 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:56 smithi106 ceph-mon[44219]: osdmap e37: 5 total, 5 up, 5 in 2024-04-18T16:03:56.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:56 smithi106 ceph-mon[44219]: pgmap v125: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-18T16:03:56.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:56 smithi080 ceph-mon[39952]: osdmap e37: 5 total, 5 up, 5 in 2024-04-18T16:03:56.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:56 smithi080 ceph-mon[39952]: pgmap v125: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-18T16:03:57.726 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:57 smithi171 ceph-mon[44479]: from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi171:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:03:57.726 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:57 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T16:03:57.726 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:57 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T16:03:57.726 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:57 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:57.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:57 smithi106 ceph-mon[44219]: from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi171:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:03:57.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:57 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T16:03:57.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:57 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T16:03:57.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:57 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:57.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:57 smithi080 ceph-mon[39952]: from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi171:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:03:57.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:57 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T16:03:57.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:57 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T16:03:57.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:57 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:03:58.740 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:58 smithi171 ceph-mon[44479]: pgmap v126: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 108 KiB/s, 0 objects/s recovering 2024-04-18T16:03:58.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:58 smithi106 ceph-mon[44219]: pgmap v126: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 108 KiB/s, 0 objects/s recovering 2024-04-18T16:03:58.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:58 smithi080 ceph-mon[39952]: pgmap v126: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 108 KiB/s, 0 objects/s recovering 2024-04-18T16:03:59.911 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:59 smithi106 ceph-mon[44219]: from='client.? 172.21.15.171:0/1418639034' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5e802255-6f89-4d41-bf57-0259972498fb"}]: dispatch 2024-04-18T16:03:59.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:59 smithi106 ceph-mon[44219]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5e802255-6f89-4d41-bf57-0259972498fb"}]: dispatch 2024-04-18T16:03:59.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:59 smithi106 ceph-mon[44219]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5e802255-6f89-4d41-bf57-0259972498fb"}]': finished 2024-04-18T16:03:59.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:59 smithi106 ceph-mon[44219]: osdmap e38: 6 total, 5 up, 6 in 2024-04-18T16:03:59.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:03:59 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T16:03:59.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:59 smithi171 ceph-mon[44479]: from='client.? 172.21.15.171:0/1418639034' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5e802255-6f89-4d41-bf57-0259972498fb"}]: dispatch 2024-04-18T16:03:59.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:59 smithi171 ceph-mon[44479]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5e802255-6f89-4d41-bf57-0259972498fb"}]: dispatch 2024-04-18T16:03:59.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:59 smithi171 ceph-mon[44479]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5e802255-6f89-4d41-bf57-0259972498fb"}]': finished 2024-04-18T16:03:59.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:59 smithi171 ceph-mon[44479]: osdmap e38: 6 total, 5 up, 6 in 2024-04-18T16:03:59.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:03:59 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T16:03:59.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:59 smithi080 ceph-mon[39952]: from='client.? 172.21.15.171:0/1418639034' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5e802255-6f89-4d41-bf57-0259972498fb"}]: dispatch 2024-04-18T16:03:59.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:59 smithi080 ceph-mon[39952]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5e802255-6f89-4d41-bf57-0259972498fb"}]: dispatch 2024-04-18T16:03:59.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:59 smithi080 ceph-mon[39952]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5e802255-6f89-4d41-bf57-0259972498fb"}]': finished 2024-04-18T16:03:59.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:59 smithi080 ceph-mon[39952]: osdmap e38: 6 total, 5 up, 6 in 2024-04-18T16:03:59.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:03:59 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T16:04:00.911 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:00 smithi106 ceph-mon[44219]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-18T16:04:00.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:00 smithi106 ceph-mon[44219]: from='client.? 172.21.15.171:0/2769201024' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T16:04:00.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:00 smithi171 ceph-mon[44479]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-18T16:04:00.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:00 smithi171 ceph-mon[44479]: from='client.? 172.21.15.171:0/2769201024' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T16:04:00.964 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:00 smithi080 ceph-mon[39952]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-18T16:04:00.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:00 smithi080 ceph-mon[39952]: from='client.? 172.21.15.171:0/2769201024' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T16:04:03.077 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:02 smithi171 ceph-mon[44479]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:04:03.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:02 smithi106 ceph-mon[44219]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:04:03.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:02 smithi080 ceph-mon[39952]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:04:05.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:04 smithi106 ceph-mon[44219]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:04:05.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:04 smithi171 ceph-mon[44479]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:04:05.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:04 smithi080 ceph-mon[39952]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:04:07.091 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:06 smithi171 ceph-mon[44479]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:04:07.091 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:06 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-18T16:04:07.091 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:06 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:04:07.091 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:06 smithi171 ceph-mon[44479]: Deploying daemon osd.5 on smithi171 2024-04-18T16:04:07.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:06 smithi106 ceph-mon[44219]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:04:07.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:06 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-18T16:04:07.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:06 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:04:07.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:06 smithi106 ceph-mon[44219]: Deploying daemon osd.5 on smithi171 2024-04-18T16:04:07.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:06 smithi080 ceph-mon[39952]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:04:07.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:06 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-18T16:04:07.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:06 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:04:07.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:06 smithi080 ceph-mon[39952]: Deploying daemon osd.5 on smithi171 2024-04-18T16:04:09.043 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:08 smithi171 ceph-mon[44479]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:04:09.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:08 smithi106 ceph-mon[44219]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:04:09.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:08 smithi080 ceph-mon[39952]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:04:11.152 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:10 smithi171 ceph-mon[44479]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:04:11.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:10 smithi106 ceph-mon[44219]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:04:11.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:10 smithi080 ceph-mon[39952]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:04:12.658 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:12 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:12.659 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:12 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:12.659 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:12 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:04:12.659 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:12 smithi171 ceph-mon[44479]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:04:12.661 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:12 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:12.661 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:12 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:12.661 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:12 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:04:12.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:12 smithi106 ceph-mon[44219]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:04:12.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:12 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:12.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:12 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:12.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:12 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:04:12.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:12 smithi080 ceph-mon[39952]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:04:14.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:14 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:14.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:14 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:14.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:14 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:04:14.940 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:14 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:04:14.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:14 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:14.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:14 smithi171 ceph-mon[44479]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:04:14.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:14 smithi171 ceph-mon[44479]: from='osd.5 [v2:172.21.15.171:6808/1268658947,v1:172.21.15.171:6809/1268658947]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-18T16:04:14.941 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:14 smithi171 ceph-mon[44479]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-18T16:04:15.007 INFO:teuthology.orchestra.run.smithi171.stdout:Created osd(s) 5 on host 'smithi171' 2024-04-18T16:04:15.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:14 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:15.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:14 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:15.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:14 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:04:15.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:14 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:04:15.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:14 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:15.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:14 smithi106 ceph-mon[44219]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:04:15.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:14 smithi106 ceph-mon[44219]: from='osd.5 [v2:172.21.15.171:6808/1268658947,v1:172.21.15.171:6809/1268658947]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-18T16:04:15.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:14 smithi106 ceph-mon[44219]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-18T16:04:15.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:14 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:15.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:14 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:15.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:14 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:04:15.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:14 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:04:15.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:14 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:15.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:14 smithi080 ceph-mon[39952]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:04:15.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:14 smithi080 ceph-mon[39952]: from='osd.5 [v2:172.21.15.171:6808/1268658947,v1:172.21.15.171:6809/1268658947]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-18T16:04:15.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:14 smithi080 ceph-mon[39952]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-18T16:04:15.684 DEBUG:teuthology.orchestra.run.smithi171:osd.5> sudo journalctl -f -n 0 -u ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@osd.5.service 2024-04-18T16:04:15.686 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-04-18T16:04:15.686 DEBUG:teuthology.orchestra.run.smithi080:> 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 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph osd stat -f json 2024-04-18T16:04:15.717 INFO:journalctl@ceph.osd.5.smithi171.stdout:-- Logs begin at Thu 2024-04-18 15:48:25 UTC. -- 2024-04-18T16:04:15.924 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:04:15.939 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:15 smithi171 ceph-mon[44479]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-18T16:04:15.939 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:15 smithi171 ceph-mon[44479]: osdmap e39: 6 total, 5 up, 6 in 2024-04-18T16:04:15.939 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:15 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T16:04:15.939 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:15 smithi171 ceph-mon[44479]: from='osd.5 [v2:172.21.15.171:6808/1268658947,v1:172.21.15.171:6809/1268658947]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-04-18T16:04:15.939 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:15 smithi171 ceph-mon[44479]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-04-18T16:04:15.939 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:15 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:15.939 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:15 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:15.939 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:15 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:04:16.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:15 smithi106 ceph-mon[44219]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-18T16:04:16.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:15 smithi106 ceph-mon[44219]: osdmap e39: 6 total, 5 up, 6 in 2024-04-18T16:04:16.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:15 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T16:04:16.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:15 smithi106 ceph-mon[44219]: from='osd.5 [v2:172.21.15.171:6808/1268658947,v1:172.21.15.171:6809/1268658947]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-04-18T16:04:16.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:15 smithi106 ceph-mon[44219]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-04-18T16:04:16.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:15 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:16.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:15 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:16.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:15 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:04:16.184 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:15 smithi080 ceph-mon[39952]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-18T16:04:16.184 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:15 smithi080 ceph-mon[39952]: osdmap e39: 6 total, 5 up, 6 in 2024-04-18T16:04:16.184 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T16:04:16.184 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:15 smithi080 ceph-mon[39952]: from='osd.5 [v2:172.21.15.171:6808/1268658947,v1:172.21.15.171:6809/1268658947]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-04-18T16:04:16.184 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:15 smithi080 ceph-mon[39952]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-04-18T16:04:16.184 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:16.184 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:16.184 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:04:16.576 INFO:journalctl@ceph.osd.5.smithi171.stdout:Apr 18 16:04:16 smithi171 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-5[57302]: 2024-04-18T16:04:16.196+0000 7f72d2283700 -1 osd.5 0 waiting for initial osdmap 2024-04-18T16:04:16.576 INFO:journalctl@ceph.osd.5.smithi171.stdout:Apr 18 16:04:16 smithi171 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-5[57302]: 2024-04-18T16:04:16.202+0000 7f72ca070700 -1 osd.5 40 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-18T16:04:16.865 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:16 smithi171 ceph-mon[44479]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]': finished 2024-04-18T16:04:16.866 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:16 smithi171 ceph-mon[44479]: osdmap e40: 6 total, 5 up, 6 in 2024-04-18T16:04:16.866 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:16 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T16:04:16.866 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:16 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T16:04:16.866 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:16 smithi171 ceph-mon[44479]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:04:16.866 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:16 smithi171 ceph-mon[44479]: from='osd.5 ' entity='osd.5' 2024-04-18T16:04:16.866 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:16 smithi171 ceph-mon[44479]: osd.5 [v2:172.21.15.171:6808/1268658947,v1:172.21.15.171:6809/1268658947] boot 2024-04-18T16:04:16.866 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:16 smithi171 ceph-mon[44479]: osdmap e41: 6 total, 6 up, 6 in 2024-04-18T16:04:16.866 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:16 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T16:04:17.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:16 smithi106 ceph-mon[44219]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]': finished 2024-04-18T16:04:17.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:16 smithi106 ceph-mon[44219]: osdmap e40: 6 total, 5 up, 6 in 2024-04-18T16:04:17.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:16 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T16:04:17.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:16 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T16:04:17.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:16 smithi106 ceph-mon[44219]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:04:17.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:16 smithi106 ceph-mon[44219]: from='osd.5 ' entity='osd.5' 2024-04-18T16:04:17.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:16 smithi106 ceph-mon[44219]: osd.5 [v2:172.21.15.171:6808/1268658947,v1:172.21.15.171:6809/1268658947] boot 2024-04-18T16:04:17.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:16 smithi106 ceph-mon[44219]: osdmap e41: 6 total, 6 up, 6 in 2024-04-18T16:04:17.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:16 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T16:04:17.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:16 smithi080 ceph-mon[39952]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]': finished 2024-04-18T16:04:17.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:16 smithi080 ceph-mon[39952]: osdmap e40: 6 total, 5 up, 6 in 2024-04-18T16:04:17.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:16 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T16:04:17.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:16 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T16:04:17.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:16 smithi080 ceph-mon[39952]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:04:17.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:16 smithi080 ceph-mon[39952]: from='osd.5 ' entity='osd.5' 2024-04-18T16:04:17.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:16 smithi080 ceph-mon[39952]: osd.5 [v2:172.21.15.171:6808/1268658947,v1:172.21.15.171:6809/1268658947] boot 2024-04-18T16:04:17.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:16 smithi080 ceph-mon[39952]: osdmap e41: 6 total, 6 up, 6 in 2024-04-18T16:04:17.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:16 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-18T16:04:17.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:17 smithi080 ceph-mon[39952]: purged_snaps scrub starts 2024-04-18T16:04:17.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:17 smithi080 ceph-mon[39952]: purged_snaps scrub ok 2024-04-18T16:04:17.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:17 smithi080 ceph-mon[39952]: osdmap e42: 6 total, 6 up, 6 in 2024-04-18T16:04:18.031 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T16:04:18.068 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:17 smithi171 ceph-mon[44479]: purged_snaps scrub starts 2024-04-18T16:04:18.068 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:17 smithi171 ceph-mon[44479]: purged_snaps scrub ok 2024-04-18T16:04:18.068 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:17 smithi171 ceph-mon[44479]: osdmap e42: 6 total, 6 up, 6 in 2024-04-18T16:04:18.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:17 smithi106 ceph-mon[44219]: purged_snaps scrub starts 2024-04-18T16:04:18.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:17 smithi106 ceph-mon[44219]: purged_snaps scrub ok 2024-04-18T16:04:18.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:17 smithi106 ceph-mon[44219]: osdmap e42: 6 total, 6 up, 6 in 2024-04-18T16:04:18.662 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":42,"num_osds":6,"num_up_osds":6,"osd_up_since":1713456256,"num_in_osds":6,"osd_in_since":1713456239,"num_remapped_pgs":1} 2024-04-18T16:04:18.663 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph osd dump --format=json 2024-04-18T16:04:18.887 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:04:18.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:18 smithi080 ceph-mon[39952]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:18.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:18 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/3630200746' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-18T16:04:18.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:18 smithi080 ceph-mon[39952]: osdmap e43: 6 total, 6 up, 6 in 2024-04-18T16:04:19.165 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:18 smithi106 ceph-mon[44219]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:19.165 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:18 smithi106 ceph-mon[44219]: from='client.? 172.21.15.80:0/3630200746' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-18T16:04:19.165 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:18 smithi106 ceph-mon[44219]: osdmap e43: 6 total, 6 up, 6 in 2024-04-18T16:04:19.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:18 smithi171 ceph-mon[44479]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:19.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:18 smithi171 ceph-mon[44479]: from='client.? 172.21.15.80:0/3630200746' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-18T16:04:19.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:18 smithi171 ceph-mon[44479]: osdmap e43: 6 total, 6 up, 6 in 2024-04-18T16:04:20.149 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:19 smithi080 ceph-mon[39952]: Detected new or changed devices on smithi171 2024-04-18T16:04:20.149 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:19 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:20.149 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:19 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:20.150 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:19 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:04:20.150 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:19 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:04:20.150 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:19 smithi080 ceph-mon[39952]: Adjusting osd_memory_target on smithi171 to 10609M 2024-04-18T16:04:20.150 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:19 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:20.150 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:19 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:04:20.150 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:19 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:04:20.150 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:19 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:20.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:19 smithi106 ceph-mon[44219]: Detected new or changed devices on smithi171 2024-04-18T16:04:20.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:19 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:20.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:19 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:20.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:19 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:04:20.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:19 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:04:20.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:19 smithi106 ceph-mon[44219]: Adjusting osd_memory_target on smithi171 to 10609M 2024-04-18T16:04:20.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:19 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:20.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:19 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:04:20.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:19 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:04:20.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:19 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:20.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:19 smithi171 ceph-mon[44479]: Detected new or changed devices on smithi171 2024-04-18T16:04:20.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:19 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:20.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:19 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:20.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:19 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:04:20.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:19 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-18T16:04:20.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:19 smithi171 ceph-mon[44479]: Adjusting osd_memory_target on smithi171 to 10609M 2024-04-18T16:04:20.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:19 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:20.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:19 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:04:20.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:19 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:04:20.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:19 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:04:20.969 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T16:04:20.969 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":45,"fsid":"888ff8dc-fd9c-11ee-bc92-c7b262605968","created":"2024-04-18T15:59:40.951785+0000","modified":"2024-04-18T16:04:20.798110+0000","last_up_change":"2024-04-18T16:04:16.459413+0000","last_in_change":"2024-04-18T16:03:59.573784+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-18T16:03:06.083556+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":"67bc4a13-9a97-440f-bc5f-09dfc99173e0","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.80:6802","nonce":434508929},{"type":"v1","addr":"172.21.15.80:6803","nonce":434508929}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6804","nonce":434508929},{"type":"v1","addr":"172.21.15.80:6805","nonce":434508929}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6808","nonce":434508929},{"type":"v1","addr":"172.21.15.80:6809","nonce":434508929}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6806","nonce":434508929},{"type":"v1","addr":"172.21.15.80:6807","nonce":434508929}]},"public_addr":"172.21.15.80:6803/434508929","cluster_addr":"172.21.15.80:6805/434508929","heartbeat_back_addr":"172.21.15.80:6809/434508929","heartbeat_front_addr":"172.21.15.80:6807/434508929","state":["exists","up"]},{"osd":1,"uuid":"547a2718-58f4-46bb-9653-fdef9aca40be","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.80:6810","nonce":4236397609},{"type":"v1","addr":"172.21.15.80:6811","nonce":4236397609}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6812","nonce":4236397609},{"type":"v1","addr":"172.21.15.80:6813","nonce":4236397609}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6816","nonce":4236397609},{"type":"v1","addr":"172.21.15.80:6817","nonce":4236397609}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6814","nonce":4236397609},{"type":"v1","addr":"172.21.15.80:6815","nonce":4236397609}]},"public_addr":"172.21.15.80:6811/4236397609","cluster_addr":"172.21.15.80:6813/4236397609","heartbeat_back_addr":"172.21.15.80:6817/4236397609","heartbeat_front_addr":"172.21.15.80:6815/4236397609","state":["exists","up"]},{"osd":2,"uuid":"cee704ec-e10c-428d-80bf-f9a6f71b3719","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.106:6800","nonce":831499834},{"type":"v1","addr":"172.21.15.106:6801","nonce":831499834}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6802","nonce":831499834},{"type":"v1","addr":"172.21.15.106:6803","nonce":831499834}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6806","nonce":831499834},{"type":"v1","addr":"172.21.15.106:6807","nonce":831499834}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6804","nonce":831499834},{"type":"v1","addr":"172.21.15.106:6805","nonce":831499834}]},"public_addr":"172.21.15.106:6801/831499834","cluster_addr":"172.21.15.106:6803/831499834","heartbeat_back_addr":"172.21.15.106:6807/831499834","heartbeat_front_addr":"172.21.15.106:6805/831499834","state":["exists","up"]},{"osd":3,"uuid":"3a8fdb5a-c063-470d-95cd-051b993e8737","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.106:6808","nonce":2553330198},{"type":"v1","addr":"172.21.15.106:6809","nonce":2553330198}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6810","nonce":2553330198},{"type":"v1","addr":"172.21.15.106:6811","nonce":2553330198}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6814","nonce":2553330198},{"type":"v1","addr":"172.21.15.106:6815","nonce":2553330198}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6812","nonce":2553330198},{"type":"v1","addr":"172.21.15.106:6813","nonce":2553330198}]},"public_addr":"172.21.15.106:6809/2553330198","cluster_addr":"172.21.15.106:6811/2553330198","heartbeat_back_addr":"172.21.15.106:6815/2553330198","heartbeat_front_addr":"172.21.15.106:6813/2553330198","state":["exists","up"]},{"osd":4,"uuid":"35c1b6a1-18d5-4d06-9c57-2f9bf3814d13","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.171:6800","nonce":3353106095},{"type":"v1","addr":"172.21.15.171:6801","nonce":3353106095}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6802","nonce":3353106095},{"type":"v1","addr":"172.21.15.171:6803","nonce":3353106095}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6806","nonce":3353106095},{"type":"v1","addr":"172.21.15.171:6807","nonce":3353106095}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6804","nonce":3353106095},{"type":"v1","addr":"172.21.15.171:6805","nonce":3353106095}]},"public_addr":"172.21.15.171:6801/3353106095","cluster_addr":"172.21.15.171:6803/3353106095","heartbeat_back_addr":"172.21.15.171:6807/3353106095","heartbeat_front_addr":"172.21.15.171:6805/3353106095","state":["exists","up"]},{"osd":5,"uuid":"5e802255-6f89-4d41-bf57-0259972498fb","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.171:6808","nonce":1268658947},{"type":"v1","addr":"172.21.15.171:6809","nonce":1268658947}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6810","nonce":1268658947},{"type":"v1","addr":"172.21.15.171:6811","nonce":1268658947}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6814","nonce":1268658947},{"type":"v1","addr":"172.21.15.171:6815","nonce":1268658947}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6812","nonce":1268658947},{"type":"v1","addr":"172.21.15.171:6813","nonce":1268658947}]},"public_addr":"172.21.15.171:6809/1268658947","cluster_addr":"172.21.15.171:6811/1268658947","heartbeat_back_addr":"172.21.15.171:6815/1268658947","heartbeat_front_addr":"172.21.15.171:6813/1268658947","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-18T16:02:13.226857+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-18T16:02:39.735676+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-18T16:03:02.454241+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-18T16:03:26.974011+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-18T16:03:49.966120+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-18T16:04:15.354108+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.80:6801/1930016133":"2024-04-19T16:00:39.778172+0000","172.21.15.80:0/11652303":"2024-04-19T16:00:39.778172+0000","172.21.15.80:6800/1930016133":"2024-04-19T16:00:39.778172+0000","172.21.15.80:6800/2530314289":"2024-04-19T16:00:13.678300+0000","172.21.15.80:0/2650105649":"2024-04-19T16:00:13.678300+0000","172.21.15.80:0/3270804838":"2024-04-19T16:00:13.678300+0000","172.21.15.80:0/2409267904":"2024-04-19T16:00:39.778172+0000","172.21.15.80:6801/2530314289":"2024-04-19T16:00:13.678300+0000","172.21.15.80:0/3593204761":"2024-04-19T16:00:39.778172+0000","172.21.15.80:0/1177188931":"2024-04-19T16:00:13.678300+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-18T16:04:21.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:20 smithi106 ceph-mon[44219]: osdmap e44: 6 total, 6 up, 6 in 2024-04-18T16:04:21.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:20 smithi106 ceph-mon[44219]: pgmap v144: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-18T16:04:21.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:20 smithi171 ceph-mon[44479]: osdmap e44: 6 total, 6 up, 6 in 2024-04-18T16:04:21.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:20 smithi171 ceph-mon[44479]: pgmap v144: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-18T16:04:21.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:20 smithi080 ceph-mon[39952]: osdmap e44: 6 total, 6 up, 6 in 2024-04-18T16:04:21.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:20 smithi080 ceph-mon[39952]: pgmap v144: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-18T16:04:21.704 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-18T16:03:06.083556+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-18T16:04:21.704 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-04-18T16:04:21.928 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:04:21.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:21 smithi080 ceph-mon[39952]: osdmap e45: 6 total, 6 up, 6 in 2024-04-18T16:04:21.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:21 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/3202958120' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T16:04:22.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:21 smithi106 ceph-mon[44219]: osdmap e45: 6 total, 6 up, 6 in 2024-04-18T16:04:22.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:21 smithi106 ceph-mon[44219]: from='client.? 172.21.15.80:0/3202958120' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T16:04:22.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:21 smithi171 ceph-mon[44479]: osdmap e45: 6 total, 6 up, 6 in 2024-04-18T16:04:22.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:21 smithi171 ceph-mon[44479]: from='client.? 172.21.15.80:0/3202958120' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T16:04:23.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:22 smithi106 ceph-mon[44219]: pgmap v146: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 132 KiB/s, 0 objects/s recovering 2024-04-18T16:04:23.175 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:22 smithi080 ceph-mon[39952]: pgmap v146: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 132 KiB/s, 0 objects/s recovering 2024-04-18T16:04:23.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:22 smithi171 ceph-mon[44479]: pgmap v146: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 132 KiB/s, 0 objects/s recovering 2024-04-18T16:04:23.887 INFO:teuthology.orchestra.run.smithi080.stdout:pg_num: 1 2024-04-18T16:04:24.589 INFO:tasks.cephadm:Setting up client nodes... 2024-04-18T16:04:24.590 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-18T16:04:24.590 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-18T16:04:24.590 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph mgr dump --format=json 2024-04-18T16:04:24.806 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:04:25.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:24 smithi106 ceph-mon[44219]: pgmap v147: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-18T16:04:25.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:24 smithi106 ceph-mon[44219]: from='client.? 172.21.15.80:0/1143615321' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-18T16:04:25.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:24 smithi171 ceph-mon[44479]: pgmap v147: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-18T16:04:25.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:24 smithi171 ceph-mon[44479]: from='client.? 172.21.15.80:0/1143615321' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-18T16:04:25.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:24 smithi080 ceph-mon[39952]: pgmap v147: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-18T16:04:25.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:24 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/1143615321' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-18T16:04:26.790 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T16:04:27.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:26 smithi106 ceph-mon[44219]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-04-18T16:04:27.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:26 smithi106 ceph-mon[44219]: from='client.? 172.21.15.80:0/2938360878' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-18T16:04:27.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:26 smithi171 ceph-mon[44479]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-04-18T16:04:27.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:26 smithi171 ceph-mon[44479]: from='client.? 172.21.15.80:0/2938360878' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-18T16:04:27.195 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:26 smithi080 ceph-mon[39952]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-04-18T16:04:27.195 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:26 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/2938360878' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-18T16:04:27.489 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6800","nonce":3261293400},{"type":"v1","addr":"172.21.15.80:6801","nonce":3261293400}]},"active_addr":"172.21.15.80:6801/3261293400","active_change":"2024-04-18T16:00:39.778323+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":24110,"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.80: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.80:0","nonce":1962962940}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.80:0","nonce":3402244881}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.80:0","nonce":3261846114}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.80:0","nonce":3992798251}]}]} 2024-04-18T16:04:27.495 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-18T16:04:27.495 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-18T16:04:27.495 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph osd dump --format=json 2024-04-18T16:04:27.713 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:04:29.059 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:28 smithi080 ceph-mon[39952]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:29.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:28 smithi106 ceph-mon[44219]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:29.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:28 smithi171 ceph-mon[44479]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:29.784 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T16:04:29.784 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":45,"fsid":"888ff8dc-fd9c-11ee-bc92-c7b262605968","created":"2024-04-18T15:59:40.951785+0000","modified":"2024-04-18T16:04:20.798110+0000","last_up_change":"2024-04-18T16:04:16.459413+0000","last_in_change":"2024-04-18T16:03:59.573784+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-18T16:03:06.083556+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":"67bc4a13-9a97-440f-bc5f-09dfc99173e0","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.80:6802","nonce":434508929},{"type":"v1","addr":"172.21.15.80:6803","nonce":434508929}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6804","nonce":434508929},{"type":"v1","addr":"172.21.15.80:6805","nonce":434508929}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6808","nonce":434508929},{"type":"v1","addr":"172.21.15.80:6809","nonce":434508929}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6806","nonce":434508929},{"type":"v1","addr":"172.21.15.80:6807","nonce":434508929}]},"public_addr":"172.21.15.80:6803/434508929","cluster_addr":"172.21.15.80:6805/434508929","heartbeat_back_addr":"172.21.15.80:6809/434508929","heartbeat_front_addr":"172.21.15.80:6807/434508929","state":["exists","up"]},{"osd":1,"uuid":"547a2718-58f4-46bb-9653-fdef9aca40be","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.80:6810","nonce":4236397609},{"type":"v1","addr":"172.21.15.80:6811","nonce":4236397609}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6812","nonce":4236397609},{"type":"v1","addr":"172.21.15.80:6813","nonce":4236397609}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6816","nonce":4236397609},{"type":"v1","addr":"172.21.15.80:6817","nonce":4236397609}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6814","nonce":4236397609},{"type":"v1","addr":"172.21.15.80:6815","nonce":4236397609}]},"public_addr":"172.21.15.80:6811/4236397609","cluster_addr":"172.21.15.80:6813/4236397609","heartbeat_back_addr":"172.21.15.80:6817/4236397609","heartbeat_front_addr":"172.21.15.80:6815/4236397609","state":["exists","up"]},{"osd":2,"uuid":"cee704ec-e10c-428d-80bf-f9a6f71b3719","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.106:6800","nonce":831499834},{"type":"v1","addr":"172.21.15.106:6801","nonce":831499834}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6802","nonce":831499834},{"type":"v1","addr":"172.21.15.106:6803","nonce":831499834}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6806","nonce":831499834},{"type":"v1","addr":"172.21.15.106:6807","nonce":831499834}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6804","nonce":831499834},{"type":"v1","addr":"172.21.15.106:6805","nonce":831499834}]},"public_addr":"172.21.15.106:6801/831499834","cluster_addr":"172.21.15.106:6803/831499834","heartbeat_back_addr":"172.21.15.106:6807/831499834","heartbeat_front_addr":"172.21.15.106:6805/831499834","state":["exists","up"]},{"osd":3,"uuid":"3a8fdb5a-c063-470d-95cd-051b993e8737","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.106:6808","nonce":2553330198},{"type":"v1","addr":"172.21.15.106:6809","nonce":2553330198}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6810","nonce":2553330198},{"type":"v1","addr":"172.21.15.106:6811","nonce":2553330198}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6814","nonce":2553330198},{"type":"v1","addr":"172.21.15.106:6815","nonce":2553330198}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6812","nonce":2553330198},{"type":"v1","addr":"172.21.15.106:6813","nonce":2553330198}]},"public_addr":"172.21.15.106:6809/2553330198","cluster_addr":"172.21.15.106:6811/2553330198","heartbeat_back_addr":"172.21.15.106:6815/2553330198","heartbeat_front_addr":"172.21.15.106:6813/2553330198","state":["exists","up"]},{"osd":4,"uuid":"35c1b6a1-18d5-4d06-9c57-2f9bf3814d13","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.171:6800","nonce":3353106095},{"type":"v1","addr":"172.21.15.171:6801","nonce":3353106095}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6802","nonce":3353106095},{"type":"v1","addr":"172.21.15.171:6803","nonce":3353106095}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6806","nonce":3353106095},{"type":"v1","addr":"172.21.15.171:6807","nonce":3353106095}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6804","nonce":3353106095},{"type":"v1","addr":"172.21.15.171:6805","nonce":3353106095}]},"public_addr":"172.21.15.171:6801/3353106095","cluster_addr":"172.21.15.171:6803/3353106095","heartbeat_back_addr":"172.21.15.171:6807/3353106095","heartbeat_front_addr":"172.21.15.171:6805/3353106095","state":["exists","up"]},{"osd":5,"uuid":"5e802255-6f89-4d41-bf57-0259972498fb","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.171:6808","nonce":1268658947},{"type":"v1","addr":"172.21.15.171:6809","nonce":1268658947}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6810","nonce":1268658947},{"type":"v1","addr":"172.21.15.171:6811","nonce":1268658947}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6814","nonce":1268658947},{"type":"v1","addr":"172.21.15.171:6815","nonce":1268658947}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6812","nonce":1268658947},{"type":"v1","addr":"172.21.15.171:6813","nonce":1268658947}]},"public_addr":"172.21.15.171:6809/1268658947","cluster_addr":"172.21.15.171:6811/1268658947","heartbeat_back_addr":"172.21.15.171:6815/1268658947","heartbeat_front_addr":"172.21.15.171:6813/1268658947","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-18T16:02:13.226857+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-18T16:02:39.735676+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-18T16:03:02.454241+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-18T16:03:26.974011+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-18T16:03:49.966120+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-18T16:04:15.354108+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.80:6801/1930016133":"2024-04-19T16:00:39.778172+0000","172.21.15.80:0/11652303":"2024-04-19T16:00:39.778172+0000","172.21.15.80:6800/1930016133":"2024-04-19T16:00:39.778172+0000","172.21.15.80:6800/2530314289":"2024-04-19T16:00:13.678300+0000","172.21.15.80:0/2650105649":"2024-04-19T16:00:13.678300+0000","172.21.15.80:0/3270804838":"2024-04-19T16:00:13.678300+0000","172.21.15.80:0/2409267904":"2024-04-19T16:00:39.778172+0000","172.21.15.80:6801/2530314289":"2024-04-19T16:00:13.678300+0000","172.21.15.80:0/3593204761":"2024-04-19T16:00:39.778172+0000","172.21.15.80:0/1177188931":"2024-04-19T16:00:13.678300+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-18T16:04:30.142 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:29 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/3800754875' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T16:04:30.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:29 smithi106 ceph-mon[44219]: from='client.? 172.21.15.80:0/3800754875' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T16:04:30.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:29 smithi171 ceph-mon[44479]: from='client.? 172.21.15.80:0/3800754875' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T16:04:30.527 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-18T16:04:30.528 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph osd dump --format=json 2024-04-18T16:04:30.744 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:04:31.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:30 smithi106 ceph-mon[44219]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:31.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:30 smithi171 ceph-mon[44479]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:31.207 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:30 smithi080 ceph-mon[39952]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:32.636 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T16:04:32.636 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":45,"fsid":"888ff8dc-fd9c-11ee-bc92-c7b262605968","created":"2024-04-18T15:59:40.951785+0000","modified":"2024-04-18T16:04:20.798110+0000","last_up_change":"2024-04-18T16:04:16.459413+0000","last_in_change":"2024-04-18T16:03:59.573784+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-18T16:03:06.083556+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":"67bc4a13-9a97-440f-bc5f-09dfc99173e0","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.80:6802","nonce":434508929},{"type":"v1","addr":"172.21.15.80:6803","nonce":434508929}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6804","nonce":434508929},{"type":"v1","addr":"172.21.15.80:6805","nonce":434508929}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6808","nonce":434508929},{"type":"v1","addr":"172.21.15.80:6809","nonce":434508929}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6806","nonce":434508929},{"type":"v1","addr":"172.21.15.80:6807","nonce":434508929}]},"public_addr":"172.21.15.80:6803/434508929","cluster_addr":"172.21.15.80:6805/434508929","heartbeat_back_addr":"172.21.15.80:6809/434508929","heartbeat_front_addr":"172.21.15.80:6807/434508929","state":["exists","up"]},{"osd":1,"uuid":"547a2718-58f4-46bb-9653-fdef9aca40be","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.80:6810","nonce":4236397609},{"type":"v1","addr":"172.21.15.80:6811","nonce":4236397609}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6812","nonce":4236397609},{"type":"v1","addr":"172.21.15.80:6813","nonce":4236397609}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6816","nonce":4236397609},{"type":"v1","addr":"172.21.15.80:6817","nonce":4236397609}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6814","nonce":4236397609},{"type":"v1","addr":"172.21.15.80:6815","nonce":4236397609}]},"public_addr":"172.21.15.80:6811/4236397609","cluster_addr":"172.21.15.80:6813/4236397609","heartbeat_back_addr":"172.21.15.80:6817/4236397609","heartbeat_front_addr":"172.21.15.80:6815/4236397609","state":["exists","up"]},{"osd":2,"uuid":"cee704ec-e10c-428d-80bf-f9a6f71b3719","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.106:6800","nonce":831499834},{"type":"v1","addr":"172.21.15.106:6801","nonce":831499834}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6802","nonce":831499834},{"type":"v1","addr":"172.21.15.106:6803","nonce":831499834}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6806","nonce":831499834},{"type":"v1","addr":"172.21.15.106:6807","nonce":831499834}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6804","nonce":831499834},{"type":"v1","addr":"172.21.15.106:6805","nonce":831499834}]},"public_addr":"172.21.15.106:6801/831499834","cluster_addr":"172.21.15.106:6803/831499834","heartbeat_back_addr":"172.21.15.106:6807/831499834","heartbeat_front_addr":"172.21.15.106:6805/831499834","state":["exists","up"]},{"osd":3,"uuid":"3a8fdb5a-c063-470d-95cd-051b993e8737","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.106:6808","nonce":2553330198},{"type":"v1","addr":"172.21.15.106:6809","nonce":2553330198}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6810","nonce":2553330198},{"type":"v1","addr":"172.21.15.106:6811","nonce":2553330198}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6814","nonce":2553330198},{"type":"v1","addr":"172.21.15.106:6815","nonce":2553330198}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.106:6812","nonce":2553330198},{"type":"v1","addr":"172.21.15.106:6813","nonce":2553330198}]},"public_addr":"172.21.15.106:6809/2553330198","cluster_addr":"172.21.15.106:6811/2553330198","heartbeat_back_addr":"172.21.15.106:6815/2553330198","heartbeat_front_addr":"172.21.15.106:6813/2553330198","state":["exists","up"]},{"osd":4,"uuid":"35c1b6a1-18d5-4d06-9c57-2f9bf3814d13","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.171:6800","nonce":3353106095},{"type":"v1","addr":"172.21.15.171:6801","nonce":3353106095}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6802","nonce":3353106095},{"type":"v1","addr":"172.21.15.171:6803","nonce":3353106095}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6806","nonce":3353106095},{"type":"v1","addr":"172.21.15.171:6807","nonce":3353106095}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6804","nonce":3353106095},{"type":"v1","addr":"172.21.15.171:6805","nonce":3353106095}]},"public_addr":"172.21.15.171:6801/3353106095","cluster_addr":"172.21.15.171:6803/3353106095","heartbeat_back_addr":"172.21.15.171:6807/3353106095","heartbeat_front_addr":"172.21.15.171:6805/3353106095","state":["exists","up"]},{"osd":5,"uuid":"5e802255-6f89-4d41-bf57-0259972498fb","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.171:6808","nonce":1268658947},{"type":"v1","addr":"172.21.15.171:6809","nonce":1268658947}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6810","nonce":1268658947},{"type":"v1","addr":"172.21.15.171:6811","nonce":1268658947}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6814","nonce":1268658947},{"type":"v1","addr":"172.21.15.171:6815","nonce":1268658947}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6812","nonce":1268658947},{"type":"v1","addr":"172.21.15.171:6813","nonce":1268658947}]},"public_addr":"172.21.15.171:6809/1268658947","cluster_addr":"172.21.15.171:6811/1268658947","heartbeat_back_addr":"172.21.15.171:6815/1268658947","heartbeat_front_addr":"172.21.15.171:6813/1268658947","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-18T16:02:13.226857+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-18T16:02:39.735676+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-18T16:03:02.454241+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-18T16:03:26.974011+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-18T16:03:49.966120+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-18T16:04:15.354108+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.80:6801/1930016133":"2024-04-19T16:00:39.778172+0000","172.21.15.80:0/11652303":"2024-04-19T16:00:39.778172+0000","172.21.15.80:6800/1930016133":"2024-04-19T16:00:39.778172+0000","172.21.15.80:6800/2530314289":"2024-04-19T16:00:13.678300+0000","172.21.15.80:0/2650105649":"2024-04-19T16:00:13.678300+0000","172.21.15.80:0/3270804838":"2024-04-19T16:00:13.678300+0000","172.21.15.80:0/2409267904":"2024-04-19T16:00:39.778172+0000","172.21.15.80:6801/2530314289":"2024-04-19T16:00:13.678300+0000","172.21.15.80:0/3593204761":"2024-04-19T16:00:39.778172+0000","172.21.15.80:0/1177188931":"2024-04-19T16:00:13.678300+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-18T16:04:32.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:32 smithi080 ceph-mon[39952]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:32.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:32 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/558038115' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T16:04:33.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:32 smithi106 ceph-mon[44219]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:33.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:32 smithi106 ceph-mon[44219]: from='client.? 172.21.15.80:0/558038115' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T16:04:33.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:32 smithi171 ceph-mon[44479]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:33.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:32 smithi171 ceph-mon[44479]: from='client.? 172.21.15.80:0/558038115' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T16:04:33.534 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-18T16:04:33.535 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-18T16:04:33.535 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-18T16:04:33.536 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-04-18T16:04:33.536 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-04-18T16:04:33.536 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-04-18T16:04:33.835 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:04:33.864 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:04:34.579 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:04:34.580 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:04:34.580 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:04:34.584 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:04:35.143 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:34 smithi080 ceph-mon[39952]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:35.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:34 smithi106 ceph-mon[44219]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:35.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:34 smithi171 ceph-mon[44479]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:36.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:36 smithi080 ceph-mon[39952]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:37.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:36 smithi106 ceph-mon[44219]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:37.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:36 smithi171 ceph-mon[44479]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:39.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:38 smithi106 ceph-mon[44219]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:39.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:38 smithi171 ceph-mon[44479]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:39.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:38 smithi080 ceph-mon[39952]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:41.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:40 smithi106 ceph-mon[44219]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:41.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:40 smithi171 ceph-mon[44479]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:41.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:40 smithi080 ceph-mon[39952]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:43.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:42 smithi106 ceph-mon[44219]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:43.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:42 smithi171 ceph-mon[44479]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:43.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:42 smithi080 ceph-mon[39952]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:43.614 INFO:teuthology.orchestra.run.smithi080.stdout:107374182417 2024-04-18T16:04:43.614 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-04-18T16:04:45.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:44 smithi106 ceph-mon[44219]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:45.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:44 smithi171 ceph-mon[44479]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:45.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:44 smithi080 ceph-mon[39952]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:45.528 INFO:teuthology.orchestra.run.smithi080.stdout:176093659144 2024-04-18T16:04:45.529 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-04-18T16:04:46.016 INFO:teuthology.orchestra.run.smithi080.stdout:141733920781 2024-04-18T16:04:46.017 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-04-18T16:04:46.451 INFO:teuthology.orchestra.run.smithi080.stdout:55834574876 2024-04-18T16:04:46.452 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-18T16:04:47.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:46 smithi106 ceph-mon[44219]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:47.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:46 smithi171 ceph-mon[44479]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:47.195 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:46 smithi080 ceph-mon[39952]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:47.213 INFO:teuthology.orchestra.run.smithi080.stdout:77309411352 2024-04-18T16:04:47.213 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-18T16:04:47.867 INFO:teuthology.orchestra.run.smithi080.stdout:34359738400 2024-04-18T16:04:47.868 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-18T16:04:47.953 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:04:47.961 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:04:47.984 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:04:47.985 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:04:47.988 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:04:49.151 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:48 smithi080 ceph-mon[39952]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:49.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:48 smithi106 ceph-mon[44219]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:49.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:48 smithi171 ceph-mon[44479]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:51.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:50 smithi171 ceph-mon[44479]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:51.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:50 smithi080 ceph-mon[39952]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:51.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:50 smithi106 ceph-mon[44219]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:53.083 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:04:53.176 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:52 smithi080 ceph-mon[39952]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:53.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:52 smithi171 ceph-mon[44479]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:53.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:52 smithi106 ceph-mon[44219]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:54.040 INFO:teuthology.orchestra.run.smithi080.stdout:77309411353 2024-04-18T16:04:54.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:53 smithi171 ceph-mon[44479]: from='client.? 172.21.15.80:0/10811464' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-18T16:04:54.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:53 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/10811464' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-18T16:04:54.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:53 smithi106 ceph-mon[44219]: from='client.? 172.21.15.80:0/10811464' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-18T16:04:55.086 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:54 smithi080 ceph-mon[39952]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:55.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:54 smithi171 ceph-mon[44479]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:55.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:54 smithi106 ceph-mon[44219]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:55.502 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411352 got 77309411353 for osd.2 2024-04-18T16:04:55.503 DEBUG:teuthology.parallel:result is None 2024-04-18T16:04:56.209 INFO:teuthology.orchestra.run.smithi080.stdout:55834574878 2024-04-18T16:04:56.488 INFO:teuthology.orchestra.run.smithi080.stdout:141733920783 2024-04-18T16:04:56.868 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574876 got 55834574878 for osd.1 2024-04-18T16:04:56.868 DEBUG:teuthology.parallel:result is None 2024-04-18T16:04:57.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:56 smithi171 ceph-mon[44479]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:57.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:56 smithi171 ceph-mon[44479]: from='client.? 172.21.15.80:0/3943422116' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-18T16:04:57.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:56 smithi171 ceph-mon[44479]: from='client.? 172.21.15.80:0/1557817574' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-18T16:04:57.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:56 smithi080 ceph-mon[39952]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:57.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:56 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/3943422116' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-18T16:04:57.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:56 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/1557817574' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-18T16:04:57.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:56 smithi106 ceph-mon[44219]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:57.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:56 smithi106 ceph-mon[44219]: from='client.? 172.21.15.80:0/3943422116' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-18T16:04:57.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:56 smithi106 ceph-mon[44219]: from='client.? 172.21.15.80:0/1557817574' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-18T16:04:58.614 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920781 got 141733920783 for osd.4 2024-04-18T16:04:58.614 DEBUG:teuthology.parallel:result is None 2024-04-18T16:04:59.115 INFO:teuthology.orchestra.run.smithi080.stdout:107374182420 2024-04-18T16:04:59.178 INFO:teuthology.orchestra.run.smithi080.stdout:34359738404 2024-04-18T16:04:59.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:58 smithi171 ceph-mon[44479]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:59.203 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:58 smithi080 ceph-mon[39952]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:59.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:58 smithi106 ceph-mon[44219]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:04:59.584 INFO:teuthology.orchestra.run.smithi080.stdout:176093659147 2024-04-18T16:05:00.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:59 smithi171 ceph-mon[44479]: from='client.? 172.21.15.80:0/2296213126' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-18T16:05:00.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:59 smithi171 ceph-mon[44479]: from='client.? 172.21.15.80:0/2488906470' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-18T16:05:00.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:04:59 smithi171 ceph-mon[44479]: from='client.? 172.21.15.80:0/1243604847' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-18T16:05:00.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:59 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/2296213126' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-18T16:05:00.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:59 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/2488906470' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-18T16:05:00.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:04:59 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/1243604847' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-18T16:05:00.251 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659144 got 176093659147 for osd.5 2024-04-18T16:05:00.251 DEBUG:teuthology.parallel:result is None 2024-04-18T16:05:00.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:59 smithi106 ceph-mon[44219]: from='client.? 172.21.15.80:0/2296213126' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-18T16:05:00.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:59 smithi106 ceph-mon[44219]: from='client.? 172.21.15.80:0/2488906470' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-18T16:05:00.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:04:59 smithi106 ceph-mon[44219]: from='client.? 172.21.15.80:0/1243604847' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-18T16:05:00.908 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182417 got 107374182420 for osd.3 2024-04-18T16:05:00.908 DEBUG:teuthology.parallel:result is None 2024-04-18T16:05:01.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:00 smithi171 ceph-mon[44479]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:01.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:00 smithi080 ceph-mon[39952]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:01.412 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738400 got 34359738404 for osd.0 2024-04-18T16:05:01.412 DEBUG:teuthology.parallel:result is None 2024-04-18T16:05:01.413 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-18T16:05:01.413 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph pg dump --format=json 2024-04-18T16:05:01.413 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:00 smithi106 ceph-mon[44219]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:01.637 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:05:03.169 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:02 smithi080 ceph-mon[39952]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:03.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:02 smithi171 ceph-mon[44479]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:03.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:02 smithi106 ceph-mon[44219]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:03.661 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T16:05:03.663 INFO:teuthology.orchestra.run.smithi080.stderr:dumped all 2024-04-18T16:05:04.609 INFO:teuthology.orchestra.run.smithi080.stdout:{"pg_ready":true,"pg_map":{"version":166,"stamp":"2024-04-18T16:05:01.828394+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":174456,"kb_used_data":4132,"kb_used_omap":9,"kb_used_meta":170230,"kb_avail":562296456,"statfs":{"total":575970213888,"available":575791570944,"internally_reserved":0,"allocated":4231168,"data_stored":2731160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9562,"internal_metadata":174316198},"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.002178"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":265,"reported_epoch":45,"state":"active+clean","last_fresh":"2024-04-18T16:04:20.809501+0000","last_change":"2024-04-18T16:04:20.809501+0000","last_active":"2024-04-18T16:04:20.809501+0000","last_peered":"2024-04-18T16:04:20.809501+0000","last_clean":"2024-04-18T16:04:20.809501+0000","last_became_active":"2024-04-18T16:04:20.809156+0000","last_became_peered":"2024-04-18T16:04:20.809156+0000","last_unstale":"2024-04-18T16:04:20.809501+0000","last_undegraded":"2024-04-18T16:04:20.809501+0000","last_fullsized":"2024-04-18T16:04:20.809501+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-18T16:03:06.083898+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-18T16:03:06.083898+0000","last_clean_scrub_stamp":"2024-04-18T16:03:06.083898+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:26:43.448523+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":176093659148,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28000,"kb_used_data":976,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717152,"statfs":{"total":95995035648,"available":95966363648,"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.53800000000000003}]},{"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.48499999999999999}]},{"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.71599999999999997}]},{"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.69999999999999996}]},{"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.50600000000000001}]}]},{"osd":4,"up_from":33,"seq":141733920784,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27424,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717728,"statfs":{"total":95995035648,"available":95966953472,"internally_reserved":0,"allocated":409600,"data_stored":160110,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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 Apr 18 16:04:55 2024","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.56100000000000005}]},{"osd":1,"last update":"Thu Apr 18 16:04:55 2024","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.48799999999999999}]},{"osd":2,"last update":"Thu Apr 18 16:04:55 2024","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.51600000000000001},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.59899999999999998}]},{"osd":3,"last update":"Thu Apr 18 16:04:55 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.58799999999999997},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.621}]},{"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.29199999999999998}]}]},{"osd":3,"up_from":25,"seq":107374182421,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28000,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717152,"statfs":{"total":95995035648,"available":95966363648,"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 16:04:29 2024","interfaces":[{"interface":"back","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.48999999999999999}]},{"osd":1,"last update":"Thu Apr 18 16:04:29 2024","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.50600000000000001}]},{"osd":2,"last update":"Thu Apr 18 16:04:29 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.26000000000000001},{"interface":"front","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.29099999999999998}]},{"osd":4,"last update":"Thu Apr 18 16:04:53 2024","interfaces":[{"interface":"back","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.56100000000000005}]},{"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.625}]}]},{"osd":2,"up_from":18,"seq":77309411355,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32092,"kb_used_data":976,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93713060,"statfs":{"total":95995035648,"available":95962173440,"internally_reserved":0,"allocated":999424,"data_stored":750205,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"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 16:04:07 2024","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.67100000000000004},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.52700000000000002}]},{"osd":1,"last update":"Thu Apr 18 16:04:07 2024","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.69799999999999995},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.51400000000000001}]},{"osd":3,"last update":"Thu Apr 18 16:04:32 2024","interfaces":[{"interface":"back","average":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"last":0.33200000000000002},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"last":0.34899999999999998}]},{"osd":4,"last update":"Thu Apr 18 16:04:56 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.61799999999999999}]},{"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.65800000000000003}]}]},{"osd":0,"up_from":8,"seq":34359738405,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31520,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93713632,"statfs":{"total":95995035648,"available":95962759168,"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 16:04:47 2024","interfaces":[{"interface":"back","average":{"1min":0.33500000000000002,"5min":0.32500000000000001,"15min":0.32300000000000001},"min":{"1min":0.20300000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.27100000000000002},{"interface":"front","average":{"1min":0.33600000000000002,"5min":0.35299999999999998,"15min":0.35599999999999998},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.307}]},{"osd":2,"last update":"Thu Apr 18 16:04:04 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.57299999999999995}]},{"osd":3,"last update":"Thu Apr 18 16:04:29 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.61699999999999999},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.60599999999999998}]},{"osd":4,"last update":"Thu Apr 18 16:04:53 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.56100000000000005}]},{"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.503}]}]},{"osd":1,"up_from":13,"seq":55834574879,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27420,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717732,"statfs":{"total":95995035648,"available":95966957568,"internally_reserved":0,"allocated":409600,"data_stored":160110,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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 16:04:47 2024","interfaces":[{"interface":"back","average":{"1min":0.29099999999999998,"5min":0.31900000000000001,"15min":0.32400000000000001},"min":{"1min":0.217,"5min":0.217,"15min":0.217},"max":{"1min":0.39600000000000002,"5min":0.47099999999999997,"15min":0.47099999999999997},"last":0.23300000000000001},{"interface":"front","average":{"1min":0.317,"5min":0.34100000000000003,"15min":0.34499999999999997},"min":{"1min":0.23599999999999999,"5min":0.218,"15min":0.218},"max":{"1min":0.435,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.19900000000000001}]},{"osd":2,"last update":"Thu Apr 18 16:04:05 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.51900000000000002}]},{"osd":3,"last update":"Thu Apr 18 16:04:30 2024","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.45500000000000002}]},{"osd":4,"last update":"Thu Apr 18 16:04:53 2024","interfaces":[{"interface":"back","average":{"1min":0.95099999999999996,"5min":0.95099999999999996,"15min":0.95099999999999996},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":6.734,"5min":6.734,"15min":6.734},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.50900000000000001}]},{"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.54600000000000004}]}]}],"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-18T16:05:04.610 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph pg dump --format=json 2024-04-18T16:05:04.830 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:05:05.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:04 smithi080 ceph-mon[39952]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T16:05:05.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:04 smithi080 ceph-mon[39952]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:05.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:04 smithi106 ceph-mon[44219]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T16:05:05.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:04 smithi106 ceph-mon[44219]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:05.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:04 smithi171 ceph-mon[44479]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T16:05:05.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:04 smithi171 ceph-mon[44479]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:07.067 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T16:05:07.069 INFO:teuthology.orchestra.run.smithi080.stderr:dumped all 2024-04-18T16:05:07.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:06 smithi080 ceph-mon[39952]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:07.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:06 smithi106 ceph-mon[44219]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:07.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:06 smithi171 ceph-mon[44479]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:07.846 INFO:teuthology.orchestra.run.smithi080.stdout:{"pg_ready":true,"pg_map":{"version":168,"stamp":"2024-04-18T16:05:05.829160+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":174456,"kb_used_data":4132,"kb_used_omap":9,"kb_used_meta":170230,"kb_avail":562296456,"statfs":{"total":575970213888,"available":575791570944,"internally_reserved":0,"allocated":4231168,"data_stored":2731160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9562,"internal_metadata":174316198},"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.002356"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":265,"reported_epoch":45,"state":"active+clean","last_fresh":"2024-04-18T16:04:20.809501+0000","last_change":"2024-04-18T16:04:20.809501+0000","last_active":"2024-04-18T16:04:20.809501+0000","last_peered":"2024-04-18T16:04:20.809501+0000","last_clean":"2024-04-18T16:04:20.809501+0000","last_became_active":"2024-04-18T16:04:20.809156+0000","last_became_peered":"2024-04-18T16:04:20.809156+0000","last_unstale":"2024-04-18T16:04:20.809501+0000","last_undegraded":"2024-04-18T16:04:20.809501+0000","last_fullsized":"2024-04-18T16:04:20.809501+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-18T16:03:06.083898+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-18T16:03:06.083898+0000","last_clean_scrub_stamp":"2024-04-18T16:03:06.083898+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:26:43.448523+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":176093659148,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28000,"kb_used_data":976,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717152,"statfs":{"total":95995035648,"available":95966363648,"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.53800000000000003}]},{"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.48499999999999999}]},{"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.71599999999999997}]},{"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.69999999999999996}]},{"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.50600000000000001}]}]},{"osd":4,"up_from":33,"seq":141733920785,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27424,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717728,"statfs":{"total":95995035648,"available":95966953472,"internally_reserved":0,"allocated":409600,"data_stored":160110,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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 Apr 18 16:04:55 2024","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.438},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.49199999999999999}]},{"osd":1,"last update":"Thu Apr 18 16:04:55 2024","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.46800000000000003}]},{"osd":2,"last update":"Thu Apr 18 16:04:55 2024","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.376}]},{"osd":3,"last update":"Thu Apr 18 16:04:55 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.45300000000000001}]},{"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.29099999999999998}]}]},{"osd":3,"up_from":25,"seq":107374182422,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28000,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717152,"statfs":{"total":95995035648,"available":95966363648,"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 16:04:29 2024","interfaces":[{"interface":"back","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.45000000000000001}]},{"osd":1,"last update":"Thu Apr 18 16:04:29 2024","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.434},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.41999999999999998}]},{"osd":2,"last update":"Thu Apr 18 16:04:29 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.36099999999999999}]},{"osd":4,"last update":"Thu Apr 18 16:04:53 2024","interfaces":[{"interface":"back","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.56399999999999995}]},{"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.58799999999999997}]}]},{"osd":2,"up_from":18,"seq":77309411356,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32092,"kb_used_data":976,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93713060,"statfs":{"total":95995035648,"available":95962173440,"internally_reserved":0,"allocated":999424,"data_stored":750205,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"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 16:04:07 2024","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.5},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.39700000000000002}]},{"osd":1,"last update":"Thu Apr 18 16:04:07 2024","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.41299999999999998}]},{"osd":3,"last update":"Thu Apr 18 16:04:32 2024","interfaces":[{"interface":"back","average":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"last":0.45200000000000001}]},{"osd":4,"last update":"Thu Apr 18 16:04:56 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.69199999999999995},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.72299999999999998}]},{"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.73699999999999999}]}]},{"osd":0,"up_from":8,"seq":34359738406,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31520,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93713632,"statfs":{"total":95995035648,"available":95962759168,"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 16:04:47 2024","interfaces":[{"interface":"back","average":{"1min":0.33500000000000002,"5min":0.32500000000000001,"15min":0.32300000000000001},"min":{"1min":0.20300000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.26800000000000002},{"interface":"front","average":{"1min":0.33600000000000002,"5min":0.35299999999999998,"15min":0.35599999999999998},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.28399999999999997}]},{"osd":2,"last update":"Thu Apr 18 16:04:04 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.39400000000000002},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.46100000000000002}]},{"osd":3,"last update":"Thu Apr 18 16:04:29 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.41099999999999998},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.48899999999999999}]},{"osd":4,"last update":"Thu Apr 18 16:04:53 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.52100000000000002},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.47799999999999998}]},{"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.441}]}]},{"osd":1,"up_from":13,"seq":55834574880,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27420,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717732,"statfs":{"total":95995035648,"available":95966957568,"internally_reserved":0,"allocated":409600,"data_stored":160110,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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 16:04:47 2024","interfaces":[{"interface":"back","average":{"1min":0.29099999999999998,"5min":0.31900000000000001,"15min":0.32400000000000001},"min":{"1min":0.217,"5min":0.217,"15min":0.217},"max":{"1min":0.39600000000000002,"5min":0.47099999999999997,"15min":0.47099999999999997},"last":0.35399999999999998},{"interface":"front","average":{"1min":0.317,"5min":0.34100000000000003,"15min":0.34499999999999997},"min":{"1min":0.23599999999999999,"5min":0.218,"15min":0.218},"max":{"1min":0.435,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.29099999999999998}]},{"osd":2,"last update":"Thu Apr 18 16:04:05 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.503},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.44800000000000001}]},{"osd":3,"last update":"Thu Apr 18 16:04:30 2024","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.48799999999999999}]},{"osd":4,"last update":"Thu Apr 18 16:04:53 2024","interfaces":[{"interface":"back","average":{"1min":0.95099999999999996,"5min":0.95099999999999996,"15min":0.95099999999999996},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":6.734,"5min":6.734,"15min":6.734},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.46100000000000002}]},{"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.47399999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"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-18T16:05:07.847 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-18T16:05:07.847 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-18T16:05:07.847 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-18T16:05:07.847 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6a7528e4aecd36b18c4b41cee6012e9f92aa7ab0 shell --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- ceph health --format=json 2024-04-18T16:05:08.066 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:05:09.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:08 smithi080 ceph-mon[39952]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T16:05:09.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:08 smithi080 ceph-mon[39952]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:09.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:08 smithi106 ceph-mon[44219]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T16:05:09.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:08 smithi106 ceph-mon[44219]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:09.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:08 smithi171 ceph-mon[44479]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T16:05:09.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:08 smithi171 ceph-mon[44479]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:10.295 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-04-18T16:05:10.295 INFO:teuthology.orchestra.run.smithi080.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-18T16:05:10.997 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-18T16:05:10.998 INFO:tasks.cephadm:Setup complete, yielding 2024-04-18T16:05:10.998 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-18T16:05:11.010 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi080.front.sepia.ceph.com 2024-04-18T16:05:11.011 DEBUG:teuthology.orchestra.run.smithi080:> 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 888ff8dc-fd9c-11ee-bc92-c7b262605968 -- bash -c 'set -ex 2024-04-18T16:05:11.011 DEBUG:teuthology.orchestra.run.smithi080:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-04-18T16:05:11.011 DEBUG:teuthology.orchestra.run.smithi080:> for host in $HOSTNAMES; do 2024-04-18T16:05:11.011 DEBUG:teuthology.orchestra.run.smithi080:> # find the hostname for "host.c" which will have no mgr 2024-04-18T16:05:11.011 DEBUG:teuthology.orchestra.run.smithi080:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-04-18T16:05:11.011 DEBUG:teuthology.orchestra.run.smithi080:> if [ "$HAS_MGRS" == "false" ]; then 2024-04-18T16:05:11.011 DEBUG:teuthology.orchestra.run.smithi080:> HOST_C="${host}" 2024-04-18T16:05:11.011 DEBUG:teuthology.orchestra.run.smithi080:> fi 2024-04-18T16:05:11.011 DEBUG:teuthology.orchestra.run.smithi080:> done 2024-04-18T16:05:11.011 DEBUG:teuthology.orchestra.run.smithi080:> # One last thing to worry about before draining the host 2024-04-18T16:05:11.011 DEBUG:teuthology.orchestra.run.smithi080:> # is that the teuthology test tends to put the explicit 2024-04-18T16:05:11.012 DEBUG:teuthology.orchestra.run.smithi080:> # hostnames in the placement for the mon service. 2024-04-18T16:05:11.012 DEBUG:teuthology.orchestra.run.smithi080:> # We want to make sure we can drain without providing 2024-04-18T16:05:11.012 DEBUG:teuthology.orchestra.run.smithi080:> # --force and there is a check for the host being removed 2024-04-18T16:05:11.012 DEBUG:teuthology.orchestra.run.smithi080:> # being listed explicitly in the placements. Therefore, 2024-04-18T16:05:11.012 DEBUG:teuthology.orchestra.run.smithi080:> # we should remove it from the mon placement. 2024-04-18T16:05:11.012 DEBUG:teuthology.orchestra.run.smithi080:> ceph orch ls mon --export > mon.yaml 2024-04-18T16:05:11.012 DEBUG:teuthology.orchestra.run.smithi080:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2024-04-18T16:05:11.012 DEBUG:teuthology.orchestra.run.smithi080:> ceph orch apply -i mon_adjusted.yaml 2024-04-18T16:05:11.012 DEBUG:teuthology.orchestra.run.smithi080:> # now drain that host 2024-04-18T16:05:11.012 DEBUG:teuthology.orchestra.run.smithi080:> ceph orch host drain $HOST_C --zap-osd-devices 2024-04-18T16:05:11.012 DEBUG:teuthology.orchestra.run.smithi080:> # wait for drain to complete 2024-04-18T16:05:11.012 DEBUG:teuthology.orchestra.run.smithi080:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-04-18T16:05:11.012 DEBUG:teuthology.orchestra.run.smithi080:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-04-18T16:05:11.012 DEBUG:teuthology.orchestra.run.smithi080:> sleep 15 2024-04-18T16:05:11.012 DEBUG:teuthology.orchestra.run.smithi080:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-04-18T16:05:11.012 DEBUG:teuthology.orchestra.run.smithi080:> done 2024-04-18T16:05:11.012 DEBUG:teuthology.orchestra.run.smithi080:> # we want to check the ability to remove the host from 2024-04-18T16:05:11.013 DEBUG:teuthology.orchestra.run.smithi080:> # the CRUSH map, so we should first verify the host is in 2024-04-18T16:05:11.013 DEBUG:teuthology.orchestra.run.smithi080:> # the CRUSH map. 2024-04-18T16:05:11.013 DEBUG:teuthology.orchestra.run.smithi080:> ceph osd getcrushmap -o compiled-crushmap 2024-04-18T16:05:11.013 DEBUG:teuthology.orchestra.run.smithi080:> crushtool -d compiled-crushmap -o crushmap.txt 2024-04-18T16:05:11.013 DEBUG:teuthology.orchestra.run.smithi080:> CRUSH_MAP=$(cat crushmap.txt) 2024-04-18T16:05:11.013 DEBUG:teuthology.orchestra.run.smithi080:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-04-18T16:05:11.013 DEBUG:teuthology.orchestra.run.smithi080:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-04-18T16:05:11.013 DEBUG:teuthology.orchestra.run.smithi080:> exit 1 2024-04-18T16:05:11.013 DEBUG:teuthology.orchestra.run.smithi080:> fi 2024-04-18T16:05:11.013 DEBUG:teuthology.orchestra.run.smithi080:> # If the drain was successful, we should be able to remove the 2024-04-18T16:05:11.013 DEBUG:teuthology.orchestra.run.smithi080:> # host without force with no issues. If there are still daemons 2024-04-18T16:05:11.013 DEBUG:teuthology.orchestra.run.smithi080:> # we will get a response telling us to drain the host and a 2024-04-18T16:05:11.013 DEBUG:teuthology.orchestra.run.smithi080:> # non-zero return code 2024-04-18T16:05:11.013 DEBUG:teuthology.orchestra.run.smithi080:> ceph orch host rm $HOST_C --rm-crush-entry 2024-04-18T16:05:11.013 DEBUG:teuthology.orchestra.run.smithi080:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-04-18T16:05:11.013 DEBUG:teuthology.orchestra.run.smithi080:> sleep 30 2024-04-18T16:05:11.013 DEBUG:teuthology.orchestra.run.smithi080:> ceph osd getcrushmap -o compiled-crushmap 2024-04-18T16:05:11.014 DEBUG:teuthology.orchestra.run.smithi080:> crushtool -d compiled-crushmap -o crushmap.txt 2024-04-18T16:05:11.014 DEBUG:teuthology.orchestra.run.smithi080:> CRUSH_MAP=$(cat crushmap.txt) 2024-04-18T16:05:11.014 DEBUG:teuthology.orchestra.run.smithi080:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-04-18T16:05:11.014 DEBUG:teuthology.orchestra.run.smithi080:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-04-18T16:05:11.014 DEBUG:teuthology.orchestra.run.smithi080:> exit 1 2024-04-18T16:05:11.014 DEBUG:teuthology.orchestra.run.smithi080:> fi 2024-04-18T16:05:11.014 DEBUG:teuthology.orchestra.run.smithi080:> ' 2024-04-18T16:05:11.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:10 smithi080 ceph-mon[39952]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:11.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:10 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/2793642286' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-18T16:05:11.232 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T16:05:11.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:10 smithi106 ceph-mon[44219]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:11.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:10 smithi106 ceph-mon[44219]: from='client.? 172.21.15.80:0/2793642286' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-18T16:05:11.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:10 smithi171 ceph-mon[44479]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:11.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:10 smithi171 ceph-mon[44479]: from='client.? 172.21.15.80:0/2793642286' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-18T16:05:12.972 INFO:teuthology.orchestra.run.smithi080.stderr:++ ceph orch host ls --format json 2024-04-18T16:05:12.973 INFO:teuthology.orchestra.run.smithi080.stderr:++ jq -r '.[] | .hostname' 2024-04-18T16:05:13.204 INFO:teuthology.orchestra.run.smithi080.stderr:+ HOSTNAMES='smithi080 2024-04-18T16:05:13.204 INFO:teuthology.orchestra.run.smithi080.stderr:smithi106 2024-04-18T16:05:13.204 INFO:teuthology.orchestra.run.smithi080.stderr:smithi171' 2024-04-18T16:05:13.204 INFO:teuthology.orchestra.run.smithi080.stderr:+ for host in $HOSTNAMES 2024-04-18T16:05:13.205 INFO:teuthology.orchestra.run.smithi080.stderr:++ ceph orch ps --hostname smithi080 --format json 2024-04-18T16:05:13.205 INFO:teuthology.orchestra.run.smithi080.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-04-18T16:05:13.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:12 smithi080 ceph-mon[39952]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:13.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:12 smithi106 ceph-mon[44219]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:13.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:12 smithi171 ceph-mon[44479]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:13.523 INFO:teuthology.orchestra.run.smithi080.stderr:+ HAS_MGRS=true 2024-04-18T16:05:13.524 INFO:teuthology.orchestra.run.smithi080.stderr:+ '[' true == false ']' 2024-04-18T16:05:13.524 INFO:teuthology.orchestra.run.smithi080.stderr:+ for host in $HOSTNAMES 2024-04-18T16:05:13.524 INFO:teuthology.orchestra.run.smithi080.stderr:++ ceph orch ps --hostname smithi106 --format json 2024-04-18T16:05:13.524 INFO:teuthology.orchestra.run.smithi080.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-04-18T16:05:13.839 INFO:teuthology.orchestra.run.smithi080.stderr:+ HAS_MGRS=true 2024-04-18T16:05:13.839 INFO:teuthology.orchestra.run.smithi080.stderr:+ '[' true == false ']' 2024-04-18T16:05:13.839 INFO:teuthology.orchestra.run.smithi080.stderr:+ for host in $HOSTNAMES 2024-04-18T16:05:13.840 INFO:teuthology.orchestra.run.smithi080.stderr:++ ceph orch ps --hostname smithi171 --format json 2024-04-18T16:05:13.840 INFO:teuthology.orchestra.run.smithi080.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-04-18T16:05:14.156 INFO:teuthology.orchestra.run.smithi080.stderr:+ HAS_MGRS=false 2024-04-18T16:05:14.156 INFO:teuthology.orchestra.run.smithi080.stderr:+ '[' false == false ']' 2024-04-18T16:05:14.156 INFO:teuthology.orchestra.run.smithi080.stderr:+ HOST_C=smithi171 2024-04-18T16:05:14.156 INFO:teuthology.orchestra.run.smithi080.stderr:+ ceph orch ls mon --export 2024-04-18T16:05:14.472 INFO:teuthology.orchestra.run.smithi080.stderr:+ sed /smithi171/d mon.yaml 2024-04-18T16:05:14.473 INFO:teuthology.orchestra.run.smithi080.stderr:+ ceph orch apply -i mon_adjusted.yaml 2024-04-18T16:05:14.782 INFO:teuthology.orchestra.run.smithi080.stdout:Scheduled mon update... 2024-04-18T16:05:14.795 INFO:teuthology.orchestra.run.smithi080.stderr:+ ceph orch host drain smithi171 --zap-osd-devices 2024-04-18T16:05:15.176 INFO:teuthology.orchestra.run.smithi080.stdout:Scheduled to remove the following daemons from host 'smithi171' 2024-04-18T16:05:15.176 INFO:teuthology.orchestra.run.smithi080.stdout:type id 2024-04-18T16:05:15.176 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------- --------------- 2024-04-18T16:05:15.176 INFO:teuthology.orchestra.run.smithi080.stdout:mon c 2024-04-18T16:05:15.176 INFO:teuthology.orchestra.run.smithi080.stdout:osd 4 2024-04-18T16:05:15.176 INFO:teuthology.orchestra.run.smithi080.stdout:osd 5 2024-04-18T16:05:15.188 INFO:teuthology.orchestra.run.smithi080.stderr:++ ceph orch ps --hostname smithi171 2024-04-18T16:05:15.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:14 smithi080 ceph-mon[39952]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T16:05:15.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:14 smithi080 ceph-mon[39952]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi080", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T16:05:15.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:14 smithi080 ceph-mon[39952]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi106", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T16:05:15.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:14 smithi080 ceph-mon[39952]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:15.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:14 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:15.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:14 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:05:15.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:14 smithi106 ceph-mon[44219]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T16:05:15.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:14 smithi106 ceph-mon[44219]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi080", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T16:05:15.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:14 smithi106 ceph-mon[44219]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi106", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T16:05:15.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:14 smithi106 ceph-mon[44219]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:15.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:14 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:15.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:14 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:05:15.442 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:14 smithi171 ceph-mon[44479]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T16:05:15.442 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:14 smithi171 ceph-mon[44479]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi080", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T16:05:15.442 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:14 smithi171 ceph-mon[44479]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi106", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T16:05:15.442 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:14 smithi171 ceph-mon[44479]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:15.443 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:14 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:15.443 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:14 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:05:15.525 INFO:teuthology.orchestra.run.smithi080.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-18T16:05:15.525 INFO:teuthology.orchestra.run.smithi080.stderr:mon.c smithi171 running (3m) 61s ago 3m 39.5M 2048M 18.2.2-1240-g6a7528e4 69e0c4e5ca30 6f787f072040 2024-04-18T16:05:15.525 INFO:teuthology.orchestra.run.smithi080.stderr:osd.4 smithi171 running (90s) 61s ago 89s 31.0M 10.3G 18.2.2-1240-g6a7528e4 69e0c4e5ca30 eb3f4ac74f82 2024-04-18T16:05:15.525 INFO:teuthology.orchestra.run.smithi080.stderr:osd.5 smithi171 running (64s) 61s ago 64s 13.9M 10.3G 18.2.2-1240-g6a7528e4 69e0c4e5ca30 4378d6442f6b ' 2024-04-18T16:05:15.526 INFO:teuthology.orchestra.run.smithi080.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-18T16:05:15.526 INFO:teuthology.orchestra.run.smithi080.stderr:mon.c smithi171 running (3m) 61s ago 3m 39.5M 2048M 18.2.2-1240-g6a7528e4 69e0c4e5ca30 6f787f072040 2024-04-18T16:05:15.526 INFO:teuthology.orchestra.run.smithi080.stderr:osd.4 smithi171 running (90s) 61s ago 89s 31.0M 10.3G 18.2.2-1240-g6a7528e4 69e0c4e5ca30 eb3f4ac74f82 2024-04-18T16:05:15.526 INFO:teuthology.orchestra.run.smithi080.stderr:osd.5 smithi171 running (64s) 61s ago 64s 13.9M 10.3G 18.2.2-1240-g6a7528e4 69e0c4e5ca30 4378d6442f6b ' '!=' 'No daemons reported' ']' 2024-04-18T16:05:15.526 INFO:teuthology.orchestra.run.smithi080.stderr:+ sleep 15 2024-04-18T16:05:16.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:15 smithi080 ceph-mon[39952]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi171", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T16:05:16.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:15 smithi080 ceph-mon[39952]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:05:16.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:15 smithi080 ceph-mon[39952]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:05:16.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:15 smithi080 ceph-mon[39952]: Saving service mon spec with placement smithi080:172.21.15.80=a;smithi106:172.21.15.106=b;count:3 2024-04-18T16:05:16.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:16.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:16.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-18T16:05:16.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-18T16:05:16.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:05:16.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:05:16.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:16.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:16.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:16.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:16.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-18T16:05:16.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:15 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-04-18T16:05:16.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:15 smithi106 ceph-mon[44219]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi171", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T16:05:16.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:15 smithi106 ceph-mon[44219]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:05:16.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:15 smithi106 ceph-mon[44219]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:05:16.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:15 smithi106 ceph-mon[44219]: Saving service mon spec with placement smithi080:172.21.15.80=a;smithi106:172.21.15.106=b;count:3 2024-04-18T16:05:16.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:15 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:16.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:15 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:16.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:15 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-18T16:05:16.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:15 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-18T16:05:16.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:15 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:05:16.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:15 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:05:16.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:15 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:16.413 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:15 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:16.413 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:15 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:16.413 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:15 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:16.413 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:15 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-18T16:05:16.413 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:15 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-04-18T16:05:16.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:15 smithi171 ceph-mon[44479]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi171", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T16:05:16.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:15 smithi171 ceph-mon[44479]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:05:16.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:15 smithi171 ceph-mon[44479]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:05:16.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:15 smithi171 ceph-mon[44479]: Saving service mon spec with placement smithi080:172.21.15.80=a;smithi106:172.21.15.106=b;count:3 2024-04-18T16:05:16.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:15 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:16.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:15 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:16.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:15 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-18T16:05:16.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:15 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-18T16:05:16.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:15 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:05:16.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:15 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:05:16.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:15 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:16.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:15 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:16.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:15 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:16.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:15 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:16.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:15 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-18T16:05:16.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:15 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-04-18T16:05:16.957 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:16 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mon-a[39929]: 2024-04-18T16:05:16.503+0000 7f445ae6f700 -1 mon.a@0(leader).osd e46 definitely_dead 0 2024-04-18T16:05:17.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:16 smithi080 ceph-mon[39952]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi171", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:05:17.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:16 smithi080 ceph-mon[39952]: Added label _no_schedule to host smithi171 2024-04-18T16:05:17.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:16 smithi080 ceph-mon[39952]: Added label SpecialHostLabels.DRAIN_CONF_KEYRING to host smithi171 2024-04-18T16:05:17.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:16 smithi080 ceph-mon[39952]: osd.4 crush weight is 0.0872955322265625 2024-04-18T16:05:17.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:16 smithi080 ceph-mon[39952]: osd.5 crush weight is 0.0872955322265625 2024-04-18T16:05:17.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:16 smithi080 ceph-mon[39952]: Removing smithi171:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T16:05:17.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:16 smithi080 ceph-mon[39952]: Removing smithi171:/etc/ceph/ceph.client.admin.keyring 2024-04-18T16:05:17.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:16 smithi080 ceph-mon[39952]: Removing smithi171:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T16:05:17.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:16 smithi080 ceph-mon[39952]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:17.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:16 smithi080 ceph-mon[39952]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:17.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:16 smithi080 ceph-mon[39952]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-18T16:05:17.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:16 smithi080 ceph-mon[39952]: from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi171", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:05:17.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:16 smithi080 ceph-mon[39952]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:17.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:16 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-04-18T16:05:17.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:16 smithi080 ceph-mon[39952]: osdmap e46: 6 total, 6 up, 6 in 2024-04-18T16:05:17.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:16 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:17.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:16 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-18T16:05:17.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:16 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-04-18T16:05:17.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:16 smithi106 ceph-mon[44219]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi171", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:05:17.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:16 smithi106 ceph-mon[44219]: Added label _no_schedule to host smithi171 2024-04-18T16:05:17.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:16 smithi106 ceph-mon[44219]: Added label SpecialHostLabels.DRAIN_CONF_KEYRING to host smithi171 2024-04-18T16:05:17.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:16 smithi106 ceph-mon[44219]: osd.4 crush weight is 0.0872955322265625 2024-04-18T16:05:17.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:16 smithi106 ceph-mon[44219]: osd.5 crush weight is 0.0872955322265625 2024-04-18T16:05:17.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:16 smithi106 ceph-mon[44219]: Removing smithi171:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T16:05:17.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:16 smithi106 ceph-mon[44219]: Removing smithi171:/etc/ceph/ceph.client.admin.keyring 2024-04-18T16:05:17.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:16 smithi106 ceph-mon[44219]: Removing smithi171:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T16:05:17.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:16 smithi106 ceph-mon[44219]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:17.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:16 smithi106 ceph-mon[44219]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:17.413 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:16 smithi106 ceph-mon[44219]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-18T16:05:17.413 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:16 smithi106 ceph-mon[44219]: from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi171", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:05:17.413 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:16 smithi106 ceph-mon[44219]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:17.413 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:16 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-04-18T16:05:17.413 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:16 smithi106 ceph-mon[44219]: osdmap e46: 6 total, 6 up, 6 in 2024-04-18T16:05:17.413 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:16 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:17.413 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:16 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-18T16:05:17.413 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:16 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-04-18T16:05:17.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:16 smithi171 ceph-mon[44479]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi171", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:05:17.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:16 smithi171 ceph-mon[44479]: Added label _no_schedule to host smithi171 2024-04-18T16:05:17.440 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:16 smithi171 ceph-mon[44479]: Added label SpecialHostLabels.DRAIN_CONF_KEYRING to host smithi171 2024-04-18T16:05:17.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:16 smithi171 ceph-mon[44479]: osd.4 crush weight is 0.0872955322265625 2024-04-18T16:05:17.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:16 smithi171 ceph-mon[44479]: osd.5 crush weight is 0.0872955322265625 2024-04-18T16:05:17.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:16 smithi171 ceph-mon[44479]: Removing smithi171:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T16:05:17.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:16 smithi171 ceph-mon[44479]: Removing smithi171:/etc/ceph/ceph.client.admin.keyring 2024-04-18T16:05:17.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:16 smithi171 ceph-mon[44479]: Removing smithi171:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T16:05:17.441 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:16 smithi171 ceph-mon[44479]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:17.442 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:16 smithi171 ceph-mon[44479]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:17.442 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:16 smithi171 ceph-mon[44479]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-18T16:05:17.442 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:16 smithi171 ceph-mon[44479]: from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi171", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:05:17.442 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:16 smithi171 ceph-mon[44479]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:17.442 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:16 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-04-18T16:05:17.442 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:16 smithi171 ceph-mon[44479]: osdmap e46: 6 total, 6 up, 6 in 2024-04-18T16:05:17.442 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:16 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:17.443 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:16 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-18T16:05:17.443 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:16 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-04-18T16:05:18.046 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:17 smithi171 ceph-mon[44479]: osd.5 weight is now 0.0 2024-04-18T16:05:18.046 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:17 smithi171 ceph-mon[44479]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:18.046 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:17 smithi171 ceph-mon[44479]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-18T16:05:18.047 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:17 smithi171 ceph-mon[44479]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-18T16:05:18.047 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:17 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-04-18T16:05:18.047 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:17 smithi171 ceph-mon[44479]: osdmap e47: 6 total, 5 up, 6 in 2024-04-18T16:05:18.047 INFO:journalctl@ceph.osd.4.smithi171.stdout:Apr 18 16:05:17 smithi171 systemd[1]: Stopping Ceph osd.4 for 888ff8dc-fd9c-11ee-bc92-c7b262605968... 2024-04-18T16:05:18.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:17 smithi080 ceph-mon[39952]: osd.5 weight is now 0.0 2024-04-18T16:05:18.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:17 smithi080 ceph-mon[39952]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:18.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:17 smithi080 ceph-mon[39952]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-18T16:05:18.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:17 smithi080 ceph-mon[39952]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-18T16:05:18.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:17 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-04-18T16:05:18.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:17 smithi080 ceph-mon[39952]: osdmap e47: 6 total, 5 up, 6 in 2024-04-18T16:05:18.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:17 smithi106 ceph-mon[44219]: osd.5 weight is now 0.0 2024-04-18T16:05:18.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:17 smithi106 ceph-mon[44219]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:18.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:17 smithi106 ceph-mon[44219]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-18T16:05:18.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:17 smithi106 ceph-mon[44219]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-18T16:05:18.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:17 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-04-18T16:05:18.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:17 smithi106 ceph-mon[44219]: osdmap e47: 6 total, 5 up, 6 in 2024-04-18T16:05:18.440 INFO:journalctl@ceph.osd.4.smithi171.stdout:Apr 18 16:05:18 smithi171 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-4[49581]: 2024-04-18T16:05:18.048+0000 7f6cb7c9b700 -1 received signal: Terminated from /run/podman-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-18T16:05:18.440 INFO:journalctl@ceph.osd.4.smithi171.stdout:Apr 18 16:05:18 smithi171 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-4[49581]: 2024-04-18T16:05:18.048+0000 7f6cb7c9b700 -1 osd.4 46 *** Got signal Terminated *** 2024-04-18T16:05:18.441 INFO:journalctl@ceph.osd.4.smithi171.stdout:Apr 18 16:05:18 smithi171 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-4[49581]: 2024-04-18T16:05:18.048+0000 7f6cb7c9b700 -1 osd.4 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-18T16:05:19.190 INFO:journalctl@ceph.osd.4.smithi171.stdout:Apr 18 16:05:19 smithi171 bash[62144]: ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-4 2024-04-18T16:05:19.190 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:18 smithi171 ceph-mon[44479]: osd.4 now down 2024-04-18T16:05:19.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:18 smithi171 ceph-mon[44479]: Removing daemon osd.4 from smithi171 -- ports [] 2024-04-18T16:05:19.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:18 smithi171 ceph-mon[44479]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:19.191 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:18 smithi171 ceph-mon[44479]: osdmap e48: 6 total, 5 up, 6 in 2024-04-18T16:05:19.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:18 smithi080 ceph-mon[39952]: osd.4 now down 2024-04-18T16:05:19.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:18 smithi080 ceph-mon[39952]: Removing daemon osd.4 from smithi171 -- ports [] 2024-04-18T16:05:19.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:18 smithi080 ceph-mon[39952]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:19.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:18 smithi080 ceph-mon[39952]: osdmap e48: 6 total, 5 up, 6 in 2024-04-18T16:05:19.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:18 smithi106 ceph-mon[44219]: osd.4 now down 2024-04-18T16:05:19.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:18 smithi106 ceph-mon[44219]: Removing daemon osd.4 from smithi171 -- ports [] 2024-04-18T16:05:19.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:18 smithi106 ceph-mon[44219]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:19.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:18 smithi106 ceph-mon[44219]: osdmap e48: 6 total, 5 up, 6 in 2024-04-18T16:05:20.781 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:20 smithi171 ceph-mon[44479]: osdmap e49: 6 total, 5 up, 6 in 2024-04-18T16:05:20.782 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:20 smithi171 ceph-mon[44479]: pgmap v179: 1 pgs: 1 remapped+peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:20.911 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:20 smithi106 ceph-mon[44219]: osdmap e49: 6 total, 5 up, 6 in 2024-04-18T16:05:20.911 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:20 smithi106 ceph-mon[44219]: pgmap v179: 1 pgs: 1 remapped+peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:20.964 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:20 smithi080 ceph-mon[39952]: osdmap e49: 6 total, 5 up, 6 in 2024-04-18T16:05:20.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:20 smithi080 ceph-mon[39952]: pgmap v179: 1 pgs: 1 remapped+peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-18T16:05:21.190 INFO:journalctl@ceph.osd.4.smithi171.stdout:Apr 18 16:05:20 smithi171 systemd[1]: ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@osd.4.service: Succeeded. 2024-04-18T16:05:21.190 INFO:journalctl@ceph.osd.4.smithi171.stdout:Apr 18 16:05:20 smithi171 systemd[1]: Stopped Ceph osd.4 for 888ff8dc-fd9c-11ee-bc92-c7b262605968. 2024-04-18T16:05:21.723 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:21 smithi171 ceph-mon[44479]: Removing key for osd.4 2024-04-18T16:05:21.724 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:21 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-04-18T16:05:21.724 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:21 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-04-18T16:05:21.724 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:21 smithi171 ceph-mon[44479]: Successfully removed osd.4 on smithi171 2024-04-18T16:05:21.724 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:21 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-04-18T16:05:21.724 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:21 smithi171 ceph-mon[44479]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-18T16:05:21.724 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:21 smithi171 ceph-mon[44479]: Cluster is now healthy 2024-04-18T16:05:21.724 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:21 smithi171 ceph-mon[44479]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-04-18T16:05:21.724 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:21 smithi171 ceph-mon[44479]: osdmap e50: 5 total, 5 up, 5 in 2024-04-18T16:05:21.724 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:21 smithi171 ceph-mon[44479]: Successfully purged osd.4 on smithi171 2024-04-18T16:05:21.724 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:21 smithi171 ceph-mon[44479]: Zapping devices for osd.4 on smithi171 2024-04-18T16:05:21.724 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:21 smithi171 ceph-mon[44479]: osdmap e51: 5 total, 5 up, 5 in 2024-04-18T16:05:21.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:21 smithi106 ceph-mon[44219]: Removing key for osd.4 2024-04-18T16:05:21.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:21 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-04-18T16:05:21.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:21 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-04-18T16:05:21.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:21 smithi106 ceph-mon[44219]: Successfully removed osd.4 on smithi171 2024-04-18T16:05:21.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:21 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-04-18T16:05:21.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:21 smithi106 ceph-mon[44219]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-18T16:05:21.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:21 smithi106 ceph-mon[44219]: Cluster is now healthy 2024-04-18T16:05:21.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:21 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-04-18T16:05:21.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:21 smithi106 ceph-mon[44219]: osdmap e50: 5 total, 5 up, 5 in 2024-04-18T16:05:21.913 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:21 smithi106 ceph-mon[44219]: Successfully purged osd.4 on smithi171 2024-04-18T16:05:21.913 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:21 smithi106 ceph-mon[44219]: Zapping devices for osd.4 on smithi171 2024-04-18T16:05:21.913 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:21 smithi106 ceph-mon[44219]: osdmap e51: 5 total, 5 up, 5 in 2024-04-18T16:05:21.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:21 smithi080 ceph-mon[39952]: Removing key for osd.4 2024-04-18T16:05:21.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:21 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-04-18T16:05:21.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:21 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-04-18T16:05:21.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:21 smithi080 ceph-mon[39952]: Successfully removed osd.4 on smithi171 2024-04-18T16:05:21.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:21 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-04-18T16:05:21.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:21 smithi080 ceph-mon[39952]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-18T16:05:21.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:21 smithi080 ceph-mon[39952]: Cluster is now healthy 2024-04-18T16:05:21.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:21 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-04-18T16:05:21.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:21 smithi080 ceph-mon[39952]: osdmap e50: 5 total, 5 up, 5 in 2024-04-18T16:05:21.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:21 smithi080 ceph-mon[39952]: Successfully purged osd.4 on smithi171 2024-04-18T16:05:21.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:21 smithi080 ceph-mon[39952]: Zapping devices for osd.4 on smithi171 2024-04-18T16:05:21.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:21 smithi080 ceph-mon[39952]: osdmap e51: 5 total, 5 up, 5 in 2024-04-18T16:05:22.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:22 smithi171 ceph-mon[44479]: pgmap v182: 1 pgs: 1 remapped+peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:05:22.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:22 smithi171 ceph-mon[44479]: osdmap e52: 5 total, 5 up, 5 in 2024-04-18T16:05:22.911 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:22 smithi106 ceph-mon[44219]: pgmap v182: 1 pgs: 1 remapped+peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:05:22.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:22 smithi106 ceph-mon[44219]: osdmap e52: 5 total, 5 up, 5 in 2024-04-18T16:05:22.964 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:22 smithi080 ceph-mon[39952]: pgmap v182: 1 pgs: 1 remapped+peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:05:22.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:22 smithi080 ceph-mon[39952]: osdmap e52: 5 total, 5 up, 5 in 2024-04-18T16:05:23.875 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:23 smithi171 ceph-mon[44479]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-04-18T16:05:23.875 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:23 smithi171 ceph-mon[44479]: osdmap e53: 5 total, 5 up, 5 in 2024-04-18T16:05:23.911 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:23 smithi106 ceph-mon[44219]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-04-18T16:05:23.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:23 smithi106 ceph-mon[44219]: osdmap e53: 5 total, 5 up, 5 in 2024-04-18T16:05:23.964 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:23 smithi080 ceph-mon[39952]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-04-18T16:05:23.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:23 smithi080 ceph-mon[39952]: osdmap e53: 5 total, 5 up, 5 in 2024-04-18T16:05:25.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:25 smithi171 systemd[1]: ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mon.c.service: Succeeded. 2024-04-18T16:05:25.690 INFO:journalctl@ceph.mon.c.smithi171.stdout:Apr 18 16:05:25 smithi171 systemd[1]: Stopped Ceph mon.c for 888ff8dc-fd9c-11ee-bc92-c7b262605968. 2024-04-18T16:05:26.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:26 smithi106 ceph-mon[44219]: Successfully zapped devices for osd.4 on smithi171 2024-04-18T16:05:26.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:26 smithi106 ceph-mon[44219]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:26.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:26 smithi106 ceph-mon[44219]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-04-18T16:05:26.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:26 smithi106 ceph-mon[44219]: Removing monitor c from monmap... 2024-04-18T16:05:26.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:26 smithi106 ceph-mon[44219]: Removing daemon mon.c from smithi171 -- ports [] 2024-04-18T16:05:26.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:26 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T16:05:26.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:26 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:05:26.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:26 smithi106 ceph-mon[44219]: mon.b calling monitor election 2024-04-18T16:05:26.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:26 smithi106 ceph-mon[44219]: pgmap v186: 1 pgs: 1 peering; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail; 118 KiB/s, 0 objects/s recovering 2024-04-18T16:05:26.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:26 smithi106 ceph-mon[44219]: mon.a calling monitor election 2024-04-18T16:05:26.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:26 smithi106 ceph-mon[44219]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-18T16:05:26.663 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:26 smithi106 ceph-mon[44219]: monmap e4: 2 mons at {a=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0],b=[v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0]} removed_ranks: {1} disallowed_leaders: {} 2024-04-18T16:05:26.663 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:26 smithi106 ceph-mon[44219]: fsmap 2024-04-18T16:05:26.663 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:26 smithi106 ceph-mon[44219]: osdmap e53: 5 total, 5 up, 5 in 2024-04-18T16:05:26.663 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:26 smithi106 ceph-mon[44219]: mgrmap e15: a(active, since 4m), standbys: b 2024-04-18T16:05:26.663 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:26 smithi106 ceph-mon[44219]: Health detail: HEALTH_WARN Reduced data availability: 1 pg peering 2024-04-18T16:05:26.663 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:26 smithi106 ceph-mon[44219]: [WRN] PG_AVAILABILITY: Reduced data availability: 1 pg peering 2024-04-18T16:05:26.663 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:26 smithi106 ceph-mon[44219]: pg 1.0 is stuck peering for 61s, current state remapped+peering, last acting [3,2,5] 2024-04-18T16:05:26.663 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:26 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:26.663 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:26 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:26.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:26 smithi080 ceph-mon[39952]: Successfully zapped devices for osd.4 on smithi171 2024-04-18T16:05:26.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:26 smithi080 ceph-mon[39952]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:26.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:26 smithi080 ceph-mon[39952]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-04-18T16:05:26.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:26 smithi080 ceph-mon[39952]: Removing monitor c from monmap... 2024-04-18T16:05:26.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:26 smithi080 ceph-mon[39952]: Removing daemon mon.c from smithi171 -- ports [] 2024-04-18T16:05:26.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:26 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T16:05:26.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:26 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T16:05:26.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:26 smithi080 ceph-mon[39952]: mon.b calling monitor election 2024-04-18T16:05:26.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:26 smithi080 ceph-mon[39952]: pgmap v186: 1 pgs: 1 peering; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail; 118 KiB/s, 0 objects/s recovering 2024-04-18T16:05:26.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:26 smithi080 ceph-mon[39952]: mon.a calling monitor election 2024-04-18T16:05:26.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:26 smithi080 ceph-mon[39952]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-18T16:05:26.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:26 smithi080 ceph-mon[39952]: monmap e4: 2 mons at {a=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0],b=[v2:172.21.15.106:3300/0,v1:172.21.15.106:6789/0]} removed_ranks: {1} disallowed_leaders: {} 2024-04-18T16:05:26.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:26 smithi080 ceph-mon[39952]: fsmap 2024-04-18T16:05:26.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:26 smithi080 ceph-mon[39952]: osdmap e53: 5 total, 5 up, 5 in 2024-04-18T16:05:26.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:26 smithi080 ceph-mon[39952]: mgrmap e15: a(active, since 4m), standbys: b 2024-04-18T16:05:26.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:26 smithi080 ceph-mon[39952]: Health detail: HEALTH_WARN Reduced data availability: 1 pg peering 2024-04-18T16:05:26.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:26 smithi080 ceph-mon[39952]: [WRN] PG_AVAILABILITY: Reduced data availability: 1 pg peering 2024-04-18T16:05:26.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:26 smithi080 ceph-mon[39952]: pg 1.0 is stuck peering for 61s, current state remapped+peering, last acting [3,2,5] 2024-04-18T16:05:26.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:26 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:26.716 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:26 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:27.661 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:27 smithi106 ceph-mon[44219]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-04-18T16:05:27.661 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:27 smithi106 ceph-mon[44219]: Cluster is now healthy 2024-04-18T16:05:27.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:27 smithi106 ceph-mon[44219]: osdmap e54: 5 total, 5 up, 5 in 2024-04-18T16:05:27.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:27 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:05:27.714 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:27 smithi080 ceph-mon[39952]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-04-18T16:05:27.714 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:27 smithi080 ceph-mon[39952]: Cluster is now healthy 2024-04-18T16:05:27.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:27 smithi080 ceph-mon[39952]: osdmap e54: 5 total, 5 up, 5 in 2024-04-18T16:05:27.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:27 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:05:28.911 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:28 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:28.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:28 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:28.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:28 smithi106 ceph-mon[44219]: pgmap v188: 1 pgs: 1 peering; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-18T16:05:28.964 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:28 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:28.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:28 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:28.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:28 smithi080 ceph-mon[39952]: pgmap v188: 1 pgs: 1 peering; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-18T16:05:30.527 INFO:teuthology.orchestra.run.smithi080.stderr:++ ceph orch ps --hostname smithi171 2024-04-18T16:05:30.859 INFO:teuthology.orchestra.run.smithi080.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-18T16:05:30.860 INFO:teuthology.orchestra.run.smithi080.stderr:osd.5 smithi171 running (80s) 3s ago 79s 47.5M 10.3G 18.2.2-1240-g6a7528e4 69e0c4e5ca30 4378d6442f6b ' 2024-04-18T16:05:30.860 INFO:teuthology.orchestra.run.smithi080.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-18T16:05:30.860 INFO:teuthology.orchestra.run.smithi080.stderr:osd.5 smithi171 running (80s) 3s ago 79s 47.5M 10.3G 18.2.2-1240-g6a7528e4 69e0c4e5ca30 4378d6442f6b ' '!=' 'No daemons reported' ']' 2024-04-18T16:05:30.860 INFO:teuthology.orchestra.run.smithi080.stderr:+ sleep 15 2024-04-18T16:05:31.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:30 smithi106 ceph-mon[44219]: pgmap v189: 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-18T16:05:31.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:30 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:31.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:30 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:31.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:30 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:31.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:30 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:05:31.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:30 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:05:31.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:30 smithi080 ceph-mon[39952]: pgmap v189: 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-18T16:05:31.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:30 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:31.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:30 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:31.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:30 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:31.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:30 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:05:31.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:30 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:05:31.714 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:31 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mon-a[39929]: 2024-04-18T16:05:31.350+0000 7f445ae6f700 -1 mon.a@0(leader).osd e54 definitely_dead 0 2024-04-18T16:05:32.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:31 smithi106 ceph-mon[44219]: Detected new or changed devices on smithi171 2024-04-18T16:05:32.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:31 smithi106 ceph-mon[44219]: Updating smithi080:/etc/ceph/ceph.conf 2024-04-18T16:05:32.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:31 smithi106 ceph-mon[44219]: Updating smithi106:/etc/ceph/ceph.conf 2024-04-18T16:05:32.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:31 smithi106 ceph-mon[44219]: from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi171", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:05:32.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:31 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:32.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:31 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:32.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:31 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:32.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:31 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:32.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:31 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:32.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:31 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:32.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:31 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:32.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:31 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-18T16:05:32.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:31 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-04-18T16:05:32.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:31 smithi080 ceph-mon[39952]: Detected new or changed devices on smithi171 2024-04-18T16:05:32.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:31 smithi080 ceph-mon[39952]: Updating smithi080:/etc/ceph/ceph.conf 2024-04-18T16:05:32.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:31 smithi080 ceph-mon[39952]: Updating smithi106:/etc/ceph/ceph.conf 2024-04-18T16:05:32.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:31 smithi080 ceph-mon[39952]: from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi171", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:05:32.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:31 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:32.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:31 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:32.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:31 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:32.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:31 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:32.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:31 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:32.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:31 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:32.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:31 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:32.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:31 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-18T16:05:32.216 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:31 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-04-18T16:05:32.940 INFO:journalctl@ceph.osd.5.smithi171.stdout:Apr 18 16:05:32 smithi171 systemd[1]: Stopping Ceph osd.5 for 888ff8dc-fd9c-11ee-bc92-c7b262605968... 2024-04-18T16:05:32.940 INFO:journalctl@ceph.osd.5.smithi171.stdout:Apr 18 16:05:32 smithi171 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-5[57302]: 2024-04-18T16:05:32.872+0000 7f72d3285700 -1 received signal: Terminated from /run/podman-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-18T16:05:32.940 INFO:journalctl@ceph.osd.5.smithi171.stdout:Apr 18 16:05:32 smithi171 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-5[57302]: 2024-04-18T16:05:32.872+0000 7f72d3285700 -1 osd.5 54 *** Got signal Terminated *** 2024-04-18T16:05:32.940 INFO:journalctl@ceph.osd.5.smithi171.stdout:Apr 18 16:05:32 smithi171 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-5[57302]: 2024-04-18T16:05:32.872+0000 7f72d3285700 -1 osd.5 54 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-18T16:05:33.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:32 smithi106 ceph-mon[44219]: Updating smithi080:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T16:05:33.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:32 smithi106 ceph-mon[44219]: Updating smithi106:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T16:05:33.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:32 smithi106 ceph-mon[44219]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:33.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:32 smithi106 ceph-mon[44219]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:33.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:32 smithi106 ceph-mon[44219]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:33.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:32 smithi106 ceph-mon[44219]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-18T16:05:33.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:32 smithi106 ceph-mon[44219]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-04-18T16:05:33.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:32 smithi106 ceph-mon[44219]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-18T16:05:33.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:32 smithi106 ceph-mon[44219]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-04-18T16:05:33.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:32 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-04-18T16:05:33.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:32 smithi106 ceph-mon[44219]: osdmap e55: 5 total, 4 up, 5 in 2024-04-18T16:05:33.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:32 smithi080 ceph-mon[39952]: Updating smithi080:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T16:05:33.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:32 smithi080 ceph-mon[39952]: Updating smithi106:/var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T16:05:33.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:32 smithi080 ceph-mon[39952]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:33.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:32 smithi080 ceph-mon[39952]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:33.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:32 smithi080 ceph-mon[39952]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-18T16:05:33.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:32 smithi080 ceph-mon[39952]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-18T16:05:33.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:32 smithi080 ceph-mon[39952]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-04-18T16:05:33.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:32 smithi080 ceph-mon[39952]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-18T16:05:33.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:32 smithi080 ceph-mon[39952]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-04-18T16:05:33.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:32 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-04-18T16:05:33.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:32 smithi080 ceph-mon[39952]: osdmap e55: 5 total, 4 up, 5 in 2024-04-18T16:05:33.940 INFO:journalctl@ceph.osd.5.smithi171.stdout:Apr 18 16:05:33 smithi171 bash[66671]: ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-5 2024-04-18T16:05:34.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:33 smithi106 ceph-mon[44219]: osd.5 now down 2024-04-18T16:05:34.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:33 smithi106 ceph-mon[44219]: Removing daemon osd.5 from smithi171 -- ports [] 2024-04-18T16:05:34.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:33 smithi080 ceph-mon[39952]: osd.5 now down 2024-04-18T16:05:34.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:33 smithi080 ceph-mon[39952]: Removing daemon osd.5 from smithi171 -- ports [] 2024-04-18T16:05:35.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:34 smithi106 ceph-mon[44219]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:05:35.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:34 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:35.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:34 smithi080 ceph-mon[39952]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-04-18T16:05:35.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:34 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:35.891 INFO:journalctl@ceph.osd.5.smithi171.stdout:Apr 18 16:05:35 smithi171 systemd[1]: ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@osd.5.service: Succeeded. 2024-04-18T16:05:35.892 INFO:journalctl@ceph.osd.5.smithi171.stdout:Apr 18 16:05:35 smithi171 systemd[1]: Stopped Ceph osd.5 for 888ff8dc-fd9c-11ee-bc92-c7b262605968. 2024-04-18T16:05:36.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:35 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-04-18T16:05:36.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:35 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-04-18T16:05:36.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:35 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-04-18T16:05:36.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:35 smithi106 ceph-mon[44219]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-18T16:05:36.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:35 smithi106 ceph-mon[44219]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-04-18T16:05:36.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:35 smithi106 ceph-mon[44219]: Cluster is now healthy 2024-04-18T16:05:36.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:35 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-04-18T16:05:36.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:35 smithi106 ceph-mon[44219]: osdmap e56: 4 total, 4 up, 4 in 2024-04-18T16:05:36.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:35 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-04-18T16:05:36.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:35 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-04-18T16:05:36.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:35 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-04-18T16:05:36.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:35 smithi080 ceph-mon[39952]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-18T16:05:36.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:35 smithi080 ceph-mon[39952]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-04-18T16:05:36.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:35 smithi080 ceph-mon[39952]: Cluster is now healthy 2024-04-18T16:05:36.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:35 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-04-18T16:05:36.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:35 smithi080 ceph-mon[39952]: osdmap e56: 4 total, 4 up, 4 in 2024-04-18T16:05:37.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:36 smithi106 ceph-mon[44219]: Removing key for osd.5 2024-04-18T16:05:37.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:36 smithi106 ceph-mon[44219]: Successfully removed osd.5 on smithi171 2024-04-18T16:05:37.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:36 smithi106 ceph-mon[44219]: Successfully purged osd.5 on smithi171 2024-04-18T16:05:37.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:36 smithi106 ceph-mon[44219]: Zapping devices for osd.5 on smithi171 2024-04-18T16:05:37.162 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:36 smithi106 ceph-mon[44219]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:05:37.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:36 smithi080 ceph-mon[39952]: Removing key for osd.5 2024-04-18T16:05:37.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:36 smithi080 ceph-mon[39952]: Successfully removed osd.5 on smithi171 2024-04-18T16:05:37.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:36 smithi080 ceph-mon[39952]: Successfully purged osd.5 on smithi171 2024-04-18T16:05:37.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:36 smithi080 ceph-mon[39952]: Zapping devices for osd.5 on smithi171 2024-04-18T16:05:37.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:36 smithi080 ceph-mon[39952]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:05:39.161 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:38 smithi106 ceph-mon[44219]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:05:39.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:38 smithi080 ceph-mon[39952]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:05:40.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:39 smithi080 ceph-mon[39952]: Successfully zapped devices for osd.5 on smithi171 2024-04-18T16:05:40.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:39 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:40.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:39 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T16:05:40.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:39 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T16:05:40.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:39 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:05:40.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:39 smithi106 ceph-mon[44219]: Successfully zapped devices for osd.5 on smithi171 2024-04-18T16:05:40.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:39 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:40.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:39 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T16:05:40.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:39 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T16:05:40.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:39 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:05:41.186 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:40 smithi080 ceph-mon[39952]: Reconfiguring mon.a (monmap changed)... 2024-04-18T16:05:41.186 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:40 smithi080 ceph-mon[39952]: Reconfiguring daemon mon.a on smithi080 2024-04-18T16:05:41.186 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:40 smithi080 ceph-mon[39952]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:05:41.186 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:41.187 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:41.187 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-18T16:05:41.187 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-18T16:05:41.187 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:40 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:05:41.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:40 smithi106 ceph-mon[44219]: Reconfiguring mon.a (monmap changed)... 2024-04-18T16:05:41.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:40 smithi106 ceph-mon[44219]: Reconfiguring daemon mon.a on smithi080 2024-04-18T16:05:41.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:40 smithi106 ceph-mon[44219]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:05:41.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:40 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:41.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:40 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:41.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:40 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-18T16:05:41.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:40 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-18T16:05:41.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:40 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:05:42.090 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:41 smithi080 ceph-mon[39952]: Reconfiguring mgr.a (monmap changed)... 2024-04-18T16:05:42.090 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:41 smithi080 ceph-mon[39952]: Reconfiguring daemon mgr.a on smithi080 2024-04-18T16:05:42.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:41 smithi106 ceph-mon[44219]: Reconfiguring mgr.a (monmap changed)... 2024-04-18T16:05:42.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:41 smithi106 ceph-mon[44219]: Reconfiguring daemon mgr.a on smithi080 2024-04-18T16:05:43.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:42 smithi080 ceph-mon[39952]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:05:43.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:42 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:43.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:42 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:43.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:42 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-18T16:05:43.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:42 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:05:43.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:42 smithi106 ceph-mon[44219]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:05:43.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:42 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:43.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:42 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:43.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:42 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-18T16:05:43.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:42 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:05:44.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:43 smithi080 ceph-mon[39952]: Reconfiguring osd.0 (monmap changed)... 2024-04-18T16:05:44.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:43 smithi080 ceph-mon[39952]: Reconfiguring daemon osd.0 on smithi080 2024-04-18T16:05:44.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:43 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:44.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:43 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:44.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:43 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-18T16:05:44.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:43 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:05:44.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:43 smithi106 ceph-mon[44219]: Reconfiguring osd.0 (monmap changed)... 2024-04-18T16:05:44.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:43 smithi106 ceph-mon[44219]: Reconfiguring daemon osd.0 on smithi080 2024-04-18T16:05:44.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:43 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:44.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:43 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:44.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:43 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-18T16:05:44.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:43 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:05:45.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:44 smithi080 ceph-mon[39952]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:05:45.214 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:44 smithi080 ceph-mon[39952]: Reconfiguring osd.1 (monmap changed)... 2024-04-18T16:05:45.215 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:44 smithi080 ceph-mon[39952]: Reconfiguring daemon osd.1 on smithi080 2024-04-18T16:05:45.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:44 smithi106 ceph-mon[44219]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:05:45.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:44 smithi106 ceph-mon[44219]: Reconfiguring osd.1 (monmap changed)... 2024-04-18T16:05:45.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:44 smithi106 ceph-mon[44219]: Reconfiguring daemon osd.1 on smithi080 2024-04-18T16:05:45.861 INFO:teuthology.orchestra.run.smithi080.stderr:++ ceph orch ps --hostname smithi171 2024-04-18T16:05:46.180 INFO:teuthology.orchestra.run.smithi080.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-04-18T16:05:46.180 INFO:teuthology.orchestra.run.smithi080.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-04-18T16:05:46.180 INFO:teuthology.orchestra.run.smithi080.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-04-18T16:05:46.477 INFO:teuthology.orchestra.run.smithi080.stderr:17 2024-04-18T16:05:46.486 INFO:teuthology.orchestra.run.smithi080.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-04-18T16:05:46.499 INFO:teuthology.orchestra.run.smithi080.stderr:++ cat crushmap.txt 2024-04-18T16:05:46.500 INFO:teuthology.orchestra.run.smithi080.stderr:+ CRUSH_MAP='# begin crush map 2024-04-18T16:05:46.500 INFO:teuthology.orchestra.run.smithi080.stderr:tunable choose_local_tries 0 2024-04-18T16:05:46.500 INFO:teuthology.orchestra.run.smithi080.stderr:tunable choose_local_fallback_tries 0 2024-04-18T16:05:46.501 INFO:teuthology.orchestra.run.smithi080.stderr:tunable choose_total_tries 50 2024-04-18T16:05:46.501 INFO:teuthology.orchestra.run.smithi080.stderr:tunable chooseleaf_descend_once 1 2024-04-18T16:05:46.501 INFO:teuthology.orchestra.run.smithi080.stderr:tunable chooseleaf_vary_r 1 2024-04-18T16:05:46.501 INFO:teuthology.orchestra.run.smithi080.stderr:tunable chooseleaf_stable 1 2024-04-18T16:05:46.501 INFO:teuthology.orchestra.run.smithi080.stderr:tunable straw_calc_version 1 2024-04-18T16:05:46.501 INFO:teuthology.orchestra.run.smithi080.stderr:tunable allowed_bucket_algs 54 2024-04-18T16:05:46.501 INFO:teuthology.orchestra.run.smithi080.stderr: 2024-04-18T16:05:46.501 INFO:teuthology.orchestra.run.smithi080.stderr:# devices 2024-04-18T16:05:46.501 INFO:teuthology.orchestra.run.smithi080.stderr:device 0 osd.0 class ssd 2024-04-18T16:05:46.501 INFO:teuthology.orchestra.run.smithi080.stderr:device 1 osd.1 class ssd 2024-04-18T16:05:46.501 INFO:teuthology.orchestra.run.smithi080.stderr:device 2 osd.2 class ssd 2024-04-18T16:05:46.501 INFO:teuthology.orchestra.run.smithi080.stderr:device 3 osd.3 class ssd 2024-04-18T16:05:46.501 INFO:teuthology.orchestra.run.smithi080.stderr: 2024-04-18T16:05:46.501 INFO:teuthology.orchestra.run.smithi080.stderr:# types 2024-04-18T16:05:46.501 INFO:teuthology.orchestra.run.smithi080.stderr:type 0 osd 2024-04-18T16:05:46.502 INFO:teuthology.orchestra.run.smithi080.stderr:type 1 host 2024-04-18T16:05:46.502 INFO:teuthology.orchestra.run.smithi080.stderr:type 2 chassis 2024-04-18T16:05:46.502 INFO:teuthology.orchestra.run.smithi080.stderr:type 3 rack 2024-04-18T16:05:46.502 INFO:teuthology.orchestra.run.smithi080.stderr:type 4 row 2024-04-18T16:05:46.502 INFO:teuthology.orchestra.run.smithi080.stderr:type 5 pdu 2024-04-18T16:05:46.502 INFO:teuthology.orchestra.run.smithi080.stderr:type 6 pod 2024-04-18T16:05:46.502 INFO:teuthology.orchestra.run.smithi080.stderr:type 7 room 2024-04-18T16:05:46.502 INFO:teuthology.orchestra.run.smithi080.stderr:type 8 datacenter 2024-04-18T16:05:46.502 INFO:teuthology.orchestra.run.smithi080.stderr:type 9 zone 2024-04-18T16:05:46.502 INFO:teuthology.orchestra.run.smithi080.stderr:type 10 region 2024-04-18T16:05:46.502 INFO:teuthology.orchestra.run.smithi080.stderr:type 11 root 2024-04-18T16:05:46.502 INFO:teuthology.orchestra.run.smithi080.stderr: 2024-04-18T16:05:46.502 INFO:teuthology.orchestra.run.smithi080.stderr:# buckets 2024-04-18T16:05:46.503 INFO:teuthology.orchestra.run.smithi080.stderr:host smithi080 { 2024-04-18T16:05:46.503 INFO:teuthology.orchestra.run.smithi080.stderr: id -3 # do not change unnecessarily 2024-04-18T16:05:46.503 INFO:teuthology.orchestra.run.smithi080.stderr: id -4 class ssd # do not change unnecessarily 2024-04-18T16:05:46.503 INFO:teuthology.orchestra.run.smithi080.stderr: # weight 0.17459 2024-04-18T16:05:46.503 INFO:teuthology.orchestra.run.smithi080.stderr: alg straw2 2024-04-18T16:05:46.503 INFO:teuthology.orchestra.run.smithi080.stderr: hash 0 # rjenkins1 2024-04-18T16:05:46.503 INFO:teuthology.orchestra.run.smithi080.stderr: item osd.0 weight 0.08730 2024-04-18T16:05:46.503 INFO:teuthology.orchestra.run.smithi080.stderr: item osd.1 weight 0.08730 2024-04-18T16:05:46.503 INFO:teuthology.orchestra.run.smithi080.stderr:} 2024-04-18T16:05:46.503 INFO:teuthology.orchestra.run.smithi080.stderr:host smithi106 { 2024-04-18T16:05:46.503 INFO:teuthology.orchestra.run.smithi080.stderr: id -5 # do not change unnecessarily 2024-04-18T16:05:46.503 INFO:teuthology.orchestra.run.smithi080.stderr: id -6 class ssd # do not change unnecessarily 2024-04-18T16:05:46.503 INFO:teuthology.orchestra.run.smithi080.stderr: # weight 0.17459 2024-04-18T16:05:46.503 INFO:teuthology.orchestra.run.smithi080.stderr: alg straw2 2024-04-18T16:05:46.503 INFO:teuthology.orchestra.run.smithi080.stderr: hash 0 # rjenkins1 2024-04-18T16:05:46.504 INFO:teuthology.orchestra.run.smithi080.stderr: item osd.2 weight 0.08730 2024-04-18T16:05:46.504 INFO:teuthology.orchestra.run.smithi080.stderr: item osd.3 weight 0.08730 2024-04-18T16:05:46.504 INFO:teuthology.orchestra.run.smithi080.stderr:} 2024-04-18T16:05:46.504 INFO:teuthology.orchestra.run.smithi080.stderr:host smithi171 { 2024-04-18T16:05:46.504 INFO:teuthology.orchestra.run.smithi080.stderr: id -7 # do not change unnecessarily 2024-04-18T16:05:46.504 INFO:teuthology.orchestra.run.smithi080.stderr: id -8 class ssd # do not change unnecessarily 2024-04-18T16:05:46.504 INFO:teuthology.orchestra.run.smithi080.stderr: # weight 0.00000 2024-04-18T16:05:46.504 INFO:teuthology.orchestra.run.smithi080.stderr: alg straw2 2024-04-18T16:05:46.504 INFO:teuthology.orchestra.run.smithi080.stderr: hash 0 # rjenkins1 2024-04-18T16:05:46.504 INFO:teuthology.orchestra.run.smithi080.stderr:} 2024-04-18T16:05:46.504 INFO:teuthology.orchestra.run.smithi080.stderr:root default { 2024-04-18T16:05:46.504 INFO:teuthology.orchestra.run.smithi080.stderr: id -1 # do not change unnecessarily 2024-04-18T16:05:46.504 INFO:teuthology.orchestra.run.smithi080.stderr: id -2 class ssd # do not change unnecessarily 2024-04-18T16:05:46.504 INFO:teuthology.orchestra.run.smithi080.stderr: # weight 0.34918 2024-04-18T16:05:46.504 INFO:teuthology.orchestra.run.smithi080.stderr: alg straw2 2024-04-18T16:05:46.505 INFO:teuthology.orchestra.run.smithi080.stderr: hash 0 # rjenkins1 2024-04-18T16:05:46.505 INFO:teuthology.orchestra.run.smithi080.stderr: item smithi080 weight 0.17459 2024-04-18T16:05:46.505 INFO:teuthology.orchestra.run.smithi080.stderr: item smithi106 weight 0.17459 2024-04-18T16:05:46.505 INFO:teuthology.orchestra.run.smithi080.stderr: item smithi171 weight 0.00000 2024-04-18T16:05:46.505 INFO:teuthology.orchestra.run.smithi080.stderr:} 2024-04-18T16:05:46.505 INFO:teuthology.orchestra.run.smithi080.stderr: 2024-04-18T16:05:46.505 INFO:teuthology.orchestra.run.smithi080.stderr:# rules 2024-04-18T16:05:46.505 INFO:teuthology.orchestra.run.smithi080.stderr:rule replicated_rule { 2024-04-18T16:05:46.505 INFO:teuthology.orchestra.run.smithi080.stderr: id 0 2024-04-18T16:05:46.505 INFO:teuthology.orchestra.run.smithi080.stderr: type replicated 2024-04-18T16:05:46.505 INFO:teuthology.orchestra.run.smithi080.stderr: step take default 2024-04-18T16:05:46.505 INFO:teuthology.orchestra.run.smithi080.stderr: step choose firstn 0 type osd 2024-04-18T16:05:46.505 INFO:teuthology.orchestra.run.smithi080.stderr: step emit 2024-04-18T16:05:46.505 INFO:teuthology.orchestra.run.smithi080.stderr:} 2024-04-18T16:05:46.505 INFO:teuthology.orchestra.run.smithi080.stderr: 2024-04-18T16:05:46.506 INFO:teuthology.orchestra.run.smithi080.stderr:# end crush map' 2024-04-18T16:05:46.506 INFO:teuthology.orchestra.run.smithi080.stderr:+ grep -q smithi171 2024-04-18T16:05:46.506 INFO:teuthology.orchestra.run.smithi080.stderr:+ ceph orch host rm smithi171 --rm-crush-entry 2024-04-18T16:05:46.661 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:46 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:46.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:46 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:46.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:46 smithi106 ceph-mon[44219]: Reconfiguring mon.b (monmap changed)... 2024-04-18T16:05:46.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:46 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T16:05:46.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:46 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T16:05:46.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:46 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:05:46.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:46 smithi106 ceph-mon[44219]: Reconfiguring daemon mon.b on smithi106 2024-04-18T16:05:46.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:46 smithi106 ceph-mon[44219]: pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:05:46.714 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:46 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:46.714 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:46 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:46.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:46 smithi080 ceph-mon[39952]: Reconfiguring mon.b (monmap changed)... 2024-04-18T16:05:46.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:46 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T16:05:46.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:46 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T16:05:46.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:46 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:05:46.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:46 smithi080 ceph-mon[39952]: Reconfiguring daemon mon.b on smithi106 2024-04-18T16:05:46.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:46 smithi080 ceph-mon[39952]: pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:05:47.436 INFO:teuthology.orchestra.run.smithi080.stdout:Removed host 'smithi171' 2024-04-18T16:05:47.451 INFO:teuthology.orchestra.run.smithi080.stderr:+ sleep 30 2024-04-18T16:05:47.661 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:47 smithi106 ceph-mon[44219]: from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi171", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:05:47.661 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:47 smithi106 ceph-mon[44219]: from='client.? 172.21.15.80:0/1328565893' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-18T16:05:47.661 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:47 smithi106 ceph-mon[44219]: from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi171", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:05:47.661 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:47 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi171"}]: dispatch 2024-04-18T16:05:47.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:47 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:47.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:47 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:47.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:47 smithi106 ceph-mon[44219]: Reconfiguring mgr.b (monmap changed)... 2024-04-18T16:05:47.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:47 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-18T16:05:47.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:47 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-18T16:05:47.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:47 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:05:47.662 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:47 smithi106 ceph-mon[44219]: Reconfiguring daemon mgr.b on smithi106 2024-04-18T16:05:47.714 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:47 smithi080 ceph-mon[39952]: from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi171", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:05:47.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:47 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/1328565893' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-18T16:05:47.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:47 smithi080 ceph-mon[39952]: from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi171", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T16:05:47.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:47 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi171"}]: dispatch 2024-04-18T16:05:47.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:47 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:47.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:47 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:47.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:47 smithi080 ceph-mon[39952]: Reconfiguring mgr.b (monmap changed)... 2024-04-18T16:05:47.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:47 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-18T16:05:47.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:47 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-18T16:05:47.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:47 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:05:47.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:47 smithi080 ceph-mon[39952]: Reconfiguring daemon mgr.b on smithi106 2024-04-18T16:05:48.678 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:48 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi171"}]': finished 2024-04-18T16:05:48.678 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:48 smithi106 ceph-mon[44219]: osdmap e57: 4 total, 4 up, 4 in 2024-04-18T16:05:48.678 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:48 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:48.678 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:48 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi171"}]: dispatch 2024-04-18T16:05:48.678 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:48 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi171"}]': finished 2024-04-18T16:05:48.678 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:48 smithi106 ceph-mon[44219]: Removed host smithi171 2024-04-18T16:05:48.678 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:48 smithi106 ceph-mon[44219]: pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:05:48.678 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:48 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:48.679 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:48 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:48.679 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:48 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-18T16:05:48.679 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:48 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:05:48.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:48 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi171"}]': finished 2024-04-18T16:05:48.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:48 smithi080 ceph-mon[39952]: osdmap e57: 4 total, 4 up, 4 in 2024-04-18T16:05:48.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:48 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:48.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:48 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi171"}]: dispatch 2024-04-18T16:05:48.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:48 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi171"}]': finished 2024-04-18T16:05:48.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:48 smithi080 ceph-mon[39952]: Removed host smithi171 2024-04-18T16:05:48.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:48 smithi080 ceph-mon[39952]: pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:05:48.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:48 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:48.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:48 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:48.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:48 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-18T16:05:48.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:48 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:05:49.466 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:49 smithi106 ceph-mon[44219]: Reconfiguring osd.2 (monmap changed)... 2024-04-18T16:05:49.466 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:49 smithi106 ceph-mon[44219]: Reconfiguring daemon osd.2 on smithi106 2024-04-18T16:05:49.714 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:49 smithi080 ceph-mon[39952]: Reconfiguring osd.2 (monmap changed)... 2024-04-18T16:05:49.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:49 smithi080 ceph-mon[39952]: Reconfiguring daemon osd.2 on smithi106 2024-04-18T16:05:50.911 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:50 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:50.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:50 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:50.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:50 smithi106 ceph-mon[44219]: Reconfiguring osd.3 (monmap changed)... 2024-04-18T16:05:50.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:50 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-18T16:05:50.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:50 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:05:50.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:50 smithi106 ceph-mon[44219]: Reconfiguring daemon osd.3 on smithi106 2024-04-18T16:05:50.912 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:50 smithi106 ceph-mon[44219]: pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:05:50.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:50 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:50.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:50 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:50.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:50 smithi080 ceph-mon[39952]: Reconfiguring osd.3 (monmap changed)... 2024-04-18T16:05:50.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:50 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-18T16:05:50.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:50 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:05:50.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:50 smithi080 ceph-mon[39952]: Reconfiguring daemon osd.3 on smithi106 2024-04-18T16:05:50.965 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:50 smithi080 ceph-mon[39952]: pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:05:52.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:52 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:52.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:52 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:52.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:52 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:05:52.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:52 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:05:52.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:52 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:05:52.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:52 smithi106 ceph-mon[44219]: pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:05:52.412 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:52 smithi106 ceph-mon[44219]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:52.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:52 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:52.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:52 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:52.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:52 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T16:05:52.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:52 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T16:05:52.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:52 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T16:05:52.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:52 smithi080 ceph-mon[39952]: pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:05:52.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:52 smithi080 ceph-mon[39952]: from='mgr.14150 172.21.15.80:0/1832104534' entity='mgr.a' 2024-04-18T16:05:53.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:53 smithi106 ceph-mon[44219]: Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-04-18T16:05:53.464 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:53 smithi080 ceph-mon[39952]: Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-04-18T16:05:54.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:54 smithi106 ceph-mon[44219]: pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:05:54.464 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:54 smithi080 ceph-mon[39952]: pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:05:55.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:55 smithi106 ceph-mon[44219]: pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:05:55.464 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:55 smithi080 ceph-mon[39952]: pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:05:57.414 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:57 smithi106 ceph-mon[44219]: pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:05:57.464 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:57 smithi080 ceph-mon[39952]: pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:05:59.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:05:59 smithi106 ceph-mon[44219]: pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:05:59.464 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:05:59 smithi080 ceph-mon[39952]: pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:06:01.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:06:01 smithi106 ceph-mon[44219]: pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:06:01.464 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:06:01 smithi080 ceph-mon[39952]: pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:06:03.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:06:03 smithi106 ceph-mon[44219]: pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:06:03.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:06:03 smithi080 ceph-mon[39952]: pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:06:05.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:06:05 smithi106 ceph-mon[44219]: pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:06:05.464 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:06:05 smithi080 ceph-mon[39952]: pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:06:07.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:06:07 smithi106 ceph-mon[44219]: pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:06:07.464 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:06:07 smithi080 ceph-mon[39952]: pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:06:09.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:06:09 smithi106 ceph-mon[44219]: pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:06:09.464 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:06:09 smithi080 ceph-mon[39952]: pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:06:11.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:06:11 smithi106 ceph-mon[44219]: pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:06:11.464 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:06:11 smithi080 ceph-mon[39952]: pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:06:13.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:06:13 smithi106 ceph-mon[44219]: pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:06:13.464 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:06:13 smithi080 ceph-mon[39952]: pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:06:15.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:06:15 smithi106 ceph-mon[44219]: pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:06:15.464 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:06:15 smithi080 ceph-mon[39952]: pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:06:17.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:06:17 smithi106 ceph-mon[44219]: pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:06:17.454 INFO:teuthology.orchestra.run.smithi080.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-04-18T16:06:17.464 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:06:17 smithi080 ceph-mon[39952]: pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-18T16:06:17.759 INFO:teuthology.orchestra.run.smithi080.stderr:18 2024-04-18T16:06:17.768 INFO:teuthology.orchestra.run.smithi080.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-04-18T16:06:17.782 INFO:teuthology.orchestra.run.smithi080.stderr:++ cat crushmap.txt 2024-04-18T16:06:17.783 INFO:teuthology.orchestra.run.smithi080.stderr:+ CRUSH_MAP='# begin crush map 2024-04-18T16:06:17.783 INFO:teuthology.orchestra.run.smithi080.stderr:tunable choose_local_tries 0 2024-04-18T16:06:17.783 INFO:teuthology.orchestra.run.smithi080.stderr:tunable choose_local_fallback_tries 0 2024-04-18T16:06:17.783 INFO:teuthology.orchestra.run.smithi080.stderr:tunable choose_total_tries 50 2024-04-18T16:06:17.783 INFO:teuthology.orchestra.run.smithi080.stderr:tunable chooseleaf_descend_once 1 2024-04-18T16:06:17.783 INFO:teuthology.orchestra.run.smithi080.stderr:tunable chooseleaf_vary_r 1 2024-04-18T16:06:17.783 INFO:teuthology.orchestra.run.smithi080.stderr:tunable chooseleaf_stable 1 2024-04-18T16:06:17.783 INFO:teuthology.orchestra.run.smithi080.stderr:tunable straw_calc_version 1 2024-04-18T16:06:17.784 INFO:teuthology.orchestra.run.smithi080.stderr:tunable allowed_bucket_algs 54 2024-04-18T16:06:17.784 INFO:teuthology.orchestra.run.smithi080.stderr: 2024-04-18T16:06:17.784 INFO:teuthology.orchestra.run.smithi080.stderr:# devices 2024-04-18T16:06:17.784 INFO:teuthology.orchestra.run.smithi080.stderr:device 0 osd.0 class ssd 2024-04-18T16:06:17.784 INFO:teuthology.orchestra.run.smithi080.stderr:device 1 osd.1 class ssd 2024-04-18T16:06:17.784 INFO:teuthology.orchestra.run.smithi080.stderr:device 2 osd.2 class ssd 2024-04-18T16:06:17.784 INFO:teuthology.orchestra.run.smithi080.stderr:device 3 osd.3 class ssd 2024-04-18T16:06:17.784 INFO:teuthology.orchestra.run.smithi080.stderr: 2024-04-18T16:06:17.784 INFO:teuthology.orchestra.run.smithi080.stderr:# types 2024-04-18T16:06:17.784 INFO:teuthology.orchestra.run.smithi080.stderr:type 0 osd 2024-04-18T16:06:17.784 INFO:teuthology.orchestra.run.smithi080.stderr:type 1 host 2024-04-18T16:06:17.784 INFO:teuthology.orchestra.run.smithi080.stderr:type 2 chassis 2024-04-18T16:06:17.784 INFO:teuthology.orchestra.run.smithi080.stderr:type 3 rack 2024-04-18T16:06:17.784 INFO:teuthology.orchestra.run.smithi080.stderr:type 4 row 2024-04-18T16:06:17.785 INFO:teuthology.orchestra.run.smithi080.stderr:type 5 pdu 2024-04-18T16:06:17.785 INFO:teuthology.orchestra.run.smithi080.stderr:type 6 pod 2024-04-18T16:06:17.785 INFO:teuthology.orchestra.run.smithi080.stderr:type 7 room 2024-04-18T16:06:17.785 INFO:teuthology.orchestra.run.smithi080.stderr:type 8 datacenter 2024-04-18T16:06:17.785 INFO:teuthology.orchestra.run.smithi080.stderr:type 9 zone 2024-04-18T16:06:17.785 INFO:teuthology.orchestra.run.smithi080.stderr:type 10 region 2024-04-18T16:06:17.785 INFO:teuthology.orchestra.run.smithi080.stderr:type 11 root 2024-04-18T16:06:17.785 INFO:teuthology.orchestra.run.smithi080.stderr: 2024-04-18T16:06:17.785 INFO:teuthology.orchestra.run.smithi080.stderr:# buckets 2024-04-18T16:06:17.785 INFO:teuthology.orchestra.run.smithi080.stderr:host smithi080 { 2024-04-18T16:06:17.785 INFO:teuthology.orchestra.run.smithi080.stderr: id -3 # do not change unnecessarily 2024-04-18T16:06:17.785 INFO:teuthology.orchestra.run.smithi080.stderr: id -4 class ssd # do not change unnecessarily 2024-04-18T16:06:17.785 INFO:teuthology.orchestra.run.smithi080.stderr: # weight 0.17459 2024-04-18T16:06:17.785 INFO:teuthology.orchestra.run.smithi080.stderr: alg straw2 2024-04-18T16:06:17.785 INFO:teuthology.orchestra.run.smithi080.stderr: hash 0 # rjenkins1 2024-04-18T16:06:17.786 INFO:teuthology.orchestra.run.smithi080.stderr: item osd.0 weight 0.08730 2024-04-18T16:06:17.786 INFO:teuthology.orchestra.run.smithi080.stderr: item osd.1 weight 0.08730 2024-04-18T16:06:17.786 INFO:teuthology.orchestra.run.smithi080.stderr:} 2024-04-18T16:06:17.786 INFO:teuthology.orchestra.run.smithi080.stderr:host smithi106 { 2024-04-18T16:06:17.786 INFO:teuthology.orchestra.run.smithi080.stderr: id -5 # do not change unnecessarily 2024-04-18T16:06:17.786 INFO:teuthology.orchestra.run.smithi080.stderr: id -6 class ssd # do not change unnecessarily 2024-04-18T16:06:17.786 INFO:teuthology.orchestra.run.smithi080.stderr: # weight 0.17459 2024-04-18T16:06:17.786 INFO:teuthology.orchestra.run.smithi080.stderr: alg straw2 2024-04-18T16:06:17.786 INFO:teuthology.orchestra.run.smithi080.stderr: hash 0 # rjenkins1 2024-04-18T16:06:17.786 INFO:teuthology.orchestra.run.smithi080.stderr: item osd.2 weight 0.08730 2024-04-18T16:06:17.786 INFO:teuthology.orchestra.run.smithi080.stderr: item osd.3 weight 0.08730 2024-04-18T16:06:17.786 INFO:teuthology.orchestra.run.smithi080.stderr:} 2024-04-18T16:06:17.786 INFO:teuthology.orchestra.run.smithi080.stderr:root default { 2024-04-18T16:06:17.786 INFO:teuthology.orchestra.run.smithi080.stderr: id -1 # do not change unnecessarily 2024-04-18T16:06:17.787 INFO:teuthology.orchestra.run.smithi080.stderr: id -2 class ssd # do not change unnecessarily 2024-04-18T16:06:17.787 INFO:teuthology.orchestra.run.smithi080.stderr: # weight 0.34918 2024-04-18T16:06:17.787 INFO:teuthology.orchestra.run.smithi080.stderr: alg straw2 2024-04-18T16:06:17.787 INFO:teuthology.orchestra.run.smithi080.stderr: hash 0 # rjenkins1 2024-04-18T16:06:17.787 INFO:teuthology.orchestra.run.smithi080.stderr: item smithi080 weight 0.17459 2024-04-18T16:06:17.787 INFO:teuthology.orchestra.run.smithi080.stderr: item smithi106 weight 0.17459 2024-04-18T16:06:17.787 INFO:teuthology.orchestra.run.smithi080.stderr:} 2024-04-18T16:06:17.787 INFO:teuthology.orchestra.run.smithi080.stderr: 2024-04-18T16:06:17.787 INFO:teuthology.orchestra.run.smithi080.stderr:# rules 2024-04-18T16:06:17.787 INFO:teuthology.orchestra.run.smithi080.stderr:rule replicated_rule { 2024-04-18T16:06:17.787 INFO:teuthology.orchestra.run.smithi080.stderr: id 0 2024-04-18T16:06:17.787 INFO:teuthology.orchestra.run.smithi080.stderr: type replicated 2024-04-18T16:06:17.787 INFO:teuthology.orchestra.run.smithi080.stderr: step take default 2024-04-18T16:06:17.787 INFO:teuthology.orchestra.run.smithi080.stderr: step choose firstn 0 type osd 2024-04-18T16:06:17.787 INFO:teuthology.orchestra.run.smithi080.stderr: step emit 2024-04-18T16:06:17.788 INFO:teuthology.orchestra.run.smithi080.stderr:} 2024-04-18T16:06:17.788 INFO:teuthology.orchestra.run.smithi080.stderr: 2024-04-18T16:06:17.788 INFO:teuthology.orchestra.run.smithi080.stderr:# end crush map' 2024-04-18T16:06:17.788 INFO:teuthology.orchestra.run.smithi080.stderr:+ grep -q smithi171 2024-04-18T16:06:18.411 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:06:18 smithi106 ceph-mon[44219]: from='client.? 172.21.15.80:0/1043432751' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-18T16:06:18.465 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:06:18 smithi080 ceph-mon[39952]: from='client.? 172.21.15.80:0/1043432751' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-18T16:06:18.551 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-18T16:06:18.561 INFO:tasks.cephadm:Teardown begin 2024-04-18T16:06:18.561 DEBUG:teuthology.orchestra.run.smithi080:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-18T16:06:18.592 DEBUG:teuthology.orchestra.run.smithi106:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-18T16:06:18.629 DEBUG:teuthology.orchestra.run.smithi171:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-18T16:06:18.667 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-18T16:06:18.668 DEBUG:teuthology.orchestra.run.smithi080:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-18T16:06:18.686 DEBUG:teuthology.orchestra.run.smithi106:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-18T16:06:18.707 DEBUG:teuthology.orchestra.run.smithi171:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-18T16:06:18.728 INFO:tasks.cephadm:Stopping all daemons... 2024-04-18T16:06:18.728 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-18T16:06:18.728 DEBUG:teuthology.orchestra.run.smithi080:> sudo systemctl stop ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mon.a 2024-04-18T16:06:18.964 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:06:18 smithi080 systemd[1]: Stopping Ceph mon.a for 888ff8dc-fd9c-11ee-bc92-c7b262605968... 2024-04-18T16:06:19.422 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:06:18 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mon-a[39929]: 2024-04-18T16:06:18.981+0000 7f446067a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-18T16:06:19.422 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:06:18 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mon-a[39929]: 2024-04-18T16:06:18.981+0000 7f446067a700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-04-18T16:06:19.715 INFO:journalctl@ceph.mon.a.smithi080.stdout:Apr 18 16:06:19 smithi080 bash[77312]: ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mon-a 2024-04-18T16:06:19.886 DEBUG:teuthology.orchestra.run.smithi080:> sudo pkill -f 'journalctl -f -n 0 -u ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mon.a.service' 2024-04-18T16:06:19.939 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T16:06:19.939 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-18T16:06:19.939 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-18T16:06:19.939 DEBUG:teuthology.orchestra.run.smithi106:> sudo systemctl stop ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mon.b 2024-04-18T16:06:20.217 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:06:19 smithi106 systemd[1]: Stopping Ceph mon.b for 888ff8dc-fd9c-11ee-bc92-c7b262605968... 2024-04-18T16:06:20.560 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:06:20 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mon-b[44196]: 2024-04-18T16:06:20.219+0000 7f5b71a1b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-18T16:06:20.560 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:06:20 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mon-b[44196]: 2024-04-18T16:06:20.219+0000 7f5b71a1b700 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-04-18T16:06:20.911 INFO:journalctl@ceph.mon.b.smithi106.stdout:Apr 18 16:06:20 smithi106 bash[63303]: ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mon-b 2024-04-18T16:06:21.096 DEBUG:teuthology.orchestra.run.smithi106:> sudo pkill -f 'journalctl -f -n 0 -u ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mon.b.service' 2024-04-18T16:06:21.146 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T16:06:21.147 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-18T16:06:21.147 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-18T16:06:21.147 DEBUG:teuthology.orchestra.run.smithi171:> sudo systemctl stop ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mon.c 2024-04-18T16:06:21.207 DEBUG:teuthology.orchestra.run.smithi171:> sudo pkill -f 'journalctl -f -n 0 -u ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mon.c.service' 2024-04-18T16:06:21.256 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T16:06:21.256 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-18T16:06:21.256 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-18T16:06:21.256 DEBUG:teuthology.orchestra.run.smithi080:> sudo systemctl stop ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mgr.a 2024-04-18T16:06:21.559 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:06:21 smithi080 systemd[1]: Stopping Ceph mgr.a for 888ff8dc-fd9c-11ee-bc92-c7b262605968... 2024-04-18T16:06:21.861 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:06:21 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a[40203]: 2024-04-18T16:06:21.562+0000 7f05b0926700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-18T16:06:22.214 INFO:journalctl@ceph.mgr.a.smithi080.stdout:Apr 18 16:06:21 smithi080 bash[77566]: ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-a 2024-04-18T16:06:22.329 DEBUG:teuthology.orchestra.run.smithi080:> sudo pkill -f 'journalctl -f -n 0 -u ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mgr.a.service' 2024-04-18T16:06:22.365 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T16:06:22.365 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-18T16:06:22.366 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-18T16:06:22.366 DEBUG:teuthology.orchestra.run.smithi106:> sudo systemctl stop ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mgr.b 2024-04-18T16:06:22.661 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:06:22 smithi106 systemd[1]: Stopping Ceph mgr.b for 888ff8dc-fd9c-11ee-bc92-c7b262605968... 2024-04-18T16:06:23.150 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:06:22 smithi106 bash[63461]: ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-mgr-b 2024-04-18T16:06:23.292 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:06:23 smithi106 systemd[1]: ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mgr.b.service: Main process exited, code=exited, status=143/n/a 2024-04-18T16:06:23.292 INFO:journalctl@ceph.mgr.b.smithi106.stdout:Apr 18 16:06:23 smithi106 systemd[1]: ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mgr.b.service: Failed with result 'exit-code'. 2024-04-18T16:06:23.295 DEBUG:teuthology.orchestra.run.smithi106:> sudo pkill -f 'journalctl -f -n 0 -u ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@mgr.b.service' 2024-04-18T16:06:23.330 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T16:06:23.331 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-18T16:06:23.331 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-04-18T16:06:23.331 DEBUG:teuthology.orchestra.run.smithi080:> sudo systemctl stop ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@osd.0 2024-04-18T16:06:23.715 INFO:journalctl@ceph.osd.0.smithi080.stdout:Apr 18 16:06:23 smithi080 systemd[1]: Stopping Ceph osd.0 for 888ff8dc-fd9c-11ee-bc92-c7b262605968... 2024-04-18T16:06:23.715 INFO:journalctl@ceph.osd.0.smithi080.stdout:Apr 18 16:06:23 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-0[58793]: 2024-04-18T16:06:23.607+0000 7ff6fd961700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-18T16:06:23.715 INFO:journalctl@ceph.osd.0.smithi080.stdout:Apr 18 16:06:23 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-0[58793]: 2024-04-18T16:06:23.607+0000 7ff6fd961700 -1 osd.0 57 *** Got signal Terminated *** 2024-04-18T16:06:23.715 INFO:journalctl@ceph.osd.0.smithi080.stdout:Apr 18 16:06:23 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-0[58793]: 2024-04-18T16:06:23.607+0000 7ff6fd961700 -1 osd.0 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-18T16:06:29.715 INFO:journalctl@ceph.osd.0.smithi080.stdout:Apr 18 16:06:29 smithi080 bash[77713]: ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-0 2024-04-18T16:06:31.139 DEBUG:teuthology.orchestra.run.smithi080:> sudo pkill -f 'journalctl -f -n 0 -u ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@osd.0.service' 2024-04-18T16:06:31.182 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T16:06:31.183 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-04-18T16:06:31.183 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-04-18T16:06:31.183 DEBUG:teuthology.orchestra.run.smithi080:> sudo systemctl stop ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@osd.1 2024-04-18T16:06:31.464 INFO:journalctl@ceph.osd.1.smithi080.stdout:Apr 18 16:06:31 smithi080 systemd[1]: Stopping Ceph osd.1 for 888ff8dc-fd9c-11ee-bc92-c7b262605968... 2024-04-18T16:06:31.750 INFO:journalctl@ceph.osd.1.smithi080.stdout:Apr 18 16:06:31 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-1[65854]: 2024-04-18T16:06:31.502+0000 7ff03b85b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-18T16:06:31.751 INFO:journalctl@ceph.osd.1.smithi080.stdout:Apr 18 16:06:31 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-1[65854]: 2024-04-18T16:06:31.502+0000 7ff03b85b700 -1 osd.1 57 *** Got signal Terminated *** 2024-04-18T16:06:31.751 INFO:journalctl@ceph.osd.1.smithi080.stdout:Apr 18 16:06:31 smithi080 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-1[65854]: 2024-04-18T16:06:31.502+0000 7ff03b85b700 -1 osd.1 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-18T16:06:37.465 INFO:journalctl@ceph.osd.1.smithi080.stdout:Apr 18 16:06:37 smithi080 bash[77978]: ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-1 2024-04-18T16:06:39.123 DEBUG:teuthology.orchestra.run.smithi080:> sudo pkill -f 'journalctl -f -n 0 -u ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@osd.1.service' 2024-04-18T16:06:39.164 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T16:06:39.164 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-04-18T16:06:39.164 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-04-18T16:06:39.164 DEBUG:teuthology.orchestra.run.smithi106:> sudo systemctl stop ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@osd.2 2024-04-18T16:06:39.661 INFO:journalctl@ceph.osd.2.smithi106.stdout:Apr 18 16:06:39 smithi106 systemd[1]: Stopping Ceph osd.2 for 888ff8dc-fd9c-11ee-bc92-c7b262605968... 2024-04-18T16:06:39.662 INFO:journalctl@ceph.osd.2.smithi106.stdout:Apr 18 16:06:39 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-2[49278]: 2024-04-18T16:06:39.443+0000 7f21f200c700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-18T16:06:39.662 INFO:journalctl@ceph.osd.2.smithi106.stdout:Apr 18 16:06:39 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-2[49278]: 2024-04-18T16:06:39.443+0000 7f21f200c700 -1 osd.2 57 *** Got signal Terminated *** 2024-04-18T16:06:39.662 INFO:journalctl@ceph.osd.2.smithi106.stdout:Apr 18 16:06:39 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-2[49278]: 2024-04-18T16:06:39.443+0000 7f21f200c700 -1 osd.2 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-18T16:06:45.411 INFO:journalctl@ceph.osd.2.smithi106.stdout:Apr 18 16:06:45 smithi106 bash[63614]: ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-2 2024-04-18T16:06:47.000 DEBUG:teuthology.orchestra.run.smithi106:> sudo pkill -f 'journalctl -f -n 0 -u ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@osd.2.service' 2024-04-18T16:06:47.040 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T16:06:47.040 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-04-18T16:06:47.040 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-04-18T16:06:47.040 DEBUG:teuthology.orchestra.run.smithi106:> sudo systemctl stop ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@osd.3 2024-04-18T16:06:47.325 INFO:journalctl@ceph.osd.3.smithi106.stdout:Apr 18 16:06:47 smithi106 systemd[1]: Stopping Ceph osd.3 for 888ff8dc-fd9c-11ee-bc92-c7b262605968... 2024-04-18T16:06:47.661 INFO:journalctl@ceph.osd.3.smithi106.stdout:Apr 18 16:06:47 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-3[57107]: 2024-04-18T16:06:47.328+0000 7f9cc78f0700 -1 received signal: Terminated from /run/podman-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-18T16:06:47.661 INFO:journalctl@ceph.osd.3.smithi106.stdout:Apr 18 16:06:47 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-3[57107]: 2024-04-18T16:06:47.328+0000 7f9cc78f0700 -1 osd.3 57 *** Got signal Terminated *** 2024-04-18T16:06:47.661 INFO:journalctl@ceph.osd.3.smithi106.stdout:Apr 18 16:06:47 smithi106 ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-3[57107]: 2024-04-18T16:06:47.328+0000 7f9cc78f0700 -1 osd.3 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-18T16:06:53.453 INFO:journalctl@ceph.osd.3.smithi106.stdout:Apr 18 16:06:53 smithi106 bash[63883]: ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968-osd-3 2024-04-18T16:06:55.080 DEBUG:teuthology.orchestra.run.smithi106:> sudo pkill -f 'journalctl -f -n 0 -u ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@osd.3.service' 2024-04-18T16:06:55.118 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T16:06:55.118 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-04-18T16:06:55.118 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-04-18T16:06:55.118 DEBUG:teuthology.orchestra.run.smithi171:> sudo systemctl stop ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@osd.4 2024-04-18T16:06:55.173 DEBUG:teuthology.orchestra.run.smithi171:> sudo pkill -f 'journalctl -f -n 0 -u ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@osd.4.service' 2024-04-18T16:06:55.209 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T16:06:55.210 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-04-18T16:06:55.210 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-04-18T16:06:55.210 DEBUG:teuthology.orchestra.run.smithi171:> sudo systemctl stop ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@osd.5 2024-04-18T16:06:55.297 DEBUG:teuthology.orchestra.run.smithi171:> sudo pkill -f 'journalctl -f -n 0 -u ceph-888ff8dc-fd9c-11ee-bc92-c7b262605968@osd.5.service' 2024-04-18T16:06:55.329 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T16:06:55.329 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-04-18T16:06:55.329 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 --force --keep-logs 2024-04-18T16:06:55.520 INFO:teuthology.orchestra.run.smithi080.stdout:Deleting cluster with fsid: 888ff8dc-fd9c-11ee-bc92-c7b262605968 2024-04-18T16:06:56.259 DEBUG:teuthology.orchestra.run.smithi106:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 --force --keep-logs 2024-04-18T16:06:56.445 INFO:teuthology.orchestra.run.smithi106.stdout:Deleting cluster with fsid: 888ff8dc-fd9c-11ee-bc92-c7b262605968 2024-04-18T16:06:57.177 DEBUG:teuthology.orchestra.run.smithi171:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 --force --keep-logs 2024-04-18T16:06:57.359 INFO:teuthology.orchestra.run.smithi171.stdout:Deleting cluster with fsid: 888ff8dc-fd9c-11ee-bc92-c7b262605968 2024-04-18T16:06:57.671 DEBUG:teuthology.orchestra.run.smithi080:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-18T16:06:57.708 DEBUG:teuthology.orchestra.run.smithi106:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-18T16:06:57.739 DEBUG:teuthology.orchestra.run.smithi171:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-18T16:06:57.769 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-18T16:06:57.771 DEBUG:teuthology.misc:Transferring archived files from smithi080:/var/lib/ceph/888ff8dc-fd9c-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/7662268/remote/smithi080/crash 2024-04-18T16:06:57.771 DEBUG:teuthology.orchestra.run.smithi080:> sudo tar c -f - -C /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/crash -- . 2024-04-18T16:06:57.814 INFO:teuthology.orchestra.run.smithi080.stderr:tar: /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/crash: Cannot open: No such file or directory 2024-04-18T16:06:57.814 INFO:teuthology.orchestra.run.smithi080.stderr:tar: Error is not recoverable: exiting now 2024-04-18T16:06:57.816 DEBUG:teuthology.misc:Transferring archived files from smithi106:/var/lib/ceph/888ff8dc-fd9c-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/7662268/remote/smithi106/crash 2024-04-18T16:06:57.817 DEBUG:teuthology.orchestra.run.smithi106:> sudo tar c -f - -C /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/crash -- . 2024-04-18T16:06:57.855 INFO:teuthology.orchestra.run.smithi106.stderr:tar: /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/crash: Cannot open: No such file or directory 2024-04-18T16:06:57.856 INFO:teuthology.orchestra.run.smithi106.stderr:tar: Error is not recoverable: exiting now 2024-04-18T16:06:57.857 DEBUG:teuthology.misc:Transferring archived files from smithi171:/var/lib/ceph/888ff8dc-fd9c-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/7662268/remote/smithi171/crash 2024-04-18T16:06:57.858 DEBUG:teuthology.orchestra.run.smithi171:> sudo tar c -f - -C /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/crash -- . 2024-04-18T16:06:57.902 INFO:teuthology.orchestra.run.smithi171.stderr:tar: /var/lib/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/crash: Cannot open: No such file or directory 2024-04-18T16:06:57.902 INFO:teuthology.orchestra.run.smithi171.stderr:tar: Error is not recoverable: exiting now 2024-04-18T16:06:57.903 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-18T16:06:57.903 DEBUG:teuthology.orchestra.run.smithi080:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-18T16:06:57.933 INFO:teuthology.orchestra.run.smithi080.stderr:grep: /var/log/ceph/888ff8dc-fd9c-11ee-bc92-c7b262605968/ceph.log: No such file or directory 2024-04-18T16:06:57.934 INFO:tasks.cephadm:Compressing logs... 2024-04-18T16:06:57.934 DEBUG:teuthology.orchestra.run.smithi080:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-18T16:06:57.977 DEBUG:teuthology.orchestra.run.smithi106:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-18T16:06:57.980 DEBUG:teuthology.orchestra.run.smithi171:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-18T16:06:58.004 INFO:teuthology.orchestra.run.smithi080.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-18T16:06:58.005 INFO:teuthology.orchestra.run.smithi106.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-18T16:06:58.006 INFO:teuthology.orchestra.run.smithi171.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-18T16:06:58.421 INFO:tasks.cephadm:Archiving logs... 2024-04-18T16:06:58.421 DEBUG:teuthology.misc:Transferring archived files from smithi080:/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/7662268/remote/smithi080/log 2024-04-18T16:06:58.422 DEBUG:teuthology.orchestra.run.smithi080:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-18T16:06:58.559 DEBUG:teuthology.misc:Transferring archived files from smithi106:/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/7662268/remote/smithi106/log 2024-04-18T16:06:58.559 DEBUG:teuthology.orchestra.run.smithi106:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-18T16:06:58.622 DEBUG:teuthology.misc:Transferring archived files from smithi171:/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/7662268/remote/smithi171/log 2024-04-18T16:06:58.623 DEBUG:teuthology.orchestra.run.smithi171:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-18T16:06:58.678 INFO:tasks.cephadm:Removing cluster... 2024-04-18T16:06:58.678 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 --force 2024-04-18T16:06:58.850 INFO:teuthology.orchestra.run.smithi080.stdout:Deleting cluster with fsid: 888ff8dc-fd9c-11ee-bc92-c7b262605968 2024-04-18T16:06:59.088 DEBUG:teuthology.orchestra.run.smithi106:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 --force 2024-04-18T16:06:59.262 INFO:teuthology.orchestra.run.smithi106.stdout:Deleting cluster with fsid: 888ff8dc-fd9c-11ee-bc92-c7b262605968 2024-04-18T16:06:59.475 DEBUG:teuthology.orchestra.run.smithi171:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 888ff8dc-fd9c-11ee-bc92-c7b262605968 --force 2024-04-18T16:06:59.656 INFO:teuthology.orchestra.run.smithi171.stdout:Deleting cluster with fsid: 888ff8dc-fd9c-11ee-bc92-c7b262605968 2024-04-18T16:06:59.877 INFO:tasks.cephadm:Removing cephadm ... 2024-04-18T16:06:59.877 DEBUG:teuthology.orchestra.run.smithi080:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-18T16:06:59.900 DEBUG:teuthology.orchestra.run.smithi106:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-18T16:06:59.919 DEBUG:teuthology.orchestra.run.smithi171:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-18T16:06:59.937 INFO:tasks.cephadm:Teardown complete 2024-04-18T16:06:59.937 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-18T16:06:59.947 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-18T16:06:59.947 DEBUG:teuthology.orchestra.run.smithi080:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-18T16:06:59.950 DEBUG:teuthology.orchestra.run.smithi106:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-18T16:06:59.962 DEBUG:teuthology.orchestra.run.smithi171:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-18T16:07:00.081 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-18T16:07:00.092 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-18T16:07:00.092 DEBUG:teuthology.orchestra.run.smithi080:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-18T16:07:00.095 DEBUG:teuthology.orchestra.run.smithi106:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-18T16:07:00.097 DEBUG:teuthology.orchestra.run.smithi171:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-18T16:07:00.112 INFO:teuthology.orchestra.run.smithi106.stderr:bash: ntpq: command not found 2024-04-18T16:07:00.112 INFO:teuthology.orchestra.run.smithi080.stderr:bash: ntpq: command not found 2024-04-18T16:07:00.115 INFO:teuthology.orchestra.run.smithi171.stderr:bash: ntpq: command not found 2024-04-18T16:07:00.116 INFO:teuthology.orchestra.run.smithi106.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-18T16:07:00.116 INFO:teuthology.orchestra.run.smithi106.stdout:=============================================================================== 2024-04-18T16:07:00.116 INFO:teuthology.orchestra.run.smithi106.stdout:^* hv01.front.sepia.ceph.com 3 6 377 11 +4345us[+4393us] +/- 51ms 2024-04-18T16:07:00.116 INFO:teuthology.orchestra.run.smithi106.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 12 -2494us[-2447us] +/- 55ms 2024-04-18T16:07:00.116 INFO:teuthology.orchestra.run.smithi106.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 11 -2902us[-2902us] +/- 83ms 2024-04-18T16:07:00.116 INFO:teuthology.orchestra.run.smithi106.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T16:07:00.118 INFO:teuthology.orchestra.run.smithi080.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-18T16:07:00.118 INFO:teuthology.orchestra.run.smithi080.stdout:=============================================================================== 2024-04-18T16:07:00.118 INFO:teuthology.orchestra.run.smithi080.stdout:^* hv01.front.sepia.ceph.com 3 6 377 14 +4335us[+4410us] +/- 51ms 2024-04-18T16:07:00.118 INFO:teuthology.orchestra.run.smithi080.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 14 -2517us[-2517us] +/- 55ms 2024-04-18T16:07:00.118 INFO:teuthology.orchestra.run.smithi080.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 13 -2914us[-2914us] +/- 83ms 2024-04-18T16:07:00.118 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T16:07:00.119 INFO:teuthology.orchestra.run.smithi171.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-18T16:07:00.119 INFO:teuthology.orchestra.run.smithi171.stdout:=============================================================================== 2024-04-18T16:07:00.119 INFO:teuthology.orchestra.run.smithi171.stdout:^* hv01.front.sepia.ceph.com 3 6 377 12 +4335us[+4388us] +/- 51ms 2024-04-18T16:07:00.119 INFO:teuthology.orchestra.run.smithi171.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 13 -2521us[-2468us] +/- 55ms 2024-04-18T16:07:00.119 INFO:teuthology.orchestra.run.smithi171.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 13 -2923us[-2870us] +/- 83ms 2024-04-18T16:07:00.119 INFO:teuthology.orchestra.run.smithi171.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-18T16:07:00.120 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-18T16:07:00.128 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-18T16:07:00.129 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-18T16:07:00.137 DEBUG:teuthology.orchestra.run.smithi080:> 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-18T16:07:00.234 DEBUG:teuthology.orchestra.run.smithi106:> 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-18T16:07:00.298 DEBUG:teuthology.orchestra.run.smithi171:> 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-18T16:07:00.361 DEBUG:teuthology.orchestra.run.smithi080:> 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-18T16:07:00.397 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T16:07:00.397 DEBUG:teuthology.orchestra.run.smithi106:> 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-18T16:07:00.426 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T16:07:00.427 DEBUG:teuthology.orchestra.run.smithi171:> 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-18T16:07:00.457 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T16:07:00.458 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-18T16:07:00.467 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-18T16:07:00.475 INFO:teuthology.task.internal:Duration was 1096.171215 seconds 2024-04-18T16:07:00.476 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-18T16:07:00.484 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-18T16:07:00.485 DEBUG:teuthology.orchestra.run.smithi080:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-18T16:07:00.487 DEBUG:teuthology.orchestra.run.smithi106:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-18T16:07:00.489 DEBUG:teuthology.orchestra.run.smithi171:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-18T16:07:00.532 INFO:teuthology.orchestra.run.smithi106.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T16:07:00.540 INFO:teuthology.orchestra.run.smithi080.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T16:07:00.543 INFO:teuthology.orchestra.run.smithi171.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T16:07:00.978 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-18T16:07:00.978 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi080.front.sepia.ceph.com 2024-04-18T16:07:00.979 DEBUG:teuthology.orchestra.run.smithi080:> 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-18T16:07:01.005 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi106.front.sepia.ceph.com 2024-04-18T16:07:01.005 DEBUG:teuthology.orchestra.run.smithi106:> 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-18T16:07:01.029 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi171.front.sepia.ceph.com 2024-04-18T16:07:01.029 DEBUG:teuthology.orchestra.run.smithi171:> 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-18T16:07:01.052 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-18T16:07:01.053 DEBUG:teuthology.orchestra.run.smithi080:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-18T16:07:01.056 DEBUG:teuthology.orchestra.run.smithi106:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-18T16:07:01.072 DEBUG:teuthology.orchestra.run.smithi171:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-18T16:07:01.141 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-18T16:07:01.141 DEBUG:teuthology.orchestra.run.smithi080:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-18T16:07:01.144 DEBUG:teuthology.orchestra.run.smithi106:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-18T16:07:01.147 DEBUG:teuthology.orchestra.run.smithi171:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-18T16:07:01.234 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-18T16:07:01.504 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-18T16:07:01.504 DEBUG:teuthology.orchestra.run.smithi080:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-18T16:07:01.538 DEBUG:teuthology.orchestra.run.smithi106:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-18T16:07:01.566 DEBUG:teuthology.orchestra.run.smithi171:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-18T16:07:01.593 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-18T16:07:01.603 DEBUG:teuthology.orchestra.run.smithi080:> 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-18T16:07:01.606 DEBUG:teuthology.orchestra.run.smithi106:> 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-18T16:07:01.608 DEBUG:teuthology.orchestra.run.smithi171:> 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-18T16:07:01.633 INFO:teuthology.orchestra.run.smithi106.stdout:kernel.core_pattern = core 2024-04-18T16:07:01.637 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern = core 2024-04-18T16:07:01.660 INFO:teuthology.orchestra.run.smithi171.stdout:kernel.core_pattern = core 2024-04-18T16:07:01.676 DEBUG:teuthology.orchestra.run.smithi080:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-18T16:07:01.727 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T16:07:01.728 DEBUG:teuthology.orchestra.run.smithi106:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-18T16:07:01.744 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T16:07:01.745 DEBUG:teuthology.orchestra.run.smithi171:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-18T16:07:01.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T16:07:01.763 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-18T16:07:01.774 INFO:teuthology.task.internal:Transferring archived files... 2024-04-18T16:07:01.775 DEBUG:teuthology.misc:Transferring archived files from smithi080:/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/7662268/remote/smithi080 2024-04-18T16:07:01.775 DEBUG:teuthology.orchestra.run.smithi080:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-18T16:07:01.820 DEBUG:teuthology.misc:Transferring archived files from smithi106:/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/7662268/remote/smithi106 2024-04-18T16:07:01.820 DEBUG:teuthology.orchestra.run.smithi106:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-18T16:07:01.861 DEBUG:teuthology.misc:Transferring archived files from smithi171:/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/7662268/remote/smithi171 2024-04-18T16:07:01.861 DEBUG:teuthology.orchestra.run.smithi171:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-18T16:07:01.900 INFO:teuthology.task.internal:Removing archive directory... 2024-04-18T16:07:01.900 DEBUG:teuthology.orchestra.run.smithi080:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-18T16:07:01.902 DEBUG:teuthology.orchestra.run.smithi106:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-18T16:07:01.905 DEBUG:teuthology.orchestra.run.smithi171:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-18T16:07:01.952 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-18T16:07:01.965 INFO:teuthology.task.internal:Not uploading archives. 2024-04-18T16:07:01.966 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-18T16:07:01.976 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-18T16:07:01.976 DEBUG:teuthology.orchestra.run.smithi080:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-18T16:07:01.979 DEBUG:teuthology.orchestra.run.smithi106:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-18T16:07:01.981 DEBUG:teuthology.orchestra.run.smithi171:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-18T16:07:01.995 INFO:teuthology.orchestra.run.smithi080.stdout: 525794 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 18 16:07 /home/ubuntu/cephtest 2024-04-18T16:07:01.996 INFO:teuthology.orchestra.run.smithi106.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 18 16:07 /home/ubuntu/cephtest 2024-04-18T16:07:02.009 INFO:teuthology.orchestra.run.smithi171.stdout: 525634 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 18 16:07 /home/ubuntu/cephtest 2024-04-18T16:07:02.011 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-18T16:07:02.022 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-18T16:07:02.045 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/off mon_election/classic task/test_host_drain} duration: 1096.1712148189545 flavor: default owner: scheduled_yuriw@teuthology success: true 2024-04-18T16:07:02.045 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-18T16:07:02.135 INFO:teuthology.run:pass