2024-09-10T17:26:18.414 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-10T17:26:18.431 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-10T17:26:18.517 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi/7899410 branch: wip-bharath7-testing-2024-09-10-1409 description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_host_drain} email: skanta@redhat.com first_in_suite: false job_id: '7899410' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-bharath7-testing-2024-09-10-1409 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum - CEPHADM_STRAY_HOST - CEPHADM_STRAY_DAEMON - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: bad1f558c327094897e4a32e99dd5cb4ae6ccd46 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: bad1f558c327094897e4a32e99dd5cb4ae6ccd46 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-bharath7-testing-2024-09-10-1409 sha1: bad1f558c327094897e4a32e99dd5cb4ae6ccd46 owner: scheduled_skanta@teuthology priority: 99 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: 5245 sha1: bad1f558c327094897e4a32e99dd5cb4ae6ccd46 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-bharath7-testing-2024-09-10-1409 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_bad1f558c327094897e4a32e99dd5cb4ae6ccd46/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: bad1f558c327094897e4a32e99dd5cb4ae6ccd46 targets: smithi059.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMdNqLNYfP/u8ravi4skRjd4y9yNoUSjqE1kLlRUm0OyVPTOhigRt0SBmtase8rpkLvEf4YYrxz4Q3uOpVkB+zo= smithi060.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMzsGY0atFPC8FOVNHCoblmJk4QITsPKOV+dR5Cf5zr2erOQYbCqpW508t9E0qBNHuF+6bx4HmuVL27cMilt3dk= smithi192.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKPQlK7R7oIJL3iinjyb33f+iBaSafEDzEG02YTuSnJgjB8I94+NqfZxpk1rnD7CORoJEAMZOm6im2D9l2np0Jc= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.shell: host.a: - "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: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-10_15:30:27 tube: smithi user: skanta verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-10T17:26:18.517 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_bad1f558c327094897e4a32e99dd5cb4ae6ccd46/qa; will attempt to use it 2024-09-10T17:26:18.518 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_bad1f558c327094897e4a32e99dd5cb4ae6ccd46/qa/tasks 2024-09-10T17:26:18.518 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-10T17:26:18.520 INFO:teuthology.task.internal:Checking packages... 2024-09-10T17:26:18.544 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'bad1f558c327094897e4a32e99dd5cb4ae6ccd46' 2024-09-10T17:26:18.544 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-10T17:26:18.544 INFO:teuthology.packaging:ref: None 2024-09-10T17:26:18.544 INFO:teuthology.packaging:tag: None 2024-09-10T17:26:18.544 INFO:teuthology.packaging:branch: wip-bharath7-testing-2024-09-10-1409 2024-09-10T17:26:18.545 INFO:teuthology.packaging:sha1: bad1f558c327094897e4a32e99dd5cb4ae6ccd46 2024-09-10T17:26:18.545 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-bharath7-testing-2024-09-10-1409 2024-09-10T17:26:18.688 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4858.gbad1f558 2024-09-10T17:26:18.689 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-10T17:26:18.697 INFO:teuthology.task.internal:no buildpackages task found 2024-09-10T17:26:18.697 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-10T17:26:18.711 INFO:teuthology.task.internal:Saving configuration 2024-09-10T17:26:18.725 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-10T17:26:18.733 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-10T17:26:18.757 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi059.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi/7899410', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-10 17:21:23.988628', 'locked_by': 'scheduled_skanta@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMdNqLNYfP/u8ravi4skRjd4y9yNoUSjqE1kLlRUm0OyVPTOhigRt0SBmtase8rpkLvEf4YYrxz4Q3uOpVkB+zo='} 2024-09-10T17:26:18.779 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi060.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi/7899410', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-10 17:21:23.987291', 'locked_by': 'scheduled_skanta@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMzsGY0atFPC8FOVNHCoblmJk4QITsPKOV+dR5Cf5zr2erOQYbCqpW508t9E0qBNHuF+6bx4HmuVL27cMilt3dk='} 2024-09-10T17:26:18.802 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi192.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi/7899410', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-10 17:21:23.989787', 'locked_by': 'scheduled_skanta@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKPQlK7R7oIJL3iinjyb33f+iBaSafEDzEG02YTuSnJgjB8I94+NqfZxpk1rnD7CORoJEAMZOm6im2D9l2np0Jc='} 2024-09-10T17:26:18.802 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-10T17:26:18.856 INFO:teuthology.task.internal:roles: ubuntu@smithi059.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-09-10T17:26:18.856 INFO:teuthology.task.internal:roles: ubuntu@smithi060.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-09-10T17:26:18.856 INFO:teuthology.task.internal:roles: ubuntu@smithi192.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-09-10T17:26:18.856 INFO:teuthology.run_tasks:Running task console_log... 2024-09-10T17:26:18.945 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f49eafa7be0>, signals=[15]) 2024-09-10T17:26:18.945 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-10T17:26:18.951 INFO:teuthology.task.internal:Opening connections... 2024-09-10T17:26:18.951 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi059.front.sepia.ceph.com 2024-09-10T17:26:18.952 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T17:26:19.030 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi060.front.sepia.ceph.com 2024-09-10T17:26:19.030 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T17:26:19.107 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi192.front.sepia.ceph.com 2024-09-10T17:26:19.108 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T17:26:19.182 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-10T17:26:19.189 DEBUG:teuthology.orchestra.run.smithi059:> uname -m 2024-09-10T17:26:19.207 INFO:teuthology.orchestra.run.smithi059.stdout:x86_64 2024-09-10T17:26:19.208 DEBUG:teuthology.orchestra.run.smithi059:> cat /etc/os-release 2024-09-10T17:26:19.266 INFO:teuthology.orchestra.run.smithi059.stdout:NAME="CentOS Stream" 2024-09-10T17:26:19.266 INFO:teuthology.orchestra.run.smithi059.stdout:VERSION="9" 2024-09-10T17:26:19.266 INFO:teuthology.orchestra.run.smithi059.stdout:ID="centos" 2024-09-10T17:26:19.266 INFO:teuthology.orchestra.run.smithi059.stdout:ID_LIKE="rhel fedora" 2024-09-10T17:26:19.266 INFO:teuthology.orchestra.run.smithi059.stdout:VERSION_ID="9" 2024-09-10T17:26:19.267 INFO:teuthology.orchestra.run.smithi059.stdout:PLATFORM_ID="platform:el9" 2024-09-10T17:26:19.267 INFO:teuthology.orchestra.run.smithi059.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-10T17:26:19.267 INFO:teuthology.orchestra.run.smithi059.stdout:ANSI_COLOR="0;31" 2024-09-10T17:26:19.267 INFO:teuthology.orchestra.run.smithi059.stdout:LOGO="fedora-logo-icon" 2024-09-10T17:26:19.267 INFO:teuthology.orchestra.run.smithi059.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-10T17:26:19.267 INFO:teuthology.orchestra.run.smithi059.stdout:HOME_URL="https://centos.org/" 2024-09-10T17:26:19.267 INFO:teuthology.orchestra.run.smithi059.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-10T17:26:19.267 INFO:teuthology.orchestra.run.smithi059.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-10T17:26:19.267 INFO:teuthology.orchestra.run.smithi059.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-10T17:26:19.268 INFO:teuthology.lock.ops:Updating smithi059.front.sepia.ceph.com on lock server 2024-09-10T17:26:19.294 DEBUG:teuthology.orchestra.run.smithi060:> uname -m 2024-09-10T17:26:19.311 INFO:teuthology.orchestra.run.smithi060.stdout:x86_64 2024-09-10T17:26:19.312 DEBUG:teuthology.orchestra.run.smithi060:> cat /etc/os-release 2024-09-10T17:26:19.369 INFO:teuthology.orchestra.run.smithi060.stdout:NAME="CentOS Stream" 2024-09-10T17:26:19.369 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION="9" 2024-09-10T17:26:19.369 INFO:teuthology.orchestra.run.smithi060.stdout:ID="centos" 2024-09-10T17:26:19.369 INFO:teuthology.orchestra.run.smithi060.stdout:ID_LIKE="rhel fedora" 2024-09-10T17:26:19.369 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION_ID="9" 2024-09-10T17:26:19.369 INFO:teuthology.orchestra.run.smithi060.stdout:PLATFORM_ID="platform:el9" 2024-09-10T17:26:19.369 INFO:teuthology.orchestra.run.smithi060.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-10T17:26:19.369 INFO:teuthology.orchestra.run.smithi060.stdout:ANSI_COLOR="0;31" 2024-09-10T17:26:19.369 INFO:teuthology.orchestra.run.smithi060.stdout:LOGO="fedora-logo-icon" 2024-09-10T17:26:19.369 INFO:teuthology.orchestra.run.smithi060.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-10T17:26:19.369 INFO:teuthology.orchestra.run.smithi060.stdout:HOME_URL="https://centos.org/" 2024-09-10T17:26:19.370 INFO:teuthology.orchestra.run.smithi060.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-10T17:26:19.370 INFO:teuthology.orchestra.run.smithi060.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-10T17:26:19.370 INFO:teuthology.orchestra.run.smithi060.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-10T17:26:19.370 INFO:teuthology.lock.ops:Updating smithi060.front.sepia.ceph.com on lock server 2024-09-10T17:26:19.391 DEBUG:teuthology.orchestra.run.smithi192:> uname -m 2024-09-10T17:26:19.409 INFO:teuthology.orchestra.run.smithi192.stdout:x86_64 2024-09-10T17:26:19.410 DEBUG:teuthology.orchestra.run.smithi192:> cat /etc/os-release 2024-09-10T17:26:19.467 INFO:teuthology.orchestra.run.smithi192.stdout:NAME="CentOS Stream" 2024-09-10T17:26:19.467 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION="9" 2024-09-10T17:26:19.467 INFO:teuthology.orchestra.run.smithi192.stdout:ID="centos" 2024-09-10T17:26:19.467 INFO:teuthology.orchestra.run.smithi192.stdout:ID_LIKE="rhel fedora" 2024-09-10T17:26:19.467 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION_ID="9" 2024-09-10T17:26:19.467 INFO:teuthology.orchestra.run.smithi192.stdout:PLATFORM_ID="platform:el9" 2024-09-10T17:26:19.467 INFO:teuthology.orchestra.run.smithi192.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-10T17:26:19.467 INFO:teuthology.orchestra.run.smithi192.stdout:ANSI_COLOR="0;31" 2024-09-10T17:26:19.467 INFO:teuthology.orchestra.run.smithi192.stdout:LOGO="fedora-logo-icon" 2024-09-10T17:26:19.467 INFO:teuthology.orchestra.run.smithi192.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-10T17:26:19.468 INFO:teuthology.orchestra.run.smithi192.stdout:HOME_URL="https://centos.org/" 2024-09-10T17:26:19.468 INFO:teuthology.orchestra.run.smithi192.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-10T17:26:19.468 INFO:teuthology.orchestra.run.smithi192.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-10T17:26:19.468 INFO:teuthology.orchestra.run.smithi192.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-10T17:26:19.468 INFO:teuthology.lock.ops:Updating smithi192.front.sepia.ceph.com on lock server 2024-09-10T17:26:19.490 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-10T17:26:19.514 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-10T17:26:19.535 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-10T17:26:19.535 DEBUG:teuthology.orchestra.run.smithi059:> test '!' -e /home/ubuntu/cephtest 2024-09-10T17:26:19.538 DEBUG:teuthology.orchestra.run.smithi060:> test '!' -e /home/ubuntu/cephtest 2024-09-10T17:26:19.540 DEBUG:teuthology.orchestra.run.smithi192:> test '!' -e /home/ubuntu/cephtest 2024-09-10T17:26:19.557 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-10T17:26:19.567 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-10T17:26:19.567 DEBUG:teuthology.orchestra.run.smithi059:> test -z $(ls -A /var/lib/ceph) 2024-09-10T17:26:19.595 DEBUG:teuthology.orchestra.run.smithi060:> test -z $(ls -A /var/lib/ceph) 2024-09-10T17:26:19.598 DEBUG:teuthology.orchestra.run.smithi192:> test -z $(ls -A /var/lib/ceph) 2024-09-10T17:26:19.751 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-10T17:26:19.834 INFO:teuthology.run_tasks:Running task kernel... 2024-09-10T17:26:19.853 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-10T17:26:19.853 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-09-10T17:26:19.853 DEBUG:teuthology.orchestra.run.smithi059:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-10T17:26:19.855 DEBUG:teuthology.orchestra.run.smithi060:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-10T17:26:19.855 DEBUG:teuthology.orchestra.run.smithi192:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-10T17:26:19.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T17:26:19.872 DEBUG:teuthology.orchestra.run.smithi060:> uname -r 2024-09-10T17:26:19.874 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T17:26:19.874 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T17:26:19.875 DEBUG:teuthology.orchestra.run.smithi192:> uname -r 2024-09-10T17:26:19.875 DEBUG:teuthology.orchestra.run.smithi059:> uname -r 2024-09-10T17:26:19.930 INFO:teuthology.orchestra.run.smithi060.stdout:5.14.0-503.el9.x86_64 2024-09-10T17:26:19.930 INFO:teuthology.task.kernel:Running kernel on smithi060: 5.14.0-503.el9.x86_64 2024-09-10T17:26:19.930 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum install -y kernel 2024-09-10T17:26:19.932 INFO:teuthology.orchestra.run.smithi059.stdout:5.14.0-503.el9.x86_64 2024-09-10T17:26:19.932 INFO:teuthology.task.kernel:Running kernel on smithi059: 5.14.0-503.el9.x86_64 2024-09-10T17:26:19.933 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum install -y kernel 2024-09-10T17:26:19.933 INFO:teuthology.orchestra.run.smithi192.stdout:5.14.0-503.el9.x86_64 2024-09-10T17:26:19.934 INFO:teuthology.task.kernel:Running kernel on smithi192: 5.14.0-503.el9.x86_64 2024-09-10T17:26:19.934 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum install -y kernel 2024-09-10T17:26:22.249 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.2 MB 00:00 2024-09-10T17:26:23.957 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS Stream 9 - BaseOS 3.6 MB/s | 8.2 MB 00:02 2024-09-10T17:26:24.029 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - BaseOS 3.6 MB/s | 8.2 MB 00:02 2024-09-10T17:26:24.192 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - AppStream 26 MB/s | 20 MB 00:00 2024-09-10T17:26:26.173 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - AppStream 20 MB/s | 20 MB 00:01 2024-09-10T17:26:28.651 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.5 MB 00:00 2024-09-10T17:26:29.399 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS Stream 9 - AppStream 4.7 MB/s | 20 MB 00:04 2024-09-10T17:26:30.523 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.5 MB 00:00 2024-09-10T17:26:31.160 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - Extras packages 15 kB/s | 19 kB 00:01 2024-09-10T17:26:31.991 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - Extras packages 70 kB/s | 19 kB 00:00 2024-09-10T17:26:32.081 INFO:teuthology.orchestra.run.smithi060.stdout:Extra Packages for Enterprise Linux 29 MB/s | 23 MB 00:00 2024-09-10T17:26:32.761 INFO:teuthology.orchestra.run.smithi192.stdout:Extra Packages for Enterprise Linux 35 MB/s | 23 MB 00:00 2024-09-10T17:26:34.749 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS Stream 9 - CRB 4.5 MB/s | 6.5 MB 00:01 2024-09-10T17:26:36.400 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS Stream 9 - Extras packages 45 kB/s | 19 kB 00:00 2024-09-10T17:26:37.188 INFO:teuthology.orchestra.run.smithi059.stdout:Extra Packages for Enterprise Linux 34 MB/s | 23 MB 00:00 2024-09-10T17:26:37.845 INFO:teuthology.orchestra.run.smithi060.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-10T17:26:38.226 INFO:teuthology.orchestra.run.smithi192.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-09-10T17:26:39.968 INFO:teuthology.orchestra.run.smithi060.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-10T17:26:39.969 INFO:teuthology.orchestra.run.smithi060.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-10T17:26:40.072 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:26:40.086 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:26:40.086 INFO:teuthology.orchestra.run.smithi060.stdout: Package Architecture Version Repository Size 2024-09-10T17:26:40.086 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:26:40.086 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-09-10T17:26:40.086 INFO:teuthology.orchestra.run.smithi060.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-10T17:26:40.086 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-09-10T17:26:40.086 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-10T17:26:40.086 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-10T17:26:40.087 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-10T17:26:40.087 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:26:40.087 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-09-10T17:26:40.087 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:26:40.087 INFO:teuthology.orchestra.run.smithi060.stdout:Install 4 Packages 2024-09-10T17:26:40.087 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:26:40.087 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 79 M 2024-09-10T17:26:40.088 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 126 M 2024-09-10T17:26:40.088 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-09-10T17:26:40.230 INFO:teuthology.orchestra.run.smithi060.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 237 kB/s | 23 kB 00:00 2024-09-10T17:26:40.249 INFO:teuthology.orchestra.run.smithi192.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-10T17:26:40.249 INFO:teuthology.orchestra.run.smithi192.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-10T17:26:40.340 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:26:40.351 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:26:40.351 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2024-09-10T17:26:40.351 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:26:40.351 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-09-10T17:26:40.351 INFO:teuthology.orchestra.run.smithi192.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-10T17:26:40.351 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-09-10T17:26:40.351 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-10T17:26:40.351 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-10T17:26:40.351 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-10T17:26:40.351 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:26:40.352 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-09-10T17:26:40.352 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:26:40.352 INFO:teuthology.orchestra.run.smithi192.stdout:Install 4 Packages 2024-09-10T17:26:40.352 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:26:40.352 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 79 M 2024-09-10T17:26:40.352 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 126 M 2024-09-10T17:26:40.352 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-09-10T17:26:40.577 INFO:teuthology.orchestra.run.smithi192.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 221 kB/s | 23 kB 00:00 2024-09-10T17:26:40.622 INFO:teuthology.orchestra.run.smithi060.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 32 MB/s | 16 MB 00:00 2024-09-10T17:26:40.978 INFO:teuthology.orchestra.run.smithi192.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 31 MB/s | 16 MB 00:00 2024-09-10T17:26:40.997 INFO:teuthology.orchestra.run.smithi060.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 37 MB/s | 29 MB 00:00 2024-09-10T17:26:41.314 INFO:teuthology.orchestra.run.smithi060.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 29 MB/s | 35 MB 00:01 2024-09-10T17:26:41.314 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:26:41.315 INFO:teuthology.orchestra.run.smithi060.stdout:Total 64 MB/s | 79 MB 00:01 2024-09-10T17:26:41.344 INFO:teuthology.orchestra.run.smithi192.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 37 MB/s | 29 MB 00:00 2024-09-10T17:26:41.662 INFO:teuthology.orchestra.run.smithi192.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 29 MB/s | 35 MB 00:01 2024-09-10T17:26:41.662 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:26:41.662 INFO:teuthology.orchestra.run.smithi192.stdout:Total 60 MB/s | 79 MB 00:01 2024-09-10T17:26:42.030 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-09-10T17:26:42.347 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-09-10T17:26:42.401 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-09-10T17:26:42.401 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-09-10T17:26:42.699 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-09-10T17:26:42.699 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-09-10T17:26:42.802 INFO:teuthology.orchestra.run.smithi059.stdout:lab-extras 42 kB/s | 1.7 kB 00:00 2024-09-10T17:26:43.396 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-09-10T17:26:43.396 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-09-10T17:26:43.653 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-09-10T17:26:43.653 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-09-10T17:26:44.909 INFO:teuthology.orchestra.run.smithi059.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-10T17:26:44.909 INFO:teuthology.orchestra.run.smithi059.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-10T17:26:44.997 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:26:45.006 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:26:45.006 INFO:teuthology.orchestra.run.smithi059.stdout: Package Architecture Version Repository Size 2024-09-10T17:26:45.006 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:26:45.006 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-09-10T17:26:45.006 INFO:teuthology.orchestra.run.smithi059.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-10T17:26:45.006 INFO:teuthology.orchestra.run.smithi059.stdout:Installing dependencies: 2024-09-10T17:26:45.007 INFO:teuthology.orchestra.run.smithi059.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-10T17:26:45.007 INFO:teuthology.orchestra.run.smithi059.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-10T17:26:45.007 INFO:teuthology.orchestra.run.smithi059.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-10T17:26:45.007 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:26:45.007 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-09-10T17:26:45.007 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:26:45.007 INFO:teuthology.orchestra.run.smithi059.stdout:Install 4 Packages 2024-09-10T17:26:45.007 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:26:45.008 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 79 M 2024-09-10T17:26:45.008 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 126 M 2024-09-10T17:26:45.008 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-09-10T17:26:45.162 INFO:teuthology.orchestra.run.smithi059.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 210 kB/s | 23 kB 00:00 2024-09-10T17:26:45.545 INFO:teuthology.orchestra.run.smithi059.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 32 MB/s | 16 MB 00:00 2024-09-10T17:26:45.965 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-09-10T17:26:45.970 INFO:teuthology.orchestra.run.smithi059.stdout:(3/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 38 MB/s | 35 MB 00:00 2024-09-10T17:26:46.116 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-09-10T17:26:46.246 INFO:teuthology.orchestra.run.smithi059.stdout:(4/4): kernel-modules-core-5.14.0-505.el9.x86_6 26 MB/s | 29 MB 00:01 2024-09-10T17:26:46.246 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:26:46.246 INFO:teuthology.orchestra.run.smithi059.stdout:Total 64 MB/s | 79 MB 00:01 2024-09-10T17:26:46.644 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-10T17:26:46.726 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T17:26:46.822 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-10T17:26:46.897 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T17:26:46.960 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-09-10T17:26:47.329 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-09-10T17:26:47.329 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-09-10T17:26:48.290 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-09-10T17:26:48.290 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-09-10T17:26:49.520 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T17:26:49.644 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T17:26:49.660 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T17:26:49.818 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T17:26:50.869 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-09-10T17:26:51.540 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-10T17:26:51.621 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T17:26:54.432 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T17:26:54.558 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T17:26:54.674 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T17:26:54.768 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T17:26:54.810 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T17:26:54.821 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T17:26:59.682 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T17:26:59.685 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T17:26:59.726 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T17:26:59.957 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T17:27:04.863 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T17:27:37.628 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T17:27:37.666 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-10T17:27:37.954 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T17:27:37.955 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-10T17:27:37.955 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T17:27:37.955 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T17:27:38.831 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T17:27:38.832 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:27:38.832 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-09-10T17:27:38.832 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-10T17:27:38.832 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-10T17:27:38.832 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-10T17:27:38.832 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-10T17:27:38.832 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:27:38.832 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:27:39.185 DEBUG:teuthology.orchestra.run.smithi192:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T17:27:39.272 INFO:teuthology.orchestra.run.smithi192.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T17:27:39.272 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T17:27:39.272 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-10T17:27:39.272 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-10T17:27:39.272 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-10T17:27:39.273 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-10T17:27:39.273 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi192.front.sepia.ceph.com, path=None, version=distro) 2024-09-10T17:27:39.273 DEBUG:teuthology.orchestra.run.smithi192:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T17:27:39.332 INFO:teuthology.orchestra.run.smithi192.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T17:27:39.333 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T17:27:39.333 DEBUG:teuthology.orchestra.run.smithi192:> sudo rpm -qi grub2-tools 2024-09-10T17:27:39.362 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T17:27:39.365 INFO:teuthology.orchestra.run.smithi192.stdout:Name : grub2-tools 2024-09-10T17:27:39.365 INFO:teuthology.orchestra.run.smithi192.stdout:Epoch : 1 2024-09-10T17:27:39.365 INFO:teuthology.orchestra.run.smithi192.stdout:Version : 2.06 2024-09-10T17:27:39.366 INFO:teuthology.orchestra.run.smithi192.stdout:Release : 82.el9 2024-09-10T17:27:39.366 INFO:teuthology.orchestra.run.smithi192.stdout:Architecture: x86_64 2024-09-10T17:27:39.366 INFO:teuthology.orchestra.run.smithi192.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-10T17:27:39.366 INFO:teuthology.orchestra.run.smithi192.stdout:Group : Unspecified 2024-09-10T17:27:39.366 INFO:teuthology.orchestra.run.smithi192.stdout:Size : 8274670 2024-09-10T17:27:39.366 INFO:teuthology.orchestra.run.smithi192.stdout:License : GPLv3+ 2024-09-10T17:27:39.366 INFO:teuthology.orchestra.run.smithi192.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-10T17:27:39.366 INFO:teuthology.orchestra.run.smithi192.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-10T17:27:39.366 INFO:teuthology.orchestra.run.smithi192.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-10T17:27:39.366 INFO:teuthology.orchestra.run.smithi192.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-10T17:27:39.366 INFO:teuthology.orchestra.run.smithi192.stdout:Packager : builder@centos.org 2024-09-10T17:27:39.366 INFO:teuthology.orchestra.run.smithi192.stdout:Vendor : CentOS 2024-09-10T17:27:39.366 INFO:teuthology.orchestra.run.smithi192.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-10T17:27:39.367 INFO:teuthology.orchestra.run.smithi192.stdout:Summary : Support tools for GRUB. 2024-09-10T17:27:39.367 INFO:teuthology.orchestra.run.smithi192.stdout:Description : 2024-09-10T17:27:39.367 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:27:39.367 INFO:teuthology.orchestra.run.smithi192.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-10T17:27:39.367 INFO:teuthology.orchestra.run.smithi192.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-10T17:27:39.367 INFO:teuthology.orchestra.run.smithi192.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-10T17:27:39.367 INFO:teuthology.orchestra.run.smithi192.stdout:hardware devices. 2024-09-10T17:27:39.367 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:27:39.367 INFO:teuthology.orchestra.run.smithi192.stdout:This subpackage provides tools for support of all platforms. 2024-09-10T17:27:39.368 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-10T17:27:39.368 INFO:teuthology.task.kernel:Updating grub on smithi192 to boot 5.14.0-505.el9.x86_64 2024-09-10T17:27:39.368 DEBUG:teuthology.orchestra.run.smithi192:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-10T17:27:39.404 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-10T17:27:39.802 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T17:27:39.803 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-10T17:27:39.803 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T17:27:39.803 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T17:27:40.063 INFO:teuthology.orchestra.run.smithi192.stderr:Generating grub configuration file ... 2024-09-10T17:27:40.681 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T17:27:40.681 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:27:40.681 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-09-10T17:27:40.681 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-10T17:27:40.681 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-10T17:27:40.681 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-10T17:27:40.681 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-10T17:27:40.681 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:27:40.682 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:27:41.043 DEBUG:teuthology.orchestra.run.smithi060:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T17:27:41.130 INFO:teuthology.orchestra.run.smithi060.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T17:27:41.130 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T17:27:41.130 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-10T17:27:41.130 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-10T17:27:41.130 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-10T17:27:41.130 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-10T17:27:41.131 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi060.front.sepia.ceph.com, path=None, version=distro) 2024-09-10T17:27:41.131 DEBUG:teuthology.orchestra.run.smithi060:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T17:27:41.188 INFO:teuthology.orchestra.run.smithi060.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T17:27:41.189 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T17:27:41.189 DEBUG:teuthology.orchestra.run.smithi060:> sudo rpm -qi grub2-tools 2024-09-10T17:27:41.220 INFO:teuthology.orchestra.run.smithi060.stdout:Name : grub2-tools 2024-09-10T17:27:41.220 INFO:teuthology.orchestra.run.smithi060.stdout:Epoch : 1 2024-09-10T17:27:41.220 INFO:teuthology.orchestra.run.smithi060.stdout:Version : 2.06 2024-09-10T17:27:41.221 INFO:teuthology.orchestra.run.smithi060.stdout:Release : 82.el9 2024-09-10T17:27:41.221 INFO:teuthology.orchestra.run.smithi060.stdout:Architecture: x86_64 2024-09-10T17:27:41.221 INFO:teuthology.orchestra.run.smithi060.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-10T17:27:41.221 INFO:teuthology.orchestra.run.smithi060.stdout:Group : Unspecified 2024-09-10T17:27:41.221 INFO:teuthology.orchestra.run.smithi060.stdout:Size : 8274670 2024-09-10T17:27:41.221 INFO:teuthology.orchestra.run.smithi060.stdout:License : GPLv3+ 2024-09-10T17:27:41.221 INFO:teuthology.orchestra.run.smithi060.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-10T17:27:41.221 INFO:teuthology.orchestra.run.smithi060.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-10T17:27:41.221 INFO:teuthology.orchestra.run.smithi060.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-10T17:27:41.221 INFO:teuthology.orchestra.run.smithi060.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-10T17:27:41.221 INFO:teuthology.orchestra.run.smithi060.stdout:Packager : builder@centos.org 2024-09-10T17:27:41.221 INFO:teuthology.orchestra.run.smithi060.stdout:Vendor : CentOS 2024-09-10T17:27:41.221 INFO:teuthology.orchestra.run.smithi060.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-10T17:27:41.222 INFO:teuthology.orchestra.run.smithi060.stdout:Summary : Support tools for GRUB. 2024-09-10T17:27:41.222 INFO:teuthology.orchestra.run.smithi060.stdout:Description : 2024-09-10T17:27:41.222 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:27:41.222 INFO:teuthology.orchestra.run.smithi060.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-10T17:27:41.222 INFO:teuthology.orchestra.run.smithi060.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-10T17:27:41.222 INFO:teuthology.orchestra.run.smithi060.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-10T17:27:41.222 INFO:teuthology.orchestra.run.smithi060.stdout:hardware devices. 2024-09-10T17:27:41.222 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:27:41.222 INFO:teuthology.orchestra.run.smithi060.stdout:This subpackage provides tools for support of all platforms. 2024-09-10T17:27:41.223 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-10T17:27:41.223 INFO:teuthology.task.kernel:Updating grub on smithi060 to boot 5.14.0-505.el9.x86_64 2024-09-10T17:27:41.223 DEBUG:teuthology.orchestra.run.smithi060:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-10T17:27:41.416 INFO:teuthology.orchestra.run.smithi192.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-10T17:27:41.448 INFO:teuthology.orchestra.run.smithi192.stderr:done 2024-09-10T17:27:41.450 DEBUG:teuthology.orchestra.run.smithi192:> mktemp 2024-09-10T17:27:41.466 INFO:teuthology.orchestra.run.smithi192.stdout:/tmp/tmp.QLybAHuySh 2024-09-10T17:27:41.466 DEBUG:teuthology.orchestra.run.smithi192:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.QLybAHuySh 2024-09-10T17:27:41.533 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 0666 /tmp/tmp.QLybAHuySh 2024-09-10T17:27:41.673 DEBUG:teuthology.orchestra.remote:smithi192:/tmp/tmp.QLybAHuySh is 6KB 2024-09-10T17:27:41.723 DEBUG:teuthology.orchestra.run.smithi192:> rm -fr /tmp/tmp.QLybAHuySh 2024-09-10T17:27:41.738 DEBUG:teuthology.orchestra.run.smithi192:> sudo /bin/ls /boot/loader/entries || true 2024-09-10T17:27:41.801 INFO:teuthology.orchestra.run.smithi192.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-10T17:27:41.801 INFO:teuthology.orchestra.run.smithi192.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-10T17:27:41.801 INFO:teuthology.orchestra.run.smithi192.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-10T17:27:41.801 INFO:teuthology.orchestra.run.smithi192.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-10T17:27:41.802 DEBUG:teuthology.orchestra.run.smithi192:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-10T17:27:41.815 INFO:teuthology.orchestra.run.smithi060.stderr:Generating grub configuration file ... 2024-09-10T17:27:41.939 DEBUG:teuthology.orchestra.run.smithi192:> sudo shutdown -r now 2024-09-10T17:27:43.136 INFO:teuthology.orchestra.run.smithi060.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-10T17:27:43.163 INFO:teuthology.orchestra.run.smithi060.stderr:done 2024-09-10T17:27:43.175 DEBUG:teuthology.orchestra.run.smithi060:> mktemp 2024-09-10T17:27:43.190 INFO:teuthology.orchestra.run.smithi060.stdout:/tmp/tmp.gA4qjumH3h 2024-09-10T17:27:43.190 DEBUG:teuthology.orchestra.run.smithi060:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.gA4qjumH3h 2024-09-10T17:27:43.255 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 0666 /tmp/tmp.gA4qjumH3h 2024-09-10T17:27:43.402 DEBUG:teuthology.orchestra.remote:smithi060:/tmp/tmp.gA4qjumH3h is 6KB 2024-09-10T17:27:43.452 DEBUG:teuthology.orchestra.run.smithi060:> rm -fr /tmp/tmp.gA4qjumH3h 2024-09-10T17:27:43.466 DEBUG:teuthology.orchestra.run.smithi060:> sudo /bin/ls /boot/loader/entries || true 2024-09-10T17:27:43.533 INFO:teuthology.orchestra.run.smithi060.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-10T17:27:43.533 INFO:teuthology.orchestra.run.smithi060.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-10T17:27:43.533 INFO:teuthology.orchestra.run.smithi060.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-10T17:27:43.534 INFO:teuthology.orchestra.run.smithi060.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-10T17:27:43.535 DEBUG:teuthology.orchestra.run.smithi060:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-10T17:27:43.689 DEBUG:teuthology.orchestra.run.smithi060:> sudo shutdown -r now 2024-09-10T17:27:43.692 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T17:27:43.733 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-10T17:27:44.113 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T17:27:44.113 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-10T17:27:44.113 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T17:27:44.113 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T17:27:44.981 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T17:27:44.981 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:27:44.981 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-09-10T17:27:44.981 INFO:teuthology.orchestra.run.smithi059.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-10T17:27:44.981 INFO:teuthology.orchestra.run.smithi059.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-10T17:27:44.981 INFO:teuthology.orchestra.run.smithi059.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-10T17:27:44.981 INFO:teuthology.orchestra.run.smithi059.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-10T17:27:44.981 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:27:44.981 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:27:45.341 DEBUG:teuthology.orchestra.run.smithi059:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T17:27:45.418 INFO:teuthology.orchestra.run.smithi059.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T17:27:45.418 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T17:27:45.418 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-10T17:27:45.419 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-10T17:27:45.419 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-10T17:27:45.419 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-10T17:27:45.419 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi059.front.sepia.ceph.com, path=None, version=distro) 2024-09-10T17:27:45.419 DEBUG:teuthology.orchestra.run.smithi059:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T17:27:45.478 INFO:teuthology.orchestra.run.smithi059.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T17:27:45.478 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T17:27:45.478 DEBUG:teuthology.orchestra.run.smithi059:> sudo rpm -qi grub2-tools 2024-09-10T17:27:45.509 INFO:teuthology.orchestra.run.smithi059.stdout:Name : grub2-tools 2024-09-10T17:27:45.509 INFO:teuthology.orchestra.run.smithi059.stdout:Epoch : 1 2024-09-10T17:27:45.510 INFO:teuthology.orchestra.run.smithi059.stdout:Version : 2.06 2024-09-10T17:27:45.510 INFO:teuthology.orchestra.run.smithi059.stdout:Release : 82.el9 2024-09-10T17:27:45.510 INFO:teuthology.orchestra.run.smithi059.stdout:Architecture: x86_64 2024-09-10T17:27:45.510 INFO:teuthology.orchestra.run.smithi059.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-10T17:27:45.510 INFO:teuthology.orchestra.run.smithi059.stdout:Group : Unspecified 2024-09-10T17:27:45.510 INFO:teuthology.orchestra.run.smithi059.stdout:Size : 8274670 2024-09-10T17:27:45.510 INFO:teuthology.orchestra.run.smithi059.stdout:License : GPLv3+ 2024-09-10T17:27:45.510 INFO:teuthology.orchestra.run.smithi059.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-10T17:27:45.510 INFO:teuthology.orchestra.run.smithi059.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-10T17:27:45.510 INFO:teuthology.orchestra.run.smithi059.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-10T17:27:45.510 INFO:teuthology.orchestra.run.smithi059.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-10T17:27:45.510 INFO:teuthology.orchestra.run.smithi059.stdout:Packager : builder@centos.org 2024-09-10T17:27:45.510 INFO:teuthology.orchestra.run.smithi059.stdout:Vendor : CentOS 2024-09-10T17:27:45.510 INFO:teuthology.orchestra.run.smithi059.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-10T17:27:45.511 INFO:teuthology.orchestra.run.smithi059.stdout:Summary : Support tools for GRUB. 2024-09-10T17:27:45.511 INFO:teuthology.orchestra.run.smithi059.stdout:Description : 2024-09-10T17:27:45.511 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:27:45.511 INFO:teuthology.orchestra.run.smithi059.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-10T17:27:45.511 INFO:teuthology.orchestra.run.smithi059.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-10T17:27:45.511 INFO:teuthology.orchestra.run.smithi059.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-10T17:27:45.511 INFO:teuthology.orchestra.run.smithi059.stdout:hardware devices. 2024-09-10T17:27:45.511 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:27:45.511 INFO:teuthology.orchestra.run.smithi059.stdout:This subpackage provides tools for support of all platforms. 2024-09-10T17:27:45.512 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-10T17:27:45.512 INFO:teuthology.task.kernel:Updating grub on smithi059 to boot 5.14.0-505.el9.x86_64 2024-09-10T17:27:45.512 DEBUG:teuthology.orchestra.run.smithi059:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-10T17:27:46.056 INFO:teuthology.orchestra.run.smithi059.stderr:Generating grub configuration file ... 2024-09-10T17:27:47.314 INFO:teuthology.orchestra.run.smithi059.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-10T17:27:47.336 INFO:teuthology.orchestra.run.smithi059.stderr:done 2024-09-10T17:27:47.337 DEBUG:teuthology.orchestra.run.smithi059:> mktemp 2024-09-10T17:27:47.353 INFO:teuthology.orchestra.run.smithi059.stdout:/tmp/tmp.185sThCycf 2024-09-10T17:27:47.353 DEBUG:teuthology.orchestra.run.smithi059:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.185sThCycf 2024-09-10T17:27:47.424 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod 0666 /tmp/tmp.185sThCycf 2024-09-10T17:27:47.566 DEBUG:teuthology.orchestra.remote:smithi059:/tmp/tmp.185sThCycf is 6KB 2024-09-10T17:27:47.615 DEBUG:teuthology.orchestra.run.smithi059:> rm -fr /tmp/tmp.185sThCycf 2024-09-10T17:27:47.630 DEBUG:teuthology.orchestra.run.smithi059:> sudo /bin/ls /boot/loader/entries || true 2024-09-10T17:27:47.692 INFO:teuthology.orchestra.run.smithi059.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-10T17:27:47.692 INFO:teuthology.orchestra.run.smithi059.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-10T17:27:47.692 INFO:teuthology.orchestra.run.smithi059.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-10T17:27:47.692 INFO:teuthology.orchestra.run.smithi059.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-10T17:27:47.694 DEBUG:teuthology.orchestra.run.smithi059:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-10T17:27:47.852 DEBUG:teuthology.orchestra.run.smithi059:> sudo shutdown -r now 2024-09-10T17:28:11.963 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-10T17:28:11.964 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-09-10T17:28:11.965 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T17:28:13.694 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-10T17:28:13.694 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-09-10T17:28:13.694 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T17:28:17.857 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-10T17:28:17.857 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-09-10T17:28:17.857 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T17:29:12.022 DEBUG:teuthology.orchestra.remote:timed out 2024-09-10T17:29:13.697 DEBUG:teuthology.orchestra.remote:timed out 2024-09-10T17:29:17.861 DEBUG:teuthology.orchestra.remote:timed out 2024-09-10T17:29:21.026 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-09-10T17:29:21.028 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T17:29:21.359 DEBUG:teuthology.orchestra.run.smithi192:> true 2024-09-10T17:29:21.754 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-09-10T17:29:21.754 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-505.el9.x86_64"... 2024-09-10T17:29:21.754 DEBUG:teuthology.orchestra.run.smithi192:> uname -r 2024-09-10T17:29:21.770 INFO:teuthology.orchestra.run.smithi192.stdout:5.14.0-505.el9.x86_64 2024-09-10T17:29:21.770 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-10T17:29:21.770 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-10T17:29:21.771 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-10T17:29:22.698 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-09-10T17:29:22.698 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T17:29:22.771 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-10T17:29:22.771 DEBUG:teuthology.orchestra.run.smithi192:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-10T17:29:22.870 INFO:teuthology.orchestra.run.smithi192.stdout:ttyS1 2024-09-10T17:29:22.895 DEBUG:teuthology.parallel:result is None 2024-09-10T17:29:23.052 DEBUG:teuthology.orchestra.run.smithi060:> true 2024-09-10T17:29:23.472 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-09-10T17:29:23.472 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-505.el9.x86_64"... 2024-09-10T17:29:23.473 DEBUG:teuthology.orchestra.run.smithi060:> uname -r 2024-09-10T17:29:23.487 INFO:teuthology.orchestra.run.smithi060.stdout:5.14.0-505.el9.x86_64 2024-09-10T17:29:23.488 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-10T17:29:23.488 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-10T17:29:23.488 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-10T17:29:24.489 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-10T17:29:24.489 DEBUG:teuthology.orchestra.run.smithi060:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-10T17:29:24.581 INFO:teuthology.orchestra.run.smithi060.stdout:ttyS1 2024-09-10T17:29:24.601 DEBUG:teuthology.parallel:result is None 2024-09-10T17:29:26.862 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-09-10T17:29:26.863 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T17:29:27.297 DEBUG:teuthology.orchestra.run.smithi059:> true 2024-09-10T17:29:27.675 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-09-10T17:29:27.675 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-505.el9.x86_64"... 2024-09-10T17:29:27.676 DEBUG:teuthology.orchestra.run.smithi059:> uname -r 2024-09-10T17:29:27.692 INFO:teuthology.orchestra.run.smithi059.stdout:5.14.0-505.el9.x86_64 2024-09-10T17:29:27.692 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-10T17:29:27.692 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-10T17:29:27.692 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-10T17:29:28.693 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-10T17:29:28.693 DEBUG:teuthology.orchestra.run.smithi059:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-10T17:29:28.788 INFO:teuthology.orchestra.run.smithi059.stdout:ttyS1 2024-09-10T17:29:28.817 DEBUG:teuthology.parallel:result is None 2024-09-10T17:29:28.817 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-10T17:29:28.825 INFO:teuthology.task.internal:Creating test directory... 2024-09-10T17:29:28.825 DEBUG:teuthology.orchestra.run.smithi059:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-10T17:29:28.827 DEBUG:teuthology.orchestra.run.smithi060:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-10T17:29:28.830 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-10T17:29:28.866 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-10T17:29:28.879 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-10T17:29:28.887 INFO:teuthology.task.internal:Creating archive directory... 2024-09-10T17:29:28.887 DEBUG:teuthology.orchestra.run.smithi059:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-10T17:29:28.890 DEBUG:teuthology.orchestra.run.smithi060:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-10T17:29:28.892 DEBUG:teuthology.orchestra.run.smithi192:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-10T17:29:28.956 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-10T17:29:28.963 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-10T17:29:28.963 DEBUG:teuthology.orchestra.run.smithi059:> 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-09-10T17:29:28.965 DEBUG:teuthology.orchestra.run.smithi060:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-10T17:29:28.968 DEBUG:teuthology.orchestra.run.smithi192:> 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-09-10T17:29:28.998 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T17:29:29.010 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T17:29:29.040 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T17:29:29.063 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T17:29:29.074 INFO:teuthology.orchestra.run.smithi059.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T17:29:29.086 INFO:teuthology.orchestra.run.smithi059.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T17:29:29.088 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-10T17:29:29.100 INFO:teuthology.task.internal:Configuring sudo... 2024-09-10T17:29:29.100 DEBUG:teuthology.orchestra.run.smithi059:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-10T17:29:29.102 DEBUG:teuthology.orchestra.run.smithi060:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-10T17:29:29.105 DEBUG:teuthology.orchestra.run.smithi192:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-10T17:29:29.132 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-10T17:29:29.141 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-10T17:29:29.142 DEBUG:teuthology.orchestra.run.smithi059:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-10T17:29:29.174 DEBUG:teuthology.orchestra.run.smithi060:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-10T17:29:29.178 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-10T17:29:29.195 DEBUG:teuthology.orchestra.run.smithi059:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T17:29:29.271 DEBUG:teuthology.orchestra.run.smithi059:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T17:29:29.330 DEBUG:teuthology.orchestra.run.smithi059:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T17:29:29.410 DEBUG:teuthology.orchestra.run.smithi059:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T17:29:29.461 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-10T17:29:29.461 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-10T17:29:29.531 DEBUG:teuthology.orchestra.run.smithi060:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T17:29:29.570 DEBUG:teuthology.orchestra.run.smithi060:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T17:29:29.632 DEBUG:teuthology.orchestra.run.smithi060:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T17:29:29.713 DEBUG:teuthology.orchestra.run.smithi060:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T17:29:29.763 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-09-10T17:29:29.763 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-10T17:29:29.834 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T17:29:29.872 DEBUG:teuthology.orchestra.run.smithi192:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T17:29:29.938 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T17:29:29.980 DEBUG:teuthology.orchestra.run.smithi192:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T17:29:30.019 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-10T17:29:30.019 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-10T17:29:30.091 DEBUG:teuthology.orchestra.run.smithi059:> sudo service rsyslog restart 2024-09-10T17:29:30.093 DEBUG:teuthology.orchestra.run.smithi060:> sudo service rsyslog restart 2024-09-10T17:29:30.095 DEBUG:teuthology.orchestra.run.smithi192:> sudo service rsyslog restart 2024-09-10T17:29:30.142 INFO:teuthology.orchestra.run.smithi060.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T17:29:30.146 INFO:teuthology.orchestra.run.smithi059.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T17:29:30.183 INFO:teuthology.orchestra.run.smithi192.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T17:29:30.531 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-10T17:29:30.539 INFO:teuthology.task.internal:Starting timer... 2024-09-10T17:29:30.539 INFO:teuthology.run_tasks:Running task pcp... 2024-09-10T17:29:30.566 INFO:teuthology.run_tasks:Running task selinux... 2024-09-10T17:29:30.574 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-10T17:29:30.574 DEBUG:teuthology.orchestra.run.smithi059:> sudo service auditd rotate 2024-09-10T17:29:30.658 INFO:teuthology.orchestra.run.smithi059.stdout:Rotating logs: 2024-09-10T17:29:30.660 DEBUG:teuthology.orchestra.run.smithi060:> sudo service auditd rotate 2024-09-10T17:29:30.728 INFO:teuthology.orchestra.run.smithi060.stdout:Rotating logs: 2024-09-10T17:29:30.730 DEBUG:teuthology.orchestra.run.smithi192:> sudo service auditd rotate 2024-09-10T17:29:30.788 INFO:teuthology.orchestra.run.smithi192.stdout:Rotating logs: 2024-09-10T17:29:30.790 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-10T17:29:30.790 DEBUG:teuthology.orchestra.run.smithi059:> /usr/sbin/getenforce 2024-09-10T17:29:30.816 INFO:teuthology.orchestra.run.smithi059.stdout:Permissive 2024-09-10T17:29:30.816 DEBUG:teuthology.orchestra.run.smithi060:> /usr/sbin/getenforce 2024-09-10T17:29:30.874 INFO:teuthology.orchestra.run.smithi060.stdout:Permissive 2024-09-10T17:29:30.875 DEBUG:teuthology.orchestra.run.smithi192:> /usr/sbin/getenforce 2024-09-10T17:29:30.899 INFO:teuthology.orchestra.run.smithi192.stdout:Permissive 2024-09-10T17:29:30.899 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi059.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi060.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi192.front.sepia.ceph.com': 'permissive'} 2024-09-10T17:29:30.899 DEBUG:teuthology.orchestra.run.smithi059:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-10T17:29:30.925 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T17:29:30.925 DEBUG:teuthology.orchestra.run.smithi060:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-10T17:29:30.955 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T17:29:30.955 DEBUG:teuthology.orchestra.run.smithi192:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-10T17:29:30.981 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T17:29:30.982 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-10T17:29:30.982 DEBUG:teuthology.orchestra.run.smithi059:> sudo /usr/sbin/setenforce permissive 2024-09-10T17:29:31.017 DEBUG:teuthology.orchestra.run.smithi060:> sudo /usr/sbin/setenforce permissive 2024-09-10T17:29:31.047 DEBUG:teuthology.orchestra.run.smithi192:> sudo /usr/sbin/setenforce permissive 2024-09-10T17:29:31.079 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-10T17:29:31.089 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-10T17:29:31.093 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-10T17:29:31.207 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-10T17:29:31.218 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-09-10T17:29:31.219 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi059.front.sepia.ceph.com,smithi060.front.sepia.ceph.com,smithi192.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-10T17:33:18.398 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi059.front.sepia.ceph.com'), Remote(name='ubuntu@smithi060.front.sepia.ceph.com'), Remote(name='ubuntu@smithi192.front.sepia.ceph.com')] 2024-09-10T17:33:18.399 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-09-10T17:33:18.401 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T17:33:18.480 DEBUG:teuthology.orchestra.run.smithi059:> true 2024-09-10T17:33:18.561 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-09-10T17:33:18.562 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-09-10T17:33:18.562 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T17:33:18.640 DEBUG:teuthology.orchestra.run.smithi060:> true 2024-09-10T17:33:18.685 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-09-10T17:33:18.686 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-09-10T17:33:18.686 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T17:33:18.765 DEBUG:teuthology.orchestra.run.smithi192:> true 2024-09-10T17:33:18.844 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-09-10T17:33:18.845 INFO:teuthology.run_tasks:Running task clock... 2024-09-10T17:33:19.727 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-10T17:33:19.727 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-10T17:33:19.728 DEBUG:teuthology.orchestra.run.smithi059:> 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-09-10T17:33:19.730 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-10T17:33:19.730 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T17:33:19.733 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-10T17:33:19.733 DEBUG:teuthology.orchestra.run.smithi192:> 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-09-10T17:33:19.763 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-10T17:33:19.764 INFO:teuthology.orchestra.run.smithi059.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-10T17:33:19.767 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-10T17:33:19.778 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-10T17:33:19.780 INFO:teuthology.orchestra.run.smithi059.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-10T17:33:19.784 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-10T17:33:19.803 INFO:teuthology.orchestra.run.smithi192.stderr:sudo: ntpd: command not found 2024-09-10T17:33:19.808 INFO:teuthology.orchestra.run.smithi059.stderr:sudo: ntpd: command not found 2024-09-10T17:33:19.811 INFO:teuthology.orchestra.run.smithi060.stderr:sudo: ntpd: command not found 2024-09-10T17:33:19.814 INFO:teuthology.orchestra.run.smithi192.stdout:506 Cannot talk to daemon 2024-09-10T17:33:19.820 INFO:teuthology.orchestra.run.smithi059.stdout:506 Cannot talk to daemon 2024-09-10T17:33:19.824 INFO:teuthology.orchestra.run.smithi060.stdout:506 Cannot talk to daemon 2024-09-10T17:33:19.828 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-10T17:33:19.835 INFO:teuthology.orchestra.run.smithi059.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-10T17:33:19.839 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-10T17:33:19.842 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-10T17:33:19.851 INFO:teuthology.orchestra.run.smithi059.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-10T17:33:19.854 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-10T17:33:19.907 INFO:teuthology.orchestra.run.smithi192.stderr:bash: line 1: ntpq: command not found 2024-09-10T17:33:19.910 INFO:teuthology.orchestra.run.smithi192.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T17:33:19.910 INFO:teuthology.orchestra.run.smithi192.stdout:=============================================================================== 2024-09-10T17:33:19.911 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T17:33:19.911 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T17:33:19.911 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T17:33:19.911 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T17:33:19.912 INFO:teuthology.orchestra.run.smithi059.stderr:bash: line 1: ntpq: command not found 2024-09-10T17:33:19.913 INFO:teuthology.orchestra.run.smithi060.stderr:bash: line 1: ntpq: command not found 2024-09-10T17:33:19.916 INFO:teuthology.orchestra.run.smithi059.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T17:33:19.916 INFO:teuthology.orchestra.run.smithi059.stdout:=============================================================================== 2024-09-10T17:33:19.916 INFO:teuthology.orchestra.run.smithi059.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T17:33:19.916 INFO:teuthology.orchestra.run.smithi059.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T17:33:19.916 INFO:teuthology.orchestra.run.smithi059.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T17:33:19.916 INFO:teuthology.orchestra.run.smithi059.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T17:33:19.918 INFO:teuthology.orchestra.run.smithi060.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T17:33:19.918 INFO:teuthology.orchestra.run.smithi060.stdout:=============================================================================== 2024-09-10T17:33:19.918 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T17:33:19.918 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T17:33:19.918 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T17:33:19.918 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T17:33:19.918 INFO:teuthology.run_tasks:Running task pexec... 2024-09-10T17:33:19.926 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-10T17:33:19.927 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi059.front.sepia.ceph.com 2024-09-10T17:33:19.927 DEBUG:teuthology.orchestra.run.smithi059:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-10T17:33:19.927 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi060.front.sepia.ceph.com 2024-09-10T17:33:19.928 DEBUG:teuthology.orchestra.run.smithi060:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-10T17:33:19.928 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi192.front.sepia.ceph.com 2024-09-10T17:33:19.928 DEBUG:teuthology.orchestra.run.smithi192:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-10T17:33:20.304 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:33:20.315 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:33:20.315 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2024-09-10T17:33:20.315 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:33:20.315 INFO:teuthology.orchestra.run.smithi192.stdout:Removing: 2024-09-10T17:33:20.315 INFO:teuthology.orchestra.run.smithi192.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-10T17:33:20.315 INFO:teuthology.orchestra.run.smithi192.stdout:Removing unused dependencies: 2024-09-10T17:33:20.315 INFO:teuthology.orchestra.run.smithi192.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-10T17:33:20.315 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:33:20.316 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-09-10T17:33:20.316 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:33:20.316 INFO:teuthology.orchestra.run.smithi192.stdout:Remove 2 Packages 2024-09-10T17:33:20.316 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:33:20.316 INFO:teuthology.orchestra.run.smithi192.stdout:Freed space: 5.5 M 2024-09-10T17:33:20.316 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-09-10T17:33:20.319 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-09-10T17:33:20.319 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-09-10T17:33:20.324 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:33:20.327 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:33:20.338 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:33:20.338 INFO:teuthology.orchestra.run.smithi059.stdout: Package Architecture Version Repository Size 2024-09-10T17:33:20.338 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:33:20.338 INFO:teuthology.orchestra.run.smithi059.stdout:Removing: 2024-09-10T17:33:20.338 INFO:teuthology.orchestra.run.smithi059.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-10T17:33:20.339 INFO:teuthology.orchestra.run.smithi059.stdout:Removing unused dependencies: 2024-09-10T17:33:20.339 INFO:teuthology.orchestra.run.smithi059.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-10T17:33:20.339 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:33:20.339 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-09-10T17:33:20.339 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:33:20.339 INFO:teuthology.orchestra.run.smithi059.stdout:Remove 2 Packages 2024-09-10T17:33:20.339 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:33:20.339 INFO:teuthology.orchestra.run.smithi059.stdout:Freed space: 5.5 M 2024-09-10T17:33:20.339 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-09-10T17:33:20.342 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:33:20.342 INFO:teuthology.orchestra.run.smithi060.stdout: Package Architecture Version Repository Size 2024-09-10T17:33:20.342 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:33:20.342 INFO:teuthology.orchestra.run.smithi060.stdout:Removing: 2024-09-10T17:33:20.343 INFO:teuthology.orchestra.run.smithi060.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-10T17:33:20.343 INFO:teuthology.orchestra.run.smithi060.stdout:Removing unused dependencies: 2024-09-10T17:33:20.343 INFO:teuthology.orchestra.run.smithi060.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-10T17:33:20.343 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:33:20.343 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-09-10T17:33:20.343 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:33:20.343 INFO:teuthology.orchestra.run.smithi060.stdout:Remove 2 Packages 2024-09-10T17:33:20.343 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:33:20.343 INFO:teuthology.orchestra.run.smithi060.stdout:Freed space: 5.5 M 2024-09-10T17:33:20.343 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-09-10T17:33:20.344 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-09-10T17:33:20.344 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-09-10T17:33:20.347 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-09-10T17:33:20.347 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-09-10T17:33:20.385 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-09-10T17:33:20.385 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-09-10T17:33:20.416 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-09-10T17:33:20.417 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-09-10T17:33:20.419 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-09-10T17:33:20.420 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-09-10T17:33:20.523 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-09-10T17:33:20.554 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-09-10T17:33:20.579 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-09-10T17:33:20.599 INFO:teuthology.orchestra.run.smithi192.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-10T17:33:20.627 INFO:teuthology.orchestra.run.smithi059.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-10T17:33:20.648 INFO:teuthology.orchestra.run.smithi060.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-10T17:33:20.652 INFO:teuthology.orchestra.run.smithi192.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-10T17:33:20.688 INFO:teuthology.orchestra.run.smithi059.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-10T17:33:20.708 INFO:teuthology.orchestra.run.smithi060.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-10T17:33:21.181 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-10T17:33:21.181 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-10T17:33:21.186 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-10T17:33:21.187 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-10T17:33:21.214 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-10T17:33:21.214 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-10T17:33:21.447 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-10T17:33:21.447 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:33:21.447 INFO:teuthology.orchestra.run.smithi059.stdout:Removed: 2024-09-10T17:33:21.447 INFO:teuthology.orchestra.run.smithi059.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-10T17:33:21.447 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:33:21.447 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:33:21.488 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-10T17:33:21.488 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:33:21.488 INFO:teuthology.orchestra.run.smithi192.stdout:Removed: 2024-09-10T17:33:21.488 INFO:teuthology.orchestra.run.smithi192.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-10T17:33:21.488 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:33:21.488 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:33:21.515 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-10T17:33:21.515 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:33:21.515 INFO:teuthology.orchestra.run.smithi060.stdout:Removed: 2024-09-10T17:33:21.515 INFO:teuthology.orchestra.run.smithi060.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-10T17:33:21.515 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:33:21.515 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:33:22.268 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:00:50 ago on Tue 10 Sep 2024 05:32:32 PM UTC. 2024-09-10T17:33:22.337 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:54 ago on Tue 10 Sep 2024 05:32:28 PM UTC. 2024-09-10T17:33:22.362 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:00:49 ago on Tue 10 Sep 2024 05:32:33 PM UTC. 2024-09-10T17:33:22.406 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:33:22.407 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:33:22.407 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repository Size 2024-09-10T17:33:22.407 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:33:22.407 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-09-10T17:33:22.407 INFO:teuthology.orchestra.run.smithi059.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-10T17:33:22.408 INFO:teuthology.orchestra.run.smithi059.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-10T17:33:22.408 INFO:teuthology.orchestra.run.smithi059.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-10T17:33:22.408 INFO:teuthology.orchestra.run.smithi059.stdout:Installing dependencies: 2024-09-10T17:33:22.408 INFO:teuthology.orchestra.run.smithi059.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-10T17:33:22.408 INFO:teuthology.orchestra.run.smithi059.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-10T17:33:22.408 INFO:teuthology.orchestra.run.smithi059.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-10T17:33:22.408 INFO:teuthology.orchestra.run.smithi059.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-10T17:33:22.408 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:33:22.408 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-09-10T17:33:22.408 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:33:22.408 INFO:teuthology.orchestra.run.smithi059.stdout:Install 7 Packages 2024-09-10T17:33:22.408 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:33:22.420 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 5.2 M 2024-09-10T17:33:22.420 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 19 M 2024-09-10T17:33:22.420 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-09-10T17:33:22.478 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:33:22.479 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:33:22.479 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-09-10T17:33:22.479 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:33:22.479 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-09-10T17:33:22.479 INFO:teuthology.orchestra.run.smithi192.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-10T17:33:22.479 INFO:teuthology.orchestra.run.smithi192.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-10T17:33:22.479 INFO:teuthology.orchestra.run.smithi192.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-10T17:33:22.479 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-09-10T17:33:22.479 INFO:teuthology.orchestra.run.smithi192.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-10T17:33:22.479 INFO:teuthology.orchestra.run.smithi192.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-10T17:33:22.479 INFO:teuthology.orchestra.run.smithi192.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-10T17:33:22.480 INFO:teuthology.orchestra.run.smithi192.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-10T17:33:22.480 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:33:22.480 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-09-10T17:33:22.480 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:33:22.480 INFO:teuthology.orchestra.run.smithi192.stdout:Install 7 Packages 2024-09-10T17:33:22.480 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:33:22.490 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 5.2 M 2024-09-10T17:33:22.491 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 19 M 2024-09-10T17:33:22.491 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-09-10T17:33:22.501 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:33:22.502 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:33:22.502 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-09-10T17:33:22.502 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:33:22.503 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-09-10T17:33:22.503 INFO:teuthology.orchestra.run.smithi060.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-10T17:33:22.503 INFO:teuthology.orchestra.run.smithi060.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-10T17:33:22.503 INFO:teuthology.orchestra.run.smithi060.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-10T17:33:22.503 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-09-10T17:33:22.503 INFO:teuthology.orchestra.run.smithi060.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-10T17:33:22.503 INFO:teuthology.orchestra.run.smithi060.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-10T17:33:22.503 INFO:teuthology.orchestra.run.smithi060.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-10T17:33:22.503 INFO:teuthology.orchestra.run.smithi060.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-10T17:33:22.503 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:33:22.503 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-09-10T17:33:22.503 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:33:22.504 INFO:teuthology.orchestra.run.smithi060.stdout:Install 7 Packages 2024-09-10T17:33:22.504 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:33:22.512 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 5.2 M 2024-09-10T17:33:22.512 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 19 M 2024-09-10T17:33:22.512 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-09-10T17:33:22.786 INFO:teuthology.orchestra.run.smithi060.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 445 kB/s | 44 kB 00:00 2024-09-10T17:33:22.828 INFO:teuthology.orchestra.run.smithi060.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 747 kB/s | 106 kB 00:00 2024-09-10T17:33:22.871 INFO:teuthology.orchestra.run.smithi060.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 858 kB/s | 72 kB 00:00 2024-09-10T17:33:22.920 INFO:teuthology.orchestra.run.smithi060.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 915 kB/s | 84 kB 00:00 2024-09-10T17:33:22.951 INFO:teuthology.orchestra.run.smithi059.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 259 kB/s | 44 kB 00:00 2024-09-10T17:33:22.976 INFO:teuthology.orchestra.run.smithi059.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 539 kB/s | 106 kB 00:00 2024-09-10T17:33:22.987 INFO:teuthology.orchestra.run.smithi060.stdout:(5/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 7.0 MB/s | 837 kB 00:00 2024-09-10T17:33:23.035 INFO:teuthology.orchestra.run.smithi059.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 853 kB/s | 72 kB 00:00 2024-09-10T17:33:23.060 INFO:teuthology.orchestra.run.smithi059.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.0 MB/s | 84 kB 00:00 2024-09-10T17:33:23.087 INFO:teuthology.orchestra.run.smithi060.stdout:(6/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 2.2 MB/s | 906 kB 00:00 2024-09-10T17:33:23.094 INFO:teuthology.orchestra.run.smithi059.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 2.8 MB/s | 906 kB 00:00 2024-09-10T17:33:23.142 INFO:teuthology.orchestra.run.smithi192.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 463 kB/s | 44 kB 00:00 2024-09-10T17:33:23.166 INFO:teuthology.orchestra.run.smithi192.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 876 kB/s | 106 kB 00:00 2024-09-10T17:33:23.217 INFO:teuthology.orchestra.run.smithi192.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.6 MB/s | 84 kB 00:00 2024-09-10T17:33:23.242 INFO:teuthology.orchestra.run.smithi192.stdout:(4/7): python3-configshell-1.1.30-1.el9.noarch. 714 kB/s | 72 kB 00:00 2024-09-10T17:33:23.253 INFO:teuthology.orchestra.run.smithi059.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 3.8 MB/s | 837 kB 00:00 2024-09-10T17:33:23.284 INFO:teuthology.orchestra.run.smithi192.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 3.7 MB/s | 906 kB 00:00 2024-09-10T17:33:23.318 INFO:teuthology.orchestra.run.smithi192.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 8.1 MB/s | 837 kB 00:00 2024-09-10T17:33:23.510 INFO:teuthology.orchestra.run.smithi192.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 12 MB/s | 3.2 MB 00:00 2024-09-10T17:33:23.510 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:33:23.510 INFO:teuthology.orchestra.run.smithi192.stdout:Total 5.1 MB/s | 5.2 MB 00:01 2024-09-10T17:33:23.571 INFO:teuthology.orchestra.run.smithi060.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 4.9 MB/s | 3.2 MB 00:00 2024-09-10T17:33:23.571 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:33:23.571 INFO:teuthology.orchestra.run.smithi060.stdout:Total 4.9 MB/s | 5.2 MB 00:01 2024-09-10T17:33:23.625 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-09-10T17:33:23.640 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-09-10T17:33:23.641 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-09-10T17:33:23.692 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-09-10T17:33:23.708 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-09-10T17:33:23.709 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-09-10T17:33:23.903 INFO:teuthology.orchestra.run.smithi059.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 3.8 MB/s | 3.2 MB 00:00 2024-09-10T17:33:23.903 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:33:23.903 INFO:teuthology.orchestra.run.smithi059.stdout:Total 3.5 MB/s | 5.2 MB 00:01 2024-09-10T17:33:23.977 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-09-10T17:33:23.977 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-09-10T17:33:24.025 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-09-10T17:33:24.042 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-09-10T17:33:24.042 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-09-10T17:33:24.051 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-09-10T17:33:24.052 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-09-10T17:33:24.371 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-09-10T17:33:24.372 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-09-10T17:33:24.460 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-09-10T17:33:24.550 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-09-10T17:33:24.554 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-10T17:33:24.588 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-10T17:33:24.617 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-10T17:33:24.633 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-10T17:33:24.674 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-10T17:33:24.703 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-10T17:33:24.835 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-10T17:33:24.873 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-10T17:33:24.875 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-09-10T17:33:24.931 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-10T17:33:24.957 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-10T17:33:24.968 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-10T17:33:24.990 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-10T17:33:25.019 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-10T17:33:25.241 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-10T17:33:25.266 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-10T17:33:25.309 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-10T17:33:25.343 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-10T17:33:25.447 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-10T17:33:25.459 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-10T17:33:25.482 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-10T17:33:25.521 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T17:33:25.620 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-10T17:33:25.693 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T17:33:25.733 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-10T17:33:25.769 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-10T17:33:25.897 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-10T17:33:25.967 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T17:33:26.496 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T17:33:26.496 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-10T17:33:26.496 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-10T17:33:26.496 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-10T17:33:26.496 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-10T17:33:26.496 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-10T17:33:26.496 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-10T17:33:26.735 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T17:33:26.735 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-10T17:33:26.735 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-10T17:33:26.735 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-10T17:33:26.735 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-10T17:33:26.735 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-10T17:33:26.735 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-10T17:33:26.847 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T17:33:26.847 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:33:26.847 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-09-10T17:33:26.847 INFO:teuthology.orchestra.run.smithi192.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-10T17:33:26.847 INFO:teuthology.orchestra.run.smithi192.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-10T17:33:26.847 INFO:teuthology.orchestra.run.smithi192.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-10T17:33:26.847 INFO:teuthology.orchestra.run.smithi192.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-10T17:33:26.847 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:33:26.847 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:33:26.910 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T17:33:26.911 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-10T17:33:26.911 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-10T17:33:26.911 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-10T17:33:26.911 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-10T17:33:26.911 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-10T17:33:26.911 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-10T17:33:27.155 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T17:33:27.156 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:33:27.156 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-09-10T17:33:27.156 INFO:teuthology.orchestra.run.smithi060.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-10T17:33:27.156 INFO:teuthology.orchestra.run.smithi060.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-10T17:33:27.156 INFO:teuthology.orchestra.run.smithi060.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-10T17:33:27.156 INFO:teuthology.orchestra.run.smithi060.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-10T17:33:27.156 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:33:27.156 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:33:27.217 DEBUG:teuthology.parallel:result is None 2024-09-10T17:33:27.287 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T17:33:27.287 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:33:27.287 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-09-10T17:33:27.287 INFO:teuthology.orchestra.run.smithi059.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-10T17:33:27.287 INFO:teuthology.orchestra.run.smithi059.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-10T17:33:27.287 INFO:teuthology.orchestra.run.smithi059.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-10T17:33:27.287 INFO:teuthology.orchestra.run.smithi059.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-10T17:33:27.287 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:33:27.287 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:33:27.554 DEBUG:teuthology.parallel:result is None 2024-09-10T17:33:27.656 DEBUG:teuthology.parallel:result is None 2024-09-10T17:33:27.656 INFO:teuthology.run_tasks:Running task install... 2024-09-10T17:33:27.665 DEBUG:teuthology.task.install:project ceph 2024-09-10T17:33:27.665 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'bad1f558c327094897e4a32e99dd5cb4ae6ccd46'}} 2024-09-10T17:33:27.665 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'bad1f558c327094897e4a32e99dd5cb4ae6ccd46'} 2024-09-10T17:33:27.665 INFO:teuthology.task.install:Using flavor: default 2024-09-10T17:33:27.671 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-09-10T17:33:27.671 INFO:teuthology.task.install:extra packages: [] 2024-09-10T17:33:27.671 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': 'bad1f558c327094897e4a32e99dd5cb4ae6ccd46', 'tag': None, 'wait_for_package': False} 2024-09-10T17:33:27.672 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bad1f558c327094897e4a32e99dd5cb4ae6ccd46 2024-09-10T17:33:27.674 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': 'bad1f558c327094897e4a32e99dd5cb4ae6ccd46', 'tag': None, 'wait_for_package': False} 2024-09-10T17:33:27.674 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bad1f558c327094897e4a32e99dd5cb4ae6ccd46 2024-09-10T17:33:27.675 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': 'bad1f558c327094897e4a32e99dd5cb4ae6ccd46', 'tag': None, 'wait_for_package': False} 2024-09-10T17:33:27.676 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bad1f558c327094897e4a32e99dd5cb4ae6ccd46 2024-09-10T17:33:27.822 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/ 2024-09-10T17:33:27.822 INFO:teuthology.task.install.rpm:Package version is 19.3.0-4858.gbad1f558 2024-09-10T17:33:27.826 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/ 2024-09-10T17:33:27.826 INFO:teuthology.task.install.rpm:Package version is 19.3.0-4858.gbad1f558 2024-09-10T17:33:27.832 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/ 2024-09-10T17:33:27.832 INFO:teuthology.task.install.rpm:Package version is 19.3.0-4858.gbad1f558 2024-09-10T17:33:27.934 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-10T17:33:27.934 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-10T17:33:27.934 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-10T17:33:27.940 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-10T17:33:27.940 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-10T17:33:27.940 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-10T17:33:27.949 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-10T17:33:27.950 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-09-10T17:33:27.950 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-10T17:33:27.961 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-09-10T17:33:27.962 DEBUG:teuthology.orchestra.run.smithi059:> 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/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-10T17:33:27.967 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-09-10T17:33:27.968 DEBUG:teuthology.orchestra.run.smithi192:> 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/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-10T17:33:27.978 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-09-10T17:33:27.978 DEBUG:teuthology.orchestra.run.smithi060:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-10T17:33:28.030 DEBUG:teuthology.orchestra.run.smithi059:> 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-09-10T17:33:28.034 DEBUG:teuthology.orchestra.run.smithi192:> 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-09-10T17:33:28.045 DEBUG:teuthology.orchestra.run.smithi060:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-10T17:33:28.109 DEBUG:teuthology.orchestra.run.smithi192:> 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-09-10T17:33:28.120 DEBUG:teuthology.orchestra.run.smithi059:> 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-09-10T17:33:28.123 DEBUG:teuthology.orchestra.run.smithi060:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-10T17:33:28.145 INFO:teuthology.orchestra.run.smithi059.stdout:check_obsoletes = 1 2024-09-10T17:33:28.147 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum clean all 2024-09-10T17:33:28.172 INFO:teuthology.orchestra.run.smithi192.stdout:check_obsoletes = 1 2024-09-10T17:33:28.174 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum clean all 2024-09-10T17:33:28.189 INFO:teuthology.orchestra.run.smithi060.stdout:check_obsoletes = 1 2024-09-10T17:33:28.190 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum clean all 2024-09-10T17:33:28.381 INFO:teuthology.orchestra.run.smithi059.stdout:45 files removed 2024-09-10T17:33:28.407 INFO:teuthology.orchestra.run.smithi192.stdout:45 files removed 2024-09-10T17:33:28.410 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install ceph-radosgw 2024-09-10T17:33:28.426 INFO:teuthology.orchestra.run.smithi060.stdout:45 files removed 2024-09-10T17:33:28.435 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-radosgw 2024-09-10T17:33:28.453 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-radosgw 2024-09-10T17:33:28.982 INFO:teuthology.orchestra.run.smithi192.stdout:ceph packages for x86_64 319 kB/s | 84 kB 00:00 2024-09-10T17:33:28.983 INFO:teuthology.orchestra.run.smithi059.stdout:ceph packages for x86_64 307 kB/s | 84 kB 00:00 2024-09-10T17:33:29.019 INFO:teuthology.orchestra.run.smithi060.stdout:ceph packages for x86_64 316 kB/s | 84 kB 00:00 2024-09-10T17:33:29.275 INFO:teuthology.orchestra.run.smithi192.stdout:ceph noarch packages 97 kB/s | 24 kB 00:00 2024-09-10T17:33:29.284 INFO:teuthology.orchestra.run.smithi059.stdout:ceph noarch packages 95 kB/s | 24 kB 00:00 2024-09-10T17:33:29.303 INFO:teuthology.orchestra.run.smithi060.stdout:ceph noarch packages 101 kB/s | 24 kB 00:00 2024-09-10T17:33:29.550 INFO:teuthology.orchestra.run.smithi192.stdout:ceph source packages 8.1 kB/s | 1.9 kB 00:00 2024-09-10T17:33:29.559 INFO:teuthology.orchestra.run.smithi059.stdout:ceph source packages 8.2 kB/s | 1.9 kB 00:00 2024-09-10T17:33:29.587 INFO:teuthology.orchestra.run.smithi060.stdout:ceph source packages 7.9 kB/s | 1.9 kB 00:00 2024-09-10T17:33:30.142 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.2 MB 00:00 2024-09-10T17:33:30.204 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.2 MB 00:00 2024-09-10T17:33:30.234 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.2 MB 00:00 2024-09-10T17:33:31.818 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - AppStream 35 MB/s | 20 MB 00:00 2024-09-10T17:33:31.980 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - AppStream 32 MB/s | 20 MB 00:00 2024-09-10T17:33:36.681 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - CRB 9.5 MB/s | 6.5 MB 00:00 2024-09-10T17:33:36.844 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - CRB 5.4 MB/s | 6.5 MB 00:01 2024-09-10T17:33:38.115 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - Extras packages 122 kB/s | 19 kB 00:00 2024-09-10T17:33:38.503 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - Extras packages 63 kB/s | 19 kB 00:00 2024-09-10T17:33:39.186 INFO:teuthology.orchestra.run.smithi060.stdout:Extra Packages for Enterprise Linux 24 MB/s | 23 MB 00:00 2024-09-10T17:33:39.299 INFO:teuthology.orchestra.run.smithi192.stdout:Extra Packages for Enterprise Linux 34 MB/s | 23 MB 00:00 2024-09-10T17:33:44.485 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS Stream 9 - AppStream 1.6 MB/s | 20 MB 00:13 2024-09-10T17:33:44.696 INFO:teuthology.orchestra.run.smithi192.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-10T17:33:44.867 INFO:teuthology.orchestra.run.smithi060.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-09-10T17:33:47.079 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:33:47.081 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:33:47.081 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-09-10T17:33:47.081 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:33:47.081 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-09-10T17:33:47.081 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-radosgw x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 11 M 2024-09-10T17:33:47.081 INFO:teuthology.orchestra.run.smithi192.stdout:Upgrading: 2024-09-10T17:33:47.081 INFO:teuthology.orchestra.run.smithi192.stdout: librados2 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 3.5 M 2024-09-10T17:33:47.082 INFO:teuthology.orchestra.run.smithi192.stdout: librbd1 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 3.2 M 2024-09-10T17:33:47.082 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-09-10T17:33:47.082 INFO:teuthology.orchestra.run.smithi192.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-10T17:33:47.082 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-base x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 5.5 M 2024-09-10T17:33:47.082 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-common x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 22 M 2024-09-10T17:33:47.082 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-selinux x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 25 k 2024-09-10T17:33:47.082 INFO:teuthology.orchestra.run.smithi192.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-09-10T17:33:47.082 INFO:teuthology.orchestra.run.smithi192.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-10T17:33:47.082 INFO:teuthology.orchestra.run.smithi192.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-10T17:33:47.082 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs2 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 755 k 2024-09-10T17:33:47.082 INFO:teuthology.orchestra.run.smithi192.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-10T17:33:47.083 INFO:teuthology.orchestra.run.smithi192.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-10T17:33:47.083 INFO:teuthology.orchestra.run.smithi192.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-10T17:33:47.083 INFO:teuthology.orchestra.run.smithi192.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-10T17:33:47.083 INFO:teuthology.orchestra.run.smithi192.stdout: libradosstriper1 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 509 k 2024-09-10T17:33:47.083 INFO:teuthology.orchestra.run.smithi192.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-10T17:33:47.083 INFO:teuthology.orchestra.run.smithi192.stdout: librgw2 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 5.5 M 2024-09-10T17:33:47.083 INFO:teuthology.orchestra.run.smithi192.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-10T17:33:47.083 INFO:teuthology.orchestra.run.smithi192.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-10T17:33:47.083 INFO:teuthology.orchestra.run.smithi192.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-10T17:33:47.083 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-argparse x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 45 k 2024-09-10T17:33:47.083 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-common x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 143 k 2024-09-10T17:33:47.083 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cephfs x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 161 k 2024-09-10T17:33:47.084 INFO:teuthology.orchestra.run.smithi192.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-10T17:33:47.084 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rados x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 321 k 2024-09-10T17:33:47.084 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rbd x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 306 k 2024-09-10T17:33:47.084 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rgw x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 99 k 2024-09-10T17:33:47.084 INFO:teuthology.orchestra.run.smithi192.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-10T17:33:47.084 INFO:teuthology.orchestra.run.smithi192.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-10T17:33:47.084 INFO:teuthology.orchestra.run.smithi192.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-10T17:33:47.084 INFO:teuthology.orchestra.run.smithi192.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-10T17:33:47.084 INFO:teuthology.orchestra.run.smithi192.stdout:Installing weak dependencies: 2024-09-10T17:33:47.084 INFO:teuthology.orchestra.run.smithi192.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-10T17:33:47.084 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:33:47.084 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-09-10T17:33:47.085 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:33:47.085 INFO:teuthology.orchestra.run.smithi192.stdout:Install 31 Packages 2024-09-10T17:33:47.085 INFO:teuthology.orchestra.run.smithi192.stdout:Upgrade 2 Packages 2024-09-10T17:33:47.085 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:33:47.085 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 62 M 2024-09-10T17:33:47.086 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-09-10T17:33:47.378 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:33:47.380 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:33:47.381 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-09-10T17:33:47.381 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:33:47.381 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-09-10T17:33:47.381 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-radosgw x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 11 M 2024-09-10T17:33:47.381 INFO:teuthology.orchestra.run.smithi060.stdout:Upgrading: 2024-09-10T17:33:47.381 INFO:teuthology.orchestra.run.smithi060.stdout: librados2 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 3.5 M 2024-09-10T17:33:47.381 INFO:teuthology.orchestra.run.smithi060.stdout: librbd1 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 3.2 M 2024-09-10T17:33:47.381 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-09-10T17:33:47.381 INFO:teuthology.orchestra.run.smithi060.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-10T17:33:47.381 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-base x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 5.5 M 2024-09-10T17:33:47.381 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-common x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 22 M 2024-09-10T17:33:47.381 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-selinux x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 25 k 2024-09-10T17:33:47.381 INFO:teuthology.orchestra.run.smithi060.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-09-10T17:33:47.382 INFO:teuthology.orchestra.run.smithi060.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-10T17:33:47.382 INFO:teuthology.orchestra.run.smithi060.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-10T17:33:47.382 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs2 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 755 k 2024-09-10T17:33:47.382 INFO:teuthology.orchestra.run.smithi060.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-10T17:33:47.382 INFO:teuthology.orchestra.run.smithi060.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-10T17:33:47.382 INFO:teuthology.orchestra.run.smithi060.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-10T17:33:47.382 INFO:teuthology.orchestra.run.smithi060.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-10T17:33:47.382 INFO:teuthology.orchestra.run.smithi060.stdout: libradosstriper1 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 509 k 2024-09-10T17:33:47.382 INFO:teuthology.orchestra.run.smithi060.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-10T17:33:47.382 INFO:teuthology.orchestra.run.smithi060.stdout: librgw2 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 5.5 M 2024-09-10T17:33:47.382 INFO:teuthology.orchestra.run.smithi060.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-10T17:33:47.382 INFO:teuthology.orchestra.run.smithi060.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-10T17:33:47.382 INFO:teuthology.orchestra.run.smithi060.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-10T17:33:47.382 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-argparse x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 45 k 2024-09-10T17:33:47.383 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-common x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 143 k 2024-09-10T17:33:47.383 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cephfs x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 161 k 2024-09-10T17:33:47.383 INFO:teuthology.orchestra.run.smithi060.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-10T17:33:47.383 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rados x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 321 k 2024-09-10T17:33:47.383 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rbd x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 306 k 2024-09-10T17:33:47.383 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rgw x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 99 k 2024-09-10T17:33:47.383 INFO:teuthology.orchestra.run.smithi060.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-10T17:33:47.383 INFO:teuthology.orchestra.run.smithi060.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-10T17:33:47.383 INFO:teuthology.orchestra.run.smithi060.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-10T17:33:47.383 INFO:teuthology.orchestra.run.smithi060.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-10T17:33:47.383 INFO:teuthology.orchestra.run.smithi060.stdout:Installing weak dependencies: 2024-09-10T17:33:47.383 INFO:teuthology.orchestra.run.smithi060.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-10T17:33:47.383 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:33:47.383 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-09-10T17:33:47.384 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:33:47.384 INFO:teuthology.orchestra.run.smithi060.stdout:Install 31 Packages 2024-09-10T17:33:47.384 INFO:teuthology.orchestra.run.smithi060.stdout:Upgrade 2 Packages 2024-09-10T17:33:47.384 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:33:47.384 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 62 M 2024-09-10T17:33:47.384 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-09-10T17:33:47.864 INFO:teuthology.orchestra.run.smithi192.stdout:(1/33): ceph-radosgw-19.3.0-4858.gbad1f558.el9. 16 MB/s | 11 MB 00:00 2024-09-10T17:33:47.939 INFO:teuthology.orchestra.run.smithi192.stdout:(2/33): ceph-base-19.3.0-4858.gbad1f558.el9.x86 7.3 MB/s | 5.5 MB 00:00 2024-09-10T17:33:47.964 INFO:teuthology.orchestra.run.smithi192.stdout:(3/33): ceph-selinux-19.3.0-4858.gbad1f558.el9. 252 kB/s | 25 kB 00:00 2024-09-10T17:33:48.040 INFO:teuthology.orchestra.run.smithi192.stdout:(4/33): libcephfs2-19.3.0-4858.gbad1f558.el9.x8 7.4 MB/s | 755 kB 00:00 2024-09-10T17:33:48.073 INFO:teuthology.orchestra.run.smithi192.stdout:(5/33): libradosstriper1-19.3.0-4858.gbad1f558. 4.6 MB/s | 509 kB 00:00 2024-09-10T17:33:48.140 INFO:teuthology.orchestra.run.smithi192.stdout:(6/33): python3-ceph-argparse-19.3.0-4858.gbad1 676 kB/s | 45 kB 00:00 2024-09-10T17:33:48.185 INFO:teuthology.orchestra.run.smithi060.stdout:(1/33): ceph-radosgw-19.3.0-4858.gbad1f558.el9. 15 MB/s | 11 MB 00:00 2024-09-10T17:33:48.207 INFO:teuthology.orchestra.run.smithi192.stdout:(7/33): python3-ceph-common-19.3.0-4858.gbad1f5 2.1 MB/s | 143 kB 00:00 2024-09-10T17:33:48.227 INFO:teuthology.orchestra.run.smithi060.stdout:(2/33): ceph-selinux-19.3.0-4858.gbad1f558.el9. 608 kB/s | 25 kB 00:00 2024-09-10T17:33:48.283 INFO:teuthology.orchestra.run.smithi192.stdout:(8/33): librgw2-19.3.0-4858.gbad1f558.el9.x86_6 23 MB/s | 5.5 MB 00:00 2024-09-10T17:33:48.285 INFO:teuthology.orchestra.run.smithi060.stdout:(3/33): libcephfs2-19.3.0-4858.gbad1f558.el9.x8 13 MB/s | 755 kB 00:00 2024-09-10T17:33:48.308 INFO:teuthology.orchestra.run.smithi192.stdout:(9/33): python3-cephfs-19.3.0-4858.gbad1f558.el 1.6 MB/s | 161 kB 00:00 2024-09-10T17:33:48.342 INFO:teuthology.orchestra.run.smithi192.stdout:(10/33): python3-rados-19.3.0-4858.gbad1f558.el 5.4 MB/s | 321 kB 00:00 2024-09-10T17:33:48.344 INFO:teuthology.orchestra.run.smithi060.stdout:(4/33): libradosstriper1-19.3.0-4858.gbad1f558. 8.5 MB/s | 509 kB 00:00 2024-09-10T17:33:48.367 INFO:teuthology.orchestra.run.smithi192.stdout:(11/33): python3-rbd-19.3.0-4858.gbad1f558.el9. 5.1 MB/s | 306 kB 00:00 2024-09-10T17:33:48.392 INFO:teuthology.orchestra.run.smithi192.stdout:(12/33): python3-rgw-19.3.0-4858.gbad1f558.el9. 1.9 MB/s | 99 kB 00:00 2024-09-10T17:33:48.526 INFO:teuthology.orchestra.run.smithi192.stdout:(13/33): boost-program-options-1.75.0-8.el9.x86 675 kB/s | 107 kB 00:00 2024-09-10T17:33:48.559 INFO:teuthology.orchestra.run.smithi192.stdout:(14/33): libnbd-1.20.2-2.el9.x86_64.rpm 1.0 MB/s | 171 kB 00:00 2024-09-10T17:33:48.569 INFO:teuthology.orchestra.run.smithi060.stdout:(5/33): librgw2-19.3.0-4858.gbad1f558.el9.x86_6 25 MB/s | 5.5 MB 00:00 2024-09-10T17:33:48.609 INFO:teuthology.orchestra.run.smithi192.stdout:(15/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.9 MB/s | 160 kB 00:00 2024-09-10T17:33:48.619 INFO:teuthology.orchestra.run.smithi060.stdout:(6/33): python3-ceph-argparse-19.3.0-4858.gbad1 904 kB/s | 45 kB 00:00 2024-09-10T17:33:48.636 INFO:teuthology.orchestra.run.smithi192.stdout:(16/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 601 kB/s | 45 kB 00:00 2024-09-10T17:33:48.670 INFO:teuthology.orchestra.run.smithi060.stdout:(7/33): python3-ceph-common-19.3.0-4858.gbad1f5 2.8 MB/s | 143 kB 00:00 2024-09-10T17:33:48.720 INFO:teuthology.orchestra.run.smithi060.stdout:(8/33): python3-cephfs-19.3.0-4858.gbad1f558.el 3.2 MB/s | 161 kB 00:00 2024-09-10T17:33:48.727 INFO:teuthology.orchestra.run.smithi192.stdout:(17/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.1 MB/s | 292 kB 00:00 2024-09-10T17:33:48.760 INFO:teuthology.orchestra.run.smithi192.stdout:(18/33): librdkafka-1.6.1-102.el9.x86_64.rpm 4.3 MB/s | 662 kB 00:00 2024-09-10T17:33:48.786 INFO:teuthology.orchestra.run.smithi192.stdout:(19/33): python3-prettytable-0.7.2-27.el9.noarc 723 kB/s | 42 kB 00:00 2024-09-10T17:33:48.828 INFO:teuthology.orchestra.run.smithi060.stdout:(9/33): ceph-base-19.3.0-4858.gbad1f558.el9.x86 4.0 MB/s | 5.5 MB 00:01 2024-09-10T17:33:48.836 INFO:teuthology.orchestra.run.smithi192.stdout:(20/33): qatlib-service-24.02.0-1.el9.x86_64.rp 721 kB/s | 36 kB 00:00 2024-09-10T17:33:48.862 INFO:teuthology.orchestra.run.smithi192.stdout:(21/33): qatlib-24.02.0-1.el9.x86_64.rpm 2.1 MB/s | 221 kB 00:00 2024-09-10T17:33:48.863 INFO:teuthology.orchestra.run.smithi060.stdout:(10/33): python3-rados-19.3.0-4858.gbad1f558.el 2.2 MB/s | 321 kB 00:00 2024-09-10T17:33:48.887 INFO:teuthology.orchestra.run.smithi060.stdout:(11/33): python3-rbd-19.3.0-4858.gbad1f558.el9. 5.1 MB/s | 306 kB 00:00 2024-09-10T17:33:48.895 INFO:teuthology.orchestra.run.smithi192.stdout:(22/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 808 kB/s | 47 kB 00:00 2024-09-10T17:33:48.913 INFO:teuthology.orchestra.run.smithi060.stdout:(12/33): python3-rgw-19.3.0-4858.gbad1f558.el9. 1.9 MB/s | 99 kB 00:00 2024-09-10T17:33:48.937 INFO:teuthology.orchestra.run.smithi192.stdout:(23/33): gperftools-libs-2.9.1-2.el9.x86_64.rpm 4.0 MB/s | 309 kB 00:00 2024-09-10T17:33:48.962 INFO:teuthology.orchestra.run.smithi192.stdout:(24/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 1.1 MB/s | 26 kB 00:00 2024-09-10T17:33:48.987 INFO:teuthology.orchestra.run.smithi192.stdout:(25/33): liboath-2.6.7-2.el9.x86_64.rpm 1.9 MB/s | 49 kB 00:00 2024-09-10T17:33:49.013 INFO:teuthology.orchestra.run.smithi192.stdout:(26/33): libunwind-1.6.2-1.el9.x86_64.rpm 2.6 MB/s | 67 kB 00:00 2024-09-10T17:33:49.055 INFO:teuthology.orchestra.run.smithi060.stdout:(13/33): boost-program-options-1.75.0-8.el9.x86 641 kB/s | 107 kB 00:00 2024-09-10T17:33:49.063 INFO:teuthology.orchestra.run.smithi192.stdout:(27/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 16 MB/s | 839 kB 00:00 2024-09-10T17:33:49.089 INFO:teuthology.orchestra.run.smithi060.stdout:(14/33): libnbd-1.20.2-2.el9.x86_64.rpm 973 kB/s | 171 kB 00:00 2024-09-10T17:33:49.097 INFO:teuthology.orchestra.run.smithi192.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 5.6 MB/s | 191 kB 00:00 2024-09-10T17:33:49.139 INFO:teuthology.orchestra.run.smithi060.stdout:(15/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.9 MB/s | 160 kB 00:00 2024-09-10T17:33:49.164 INFO:teuthology.orchestra.run.smithi060.stdout:(16/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 601 kB/s | 45 kB 00:00 2024-09-10T17:33:49.180 INFO:teuthology.orchestra.run.smithi192.stdout:(29/33): thrift-0.15.0-2.el9.x86_64.rpm 19 MB/s | 1.6 MB 00:00 2024-09-10T17:33:49.231 INFO:teuthology.orchestra.run.smithi060.stdout:(17/33): librdkafka-1.6.1-102.el9.x86_64.rpm 7.0 MB/s | 662 kB 00:00 2024-09-10T17:33:49.239 INFO:teuthology.orchestra.run.smithi192.stdout:(30/33): libarrow-9.0.0-11.el9.x86_64.rpm 13 MB/s | 4.4 MB 00:00 2024-09-10T17:33:49.256 INFO:teuthology.orchestra.run.smithi060.stdout:(18/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.1 MB/s | 292 kB 00:00 2024-09-10T17:33:49.274 INFO:teuthology.orchestra.run.smithi060.stdout:(19/33): python3-prettytable-0.7.2-27.el9.noarc 1.0 MB/s | 42 kB 00:00 2024-09-10T17:33:49.323 INFO:teuthology.orchestra.run.smithi060.stdout:(20/33): qatlib-24.02.0-1.el9.x86_64.rpm 3.2 MB/s | 221 kB 00:00 2024-09-10T17:33:49.340 INFO:teuthology.orchestra.run.smithi060.stdout:(21/33): qatlib-service-24.02.0-1.el9.x86_64.rp 538 kB/s | 36 kB 00:00 2024-09-10T17:33:49.366 INFO:teuthology.orchestra.run.smithi060.stdout:(22/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 1.1 MB/s | 47 kB 00:00 2024-09-10T17:33:49.416 INFO:teuthology.orchestra.run.smithi060.stdout:(23/33): gperftools-libs-2.9.1-2.el9.x86_64.rpm 4.0 MB/s | 309 kB 00:00 2024-09-10T17:33:49.441 INFO:teuthology.orchestra.run.smithi060.stdout:(24/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 1.1 MB/s | 26 kB 00:00 2024-09-10T17:33:49.467 INFO:teuthology.orchestra.run.smithi060.stdout:(25/33): liboath-2.6.7-2.el9.x86_64.rpm 1.9 MB/s | 49 kB 00:00 2024-09-10T17:33:49.492 INFO:teuthology.orchestra.run.smithi060.stdout:(26/33): libunwind-1.6.2-1.el9.x86_64.rpm 2.7 MB/s | 67 kB 00:00 2024-09-10T17:33:49.548 INFO:teuthology.orchestra.run.smithi192.stdout:(31/33): ceph-common-19.3.0-4858.gbad1f558.el9. 9.2 MB/s | 22 MB 00:02 2024-09-10T17:33:49.614 INFO:teuthology.orchestra.run.smithi192.stdout:(32/33): librados2-19.3.0-4858.gbad1f558.el9.x8 8.0 MB/s | 3.5 MB 00:00 2024-09-10T17:33:49.673 INFO:teuthology.orchestra.run.smithi192.stdout:(33/33): librbd1-19.3.0-4858.gbad1f558.el9.x86_ 7.5 MB/s | 3.2 MB 00:00 2024-09-10T17:33:49.679 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:33:49.679 INFO:teuthology.orchestra.run.smithi192.stdout:Total 24 MB/s | 62 MB 00:02 2024-09-10T17:33:49.752 INFO:teuthology.orchestra.run.smithi060.stdout:(27/33): ceph-common-19.3.0-4858.gbad1f558.el9. 9.5 MB/s | 22 MB 00:02 2024-09-10T17:33:49.797 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-09-10T17:33:49.809 INFO:teuthology.orchestra.run.smithi060.stdout:(28/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 2.6 MB/s | 839 kB 00:00 2024-09-10T17:33:49.834 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-09-10T17:33:49.834 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-09-10T17:33:49.851 INFO:teuthology.orchestra.run.smithi060.stdout:(29/33): re2-20211101-20.el9.x86_64.rpm 1.9 MB/s | 191 kB 00:00 2024-09-10T17:33:49.926 INFO:teuthology.orchestra.run.smithi060.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 14 MB/s | 1.6 MB 00:00 2024-09-10T17:33:49.993 INFO:teuthology.orchestra.run.smithi060.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 7.1 MB/s | 4.4 MB 00:00 2024-09-10T17:33:50.127 INFO:teuthology.orchestra.run.smithi060.stdout:(32/33): librbd1-19.3.0-4858.gbad1f558.el9.x86_ 16 MB/s | 3.2 MB 00:00 2024-09-10T17:33:50.222 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS Stream 9 - CRB 3.9 MB/s | 6.5 MB 00:01 2024-09-10T17:33:50.290 INFO:teuthology.orchestra.run.smithi060.stdout:(33/33): librados2-19.3.0-4858.gbad1f558.el9.x8 8.1 MB/s | 3.5 MB 00:00 2024-09-10T17:33:50.290 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:33:50.290 INFO:teuthology.orchestra.run.smithi060.stdout:Total 21 MB/s | 62 MB 00:02 2024-09-10T17:33:50.387 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-09-10T17:33:50.388 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-09-10T17:33:50.401 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-09-10T17:33:50.443 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-09-10T17:33:50.443 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-09-10T17:33:50.991 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-09-10T17:33:50.991 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-09-10T17:33:51.836 INFO:teuthology.orchestra.run.smithi059.stdout:CentOS Stream 9 - Extras packages 52 kB/s | 19 kB 00:00 2024-09-10T17:33:51.911 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-09-10T17:33:52.064 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-10T17:33:52.103 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-10T17:33:52.128 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-10T17:33:52.151 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-10T17:33:52.177 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-10T17:33:52.369 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-10T17:33:52.423 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-10T17:33:52.477 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-09-10T17:33:52.562 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-10T17:33:52.607 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-10T17:33:52.642 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-10T17:33:52.664 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-10T17:33:52.689 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-10T17:33:52.807 INFO:teuthology.orchestra.run.smithi059.stdout:Extra Packages for Enterprise Linux 27 MB/s | 23 MB 00:00 2024-09-10T17:33:52.833 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-10T17:33:52.885 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-10T17:33:52.905 INFO:teuthology.orchestra.run.smithi192.stdout: Upgrading : librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 7/35 2024-09-10T17:33:52.945 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-10T17:33:52.989 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 7/35 2024-09-10T17:33:53.079 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rados-2:19.3.0-4858.gbad1f558.el9.x86_64 8/35 2024-09-10T17:33:53.106 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 9/35 2024-09-10T17:33:53.153 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 9/35 2024-09-10T17:33:53.190 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-10T17:33:53.234 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-ceph-argparse-2:19.3.0-4858.gbad1f558.el9. 11/35 2024-09-10T17:33:53.303 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cephfs-2:19.3.0-4858.gbad1f558.el9.x86_64 12/35 2024-09-10T17:33:53.309 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-10T17:33:53.325 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libradosstriper1-2:19.3.0-4858.gbad1f558.el9.x86_6 13/35 2024-09-10T17:33:53.398 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libradosstriper1-2:19.3.0-4858.gbad1f558.el9.x86_6 13/35 2024-09-10T17:33:53.426 INFO:teuthology.orchestra.run.smithi060.stdout: Upgrading : librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 7/35 2024-09-10T17:33:53.432 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-10T17:33:53.510 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 7/35 2024-09-10T17:33:53.550 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-10T17:33:53.583 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-10T17:33:53.601 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-rados-2:19.3.0-4858.gbad1f558.el9.x86_64 8/35 2024-09-10T17:33:53.624 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-10T17:33:53.627 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 9/35 2024-09-10T17:33:53.656 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/35 2024-09-10T17:33:53.674 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 9/35 2024-09-10T17:33:53.687 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-10T17:33:53.711 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-10T17:33:53.718 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-10T17:33:53.768 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-10T17:33:53.773 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-ceph-argparse-2:19.3.0-4858.gbad1f558.el9. 11/35 2024-09-10T17:33:53.859 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cephfs-2:19.3.0-4858.gbad1f558.el9.x86_64 12/35 2024-09-10T17:33:53.888 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libradosstriper1-2:19.3.0-4858.gbad1f558.el9.x86_6 13/35 2024-09-10T17:33:53.961 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libradosstriper1-2:19.3.0-4858.gbad1f558.el9.x86_6 13/35 2024-09-10T17:33:53.995 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-10T17:33:54.107 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-10T17:33:54.110 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-10T17:33:54.147 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-10T17:33:54.174 INFO:teuthology.orchestra.run.smithi192.stdout: Upgrading : librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 23/35 2024-09-10T17:33:54.212 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-10T17:33:54.246 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/35 2024-09-10T17:33:54.265 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 23/35 2024-09-10T17:33:54.275 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-10T17:33:54.296 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rbd-2:19.3.0-4858.gbad1f558.el9.x86_64 24/35 2024-09-10T17:33:54.308 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-10T17:33:54.331 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-10T17:33:54.345 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-10T17:33:54.680 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-10T17:33:54.729 INFO:teuthology.orchestra.run.smithi060.stdout: Upgrading : librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 23/35 2024-09-10T17:33:54.822 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 23/35 2024-09-10T17:33:54.827 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-10T17:33:54.861 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librgw2-2:19.3.0-4858.gbad1f558.el9.x86_64 27/35 2024-09-10T17:33:54.932 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librgw2-2:19.3.0-4858.gbad1f558.el9.x86_64 27/35 2024-09-10T17:33:55.008 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rgw-2:19.3.0-4858.gbad1f558.el9.x86_64 28/35 2024-09-10T17:33:55.037 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-ceph-common-2:19.3.0-4858.gbad1f558.el9.x8 29/35 2024-09-10T17:33:55.070 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-rbd-2:19.3.0-4858.gbad1f558.el9.x86_64 24/35 2024-09-10T17:33:55.129 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-10T17:33:55.649 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-10T17:33:55.682 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : librgw2-2:19.3.0-4858.gbad1f558.el9.x86_64 27/35 2024-09-10T17:33:55.746 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librgw2-2:19.3.0-4858.gbad1f558.el9.x86_64 27/35 2024-09-10T17:33:55.826 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-rgw-2:19.3.0-4858.gbad1f558.el9.x86_64 28/35 2024-09-10T17:33:55.859 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-ceph-common-2:19.3.0-4858.gbad1f558.el9.x8 29/35 2024-09-10T17:33:57.460 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 30/35 2024-09-10T17:33:57.526 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 30/35 2024-09-10T17:33:58.106 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 30/35 2024-09-10T17:33:58.145 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 31/35 2024-09-10T17:33:58.237 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 31/35 2024-09-10T17:33:58.237 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-10T17:33:58.237 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-10T17:33:58.237 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:33:58.272 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-selinux-2:19.3.0-4858.gbad1f558.el9.x86_64 32/35 2024-09-10T17:33:58.369 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 30/35 2024-09-10T17:33:58.414 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 30/35 2024-09-10T17:33:58.521 INFO:teuthology.orchestra.run.smithi059.stdout:lab-extras 21 kB/s | 1.7 kB 00:00 2024-09-10T17:33:59.016 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 30/35 2024-09-10T17:33:59.059 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 31/35 2024-09-10T17:33:59.153 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 31/35 2024-09-10T17:33:59.153 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-10T17:33:59.153 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-10T17:33:59.153 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:33:59.193 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-selinux-2:19.3.0-4858.gbad1f558.el9.x86_64 32/35 2024-09-10T17:34:00.984 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:34:00.986 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:34:00.986 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repository Size 2024-09-10T17:34:00.986 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:34:00.987 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-09-10T17:34:00.987 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-radosgw x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 11 M 2024-09-10T17:34:00.987 INFO:teuthology.orchestra.run.smithi059.stdout:Upgrading: 2024-09-10T17:34:00.987 INFO:teuthology.orchestra.run.smithi059.stdout: librados2 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 3.5 M 2024-09-10T17:34:00.987 INFO:teuthology.orchestra.run.smithi059.stdout: librbd1 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 3.2 M 2024-09-10T17:34:00.987 INFO:teuthology.orchestra.run.smithi059.stdout:Installing dependencies: 2024-09-10T17:34:00.987 INFO:teuthology.orchestra.run.smithi059.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-10T17:34:00.987 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-base x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 5.5 M 2024-09-10T17:34:00.987 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-common x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 22 M 2024-09-10T17:34:00.987 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-selinux x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 25 k 2024-09-10T17:34:00.988 INFO:teuthology.orchestra.run.smithi059.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-09-10T17:34:00.988 INFO:teuthology.orchestra.run.smithi059.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-10T17:34:00.988 INFO:teuthology.orchestra.run.smithi059.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-10T17:34:00.988 INFO:teuthology.orchestra.run.smithi059.stdout: libcephfs2 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 755 k 2024-09-10T17:34:00.988 INFO:teuthology.orchestra.run.smithi059.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-10T17:34:00.988 INFO:teuthology.orchestra.run.smithi059.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-10T17:34:00.988 INFO:teuthology.orchestra.run.smithi059.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-10T17:34:00.988 INFO:teuthology.orchestra.run.smithi059.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-10T17:34:00.988 INFO:teuthology.orchestra.run.smithi059.stdout: libradosstriper1 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 509 k 2024-09-10T17:34:00.988 INFO:teuthology.orchestra.run.smithi059.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-10T17:34:00.988 INFO:teuthology.orchestra.run.smithi059.stdout: librgw2 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 5.5 M 2024-09-10T17:34:00.989 INFO:teuthology.orchestra.run.smithi059.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-10T17:34:00.989 INFO:teuthology.orchestra.run.smithi059.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-10T17:34:00.989 INFO:teuthology.orchestra.run.smithi059.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-10T17:34:00.989 INFO:teuthology.orchestra.run.smithi059.stdout: python3-ceph-argparse x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 45 k 2024-09-10T17:34:00.989 INFO:teuthology.orchestra.run.smithi059.stdout: python3-ceph-common x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 143 k 2024-09-10T17:34:00.989 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cephfs x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 161 k 2024-09-10T17:34:00.989 INFO:teuthology.orchestra.run.smithi059.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-10T17:34:00.989 INFO:teuthology.orchestra.run.smithi059.stdout: python3-rados x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 321 k 2024-09-10T17:34:00.989 INFO:teuthology.orchestra.run.smithi059.stdout: python3-rbd x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 306 k 2024-09-10T17:34:00.989 INFO:teuthology.orchestra.run.smithi059.stdout: python3-rgw x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 99 k 2024-09-10T17:34:00.989 INFO:teuthology.orchestra.run.smithi059.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-10T17:34:00.989 INFO:teuthology.orchestra.run.smithi059.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-10T17:34:00.990 INFO:teuthology.orchestra.run.smithi059.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-10T17:34:00.990 INFO:teuthology.orchestra.run.smithi059.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-10T17:34:00.990 INFO:teuthology.orchestra.run.smithi059.stdout:Installing weak dependencies: 2024-09-10T17:34:00.990 INFO:teuthology.orchestra.run.smithi059.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-10T17:34:00.990 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:00.990 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-09-10T17:34:00.990 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:34:00.990 INFO:teuthology.orchestra.run.smithi059.stdout:Install 31 Packages 2024-09-10T17:34:00.990 INFO:teuthology.orchestra.run.smithi059.stdout:Upgrade 2 Packages 2024-09-10T17:34:00.990 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:00.991 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 62 M 2024-09-10T17:34:00.991 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-09-10T17:34:01.639 INFO:teuthology.orchestra.run.smithi059.stdout:(1/33): ceph-base-19.3.0-4858.gbad1f558.el9.x86 10 MB/s | 5.5 MB 00:00 2024-09-10T17:34:01.714 INFO:teuthology.orchestra.run.smithi059.stdout:(2/33): ceph-selinux-19.3.0-4858.gbad1f558.el9. 334 kB/s | 25 kB 00:00 2024-09-10T17:34:01.815 INFO:teuthology.orchestra.run.smithi059.stdout:(3/33): libcephfs2-19.3.0-4858.gbad1f558.el9.x8 7.4 MB/s | 755 kB 00:00 2024-09-10T17:34:01.932 INFO:teuthology.orchestra.run.smithi059.stdout:(4/33): ceph-radosgw-19.3.0-4858.gbad1f558.el9. 13 MB/s | 11 MB 00:00 2024-09-10T17:34:01.973 INFO:teuthology.orchestra.run.smithi059.stdout:(5/33): libradosstriper1-19.3.0-4858.gbad1f558. 3.1 MB/s | 509 kB 00:00 2024-09-10T17:34:02.040 INFO:teuthology.orchestra.run.smithi059.stdout:(6/33): python3-ceph-argparse-19.3.0-4858.gbad1 678 kB/s | 45 kB 00:00 2024-09-10T17:34:02.124 INFO:teuthology.orchestra.run.smithi059.stdout:(7/33): python3-ceph-common-19.3.0-4858.gbad1f5 1.7 MB/s | 143 kB 00:00 2024-09-10T17:34:02.208 INFO:teuthology.orchestra.run.smithi059.stdout:(8/33): librgw2-19.3.0-4858.gbad1f558.el9.x86_6 20 MB/s | 5.5 MB 00:00 2024-09-10T17:34:02.233 INFO:teuthology.orchestra.run.smithi059.stdout:(9/33): python3-cephfs-19.3.0-4858.gbad1f558.el 1.5 MB/s | 161 kB 00:00 2024-09-10T17:34:02.258 INFO:teuthology.orchestra.run.smithi059.stdout:(10/33): python3-rados-19.3.0-4858.gbad1f558.el 6.2 MB/s | 321 kB 00:00 2024-09-10T17:34:02.292 INFO:teuthology.orchestra.run.smithi059.stdout:(11/33): python3-rbd-19.3.0-4858.gbad1f558.el9. 5.1 MB/s | 306 kB 00:00 2024-09-10T17:34:02.317 INFO:teuthology.orchestra.run.smithi059.stdout:(12/33): python3-rgw-19.3.0-4858.gbad1f558.el9. 1.7 MB/s | 99 kB 00:00 2024-09-10T17:34:02.518 INFO:teuthology.orchestra.run.smithi059.stdout:(13/33): ceph-common-19.3.0-4858.gbad1f558.el9. 15 MB/s | 22 MB 00:01 2024-09-10T17:34:02.632 INFO:teuthology.orchestra.run.smithi059.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 315 kB/s | 107 kB 00:00 2024-09-10T17:34:02.659 INFO:teuthology.orchestra.run.smithi059.stdout:(15/33): libnbd-1.20.2-2.el9.x86_64.rpm 498 kB/s | 171 kB 00:00 2024-09-10T17:34:02.685 INFO:teuthology.orchestra.run.smithi059.stdout:(16/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 961 kB/s | 160 kB 00:00 2024-09-10T17:34:02.710 INFO:teuthology.orchestra.run.smithi059.stdout:(17/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 579 kB/s | 45 kB 00:00 2024-09-10T17:34:02.752 INFO:teuthology.orchestra.run.smithi059.stdout:(18/33): python3-prettytable-0.7.2-27.el9.noarc 1.0 MB/s | 42 kB 00:00 2024-09-10T17:34:02.777 INFO:teuthology.orchestra.run.smithi059.stdout:(19/33): librdkafka-1.6.1-102.el9.x86_64.rpm 5.5 MB/s | 662 kB 00:00 2024-09-10T17:34:02.802 INFO:teuthology.orchestra.run.smithi059.stdout:(20/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.1 MB/s | 292 kB 00:00 2024-09-10T17:34:02.828 INFO:teuthology.orchestra.run.smithi059.stdout:(21/33): qatlib-service-24.02.0-1.el9.x86_64.rp 715 kB/s | 36 kB 00:00 2024-09-10T17:34:02.903 INFO:teuthology.orchestra.run.smithi059.stdout:(22/33): qatlib-24.02.0-1.el9.x86_64.rpm 1.4 MB/s | 221 kB 00:00 2024-09-10T17:34:02.928 INFO:teuthology.orchestra.run.smithi059.stdout:(23/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 378 kB/s | 47 kB 00:00 2024-09-10T17:34:02.987 INFO:teuthology.orchestra.run.smithi059.stdout:(24/33): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.9 MB/s | 309 kB 00:00 2024-09-10T17:34:03.012 INFO:teuthology.orchestra.run.smithi059.stdout:(25/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 312 kB/s | 26 kB 00:00 2024-09-10T17:34:03.046 INFO:teuthology.orchestra.run.smithi059.stdout:(26/33): liboath-2.6.7-2.el9.x86_64.rpm 832 kB/s | 49 kB 00:00 2024-09-10T17:34:03.071 INFO:teuthology.orchestra.run.smithi059.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-09-10T17:34:03.105 INFO:teuthology.orchestra.run.smithi059.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 5.6 MB/s | 191 kB 00:00 2024-09-10T17:34:03.147 INFO:teuthology.orchestra.run.smithi059.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 8.2 MB/s | 839 kB 00:00 2024-09-10T17:34:03.197 INFO:teuthology.orchestra.run.smithi059.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 17 MB/s | 1.6 MB 00:00 2024-09-10T17:34:03.289 INFO:teuthology.orchestra.run.smithi059.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 12 MB/s | 4.4 MB 00:00 2024-09-10T17:34:03.464 INFO:teuthology.orchestra.run.smithi059.stdout:(32/33): librados2-19.3.0-4858.gbad1f558.el9.x8 11 MB/s | 3.5 MB 00:00 2024-09-10T17:34:03.523 INFO:teuthology.orchestra.run.smithi059.stdout:(33/33): librbd1-19.3.0-4858.gbad1f558.el9.x86_ 10 MB/s | 3.2 MB 00:00 2024-09-10T17:34:03.529 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:34:03.529 INFO:teuthology.orchestra.run.smithi059.stdout:Total 24 MB/s | 62 MB 00:02 2024-09-10T17:34:03.652 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-09-10T17:34:03.693 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-09-10T17:34:03.693 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-09-10T17:34:04.271 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-09-10T17:34:04.271 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-09-10T17:34:05.778 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-09-10T17:34:05.875 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-10T17:34:05.915 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-10T17:34:05.953 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-10T17:34:05.975 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-10T17:34:06.000 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-10T17:34:06.196 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-10T17:34:06.248 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-10T17:34:06.666 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-10T17:34:06.775 INFO:teuthology.orchestra.run.smithi059.stdout: Upgrading : librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 7/35 2024-09-10T17:34:06.873 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 7/35 2024-09-10T17:34:06.987 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-rados-2:19.3.0-4858.gbad1f558.el9.x86_64 8/35 2024-09-10T17:34:07.021 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 9/35 2024-09-10T17:34:07.084 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 9/35 2024-09-10T17:34:07.121 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-10T17:34:07.165 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-ceph-argparse-2:19.3.0-4858.gbad1f558.el9. 11/35 2024-09-10T17:34:07.236 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-cephfs-2:19.3.0-4858.gbad1f558.el9.x86_64 12/35 2024-09-10T17:34:07.265 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : libradosstriper1-2:19.3.0-4858.gbad1f558.el9.x86_6 13/35 2024-09-10T17:34:07.322 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: libradosstriper1-2:19.3.0-4858.gbad1f558.el9.x86_6 13/35 2024-09-10T17:34:07.356 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-10T17:34:07.467 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-10T17:34:07.507 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-10T17:34:07.556 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-10T17:34:07.597 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/35 2024-09-10T17:34:07.626 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-10T17:34:07.659 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-10T17:34:07.706 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-10T17:34:08.047 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-10T17:34:08.094 INFO:teuthology.orchestra.run.smithi059.stdout: Upgrading : librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 23/35 2024-09-10T17:34:08.181 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 23/35 2024-09-10T17:34:08.211 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-rbd-2:19.3.0-4858.gbad1f558.el9.x86_64 24/35 2024-09-10T17:34:08.233 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-selinux-2:19.3.0-4858.gbad1f558.el9.x86_64 32/35 2024-09-10T17:34:08.233 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /sys 2024-09-10T17:34:08.233 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /proc 2024-09-10T17:34:08.233 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /mnt 2024-09-10T17:34:08.233 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /var/tmp 2024-09-10T17:34:08.234 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /home 2024-09-10T17:34:08.234 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /root 2024-09-10T17:34:08.234 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /tmp 2024-09-10T17:34:08.234 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:08.263 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-10T17:34:08.791 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-10T17:34:08.816 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : librgw2-2:19.3.0-4858.gbad1f558.el9.x86_64 27/35 2024-09-10T17:34:08.889 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: librgw2-2:19.3.0-4858.gbad1f558.el9.x86_64 27/35 2024-09-10T17:34:08.979 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-rgw-2:19.3.0-4858.gbad1f558.el9.x86_64 28/35 2024-09-10T17:34:09.010 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-ceph-common-2:19.3.0-4858.gbad1f558.el9.x8 29/35 2024-09-10T17:34:09.280 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-radosgw-2:19.3.0-4858.gbad1f558.el9.x86_64 33/35 2024-09-10T17:34:09.305 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-4858.gbad1f558.el9.x86_64 33/35 2024-09-10T17:34:09.305 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T17:34:09.305 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-10T17:34:09.305 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-10T17:34:09.305 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-10T17:34:09.305 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:09.307 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-10T17:34:09.390 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-10T17:34:09.390 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-10T17:34:09.762 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-selinux-2:19.3.0-4858.gbad1f558.el9.x86_64 32/35 2024-09-10T17:34:09.762 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /sys 2024-09-10T17:34:09.762 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /proc 2024-09-10T17:34:09.762 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /mnt 2024-09-10T17:34:09.762 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /var/tmp 2024-09-10T17:34:09.762 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /home 2024-09-10T17:34:09.762 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /root 2024-09-10T17:34:09.762 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /tmp 2024-09-10T17:34:09.762 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:10.534 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-10T17:34:10.534 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 1/35 2024-09-10T17:34:10.534 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 2/35 2024-09-10T17:34:10.534 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-radosgw-2:19.3.0-4858.gbad1f558.el9.x86_64 3/35 2024-09-10T17:34:10.534 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-selinux-2:19.3.0-4858.gbad1f558.el9.x86_64 4/35 2024-09-10T17:34:10.535 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 5/35 2024-09-10T17:34:10.535 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libradosstriper1-2:19.3.0-4858.gbad1f558.el9.x86_6 6/35 2024-09-10T17:34:10.535 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librgw2-2:19.3.0-4858.gbad1f558.el9.x86_64 7/35 2024-09-10T17:34:10.535 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-ceph-argparse-2:19.3.0-4858.gbad1f558.el9. 8/35 2024-09-10T17:34:10.535 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-ceph-common-2:19.3.0-4858.gbad1f558.el9.x8 9/35 2024-09-10T17:34:10.535 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cephfs-2:19.3.0-4858.gbad1f558.el9.x86_64 10/35 2024-09-10T17:34:10.535 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rados-2:19.3.0-4858.gbad1f558.el9.x86_64 11/35 2024-09-10T17:34:10.535 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rbd-2:19.3.0-4858.gbad1f558.el9.x86_64 12/35 2024-09-10T17:34:10.535 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rgw-2:19.3.0-4858.gbad1f558.el9.x86_64 13/35 2024-09-10T17:34:10.535 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-10T17:34:10.535 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-10T17:34:10.535 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-10T17:34:10.536 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-10T17:34:10.536 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-10T17:34:10.536 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-10T17:34:10.536 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-10T17:34:10.536 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-10T17:34:10.536 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-10T17:34:10.536 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-10T17:34:10.536 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 24/35 2024-09-10T17:34:10.536 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-10T17:34:10.536 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-10T17:34:10.536 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-10T17:34:10.537 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-10T17:34:10.537 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-10T17:34:10.537 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-10T17:34:10.538 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-10T17:34:10.538 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 32/35 2024-09-10T17:34:10.538 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-10T17:34:10.538 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 34/35 2024-09-10T17:34:10.810 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-radosgw-2:19.3.0-4858.gbad1f558.el9.x86_64 33/35 2024-09-10T17:34:10.838 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-4858.gbad1f558.el9.x86_64 33/35 2024-09-10T17:34:10.838 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T17:34:10.838 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-10T17:34:10.838 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-10T17:34:10.838 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-10T17:34:10.838 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:10.840 INFO:teuthology.orchestra.run.smithi060.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-10T17:34:10.929 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-10T17:34:10.930 INFO:teuthology.orchestra.run.smithi060.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-10T17:34:11.363 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-10T17:34:11.363 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:11.364 INFO:teuthology.orchestra.run.smithi192.stdout:Upgraded: 2024-09-10T17:34:11.364 INFO:teuthology.orchestra.run.smithi192.stdout: librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:11.364 INFO:teuthology.orchestra.run.smithi192.stdout: librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:11.364 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-09-10T17:34:11.364 INFO:teuthology.orchestra.run.smithi192.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-10T17:34:11.364 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:11.364 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:11.364 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-radosgw-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:11.364 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-selinux-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:11.364 INFO:teuthology.orchestra.run.smithi192.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-09-10T17:34:11.364 INFO:teuthology.orchestra.run.smithi192.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-10T17:34:11.364 INFO:teuthology.orchestra.run.smithi192.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-10T17:34:11.365 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:11.365 INFO:teuthology.orchestra.run.smithi192.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-10T17:34:11.365 INFO:teuthology.orchestra.run.smithi192.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-10T17:34:11.365 INFO:teuthology.orchestra.run.smithi192.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-10T17:34:11.365 INFO:teuthology.orchestra.run.smithi192.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-10T17:34:11.365 INFO:teuthology.orchestra.run.smithi192.stdout: libradosstriper1-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:11.365 INFO:teuthology.orchestra.run.smithi192.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-10T17:34:11.365 INFO:teuthology.orchestra.run.smithi192.stdout: librgw2-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:11.365 INFO:teuthology.orchestra.run.smithi192.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-10T17:34:11.365 INFO:teuthology.orchestra.run.smithi192.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-10T17:34:11.365 INFO:teuthology.orchestra.run.smithi192.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-10T17:34:11.365 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-argparse-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:11.365 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:11.366 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cephfs-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:11.366 INFO:teuthology.orchestra.run.smithi192.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-10T17:34:11.366 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rados-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:11.366 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rbd-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:11.366 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rgw-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:11.366 INFO:teuthology.orchestra.run.smithi192.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-10T17:34:11.366 INFO:teuthology.orchestra.run.smithi192.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-10T17:34:11.366 INFO:teuthology.orchestra.run.smithi192.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-10T17:34:11.366 INFO:teuthology.orchestra.run.smithi192.stdout: re2-1:20211101-20.el9.x86_64 2024-09-10T17:34:11.366 INFO:teuthology.orchestra.run.smithi192.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-10T17:34:11.366 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:11.366 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:34:11.424 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 30/35 2024-09-10T17:34:11.456 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 30/35 2024-09-10T17:34:11.755 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-test 2024-09-10T17:34:12.046 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 30/35 2024-09-10T17:34:12.084 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 31/35 2024-09-10T17:34:12.117 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-10T17:34:12.117 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 1/35 2024-09-10T17:34:12.117 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 2/35 2024-09-10T17:34:12.117 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-radosgw-2:19.3.0-4858.gbad1f558.el9.x86_64 3/35 2024-09-10T17:34:12.118 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-selinux-2:19.3.0-4858.gbad1f558.el9.x86_64 4/35 2024-09-10T17:34:12.118 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 5/35 2024-09-10T17:34:12.118 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libradosstriper1-2:19.3.0-4858.gbad1f558.el9.x86_6 6/35 2024-09-10T17:34:12.118 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librgw2-2:19.3.0-4858.gbad1f558.el9.x86_64 7/35 2024-09-10T17:34:12.118 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-ceph-argparse-2:19.3.0-4858.gbad1f558.el9. 8/35 2024-09-10T17:34:12.118 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-ceph-common-2:19.3.0-4858.gbad1f558.el9.x8 9/35 2024-09-10T17:34:12.118 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cephfs-2:19.3.0-4858.gbad1f558.el9.x86_64 10/35 2024-09-10T17:34:12.118 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-rados-2:19.3.0-4858.gbad1f558.el9.x86_64 11/35 2024-09-10T17:34:12.118 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-rbd-2:19.3.0-4858.gbad1f558.el9.x86_64 12/35 2024-09-10T17:34:12.118 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-rgw-2:19.3.0-4858.gbad1f558.el9.x86_64 13/35 2024-09-10T17:34:12.118 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-10T17:34:12.118 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-10T17:34:12.119 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-10T17:34:12.119 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-10T17:34:12.119 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-10T17:34:12.119 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-10T17:34:12.119 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-10T17:34:12.119 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-10T17:34:12.119 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-10T17:34:12.119 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-10T17:34:12.119 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 24/35 2024-09-10T17:34:12.119 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-10T17:34:12.119 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-10T17:34:12.119 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-10T17:34:12.119 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-10T17:34:12.119 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-10T17:34:12.120 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-10T17:34:12.120 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-10T17:34:12.120 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 32/35 2024-09-10T17:34:12.120 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-10T17:34:12.120 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 34/35 2024-09-10T17:34:12.172 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 31/35 2024-09-10T17:34:12.172 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-10T17:34:12.172 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-10T17:34:12.172 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:12.211 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-selinux-2:19.3.0-4858.gbad1f558.el9.x86_64 32/35 2024-09-10T17:34:12.330 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:28 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:34:12.465 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:34:12.465 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:34:12.465 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-09-10T17:34:12.465 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:34:12.465 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-09-10T17:34:12.465 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-test x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 50 M 2024-09-10T17:34:12.466 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-09-10T17:34:12.466 INFO:teuthology.orchestra.run.smithi192.stdout: libcephsqlite x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 161 k 2024-09-10T17:34:12.466 INFO:teuthology.orchestra.run.smithi192.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-10T17:34:12.466 INFO:teuthology.orchestra.run.smithi192.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-10T17:34:12.466 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:12.466 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-09-10T17:34:12.466 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:34:12.466 INFO:teuthology.orchestra.run.smithi192.stdout:Install 4 Packages 2024-09-10T17:34:12.466 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:12.467 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 50 M 2024-09-10T17:34:12.467 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 215 M 2024-09-10T17:34:12.467 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-09-10T17:34:12.944 INFO:teuthology.orchestra.run.smithi192.stdout:(1/4): libcephsqlite-19.3.0-4858.gbad1f558.el9. 729 kB/s | 161 kB 00:00 2024-09-10T17:34:12.969 INFO:teuthology.orchestra.run.smithi192.stdout:(2/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.2 MB/s | 304 kB 00:00 2024-09-10T17:34:13.027 INFO:teuthology.orchestra.run.smithi192.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.1 MB/s | 64 kB 00:00 2024-09-10T17:34:13.027 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-10T17:34:13.027 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:13.028 INFO:teuthology.orchestra.run.smithi060.stdout:Upgraded: 2024-09-10T17:34:13.028 INFO:teuthology.orchestra.run.smithi060.stdout: librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:13.028 INFO:teuthology.orchestra.run.smithi060.stdout: librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:13.028 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-09-10T17:34:13.028 INFO:teuthology.orchestra.run.smithi060.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-10T17:34:13.028 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:13.028 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:13.028 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-radosgw-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:13.028 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-selinux-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:13.028 INFO:teuthology.orchestra.run.smithi060.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-09-10T17:34:13.028 INFO:teuthology.orchestra.run.smithi060.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-10T17:34:13.028 INFO:teuthology.orchestra.run.smithi060.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-10T17:34:13.028 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:13.029 INFO:teuthology.orchestra.run.smithi060.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-10T17:34:13.029 INFO:teuthology.orchestra.run.smithi060.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-10T17:34:13.029 INFO:teuthology.orchestra.run.smithi060.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-10T17:34:13.029 INFO:teuthology.orchestra.run.smithi060.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-10T17:34:13.029 INFO:teuthology.orchestra.run.smithi060.stdout: libradosstriper1-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:13.029 INFO:teuthology.orchestra.run.smithi060.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-10T17:34:13.029 INFO:teuthology.orchestra.run.smithi060.stdout: librgw2-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:13.029 INFO:teuthology.orchestra.run.smithi060.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-10T17:34:13.029 INFO:teuthology.orchestra.run.smithi060.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-10T17:34:13.029 INFO:teuthology.orchestra.run.smithi060.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-10T17:34:13.029 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-argparse-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:13.029 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:13.029 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cephfs-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:13.030 INFO:teuthology.orchestra.run.smithi060.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-10T17:34:13.030 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rados-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:13.030 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rbd-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:13.030 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rgw-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:13.030 INFO:teuthology.orchestra.run.smithi060.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-10T17:34:13.030 INFO:teuthology.orchestra.run.smithi060.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-10T17:34:13.030 INFO:teuthology.orchestra.run.smithi060.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-10T17:34:13.030 INFO:teuthology.orchestra.run.smithi060.stdout: re2-1:20211101-20.el9.x86_64 2024-09-10T17:34:13.030 INFO:teuthology.orchestra.run.smithi060.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-10T17:34:13.030 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:13.030 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:34:13.415 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-test 2024-09-10T17:34:14.007 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:00:30 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:34:14.147 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:34:14.147 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:34:14.148 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-09-10T17:34:14.148 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:34:14.148 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-09-10T17:34:14.148 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-test x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 50 M 2024-09-10T17:34:14.148 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-09-10T17:34:14.148 INFO:teuthology.orchestra.run.smithi060.stdout: libcephsqlite x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 161 k 2024-09-10T17:34:14.148 INFO:teuthology.orchestra.run.smithi060.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-10T17:34:14.148 INFO:teuthology.orchestra.run.smithi060.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-10T17:34:14.148 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:14.148 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-09-10T17:34:14.148 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:34:14.148 INFO:teuthology.orchestra.run.smithi060.stdout:Install 4 Packages 2024-09-10T17:34:14.149 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:14.149 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 50 M 2024-09-10T17:34:14.149 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 215 M 2024-09-10T17:34:14.149 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-09-10T17:34:14.294 INFO:teuthology.orchestra.run.smithi192.stdout:(4/4): ceph-test-19.3.0-4858.gbad1f558.el9.x86_ 32 MB/s | 50 MB 00:01 2024-09-10T17:34:14.296 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:34:14.297 INFO:teuthology.orchestra.run.smithi192.stdout:Total 27 MB/s | 50 MB 00:01 2024-09-10T17:34:14.325 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-09-10T17:34:14.345 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-09-10T17:34:14.345 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-09-10T17:34:14.416 INFO:teuthology.orchestra.run.smithi060.stdout:(1/4): libcephsqlite-19.3.0-4858.gbad1f558.el9. 735 kB/s | 161 kB 00:00 2024-09-10T17:34:14.724 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-09-10T17:34:14.725 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-09-10T17:34:14.783 INFO:teuthology.orchestra.run.smithi060.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 174 kB/s | 64 kB 00:00 2024-09-10T17:34:14.917 INFO:teuthology.orchestra.run.smithi060.stdout:(3/4): socat-1.7.4.1-6.el9.x86_64.rpm 422 kB/s | 304 kB 00:00 2024-09-10T17:34:15.321 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-09-10T17:34:15.388 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-10T17:34:15.435 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-10T17:34:15.462 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libcephsqlite-2:19.3.0-4858.gbad1f558.el9.x86_64 3/4 2024-09-10T17:34:15.742 INFO:teuthology.orchestra.run.smithi060.stdout:(4/4): ceph-test-19.3.0-4858.gbad1f558.el9.x86_ 32 MB/s | 50 MB 00:01 2024-09-10T17:34:15.744 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:34:15.744 INFO:teuthology.orchestra.run.smithi060.stdout:Total 32 MB/s | 50 MB 00:01 2024-09-10T17:34:15.772 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-09-10T17:34:15.794 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-09-10T17:34:15.795 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-09-10T17:34:16.193 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-09-10T17:34:16.193 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-09-10T17:34:16.799 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-09-10T17:34:16.873 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-10T17:34:16.928 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-10T17:34:16.955 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libcephsqlite-2:19.3.0-4858.gbad1f558.el9.x86_64 3/4 2024-09-10T17:34:20.177 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libcephsqlite-2:19.3.0-4858.gbad1f558.el9.x86_64 3/4 2024-09-10T17:34:20.265 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-test-2:19.3.0-4858.gbad1f558.el9.x86_64 4/4 2024-09-10T17:34:21.966 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libcephsqlite-2:19.3.0-4858.gbad1f558.el9.x86_64 3/4 2024-09-10T17:34:22.058 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-test-2:19.3.0-4858.gbad1f558.el9.x86_64 4/4 2024-09-10T17:34:22.503 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-selinux-2:19.3.0-4858.gbad1f558.el9.x86_64 32/35 2024-09-10T17:34:22.503 INFO:teuthology.orchestra.run.smithi059.stdout:skipping the directory /sys 2024-09-10T17:34:22.503 INFO:teuthology.orchestra.run.smithi059.stdout:skipping the directory /proc 2024-09-10T17:34:22.503 INFO:teuthology.orchestra.run.smithi059.stdout:skipping the directory /mnt 2024-09-10T17:34:22.503 INFO:teuthology.orchestra.run.smithi059.stdout:skipping the directory /var/tmp 2024-09-10T17:34:22.503 INFO:teuthology.orchestra.run.smithi059.stdout:skipping the directory /home 2024-09-10T17:34:22.503 INFO:teuthology.orchestra.run.smithi059.stdout:skipping the directory /root 2024-09-10T17:34:22.504 INFO:teuthology.orchestra.run.smithi059.stdout:skipping the directory /tmp 2024-09-10T17:34:22.504 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:22.734 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-test-2:19.3.0-4858.gbad1f558.el9.x86_64 4/4 2024-09-10T17:34:22.734 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-test-2:19.3.0-4858.gbad1f558.el9.x86_64 1/4 2024-09-10T17:34:22.735 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libcephsqlite-2:19.3.0-4858.gbad1f558.el9.x86_64 2/4 2024-09-10T17:34:22.735 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-10T17:34:23.012 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-10T17:34:23.012 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:23.012 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-09-10T17:34:23.012 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-test-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:23.012 INFO:teuthology.orchestra.run.smithi192.stdout: libcephsqlite-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:23.012 INFO:teuthology.orchestra.run.smithi192.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-10T17:34:23.013 INFO:teuthology.orchestra.run.smithi192.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-10T17:34:23.013 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:23.013 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:34:23.283 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph 2024-09-10T17:34:23.544 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-radosgw-2:19.3.0-4858.gbad1f558.el9.x86_64 33/35 2024-09-10T17:34:23.571 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-4858.gbad1f558.el9.x86_64 33/35 2024-09-10T17:34:23.571 INFO:teuthology.orchestra.run.smithi059.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T17:34:23.571 INFO:teuthology.orchestra.run.smithi059.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-10T17:34:23.571 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-10T17:34:23.571 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-10T17:34:23.571 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:23.573 INFO:teuthology.orchestra.run.smithi059.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-10T17:34:23.663 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-10T17:34:23.663 INFO:teuthology.orchestra.run.smithi059.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-10T17:34:23.880 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:39 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:34:24.028 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:34:24.030 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:34:24.030 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-09-10T17:34:24.031 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:34:24.031 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-09-10T17:34:24.031 INFO:teuthology.orchestra.run.smithi192.stdout: ceph x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 6.6 k 2024-09-10T17:34:24.031 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-09-10T17:34:24.031 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mds x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 2.4 M 2024-09-10T17:34:24.032 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 1.5 M 2024-09-10T17:34:24.032 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-modules-core noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 291 k 2024-09-10T17:34:24.032 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mon x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 4.8 M 2024-09-10T17:34:24.032 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-osd x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 17 M 2024-09-10T17:34:24.032 INFO:teuthology.orchestra.run.smithi192.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-10T17:34:24.032 INFO:teuthology.orchestra.run.smithi192.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-10T17:34:24.033 INFO:teuthology.orchestra.run.smithi192.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-10T17:34:24.033 INFO:teuthology.orchestra.run.smithi192.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-10T17:34:24.033 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-10T17:34:24.033 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-10T17:34:24.033 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-10T17:34:24.033 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-10T17:34:24.034 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-10T17:34:24.034 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-10T17:34:24.034 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-collections 2024-09-10T17:34:24.034 INFO:teuthology.orchestra.run.smithi192.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-10T17:34:24.034 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-10T17:34:24.034 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-10T17:34:24.035 INFO:teuthology.orchestra.run.smithi192.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-10T17:34:24.035 INFO:teuthology.orchestra.run.smithi192.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-10T17:34:24.035 INFO:teuthology.orchestra.run.smithi192.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-10T17:34:24.035 INFO:teuthology.orchestra.run.smithi192.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-10T17:34:24.035 INFO:teuthology.orchestra.run.smithi192.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-10T17:34:24.035 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-10T17:34:24.036 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-10T17:34:24.036 INFO:teuthology.orchestra.run.smithi192.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-10T17:34:24.036 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-10T17:34:24.036 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-10T17:34:24.037 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-10T17:34:24.037 INFO:teuthology.orchestra.run.smithi192.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-10T17:34:24.037 INFO:teuthology.orchestra.run.smithi192.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-10T17:34:24.037 INFO:teuthology.orchestra.run.smithi192.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-10T17:34:24.037 INFO:teuthology.orchestra.run.smithi192.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-10T17:34:24.038 INFO:teuthology.orchestra.run.smithi192.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-10T17:34:24.038 INFO:teuthology.orchestra.run.smithi192.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-10T17:34:24.038 INFO:teuthology.orchestra.run.smithi192.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-10T17:34:24.038 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:24.038 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-09-10T17:34:24.038 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:34:24.038 INFO:teuthology.orchestra.run.smithi192.stdout:Install 37 Packages 2024-09-10T17:34:24.039 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:24.039 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 31 M 2024-09-10T17:34:24.040 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 109 M 2024-09-10T17:34:24.040 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-09-10T17:34:24.571 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-test-2:19.3.0-4858.gbad1f558.el9.x86_64 4/4 2024-09-10T17:34:24.571 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-test-2:19.3.0-4858.gbad1f558.el9.x86_64 1/4 2024-09-10T17:34:24.571 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libcephsqlite-2:19.3.0-4858.gbad1f558.el9.x86_64 2/4 2024-09-10T17:34:24.571 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-10T17:34:24.648 INFO:teuthology.orchestra.run.smithi192.stdout:(1/37): ceph-19.3.0-4858.gbad1f558.el9.x86_64.r 50 kB/s | 6.6 kB 00:00 2024-09-10T17:34:24.850 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-10T17:34:24.850 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 1/35 2024-09-10T17:34:24.850 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 2/35 2024-09-10T17:34:24.850 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-radosgw-2:19.3.0-4858.gbad1f558.el9.x86_64 3/35 2024-09-10T17:34:24.850 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-selinux-2:19.3.0-4858.gbad1f558.el9.x86_64 4/35 2024-09-10T17:34:24.850 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 5/35 2024-09-10T17:34:24.850 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : libradosstriper1-2:19.3.0-4858.gbad1f558.el9.x86_6 6/35 2024-09-10T17:34:24.850 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : librgw2-2:19.3.0-4858.gbad1f558.el9.x86_64 7/35 2024-09-10T17:34:24.851 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-ceph-argparse-2:19.3.0-4858.gbad1f558.el9. 8/35 2024-09-10T17:34:24.851 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-ceph-common-2:19.3.0-4858.gbad1f558.el9.x8 9/35 2024-09-10T17:34:24.851 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-cephfs-2:19.3.0-4858.gbad1f558.el9.x86_64 10/35 2024-09-10T17:34:24.851 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-rados-2:19.3.0-4858.gbad1f558.el9.x86_64 11/35 2024-09-10T17:34:24.851 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-rbd-2:19.3.0-4858.gbad1f558.el9.x86_64 12/35 2024-09-10T17:34:24.851 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-rgw-2:19.3.0-4858.gbad1f558.el9.x86_64 13/35 2024-09-10T17:34:24.851 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-10T17:34:24.851 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-10T17:34:24.851 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-10T17:34:24.851 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-10T17:34:24.851 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-10T17:34:24.852 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-10T17:34:24.852 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-10T17:34:24.852 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-10T17:34:24.852 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-10T17:34:24.852 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-10T17:34:24.852 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 24/35 2024-09-10T17:34:24.852 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-10T17:34:24.852 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-10T17:34:24.852 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-10T17:34:24.852 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-10T17:34:24.852 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-10T17:34:24.852 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-10T17:34:24.853 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-10T17:34:24.853 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 32/35 2024-09-10T17:34:24.853 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-10T17:34:24.853 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 34/35 2024-09-10T17:34:24.853 INFO:teuthology.orchestra.run.smithi192.stdout:(2/37): ceph-mds-19.3.0-4858.gbad1f558.el9.x86_ 7.2 MB/s | 2.4 MB 00:00 2024-09-10T17:34:24.861 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-10T17:34:24.861 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:24.862 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-09-10T17:34:24.862 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-test-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:24.862 INFO:teuthology.orchestra.run.smithi060.stdout: libcephsqlite-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:24.862 INFO:teuthology.orchestra.run.smithi060.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-10T17:34:24.862 INFO:teuthology.orchestra.run.smithi060.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-10T17:34:24.862 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:24.862 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:34:24.890 INFO:teuthology.orchestra.run.smithi192.stdout:(3/37): ceph-mgr-19.3.0-4858.gbad1f558.el9.x86_ 4.1 MB/s | 1.5 MB 00:00 2024-09-10T17:34:24.990 INFO:teuthology.orchestra.run.smithi192.stdout:(4/37): ceph-mgr-modules-core-19.3.0-4858.gbad1 2.8 MB/s | 291 kB 00:00 2024-09-10T17:34:25.132 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph 2024-09-10T17:34:25.199 INFO:teuthology.orchestra.run.smithi192.stdout:(5/37): ceph-mon-19.3.0-4858.gbad1f558.el9.x86_ 8.7 MB/s | 4.8 MB 00:00 2024-09-10T17:34:25.257 INFO:teuthology.orchestra.run.smithi192.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 949 kB/s | 253 kB 00:00 2024-09-10T17:34:25.416 INFO:teuthology.orchestra.run.smithi192.stdout:(7/37): ceph-osd-19.3.0-4858.gbad1f558.el9.x86_ 30 MB/s | 17 MB 00:00 2024-09-10T17:34:25.442 INFO:teuthology.orchestra.run.smithi192.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 580 kB/s | 106 kB 00:00 2024-09-10T17:34:25.500 INFO:teuthology.orchestra.run.smithi192.stdout:(9/37): python3-requests-2.25.1-8.el9.noarch.rp 2.1 MB/s | 125 kB 00:00 2024-09-10T17:34:25.559 INFO:teuthology.orchestra.run.smithi192.stdout:(10/37): python3-urllib3-1.26.5-6.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-09-10T17:34:25.625 INFO:teuthology.orchestra.run.smithi192.stdout:(11/37): python3-pycparser-2.20-6.el9.noarch.rp 647 kB/s | 135 kB 00:00 2024-09-10T17:34:25.715 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:00:41 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:34:25.734 INFO:teuthology.orchestra.run.smithi192.stdout:(12/37): lua-5.4.4-4.el9.x86_64.rpm 1.1 MB/s | 188 kB 00:00 2024-09-10T17:34:25.776 INFO:teuthology.orchestra.run.smithi192.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 835 kB/s | 35 kB 00:00 2024-09-10T17:34:25.805 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-10T17:34:25.805 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:25.805 INFO:teuthology.orchestra.run.smithi059.stdout:Upgraded: 2024-09-10T17:34:25.805 INFO:teuthology.orchestra.run.smithi059.stdout: librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:25.805 INFO:teuthology.orchestra.run.smithi059.stdout: librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:25.805 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-09-10T17:34:25.805 INFO:teuthology.orchestra.run.smithi059.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-10T17:34:25.805 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:25.805 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:25.806 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-radosgw-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:25.806 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-selinux-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:25.806 INFO:teuthology.orchestra.run.smithi059.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-09-10T17:34:25.806 INFO:teuthology.orchestra.run.smithi059.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-10T17:34:25.806 INFO:teuthology.orchestra.run.smithi059.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-10T17:34:25.806 INFO:teuthology.orchestra.run.smithi059.stdout: libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:25.806 INFO:teuthology.orchestra.run.smithi059.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-10T17:34:25.806 INFO:teuthology.orchestra.run.smithi059.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-10T17:34:25.806 INFO:teuthology.orchestra.run.smithi059.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-10T17:34:25.806 INFO:teuthology.orchestra.run.smithi059.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-10T17:34:25.806 INFO:teuthology.orchestra.run.smithi059.stdout: libradosstriper1-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:25.806 INFO:teuthology.orchestra.run.smithi059.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-10T17:34:25.806 INFO:teuthology.orchestra.run.smithi059.stdout: librgw2-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:25.806 INFO:teuthology.orchestra.run.smithi059.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-10T17:34:25.807 INFO:teuthology.orchestra.run.smithi059.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-10T17:34:25.807 INFO:teuthology.orchestra.run.smithi059.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-10T17:34:25.807 INFO:teuthology.orchestra.run.smithi059.stdout: python3-ceph-argparse-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:25.807 INFO:teuthology.orchestra.run.smithi059.stdout: python3-ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:25.807 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cephfs-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:25.807 INFO:teuthology.orchestra.run.smithi059.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-10T17:34:25.807 INFO:teuthology.orchestra.run.smithi059.stdout: python3-rados-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:25.807 INFO:teuthology.orchestra.run.smithi059.stdout: python3-rbd-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:25.807 INFO:teuthology.orchestra.run.smithi059.stdout: python3-rgw-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:25.807 INFO:teuthology.orchestra.run.smithi059.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-10T17:34:25.807 INFO:teuthology.orchestra.run.smithi059.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-10T17:34:25.807 INFO:teuthology.orchestra.run.smithi059.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-10T17:34:25.807 INFO:teuthology.orchestra.run.smithi059.stdout: re2-1:20211101-20.el9.x86_64 2024-09-10T17:34:25.807 INFO:teuthology.orchestra.run.smithi059.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-10T17:34:25.808 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:25.808 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:34:25.818 INFO:teuthology.orchestra.run.smithi192.stdout:(14/37): python3-mako-1.1.4-6.el9.noarch.rpm 896 kB/s | 172 kB 00:00 2024-09-10T17:34:25.843 INFO:teuthology.orchestra.run.smithi192.stdout:(15/37): python3-packaging-20.9-5.el9.noarch.rp 1.1 MB/s | 77 kB 00:00 2024-09-10T17:34:25.856 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:34:25.858 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:34:25.858 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-09-10T17:34:25.858 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:34:25.859 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-09-10T17:34:25.859 INFO:teuthology.orchestra.run.smithi060.stdout: ceph x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 6.6 k 2024-09-10T17:34:25.859 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-09-10T17:34:25.859 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mds x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 2.4 M 2024-09-10T17:34:25.859 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 1.5 M 2024-09-10T17:34:25.859 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-modules-core noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 291 k 2024-09-10T17:34:25.859 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mon x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 4.8 M 2024-09-10T17:34:25.859 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-osd x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 17 M 2024-09-10T17:34:25.859 INFO:teuthology.orchestra.run.smithi060.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-10T17:34:25.859 INFO:teuthology.orchestra.run.smithi060.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-10T17:34:25.859 INFO:teuthology.orchestra.run.smithi060.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-10T17:34:25.859 INFO:teuthology.orchestra.run.smithi060.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-10T17:34:25.859 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-10T17:34:25.860 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-10T17:34:25.860 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-10T17:34:25.860 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-10T17:34:25.860 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-10T17:34:25.860 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-10T17:34:25.860 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-collections 2024-09-10T17:34:25.860 INFO:teuthology.orchestra.run.smithi060.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-10T17:34:25.860 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-10T17:34:25.860 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-10T17:34:25.860 INFO:teuthology.orchestra.run.smithi060.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-10T17:34:25.860 INFO:teuthology.orchestra.run.smithi060.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-10T17:34:25.860 INFO:teuthology.orchestra.run.smithi060.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-10T17:34:25.860 INFO:teuthology.orchestra.run.smithi060.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-10T17:34:25.860 INFO:teuthology.orchestra.run.smithi060.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-10T17:34:25.861 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-10T17:34:25.861 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-10T17:34:25.861 INFO:teuthology.orchestra.run.smithi060.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-10T17:34:25.861 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-10T17:34:25.861 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-10T17:34:25.861 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-10T17:34:25.861 INFO:teuthology.orchestra.run.smithi060.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-10T17:34:25.861 INFO:teuthology.orchestra.run.smithi060.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-10T17:34:25.861 INFO:teuthology.orchestra.run.smithi060.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-10T17:34:25.861 INFO:teuthology.orchestra.run.smithi060.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-10T17:34:25.861 INFO:teuthology.orchestra.run.smithi060.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-10T17:34:25.861 INFO:teuthology.orchestra.run.smithi060.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-10T17:34:25.862 INFO:teuthology.orchestra.run.smithi060.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-10T17:34:25.862 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:25.862 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-09-10T17:34:25.862 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:34:25.862 INFO:teuthology.orchestra.run.smithi060.stdout:Install 37 Packages 2024-09-10T17:34:25.862 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:25.862 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 31 M 2024-09-10T17:34:25.862 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 109 M 2024-09-10T17:34:25.863 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-09-10T17:34:25.868 INFO:teuthology.orchestra.run.smithi192.stdout:(16/37): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-09-10T17:34:25.903 INFO:teuthology.orchestra.run.smithi192.stdout:(17/37): python3-cryptography-36.0.1-4.el9.x86_ 1.7 MB/s | 1.2 MB 00:00 2024-09-10T17:34:25.927 INFO:teuthology.orchestra.run.smithi192.stdout:(18/37): lua-devel-5.4.4-4.el9.x86_64.rpm 380 kB/s | 22 kB 00:00 2024-09-10T17:34:25.953 INFO:teuthology.orchestra.run.smithi192.stdout:(19/37): python3-toml-0.10.2-6.el9.noarch.rpm 382 kB/s | 42 kB 00:00 2024-09-10T17:34:26.003 INFO:teuthology.orchestra.run.smithi192.stdout:(20/37): luarocks-3.9.2-5.el9.noarch.rpm 1.5 MB/s | 151 kB 00:00 2024-09-10T17:34:26.030 INFO:teuthology.orchestra.run.smithi192.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 423 kB/s | 43 kB 00:00 2024-09-10T17:34:26.056 INFO:teuthology.orchestra.run.smithi192.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 427 kB/s | 11 kB 00:00 2024-09-10T17:34:26.081 INFO:teuthology.orchestra.run.smithi192.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 712 kB/s | 18 kB 00:00 2024-09-10T17:34:26.106 INFO:teuthology.orchestra.run.smithi192.stdout:(24/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.2 MB/s | 172 kB 00:00 2024-09-10T17:34:26.131 INFO:teuthology.orchestra.run.smithi192.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 460 kB/s | 23 kB 00:00 2024-09-10T17:34:26.156 INFO:teuthology.orchestra.run.smithi192.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 389 kB/s | 19 kB 00:00 2024-09-10T17:34:26.171 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install ceph-test 2024-09-10T17:34:26.182 INFO:teuthology.orchestra.run.smithi192.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 392 kB/s | 20 kB 00:00 2024-09-10T17:34:26.207 INFO:teuthology.orchestra.run.smithi192.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 919 kB/s | 46 kB 00:00 2024-09-10T17:34:26.232 INFO:teuthology.orchestra.run.smithi192.stdout:(29/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.5 MB/s | 358 kB 00:00 2024-09-10T17:34:26.249 INFO:teuthology.orchestra.run.smithi192.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 1.1 MB/s | 79 kB 00:00 2024-09-10T17:34:26.275 INFO:teuthology.orchestra.run.smithi192.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 392 kB/s | 16 kB 00:00 2024-09-10T17:34:26.300 INFO:teuthology.orchestra.run.smithi192.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-09-10T17:34:26.325 INFO:teuthology.orchestra.run.smithi192.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 712 kB/s | 36 kB 00:00 2024-09-10T17:34:26.351 INFO:teuthology.orchestra.run.smithi192.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.9 MB/s | 272 kB 00:00 2024-09-10T17:34:26.376 INFO:teuthology.orchestra.run.smithi192.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 802 kB/s | 20 kB 00:00 2024-09-10T17:34:26.401 INFO:teuthology.orchestra.run.smithi192.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-09-10T17:34:26.427 INFO:teuthology.orchestra.run.smithi192.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.1 MB/s | 427 kB 00:00 2024-09-10T17:34:26.430 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:34:26.430 INFO:teuthology.orchestra.run.smithi192.stdout:Total 13 MB/s | 31 MB 00:02 2024-09-10T17:34:26.580 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-09-10T17:34:26.621 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-09-10T17:34:26.621 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-09-10T17:34:26.689 INFO:teuthology.orchestra.run.smithi060.stdout:(1/37): ceph-19.3.0-4858.gbad1f558.el9.x86_64.r 46 kB/s | 6.6 kB 00:00 2024-09-10T17:34:26.764 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:00:28 ago on Tue 10 Sep 2024 05:33:58 PM UTC. 2024-09-10T17:34:26.864 INFO:teuthology.orchestra.run.smithi060.stdout:(2/37): ceph-mgr-19.3.0-4858.gbad1f558.el9.x86_ 4.8 MB/s | 1.5 MB 00:00 2024-09-10T17:34:26.910 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:34:26.910 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:34:26.910 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repository Size 2024-09-10T17:34:26.911 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:34:26.911 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-09-10T17:34:26.911 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-test x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 50 M 2024-09-10T17:34:26.911 INFO:teuthology.orchestra.run.smithi059.stdout:Installing dependencies: 2024-09-10T17:34:26.911 INFO:teuthology.orchestra.run.smithi059.stdout: libcephsqlite x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 161 k 2024-09-10T17:34:26.911 INFO:teuthology.orchestra.run.smithi059.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-10T17:34:26.911 INFO:teuthology.orchestra.run.smithi059.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-10T17:34:26.911 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:26.911 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-09-10T17:34:26.911 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:34:26.911 INFO:teuthology.orchestra.run.smithi059.stdout:Install 4 Packages 2024-09-10T17:34:26.911 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:26.912 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 50 M 2024-09-10T17:34:26.912 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 215 M 2024-09-10T17:34:26.912 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-09-10T17:34:26.914 INFO:teuthology.orchestra.run.smithi060.stdout:(3/37): ceph-mds-19.3.0-4858.gbad1f558.el9.x86_ 6.5 MB/s | 2.4 MB 00:00 2024-09-10T17:34:27.006 INFO:teuthology.orchestra.run.smithi060.stdout:(4/37): ceph-mgr-modules-core-19.3.0-4858.gbad1 3.1 MB/s | 291 kB 00:00 2024-09-10T17:34:27.083 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-09-10T17:34:27.083 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-09-10T17:34:27.090 INFO:teuthology.orchestra.run.smithi060.stdout:(5/37): ceph-mon-19.3.0-4858.gbad1f558.el9.x86_ 12 MB/s | 4.8 MB 00:00 2024-09-10T17:34:27.257 INFO:teuthology.orchestra.run.smithi060.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.0 MB/s | 253 kB 00:00 2024-09-10T17:34:27.319 INFO:teuthology.orchestra.run.smithi059.stdout:(1/4): libcephsqlite-19.3.0-4858.gbad1f558.el9. 566 kB/s | 161 kB 00:00 2024-09-10T17:34:27.432 INFO:teuthology.orchestra.run.smithi060.stdout:(7/37): ceph-osd-19.3.0-4858.gbad1f558.el9.x86_ 30 MB/s | 17 MB 00:00 2024-09-10T17:34:27.457 INFO:teuthology.orchestra.run.smithi060.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 532 kB/s | 106 kB 00:00 2024-09-10T17:34:27.516 INFO:teuthology.orchestra.run.smithi060.stdout:(9/37): python3-requests-2.25.1-8.el9.noarch.rp 2.1 MB/s | 125 kB 00:00 2024-09-10T17:34:27.600 INFO:teuthology.orchestra.run.smithi060.stdout:(10/37): python3-urllib3-1.26.5-6.el9.noarch.rp 2.5 MB/s | 215 kB 00:00 2024-09-10T17:34:27.625 INFO:teuthology.orchestra.run.smithi060.stdout:(11/37): python3-pycparser-2.20-6.el9.noarch.rp 703 kB/s | 135 kB 00:00 2024-09-10T17:34:27.741 INFO:teuthology.orchestra.run.smithi060.stdout:(12/37): python3-cryptography-36.0.1-4.el9.x86_ 1.9 MB/s | 1.2 MB 00:00 2024-09-10T17:34:27.767 INFO:teuthology.orchestra.run.smithi060.stdout:(13/37): lua-5.4.4-4.el9.x86_64.rpm 1.1 MB/s | 188 kB 00:00 2024-09-10T17:34:27.792 INFO:teuthology.orchestra.run.smithi060.stdout:(14/37): python3-mako-1.1.4-6.el9.noarch.rpm 1.0 MB/s | 172 kB 00:00 2024-09-10T17:34:27.809 INFO:teuthology.orchestra.run.smithi060.stdout:(15/37): python3-markupsafe-1.1.1-12.el9.x86_64 518 kB/s | 35 kB 00:00 2024-09-10T17:34:27.819 INFO:teuthology.orchestra.run.smithi059.stdout:(2/4): socat-1.7.4.1-6.el9.x86_64.rpm 387 kB/s | 304 kB 00:00 2024-09-10T17:34:27.834 INFO:teuthology.orchestra.run.smithi060.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 1.8 MB/s | 77 kB 00:00 2024-09-10T17:34:27.859 INFO:teuthology.orchestra.run.smithi060.stdout:(17/37): python3-toml-0.10.2-6.el9.noarch.rpm 829 kB/s | 42 kB 00:00 2024-09-10T17:34:27.885 INFO:teuthology.orchestra.run.smithi060.stdout:(18/37): python3-pytz-2021.1-5.el9.noarch.rpm 554 kB/s | 51 kB 00:00 2024-09-10T17:34:27.927 INFO:teuthology.orchestra.run.smithi060.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 2.2 MB/s | 151 kB 00:00 2024-09-10T17:34:27.936 INFO:teuthology.orchestra.run.smithi059.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 103 kB/s | 64 kB 00:00 2024-09-10T17:34:27.952 INFO:teuthology.orchestra.run.smithi060.stdout:(20/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 649 kB/s | 43 kB 00:00 2024-09-10T17:34:27.977 INFO:teuthology.orchestra.run.smithi060.stdout:(21/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 3.5 MB/s | 172 kB 00:00 2024-09-10T17:34:28.002 INFO:teuthology.orchestra.run.smithi060.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 429 kB/s | 11 kB 00:00 2024-09-10T17:34:28.028 INFO:teuthology.orchestra.run.smithi060.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 713 kB/s | 18 kB 00:00 2024-09-10T17:34:28.053 INFO:teuthology.orchestra.run.smithi060.stdout:(24/37): python3-jaraco-collections-3.0.0-8.el9 925 kB/s | 23 kB 00:00 2024-09-10T17:34:28.078 INFO:teuthology.orchestra.run.smithi060.stdout:(25/37): python3-cherrypy-18.6.1-2.el9.noarch.r 2.8 MB/s | 358 kB 00:00 2024-09-10T17:34:28.129 INFO:teuthology.orchestra.run.smithi060.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 256 kB/s | 19 kB 00:00 2024-09-10T17:34:28.154 INFO:teuthology.orchestra.run.smithi060.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 292 kB/s | 20 kB 00:00 2024-09-10T17:34:28.179 INFO:teuthology.orchestra.run.smithi060.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 936 kB/s | 46 kB 00:00 2024-09-10T17:34:28.204 INFO:teuthology.orchestra.run.smithi060.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-09-10T17:34:28.230 INFO:teuthology.orchestra.run.smithi060.stdout:(30/37): python3-portend-3.1.0-2.el9.noarch.rpm 656 kB/s | 16 kB 00:00 2024-09-10T17:34:28.255 INFO:teuthology.orchestra.run.smithi060.stdout:(31/37): python3-pecan-1.4.2-3.el9.noarch.rpm 3.6 MB/s | 272 kB 00:00 2024-09-10T17:34:28.280 INFO:teuthology.orchestra.run.smithi060.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-09-10T17:34:28.305 INFO:teuthology.orchestra.run.smithi060.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 714 kB/s | 36 kB 00:00 2024-09-10T17:34:28.331 INFO:teuthology.orchestra.run.smithi060.stdout:(34/37): python3-webob-1.8.8-2.el9.noarch.rpm 4.5 MB/s | 230 kB 00:00 2024-09-10T17:34:28.356 INFO:teuthology.orchestra.run.smithi060.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 802 kB/s | 20 kB 00:00 2024-09-10T17:34:28.382 INFO:teuthology.orchestra.run.smithi060.stdout:(36/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.5 MB/s | 427 kB 00:00 2024-09-10T17:34:28.387 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-09-10T17:34:28.423 INFO:teuthology.orchestra.run.smithi060.stdout:(37/37): lua-devel-5.4.4-4.el9.x86_64.rpm 38 kB/s | 22 kB 00:00 2024-09-10T17:34:28.428 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:34:28.428 INFO:teuthology.orchestra.run.smithi060.stdout:Total 12 MB/s | 31 MB 00:02 2024-09-10T17:34:28.454 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-10T17:34:28.496 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-10T17:34:28.523 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-10T17:34:28.587 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-09-10T17:34:28.595 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-10T17:34:28.632 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-09-10T17:34:28.632 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-09-10T17:34:28.647 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-10T17:34:28.698 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-10T17:34:28.789 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-10T17:34:28.866 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-10T17:34:28.907 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-10T17:34:28.942 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-10T17:34:28.972 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-10T17:34:29.006 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-10T17:34:29.040 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-10T17:34:29.072 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-10T17:34:29.115 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-10T17:34:29.127 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-09-10T17:34:29.127 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-09-10T17:34:29.149 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-10T17:34:29.202 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-10T17:34:29.238 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-10T17:34:29.312 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-10T17:34:29.428 INFO:teuthology.orchestra.run.smithi059.stdout:(4/4): ceph-test-19.3.0-4858.gbad1f558.el9.x86_ 21 MB/s | 50 MB 00:02 2024-09-10T17:34:29.430 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:34:29.430 INFO:teuthology.orchestra.run.smithi059.stdout:Total 20 MB/s | 50 MB 00:02 2024-09-10T17:34:29.450 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-10T17:34:29.459 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-09-10T17:34:29.483 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-09-10T17:34:29.483 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-09-10T17:34:29.555 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-10T17:34:29.607 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-10T17:34:29.646 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-10T17:34:29.704 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-10T17:34:29.759 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-10T17:34:29.881 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-09-10T17:34:29.881 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-09-10T17:34:29.955 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-10T17:34:30.000 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-10T17:34:30.078 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-10T17:34:30.167 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-10T17:34:30.212 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-10T17:34:30.336 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-10T17:34:30.433 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-09-10T17:34:30.500 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-09-10T17:34:30.501 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-10T17:34:30.511 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-4858.gbad1f558.el9. 32/37 2024-09-10T17:34:30.543 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 33/37 2024-09-10T17:34:30.543 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-10T17:34:30.570 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 33/37 2024-09-10T17:34:30.570 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T17:34:30.570 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-10T17:34:30.570 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-10T17:34:30.570 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-10T17:34:30.570 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:30.570 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-10T17:34:30.607 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-10T17:34:30.647 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-10T17:34:30.653 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-10T17:34:30.680 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : libcephsqlite-2:19.3.0-4858.gbad1f558.el9.x86_64 3/4 2024-09-10T17:34:30.703 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-10T17:34:30.736 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-10T17:34:30.834 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-10T17:34:30.927 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-10T17:34:30.973 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-10T17:34:31.007 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-10T17:34:31.037 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-10T17:34:31.074 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-10T17:34:31.106 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-10T17:34:31.147 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-10T17:34:31.201 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-10T17:34:31.233 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-10T17:34:31.283 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-10T17:34:31.322 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-10T17:34:31.398 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-10T17:34:31.553 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-10T17:34:31.641 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-10T17:34:31.701 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-10T17:34:31.739 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-10T17:34:31.797 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-10T17:34:31.861 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-10T17:34:32.043 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-osd-2:19.3.0-4858.gbad1f558.el9.x86_64 34/37 2024-09-10T17:34:32.058 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-10T17:34:32.071 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-osd-2:19.3.0-4858.gbad1f558.el9.x86_64 34/37 2024-09-10T17:34:32.071 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T17:34:32.071 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-10T17:34:32.071 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-10T17:34:32.071 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-10T17:34:32.072 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:32.109 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-10T17:34:32.190 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-10T17:34:32.289 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-10T17:34:32.331 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-10T17:34:32.469 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-10T17:34:32.528 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mon-2:19.3.0-4858.gbad1f558.el9.x86_64 35/37 2024-09-10T17:34:32.551 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mon-2:19.3.0-4858.gbad1f558.el9.x86_64 35/37 2024-09-10T17:34:32.552 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T17:34:32.552 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-10T17:34:32.552 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-10T17:34:32.552 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-10T17:34:32.552 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:32.646 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-4858.gbad1f558.el9. 32/37 2024-09-10T17:34:32.676 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 33/37 2024-09-10T17:34:32.704 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 33/37 2024-09-10T17:34:32.704 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T17:34:32.704 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-10T17:34:32.704 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-10T17:34:32.704 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-10T17:34:32.704 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:32.778 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mds-2:19.3.0-4858.gbad1f558.el9.x86_64 36/37 2024-09-10T17:34:32.802 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mds-2:19.3.0-4858.gbad1f558.el9.x86_64 36/37 2024-09-10T17:34:32.802 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T17:34:32.802 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-10T17:34:32.802 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-10T17:34:32.802 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-10T17:34:32.802 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:32.876 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-2:19.3.0-4858.gbad1f558.el9.x86_64 37/37 2024-09-10T17:34:34.293 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-osd-2:19.3.0-4858.gbad1f558.el9.x86_64 34/37 2024-09-10T17:34:34.322 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-osd-2:19.3.0-4858.gbad1f558.el9.x86_64 34/37 2024-09-10T17:34:34.322 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T17:34:34.322 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-10T17:34:34.323 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-10T17:34:34.323 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-10T17:34:34.323 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:34.645 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-2:19.3.0-4858.gbad1f558.el9.x86_64 37/37 2024-09-10T17:34:34.645 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-2:19.3.0-4858.gbad1f558.el9.x86_64 1/37 2024-09-10T17:34:34.645 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mds-2:19.3.0-4858.gbad1f558.el9.x86_64 2/37 2024-09-10T17:34:34.645 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 3/37 2024-09-10T17:34:34.645 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mon-2:19.3.0-4858.gbad1f558.el9.x86_64 4/37 2024-09-10T17:34:34.645 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-osd-2:19.3.0-4858.gbad1f558.el9.x86_64 5/37 2024-09-10T17:34:34.645 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-4858.gbad1f558.el9. 6/37 2024-09-10T17:34:34.646 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-10T17:34:34.646 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-10T17:34:34.646 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-10T17:34:34.646 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-10T17:34:34.646 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-10T17:34:34.646 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-10T17:34:34.646 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-10T17:34:34.646 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-10T17:34:34.646 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-10T17:34:34.646 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-10T17:34:34.646 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-10T17:34:34.646 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-10T17:34:34.646 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-10T17:34:34.646 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-10T17:34:34.647 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-10T17:34:34.647 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-10T17:34:34.647 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-10T17:34:34.647 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-10T17:34:34.647 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-10T17:34:34.647 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-10T17:34:34.647 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-10T17:34:34.648 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-10T17:34:34.648 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-10T17:34:34.648 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-10T17:34:34.649 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-10T17:34:34.649 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-10T17:34:34.649 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-10T17:34:34.649 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-10T17:34:34.649 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-10T17:34:34.649 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-10T17:34:34.794 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mon-2:19.3.0-4858.gbad1f558.el9.x86_64 35/37 2024-09-10T17:34:34.819 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mon-2:19.3.0-4858.gbad1f558.el9.x86_64 35/37 2024-09-10T17:34:34.819 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T17:34:34.819 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-10T17:34:34.819 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-10T17:34:34.819 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-10T17:34:34.820 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:35.053 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mds-2:19.3.0-4858.gbad1f558.el9.x86_64 36/37 2024-09-10T17:34:35.078 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mds-2:19.3.0-4858.gbad1f558.el9.x86_64 36/37 2024-09-10T17:34:35.078 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T17:34:35.079 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-10T17:34:35.079 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-10T17:34:35.079 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-10T17:34:35.079 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:35.153 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-2:19.3.0-4858.gbad1f558.el9.x86_64 37/37 2024-09-10T17:34:35.614 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-10T17:34:35.614 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:35.614 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-09-10T17:34:35.614 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:35.614 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mds-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:35.614 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:35.615 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-modules-core-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:34:35.615 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mon-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:35.615 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-osd-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:35.615 INFO:teuthology.orchestra.run.smithi192.stdout: lua-5.4.4-4.el9.x86_64 2024-09-10T17:34:35.615 INFO:teuthology.orchestra.run.smithi192.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-10T17:34:35.615 INFO:teuthology.orchestra.run.smithi192.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-10T17:34:35.615 INFO:teuthology.orchestra.run.smithi192.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-10T17:34:35.615 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-10T17:34:35.615 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-10T17:34:35.615 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-10T17:34:35.615 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-10T17:34:35.615 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-10T17:34:35.616 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-10T17:34:35.616 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-10T17:34:35.616 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-10T17:34:35.616 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-10T17:34:35.616 INFO:teuthology.orchestra.run.smithi192.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-10T17:34:35.616 INFO:teuthology.orchestra.run.smithi192.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-10T17:34:35.616 INFO:teuthology.orchestra.run.smithi192.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-10T17:34:35.616 INFO:teuthology.orchestra.run.smithi192.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-10T17:34:35.616 INFO:teuthology.orchestra.run.smithi192.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-10T17:34:35.616 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-10T17:34:35.616 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ply-3.11-14.el9.noarch 2024-09-10T17:34:35.616 INFO:teuthology.orchestra.run.smithi192.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-10T17:34:35.616 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-10T17:34:35.617 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-10T17:34:35.617 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-10T17:34:35.617 INFO:teuthology.orchestra.run.smithi192.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-10T17:34:35.617 INFO:teuthology.orchestra.run.smithi192.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-10T17:34:35.617 INFO:teuthology.orchestra.run.smithi192.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-10T17:34:35.617 INFO:teuthology.orchestra.run.smithi192.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-10T17:34:35.617 INFO:teuthology.orchestra.run.smithi192.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-10T17:34:35.617 INFO:teuthology.orchestra.run.smithi192.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-10T17:34:35.617 INFO:teuthology.orchestra.run.smithi192.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-10T17:34:35.617 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:35.617 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:34:35.728 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: libcephsqlite-2:19.3.0-4858.gbad1f558.el9.x86_64 3/4 2024-09-10T17:34:35.822 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-test-2:19.3.0-4858.gbad1f558.el9.x86_64 4/4 2024-09-10T17:34:35.959 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-base 2024-09-10T17:34:36.538 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:52 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:34:36.629 INFO:teuthology.orchestra.run.smithi192.stdout:Package ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:34:36.671 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:34:36.672 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-09-10T17:34:36.672 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:34:36.741 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install cephadm 2024-09-10T17:34:37.056 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-2:19.3.0-4858.gbad1f558.el9.x86_64 37/37 2024-09-10T17:34:37.057 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-2:19.3.0-4858.gbad1f558.el9.x86_64 1/37 2024-09-10T17:34:37.057 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mds-2:19.3.0-4858.gbad1f558.el9.x86_64 2/37 2024-09-10T17:34:37.057 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 3/37 2024-09-10T17:34:37.057 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mon-2:19.3.0-4858.gbad1f558.el9.x86_64 4/37 2024-09-10T17:34:37.057 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-osd-2:19.3.0-4858.gbad1f558.el9.x86_64 5/37 2024-09-10T17:34:37.057 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-4858.gbad1f558.el9. 6/37 2024-09-10T17:34:37.057 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-10T17:34:37.057 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-10T17:34:37.057 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-10T17:34:37.057 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-10T17:34:37.058 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-10T17:34:37.058 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-10T17:34:37.058 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-10T17:34:37.058 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-10T17:34:37.058 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-10T17:34:37.058 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-10T17:34:37.058 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-10T17:34:37.058 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-10T17:34:37.058 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-10T17:34:37.058 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-10T17:34:37.058 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-10T17:34:37.058 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-10T17:34:37.058 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-10T17:34:37.058 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-10T17:34:37.059 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-10T17:34:37.060 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-10T17:34:37.060 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-10T17:34:37.060 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-10T17:34:37.060 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-10T17:34:37.060 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-10T17:34:37.060 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-10T17:34:37.060 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-10T17:34:37.060 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-10T17:34:37.061 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-10T17:34:37.061 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-10T17:34:37.061 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-10T17:34:37.304 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:53 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:34:37.437 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:34:37.438 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:34:37.438 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-09-10T17:34:37.438 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:34:37.439 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-09-10T17:34:37.439 INFO:teuthology.orchestra.run.smithi192.stdout: cephadm noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 784 k 2024-09-10T17:34:37.439 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:37.439 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-09-10T17:34:37.439 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:34:37.439 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-09-10T17:34:37.439 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:37.439 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 784 k 2024-09-10T17:34:37.440 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 790 k 2024-09-10T17:34:37.440 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-09-10T17:34:37.712 INFO:teuthology.orchestra.run.smithi192.stdout:cephadm-19.3.0-4858.gbad1f558.el9.noarch.rpm 2.8 MB/s | 784 kB 00:00 2024-09-10T17:34:37.713 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:34:37.713 INFO:teuthology.orchestra.run.smithi192.stdout:Total 2.8 MB/s | 784 kB 00:00 2024-09-10T17:34:37.713 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-09-10T17:34:37.718 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-09-10T17:34:37.718 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-09-10T17:34:37.724 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-09-10T17:34:37.724 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-09-10T17:34:37.794 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-09-10T17:34:38.107 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-10T17:34:38.107 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:38.107 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-09-10T17:34:38.107 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:38.108 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mds-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:38.108 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:38.108 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-modules-core-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:34:38.108 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mon-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:38.108 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-osd-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:38.108 INFO:teuthology.orchestra.run.smithi060.stdout: lua-5.4.4-4.el9.x86_64 2024-09-10T17:34:38.108 INFO:teuthology.orchestra.run.smithi060.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-10T17:34:38.108 INFO:teuthology.orchestra.run.smithi060.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-10T17:34:38.109 INFO:teuthology.orchestra.run.smithi060.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-10T17:34:38.109 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-10T17:34:38.109 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-10T17:34:38.109 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-10T17:34:38.109 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-10T17:34:38.109 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-10T17:34:38.110 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-10T17:34:38.110 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-10T17:34:38.110 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-10T17:34:38.110 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-10T17:34:38.110 INFO:teuthology.orchestra.run.smithi060.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-10T17:34:38.110 INFO:teuthology.orchestra.run.smithi060.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-10T17:34:38.110 INFO:teuthology.orchestra.run.smithi060.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-10T17:34:38.110 INFO:teuthology.orchestra.run.smithi060.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-10T17:34:38.110 INFO:teuthology.orchestra.run.smithi060.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-10T17:34:38.111 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-10T17:34:38.111 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ply-3.11-14.el9.noarch 2024-09-10T17:34:38.111 INFO:teuthology.orchestra.run.smithi060.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-10T17:34:38.111 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-10T17:34:38.111 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-10T17:34:38.111 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-10T17:34:38.111 INFO:teuthology.orchestra.run.smithi060.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-10T17:34:38.111 INFO:teuthology.orchestra.run.smithi060.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-10T17:34:38.111 INFO:teuthology.orchestra.run.smithi060.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-10T17:34:38.111 INFO:teuthology.orchestra.run.smithi060.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-10T17:34:38.111 INFO:teuthology.orchestra.run.smithi060.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-10T17:34:38.111 INFO:teuthology.orchestra.run.smithi060.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-10T17:34:38.111 INFO:teuthology.orchestra.run.smithi060.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-10T17:34:38.112 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:38.112 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:34:38.216 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-test-2:19.3.0-4858.gbad1f558.el9.x86_64 4/4 2024-09-10T17:34:38.216 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-test-2:19.3.0-4858.gbad1f558.el9.x86_64 1/4 2024-09-10T17:34:38.216 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : libcephsqlite-2:19.3.0-4858.gbad1f558.el9.x86_64 2/4 2024-09-10T17:34:38.216 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-10T17:34:38.250 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T17:34:38.356 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T17:34:38.483 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-base 2024-09-10T17:34:38.511 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-10T17:34:38.511 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:38.512 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-09-10T17:34:38.512 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-test-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:38.512 INFO:teuthology.orchestra.run.smithi059.stdout: libcephsqlite-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:38.512 INFO:teuthology.orchestra.run.smithi059.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-10T17:34:38.512 INFO:teuthology.orchestra.run.smithi059.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-10T17:34:38.512 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:38.512 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:34:38.749 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T17:34:38.785 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install ceph 2024-09-10T17:34:38.987 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T17:34:38.987 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:38.987 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-09-10T17:34:38.988 INFO:teuthology.orchestra.run.smithi192.stdout: cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:34:38.988 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:38.988 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:34:39.075 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:00:55 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:34:39.169 INFO:teuthology.orchestra.run.smithi060.stdout:Package ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:34:39.214 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:34:39.215 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-immutable-object-cache 2024-09-10T17:34:39.216 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-09-10T17:34:39.216 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:34:39.276 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install cephadm 2024-09-10T17:34:39.374 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:00:41 ago on Tue 10 Sep 2024 05:33:58 PM UTC. 2024-09-10T17:34:39.515 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:34:39.518 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:34:39.518 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repository Size 2024-09-10T17:34:39.518 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:34:39.518 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-09-10T17:34:39.518 INFO:teuthology.orchestra.run.smithi059.stdout: ceph x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 6.6 k 2024-09-10T17:34:39.518 INFO:teuthology.orchestra.run.smithi059.stdout:Installing dependencies: 2024-09-10T17:34:39.518 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mds x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 2.4 M 2024-09-10T17:34:39.518 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 1.5 M 2024-09-10T17:34:39.518 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-modules-core noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 291 k 2024-09-10T17:34:39.518 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mon x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 4.8 M 2024-09-10T17:34:39.518 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-osd x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 17 M 2024-09-10T17:34:39.518 INFO:teuthology.orchestra.run.smithi059.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-10T17:34:39.519 INFO:teuthology.orchestra.run.smithi059.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-10T17:34:39.519 INFO:teuthology.orchestra.run.smithi059.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-10T17:34:39.519 INFO:teuthology.orchestra.run.smithi059.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-10T17:34:39.519 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-10T17:34:39.519 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-10T17:34:39.519 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-10T17:34:39.519 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-10T17:34:39.519 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-10T17:34:39.519 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-10T17:34:39.519 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco-collections 2024-09-10T17:34:39.519 INFO:teuthology.orchestra.run.smithi059.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-10T17:34:39.519 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-10T17:34:39.520 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-10T17:34:39.520 INFO:teuthology.orchestra.run.smithi059.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-10T17:34:39.520 INFO:teuthology.orchestra.run.smithi059.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-10T17:34:39.520 INFO:teuthology.orchestra.run.smithi059.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-10T17:34:39.520 INFO:teuthology.orchestra.run.smithi059.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-10T17:34:39.520 INFO:teuthology.orchestra.run.smithi059.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-10T17:34:39.520 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-10T17:34:39.520 INFO:teuthology.orchestra.run.smithi059.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-10T17:34:39.520 INFO:teuthology.orchestra.run.smithi059.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-10T17:34:39.520 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-10T17:34:39.520 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-10T17:34:39.520 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-10T17:34:39.520 INFO:teuthology.orchestra.run.smithi059.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-10T17:34:39.521 INFO:teuthology.orchestra.run.smithi059.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-10T17:34:39.521 INFO:teuthology.orchestra.run.smithi059.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-10T17:34:39.521 INFO:teuthology.orchestra.run.smithi059.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-10T17:34:39.521 INFO:teuthology.orchestra.run.smithi059.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-10T17:34:39.521 INFO:teuthology.orchestra.run.smithi059.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-10T17:34:39.521 INFO:teuthology.orchestra.run.smithi059.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-10T17:34:39.521 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:39.521 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-09-10T17:34:39.521 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:34:39.521 INFO:teuthology.orchestra.run.smithi059.stdout:Install 37 Packages 2024-09-10T17:34:39.521 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:39.522 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 31 M 2024-09-10T17:34:39.522 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 109 M 2024-09-10T17:34:39.522 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-09-10T17:34:39.791 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:55 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:34:39.866 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:00:55 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:34:39.926 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:34:39.927 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:34:39.927 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repo Size 2024-09-10T17:34:39.927 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:34:39.927 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-09-10T17:34:39.927 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 145 k 2024-09-10T17:34:39.927 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:39.927 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-09-10T17:34:39.927 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:34:39.927 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-09-10T17:34:39.927 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:39.927 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 145 k 2024-09-10T17:34:39.927 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 432 k 2024-09-10T17:34:39.928 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-09-10T17:34:40.004 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:34:40.005 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:34:40.005 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-09-10T17:34:40.005 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:34:40.005 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-09-10T17:34:40.005 INFO:teuthology.orchestra.run.smithi060.stdout: cephadm noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 784 k 2024-09-10T17:34:40.005 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:40.005 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-09-10T17:34:40.005 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:34:40.006 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-09-10T17:34:40.006 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:40.006 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 784 k 2024-09-10T17:34:40.006 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 790 k 2024-09-10T17:34:40.006 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-09-10T17:34:40.060 INFO:teuthology.orchestra.run.smithi059.stdout:(1/37): ceph-19.3.0-4858.gbad1f558.el9.x86_64.r 56 kB/s | 6.6 kB 00:00 2024-09-10T17:34:40.133 INFO:teuthology.orchestra.run.smithi192.stdout:ceph-immutable-object-cache-19.3.0-4858.gbad1f5 706 kB/s | 145 kB 00:00 2024-09-10T17:34:40.134 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:34:40.134 INFO:teuthology.orchestra.run.smithi192.stdout:Total 701 kB/s | 145 kB 00:00 2024-09-10T17:34:40.134 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-09-10T17:34:40.142 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-09-10T17:34:40.142 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-09-10T17:34:40.199 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-09-10T17:34:40.200 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-09-10T17:34:40.244 INFO:teuthology.orchestra.run.smithi059.stdout:(2/37): ceph-mgr-19.3.0-4858.gbad1f558.el9.x86_ 5.1 MB/s | 1.5 MB 00:00 2024-09-10T17:34:40.277 INFO:teuthology.orchestra.run.smithi060.stdout:cephadm-19.3.0-4858.gbad1f558.el9.noarch.rpm 2.8 MB/s | 784 kB 00:00 2024-09-10T17:34:40.278 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:34:40.278 INFO:teuthology.orchestra.run.smithi060.stdout:Total 2.8 MB/s | 784 kB 00:00 2024-09-10T17:34:40.278 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-09-10T17:34:40.284 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-09-10T17:34:40.284 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-09-10T17:34:40.290 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-09-10T17:34:40.291 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-09-10T17:34:40.294 INFO:teuthology.orchestra.run.smithi059.stdout:(3/37): ceph-mds-19.3.0-4858.gbad1f558.el9.x86_ 6.8 MB/s | 2.4 MB 00:00 2024-09-10T17:34:40.352 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-09-10T17:34:40.363 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-09-10T17:34:40.378 INFO:teuthology.orchestra.run.smithi059.stdout:(4/37): ceph-mgr-modules-core-19.3.0-4858.gbad1 3.4 MB/s | 291 kB 00:00 2024-09-10T17:34:40.426 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-4858.gbad1f558. 1/1 2024-09-10T17:34:40.451 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-4858.gbad1f558. 1/1 2024-09-10T17:34:40.451 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T17:34:40.451 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-10T17:34:40.451 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:40.495 INFO:teuthology.orchestra.run.smithi059.stdout:(5/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.1 MB/s | 253 kB 00:00 2024-09-10T17:34:40.587 INFO:teuthology.orchestra.run.smithi059.stdout:(6/37): ceph-mon-19.3.0-4858.gbad1f558.el9.x86_ 9.1 MB/s | 4.8 MB 00:00 2024-09-10T17:34:40.815 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T17:34:40.829 INFO:teuthology.orchestra.run.smithi059.stdout:(7/37): ceph-osd-19.3.0-4858.gbad1f558.el9.x86_ 29 MB/s | 17 MB 00:00 2024-09-10T17:34:40.854 INFO:teuthology.orchestra.run.smithi059.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 399 kB/s | 106 kB 00:00 2024-09-10T17:34:40.888 INFO:teuthology.orchestra.run.smithi059.stdout:(9/37): python3-cryptography-36.0.1-4.el9.x86_6 3.1 MB/s | 1.2 MB 00:00 2024-09-10T17:34:40.893 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T17:34:40.913 INFO:teuthology.orchestra.run.smithi059.stdout:(10/37): python3-requests-2.25.1-8.el9.noarch.r 2.1 MB/s | 125 kB 00:00 2024-09-10T17:34:40.955 INFO:teuthology.orchestra.run.smithi059.stdout:(11/37): python3-pycparser-2.20-6.el9.noarch.rp 1.1 MB/s | 135 kB 00:00 2024-09-10T17:34:40.980 INFO:teuthology.orchestra.run.smithi059.stdout:(12/37): python3-urllib3-1.26.5-6.el9.noarch.rp 2.3 MB/s | 215 kB 00:00 2024-09-10T17:34:41.080 INFO:teuthology.orchestra.run.smithi059.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 347 kB/s | 35 kB 00:00 2024-09-10T17:34:41.105 INFO:teuthology.orchestra.run.smithi059.stdout:(14/37): lua-5.4.4-4.el9.x86_64.rpm 980 kB/s | 188 kB 00:00 2024-09-10T17:34:41.122 INFO:teuthology.orchestra.run.smithi059.stdout:(15/37): python3-mako-1.1.4-6.el9.noarch.rpm 1.0 MB/s | 172 kB 00:00 2024-09-10T17:34:41.156 INFO:teuthology.orchestra.run.smithi059.stdout:(16/37): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-09-10T17:34:41.181 INFO:teuthology.orchestra.run.smithi059.stdout:(17/37): python3-packaging-20.9-5.el9.noarch.rp 767 kB/s | 77 kB 00:00 2024-09-10T17:34:41.206 INFO:teuthology.orchestra.run.smithi059.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 495 kB/s | 42 kB 00:00 2024-09-10T17:34:41.248 INFO:teuthology.orchestra.run.smithi059.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 2.2 MB/s | 151 kB 00:00 2024-09-10T17:34:41.274 INFO:teuthology.orchestra.run.smithi059.stdout:(20/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 7.3 MB/s | 172 kB 00:00 2024-09-10T17:34:41.275 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T17:34:41.299 INFO:teuthology.orchestra.run.smithi059.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 471 kB/s | 43 kB 00:00 2024-09-10T17:34:41.324 INFO:teuthology.orchestra.run.smithi059.stdout:(22/37): lua-devel-5.4.4-4.el9.x86_64.rpm 133 kB/s | 22 kB 00:00 2024-09-10T17:34:41.355 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-4858.gbad1f558. 1/1 2024-09-10T17:34:41.355 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:41.355 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-09-10T17:34:41.355 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-immutable-object-cache-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:41.355 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:41.355 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:34:41.358 INFO:teuthology.orchestra.run.smithi059.stdout:(23/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 183 kB/s | 11 kB 00:00 2024-09-10T17:34:41.383 INFO:teuthology.orchestra.run.smithi059.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 302 kB/s | 18 kB 00:00 2024-09-10T17:34:41.408 INFO:teuthology.orchestra.run.smithi059.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 483 kB/s | 23 kB 00:00 2024-09-10T17:34:41.434 INFO:teuthology.orchestra.run.smithi059.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 389 kB/s | 19 kB 00:00 2024-09-10T17:34:41.459 INFO:teuthology.orchestra.run.smithi059.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 392 kB/s | 20 kB 00:00 2024-09-10T17:34:41.484 INFO:teuthology.orchestra.run.smithi059.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 925 kB/s | 46 kB 00:00 2024-09-10T17:34:41.509 INFO:teuthology.orchestra.run.smithi059.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-09-10T17:34:41.530 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T17:34:41.530 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:41.530 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-09-10T17:34:41.530 INFO:teuthology.orchestra.run.smithi060.stdout: cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:34:41.530 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:41.530 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:34:41.534 INFO:teuthology.orchestra.run.smithi059.stdout:(30/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.3 MB/s | 358 kB 00:00 2024-09-10T17:34:41.560 INFO:teuthology.orchestra.run.smithi059.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 328 kB/s | 16 kB 00:00 2024-09-10T17:34:41.569 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-mgr 2024-09-10T17:34:41.585 INFO:teuthology.orchestra.run.smithi059.stdout:(32/37): python3-tempora-5.0.0-2.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00 2024-09-10T17:34:41.627 INFO:teuthology.orchestra.run.smithi059.stdout:(33/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 977 kB/s | 90 kB 00:00 2024-09-10T17:34:41.652 INFO:teuthology.orchestra.run.smithi059.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.6 MB/s | 272 kB 00:00 2024-09-10T17:34:41.677 INFO:teuthology.orchestra.run.smithi059.stdout:(35/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-09-10T17:34:41.703 INFO:teuthology.orchestra.run.smithi059.stdout:(36/37): python3-zc-lockfile-2.0-10.el9.noarch. 397 kB/s | 20 kB 00:00 2024-09-10T17:34:41.736 INFO:teuthology.orchestra.run.smithi059.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-09-10T17:34:41.740 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:34:41.740 INFO:teuthology.orchestra.run.smithi059.stdout:Total 14 MB/s | 31 MB 00:02 2024-09-10T17:34:41.741 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-immutable-object-cache 2024-09-10T17:34:41.901 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-09-10T17:34:41.945 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-09-10T17:34:41.946 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-09-10T17:34:42.148 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:58 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:34:42.241 INFO:teuthology.orchestra.run.smithi192.stdout:Package ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:34:42.286 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:34:42.287 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-09-10T17:34:42.287 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:34:42.338 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:00:58 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:34:42.358 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-mgr-dashboard 2024-09-10T17:34:42.429 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-09-10T17:34:42.429 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-09-10T17:34:42.476 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:34:42.477 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:34:42.477 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repo Size 2024-09-10T17:34:42.477 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:34:42.477 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-09-10T17:34:42.478 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 145 k 2024-09-10T17:34:42.478 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:42.478 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-09-10T17:34:42.478 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:34:42.478 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-09-10T17:34:42.478 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:42.478 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 145 k 2024-09-10T17:34:42.478 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 432 k 2024-09-10T17:34:42.478 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-09-10T17:34:42.683 INFO:teuthology.orchestra.run.smithi060.stdout:ceph-immutable-object-cache-19.3.0-4858.gbad1f5 709 kB/s | 145 kB 00:00 2024-09-10T17:34:42.684 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:34:42.684 INFO:teuthology.orchestra.run.smithi060.stdout:Total 703 kB/s | 145 kB 00:00 2024-09-10T17:34:42.684 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-09-10T17:34:42.692 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-09-10T17:34:42.692 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-09-10T17:34:42.753 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-09-10T17:34:42.753 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-09-10T17:34:42.914 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-09-10T17:34:42.920 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:58 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:34:42.968 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-4858.gbad1f558. 1/1 2024-09-10T17:34:42.994 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-4858.gbad1f558. 1/1 2024-09-10T17:34:42.995 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T17:34:42.995 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-10T17:34:42.995 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:43.052 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:34:43.053 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:34:43.053 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-09-10T17:34:43.053 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:34:43.054 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-09-10T17:34:43.054 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-dashboard noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 14 M 2024-09-10T17:34:43.054 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-09-10T17:34:43.054 INFO:teuthology.orchestra.run.smithi192.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-10T17:34:43.054 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-grafana-dashboards noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 34 k 2024-09-10T17:34:43.054 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-prometheus-alerts noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 16 k 2024-09-10T17:34:43.054 INFO:teuthology.orchestra.run.smithi192.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-10T17:34:43.054 INFO:teuthology.orchestra.run.smithi192.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-10T17:34:43.054 INFO:teuthology.orchestra.run.smithi192.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-10T17:34:43.054 INFO:teuthology.orchestra.run.smithi192.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-10T17:34:43.055 INFO:teuthology.orchestra.run.smithi192.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-10T17:34:43.055 INFO:teuthology.orchestra.run.smithi192.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-10T17:34:43.055 INFO:teuthology.orchestra.run.smithi192.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-10T17:34:43.055 INFO:teuthology.orchestra.run.smithi192.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-10T17:34:43.055 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:43.055 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-09-10T17:34:43.055 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:34:43.055 INFO:teuthology.orchestra.run.smithi192.stdout:Install 12 Packages 2024-09-10T17:34:43.055 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:43.056 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 19 M 2024-09-10T17:34:43.056 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 159 M 2024-09-10T17:34:43.056 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-09-10T17:34:43.739 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-09-10T17:34:43.797 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-10T17:34:43.839 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-10T17:34:43.866 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-10T17:34:43.942 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-10T17:34:43.964 INFO:teuthology.orchestra.run.smithi192.stdout:(1/12): ceph-prometheus-alerts-19.3.0-4858.gbad 104 kB/s | 16 kB 00:00 2024-09-10T17:34:43.965 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-4858.gbad1f558. 1/1 2024-09-10T17:34:43.965 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:43.965 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-09-10T17:34:43.965 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-immutable-object-cache-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:43.965 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:43.965 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:34:43.983 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-10T17:34:43.986 INFO:teuthology.orchestra.run.smithi192.stdout:(2/12): ceph-grafana-dashboards-19.3.0-4858.gba 187 kB/s | 34 kB 00:00 2024-09-10T17:34:44.016 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-10T17:34:44.111 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-10T17:34:44.112 INFO:teuthology.orchestra.run.smithi192.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.1 MB/s | 269 kB 00:00 2024-09-10T17:34:44.188 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-10T17:34:44.223 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr 2024-09-10T17:34:44.235 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-10T17:34:44.263 INFO:teuthology.orchestra.run.smithi192.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.4 MB/s | 1.0 MB 00:00 2024-09-10T17:34:44.269 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-10T17:34:44.299 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-10T17:34:44.313 INFO:teuthology.orchestra.run.smithi192.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 11 MB/s | 548 kB 00:00 2024-09-10T17:34:44.338 INFO:teuthology.orchestra.run.smithi192.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 787 kB/s | 19 kB 00:00 2024-09-10T17:34:44.343 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-10T17:34:44.376 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-10T17:34:44.416 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-10T17:34:44.460 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-10T17:34:44.493 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-10T17:34:44.513 INFO:teuthology.orchestra.run.smithi192.stdout:(7/12): ceph-mgr-dashboard-19.3.0-4858.gbad1f55 20 MB/s | 14 MB 00:00 2024-09-10T17:34:44.542 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-10T17:34:44.563 INFO:teuthology.orchestra.run.smithi192.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.9 MB/s | 144 kB 00:00 2024-09-10T17:34:44.584 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-10T17:34:44.605 INFO:teuthology.orchestra.run.smithi192.stdout:(9/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 7.6 MB/s | 2.0 MB 00:00 2024-09-10T17:34:44.630 INFO:teuthology.orchestra.run.smithi192.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 460 kB/s | 31 kB 00:00 2024-09-10T17:34:44.656 INFO:teuthology.orchestra.run.smithi192.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.7 MB/s | 188 kB 00:00 2024-09-10T17:34:44.659 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-10T17:34:44.810 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-10T17:34:44.813 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:00 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:34:44.904 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-10T17:34:44.906 INFO:teuthology.orchestra.run.smithi060.stdout:Package ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:34:44.951 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:34:44.951 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-09-10T17:34:44.951 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:34:44.961 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-10T17:34:44.999 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-10T17:34:45.008 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr-dashboard 2024-09-10T17:34:45.057 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-10T17:34:45.121 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-10T17:34:45.318 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-10T17:34:45.369 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-10T17:34:45.449 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-10T17:34:45.549 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-10T17:34:45.593 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:01 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:34:45.598 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-10T17:34:45.732 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:34:45.733 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:34:45.733 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-09-10T17:34:45.733 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:34:45.733 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-09-10T17:34:45.733 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-dashboard noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 14 M 2024-09-10T17:34:45.734 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-09-10T17:34:45.734 INFO:teuthology.orchestra.run.smithi060.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-10T17:34:45.734 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-grafana-dashboards noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 34 k 2024-09-10T17:34:45.734 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-prometheus-alerts noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 16 k 2024-09-10T17:34:45.734 INFO:teuthology.orchestra.run.smithi060.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-10T17:34:45.734 INFO:teuthology.orchestra.run.smithi060.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-10T17:34:45.734 INFO:teuthology.orchestra.run.smithi060.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-10T17:34:45.734 INFO:teuthology.orchestra.run.smithi060.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-10T17:34:45.734 INFO:teuthology.orchestra.run.smithi060.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-10T17:34:45.734 INFO:teuthology.orchestra.run.smithi060.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-10T17:34:45.734 INFO:teuthology.orchestra.run.smithi060.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-10T17:34:45.735 INFO:teuthology.orchestra.run.smithi060.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-10T17:34:45.735 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:45.735 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-09-10T17:34:45.735 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:34:45.735 INFO:teuthology.orchestra.run.smithi060.stdout:Install 12 Packages 2024-09-10T17:34:45.735 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:45.735 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 19 M 2024-09-10T17:34:45.736 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 159 M 2024-09-10T17:34:45.736 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-09-10T17:34:45.738 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-10T17:34:45.797 INFO:teuthology.orchestra.run.smithi192.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 512 kB/s | 863 kB 00:01 2024-09-10T17:34:45.803 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:34:45.803 INFO:teuthology.orchestra.run.smithi192.stdout:Total 7.0 MB/s | 19 MB 00:02 2024-09-10T17:34:45.854 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-09-10T17:34:45.874 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-09-10T17:34:45.874 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-09-10T17:34:45.915 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-4858.gbad1f558.el9. 32/37 2024-09-10T17:34:45.946 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 33/37 2024-09-10T17:34:45.972 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 33/37 2024-09-10T17:34:45.972 INFO:teuthology.orchestra.run.smithi059.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T17:34:45.972 INFO:teuthology.orchestra.run.smithi059.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-10T17:34:45.972 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-10T17:34:45.972 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-10T17:34:45.972 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:46.045 INFO:teuthology.orchestra.run.smithi060.stdout:(1/12): ceph-grafana-dashboards-19.3.0-4858.gba 219 kB/s | 34 kB 00:00 2024-09-10T17:34:46.070 INFO:teuthology.orchestra.run.smithi060.stdout:(2/12): ceph-prometheus-alerts-19.3.0-4858.gbad 91 kB/s | 16 kB 00:00 2024-09-10T17:34:46.171 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-09-10T17:34:46.171 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-09-10T17:34:46.212 INFO:teuthology.orchestra.run.smithi060.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.9 MB/s | 269 kB 00:00 2024-09-10T17:34:46.262 INFO:teuthology.orchestra.run.smithi060.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.6 MB/s | 1.0 MB 00:00 2024-09-10T17:34:46.321 INFO:teuthology.orchestra.run.smithi060.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 9.2 MB/s | 548 kB 00:00 2024-09-10T17:34:46.354 INFO:teuthology.orchestra.run.smithi060.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 589 kB/s | 19 kB 00:00 2024-09-10T17:34:46.438 INFO:teuthology.orchestra.run.smithi060.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 24 MB/s | 2.0 MB 00:00 2024-09-10T17:34:46.463 INFO:teuthology.orchestra.run.smithi060.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 5.7 MB/s | 144 kB 00:00 2024-09-10T17:34:46.489 INFO:teuthology.orchestra.run.smithi060.stdout:(9/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.1 MB/s | 863 kB 00:00 2024-09-10T17:34:46.522 INFO:teuthology.orchestra.run.smithi060.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 524 kB/s | 31 kB 00:00 2024-09-10T17:34:46.689 INFO:teuthology.orchestra.run.smithi060.stdout:(11/12): ceph-mgr-dashboard-19.3.0-4858.gbad1f5 18 MB/s | 14 MB 00:00 2024-09-10T17:34:46.714 INFO:teuthology.orchestra.run.smithi060.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 837 kB/s | 188 kB 00:00 2024-09-10T17:34:46.718 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:34:46.718 INFO:teuthology.orchestra.run.smithi060.stdout:Total 20 MB/s | 19 MB 00:00 2024-09-10T17:34:46.768 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-09-10T17:34:46.772 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-09-10T17:34:46.788 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-09-10T17:34:46.788 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-09-10T17:34:46.856 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-10T17:34:46.891 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-10T17:34:46.938 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-10T17:34:46.977 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-10T17:34:47.089 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-10T17:34:47.098 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-09-10T17:34:47.098 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-09-10T17:34:47.212 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-10T17:34:47.305 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-10T17:34:47.365 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-10T17:34:47.393 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-10T17:34:47.426 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-4858.gbad1f558.el9 10/12 2024-09-10T17:34:47.538 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-osd-2:19.3.0-4858.gbad1f558.el9.x86_64 34/37 2024-09-10T17:34:47.567 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-osd-2:19.3.0-4858.gbad1f558.el9.x86_64 34/37 2024-09-10T17:34:47.567 INFO:teuthology.orchestra.run.smithi059.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T17:34:47.567 INFO:teuthology.orchestra.run.smithi059.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-10T17:34:47.568 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-10T17:34:47.568 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-10T17:34:47.568 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:47.716 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-09-10T17:34:47.791 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-10T17:34:47.835 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-10T17:34:47.882 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-10T17:34:47.919 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-10T17:34:48.029 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-10T17:34:48.039 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-mon-2:19.3.0-4858.gbad1f558.el9.x86_64 35/37 2024-09-10T17:34:48.065 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-mon-2:19.3.0-4858.gbad1f558.el9.x86_64 35/37 2024-09-10T17:34:48.066 INFO:teuthology.orchestra.run.smithi059.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T17:34:48.066 INFO:teuthology.orchestra.run.smithi059.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-10T17:34:48.066 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-10T17:34:48.066 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-10T17:34:48.066 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:48.159 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-10T17:34:48.251 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-10T17:34:48.298 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-mds-2:19.3.0-4858.gbad1f558.el9.x86_64 36/37 2024-09-10T17:34:48.316 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-10T17:34:48.323 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-mds-2:19.3.0-4858.gbad1f558.el9.x86_64 36/37 2024-09-10T17:34:48.324 INFO:teuthology.orchestra.run.smithi059.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T17:34:48.324 INFO:teuthology.orchestra.run.smithi059.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-10T17:34:48.324 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-10T17:34:48.324 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-10T17:34:48.324 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:48.344 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-10T17:34:48.377 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-4858.gbad1f558.el9 10/12 2024-09-10T17:34:48.390 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-2:19.3.0-4858.gbad1f558.el9.x86_64 37/37 2024-09-10T17:34:50.053 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-2:19.3.0-4858.gbad1f558.el9.x86_64 37/37 2024-09-10T17:34:50.053 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-2:19.3.0-4858.gbad1f558.el9.x86_64 1/37 2024-09-10T17:34:50.053 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-mds-2:19.3.0-4858.gbad1f558.el9.x86_64 2/37 2024-09-10T17:34:50.053 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 3/37 2024-09-10T17:34:50.053 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-mon-2:19.3.0-4858.gbad1f558.el9.x86_64 4/37 2024-09-10T17:34:50.054 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-osd-2:19.3.0-4858.gbad1f558.el9.x86_64 5/37 2024-09-10T17:34:50.054 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-4858.gbad1f558.el9. 6/37 2024-09-10T17:34:50.054 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-10T17:34:50.054 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-10T17:34:50.054 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-10T17:34:50.054 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-10T17:34:50.054 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-10T17:34:50.054 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-10T17:34:50.054 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-10T17:34:50.054 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-10T17:34:50.054 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-10T17:34:50.054 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-10T17:34:50.054 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-10T17:34:50.054 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-10T17:34:50.054 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-10T17:34:50.055 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-10T17:34:50.055 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-10T17:34:50.055 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-10T17:34:50.055 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-10T17:34:50.055 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-10T17:34:50.055 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-10T17:34:50.055 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-10T17:34:50.055 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-10T17:34:50.055 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-10T17:34:50.056 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-10T17:34:50.056 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-10T17:34:50.056 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-10T17:34:50.056 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-10T17:34:50.056 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-10T17:34:50.056 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-10T17:34:50.057 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-10T17:34:50.057 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-10T17:34:50.612 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-4858.gbad1f558.el 11/12 2024-09-10T17:34:50.672 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-4858.gbad1f558.el9.noa 12/12 2024-09-10T17:34:50.927 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-10T17:34:50.927 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:50.927 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-09-10T17:34:50.927 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:50.927 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mds-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:50.927 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:50.927 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-modules-core-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:34:50.927 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mon-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:50.927 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-osd-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:50.927 INFO:teuthology.orchestra.run.smithi059.stdout: lua-5.4.4-4.el9.x86_64 2024-09-10T17:34:50.927 INFO:teuthology.orchestra.run.smithi059.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-10T17:34:50.928 INFO:teuthology.orchestra.run.smithi059.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-10T17:34:50.928 INFO:teuthology.orchestra.run.smithi059.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-10T17:34:50.928 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-10T17:34:50.928 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-10T17:34:50.928 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-10T17:34:50.928 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-10T17:34:50.928 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-10T17:34:50.928 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-10T17:34:50.928 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-10T17:34:50.928 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-10T17:34:50.928 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-10T17:34:50.928 INFO:teuthology.orchestra.run.smithi059.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-10T17:34:50.928 INFO:teuthology.orchestra.run.smithi059.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-10T17:34:50.929 INFO:teuthology.orchestra.run.smithi059.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-10T17:34:50.929 INFO:teuthology.orchestra.run.smithi059.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-10T17:34:50.929 INFO:teuthology.orchestra.run.smithi059.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-10T17:34:50.929 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-10T17:34:50.929 INFO:teuthology.orchestra.run.smithi059.stdout: python3-ply-3.11-14.el9.noarch 2024-09-10T17:34:50.929 INFO:teuthology.orchestra.run.smithi059.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-10T17:34:50.929 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-10T17:34:50.929 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-10T17:34:50.929 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-10T17:34:50.929 INFO:teuthology.orchestra.run.smithi059.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-10T17:34:50.929 INFO:teuthology.orchestra.run.smithi059.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-10T17:34:50.930 INFO:teuthology.orchestra.run.smithi059.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-10T17:34:50.930 INFO:teuthology.orchestra.run.smithi059.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-10T17:34:50.930 INFO:teuthology.orchestra.run.smithi059.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-10T17:34:50.930 INFO:teuthology.orchestra.run.smithi059.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-10T17:34:50.930 INFO:teuthology.orchestra.run.smithi059.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-10T17:34:50.930 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:50.930 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:34:51.295 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install ceph-base 2024-09-10T17:34:51.763 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-4858.gbad1f558.el 11/12 2024-09-10T17:34:51.823 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-4858.gbad1f558.el9.noa 12/12 2024-09-10T17:34:51.891 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:00:53 ago on Tue 10 Sep 2024 05:33:58 PM UTC. 2024-09-10T17:34:51.985 INFO:teuthology.orchestra.run.smithi059.stdout:Package ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:34:52.030 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:34:52.031 INFO:teuthology.orchestra.run.smithi059.stdout:Nothing to do. 2024-09-10T17:34:52.031 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:34:52.100 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install cephadm 2024-09-10T17:34:52.553 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-4858.gbad1f558.el9.noa 12/12 2024-09-10T17:34:52.553 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-4858.gbad1f558.el 1/12 2024-09-10T17:34:52.553 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-4858.gbad1f558.el9.noa 2/12 2024-09-10T17:34:52.553 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-4858.gbad1f558.el9 3/12 2024-09-10T17:34:52.553 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-10T17:34:52.553 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-10T17:34:52.553 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-10T17:34:52.553 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-10T17:34:52.553 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-10T17:34:52.553 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-10T17:34:52.553 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-10T17:34:52.554 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-10T17:34:52.692 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:00:54 ago on Tue 10 Sep 2024 05:33:58 PM UTC. 2024-09-10T17:34:52.830 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:34:52.831 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:34:52.831 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repository Size 2024-09-10T17:34:52.831 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:34:52.831 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-09-10T17:34:52.831 INFO:teuthology.orchestra.run.smithi059.stdout: cephadm noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 784 k 2024-09-10T17:34:52.831 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:52.832 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-09-10T17:34:52.832 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:34:52.832 INFO:teuthology.orchestra.run.smithi059.stdout:Install 1 Package 2024-09-10T17:34:52.832 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:52.832 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 784 k 2024-09-10T17:34:52.832 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 790 k 2024-09-10T17:34:52.832 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-09-10T17:34:52.878 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-10T17:34:52.878 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:52.879 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-09-10T17:34:52.879 INFO:teuthology.orchestra.run.smithi192.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-10T17:34:52.879 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-grafana-dashboards-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:34:52.879 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-dashboard-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:34:52.879 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-prometheus-alerts-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:34:52.879 INFO:teuthology.orchestra.run.smithi192.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-10T17:34:52.879 INFO:teuthology.orchestra.run.smithi192.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-10T17:34:52.880 INFO:teuthology.orchestra.run.smithi192.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-10T17:34:52.880 INFO:teuthology.orchestra.run.smithi192.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-10T17:34:52.880 INFO:teuthology.orchestra.run.smithi192.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-10T17:34:52.880 INFO:teuthology.orchestra.run.smithi192.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-10T17:34:52.880 INFO:teuthology.orchestra.run.smithi192.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-10T17:34:52.880 INFO:teuthology.orchestra.run.smithi192.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-10T17:34:52.880 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:52.881 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:34:53.088 INFO:teuthology.orchestra.run.smithi059.stdout:cephadm-19.3.0-4858.gbad1f558.el9.noarch.rpm 3.0 MB/s | 784 kB 00:00 2024-09-10T17:34:53.089 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:34:53.089 INFO:teuthology.orchestra.run.smithi059.stdout:Total 3.0 MB/s | 784 kB 00:00 2024-09-10T17:34:53.090 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-09-10T17:34:53.095 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-09-10T17:34:53.095 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-09-10T17:34:53.101 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-09-10T17:34:53.101 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-09-10T17:34:53.178 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-09-10T17:34:53.386 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-10T17:34:53.677 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T17:34:53.786 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T17:34:53.809 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-4858.gbad1f558.el9.noa 12/12 2024-09-10T17:34:53.812 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-4858.gbad1f558.el 1/12 2024-09-10T17:34:53.812 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-4858.gbad1f558.el9.noa 2/12 2024-09-10T17:34:53.812 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-4858.gbad1f558.el9 3/12 2024-09-10T17:34:53.812 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-10T17:34:53.812 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-10T17:34:53.812 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-10T17:34:53.812 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-10T17:34:53.812 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-10T17:34:53.812 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-10T17:34:53.812 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-10T17:34:53.812 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-10T17:34:53.961 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:09 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:34:54.104 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:34:54.105 INFO:teuthology.orchestra.run.smithi192.stdout:======================================================================================= 2024-09-10T17:34:54.106 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-09-10T17:34:54.106 INFO:teuthology.orchestra.run.smithi192.stdout:======================================================================================= 2024-09-10T17:34:54.106 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-09-10T17:34:54.106 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 7.4 M 2024-09-10T17:34:54.106 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-09-10T17:34:54.106 INFO:teuthology.orchestra.run.smithi192.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-10T17:34:54.106 INFO:teuthology.orchestra.run.smithi192.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-10T17:34:54.106 INFO:teuthology.orchestra.run.smithi192.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-10T17:34:54.106 INFO:teuthology.orchestra.run.smithi192.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-10T17:34:54.106 INFO:teuthology.orchestra.run.smithi192.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-10T17:34:54.106 INFO:teuthology.orchestra.run.smithi192.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-10T17:34:54.106 INFO:teuthology.orchestra.run.smithi192.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-10T17:34:54.106 INFO:teuthology.orchestra.run.smithi192.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-10T17:34:54.106 INFO:teuthology.orchestra.run.smithi192.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-10T17:34:54.107 INFO:teuthology.orchestra.run.smithi192.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-10T17:34:54.107 INFO:teuthology.orchestra.run.smithi192.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-10T17:34:54.107 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:54.107 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-09-10T17:34:54.107 INFO:teuthology.orchestra.run.smithi192.stdout:======================================================================================= 2024-09-10T17:34:54.107 INFO:teuthology.orchestra.run.smithi192.stdout:Install 12 Packages 2024-09-10T17:34:54.107 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:34:54.108 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 38 M 2024-09-10T17:34:54.108 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 212 M 2024-09-10T17:34:54.108 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-09-10T17:34:54.129 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-10T17:34:54.129 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:54.129 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-09-10T17:34:54.129 INFO:teuthology.orchestra.run.smithi060.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-10T17:34:54.130 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-grafana-dashboards-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:34:54.130 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-dashboard-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:34:54.130 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-prometheus-alerts-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:34:54.130 INFO:teuthology.orchestra.run.smithi060.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-10T17:34:54.130 INFO:teuthology.orchestra.run.smithi060.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-10T17:34:54.130 INFO:teuthology.orchestra.run.smithi060.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-10T17:34:54.130 INFO:teuthology.orchestra.run.smithi060.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-10T17:34:54.130 INFO:teuthology.orchestra.run.smithi060.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-10T17:34:54.130 INFO:teuthology.orchestra.run.smithi060.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-10T17:34:54.130 INFO:teuthology.orchestra.run.smithi060.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-10T17:34:54.130 INFO:teuthology.orchestra.run.smithi060.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-10T17:34:54.130 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:54.130 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:34:54.140 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T17:34:54.387 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T17:34:54.387 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:54.387 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-09-10T17:34:54.387 INFO:teuthology.orchestra.run.smithi059.stdout: cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:34:54.387 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:54.387 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:34:54.401 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-10T17:34:54.602 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install ceph-immutable-object-cache 2024-09-10T17:34:54.605 INFO:teuthology.orchestra.run.smithi192.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.6 MB/s | 191 kB 00:00 2024-09-10T17:34:54.663 INFO:teuthology.orchestra.run.smithi192.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 4.4 MB/s | 801 kB 00:00 2024-09-10T17:34:54.747 INFO:teuthology.orchestra.run.smithi192.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 230 kB/s | 33 kB 00:00 2024-09-10T17:34:54.839 INFO:teuthology.orchestra.run.smithi192.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 198 kB/s | 18 kB 00:00 2024-09-10T17:34:54.897 INFO:teuthology.orchestra.run.smithi192.stdout:(5/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 13 MB/s | 3.0 MB 00:00 2024-09-10T17:34:54.931 INFO:teuthology.orchestra.run.smithi192.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 418 kB/s | 38 kB 00:00 2024-09-10T17:34:54.995 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:10 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:34:55.056 INFO:teuthology.orchestra.run.smithi192.stdout:(7/12): openblas-openmp-0.3.26-2.el9.x86_64.rpm 31 MB/s | 4.9 MB 00:00 2024-09-10T17:34:55.081 INFO:teuthology.orchestra.run.smithi192.stdout:(8/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.6 MB/s | 245 kB 00:00 2024-09-10T17:34:55.134 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:34:55.135 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================= 2024-09-10T17:34:55.136 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-09-10T17:34:55.136 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================= 2024-09-10T17:34:55.136 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-09-10T17:34:55.136 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 7.4 M 2024-09-10T17:34:55.136 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-09-10T17:34:55.136 INFO:teuthology.orchestra.run.smithi060.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-10T17:34:55.136 INFO:teuthology.orchestra.run.smithi060.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-10T17:34:55.136 INFO:teuthology.orchestra.run.smithi060.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-10T17:34:55.136 INFO:teuthology.orchestra.run.smithi060.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-10T17:34:55.136 INFO:teuthology.orchestra.run.smithi060.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-10T17:34:55.136 INFO:teuthology.orchestra.run.smithi060.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-10T17:34:55.137 INFO:teuthology.orchestra.run.smithi060.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-10T17:34:55.137 INFO:teuthology.orchestra.run.smithi060.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-10T17:34:55.137 INFO:teuthology.orchestra.run.smithi060.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-10T17:34:55.137 INFO:teuthology.orchestra.run.smithi060.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-10T17:34:55.137 INFO:teuthology.orchestra.run.smithi060.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-10T17:34:55.137 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:55.137 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-09-10T17:34:55.137 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================= 2024-09-10T17:34:55.137 INFO:teuthology.orchestra.run.smithi060.stdout:Install 12 Packages 2024-09-10T17:34:55.137 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:34:55.138 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 38 M 2024-09-10T17:34:55.138 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 212 M 2024-09-10T17:34:55.138 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-09-10T17:34:55.197 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:00:57 ago on Tue 10 Sep 2024 05:33:58 PM UTC. 2024-09-10T17:34:55.215 INFO:teuthology.orchestra.run.smithi192.stdout:(9/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 32 MB/s | 5.1 MB 00:00 2024-09-10T17:34:55.240 INFO:teuthology.orchestra.run.smithi192.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 1.5 MB/s | 250 kB 00:00 2024-09-10T17:34:55.336 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:34:55.337 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:34:55.337 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repo Size 2024-09-10T17:34:55.337 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:34:55.337 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-09-10T17:34:55.337 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 145 k 2024-09-10T17:34:55.337 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:55.337 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-09-10T17:34:55.337 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:34:55.337 INFO:teuthology.orchestra.run.smithi059.stdout:Install 1 Package 2024-09-10T17:34:55.337 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:55.338 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 145 k 2024-09-10T17:34:55.338 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 432 k 2024-09-10T17:34:55.338 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-09-10T17:34:55.558 INFO:teuthology.orchestra.run.smithi192.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 48 MB/s | 16 MB 00:00 2024-09-10T17:34:55.660 INFO:teuthology.orchestra.run.smithi059.stdout:ceph-immutable-object-cache-19.3.0-4858.gbad1f5 451 kB/s | 145 kB 00:00 2024-09-10T17:34:55.661 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:34:55.661 INFO:teuthology.orchestra.run.smithi059.stdout:Total 449 kB/s | 145 kB 00:00 2024-09-10T17:34:55.661 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-09-10T17:34:55.669 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-09-10T17:34:55.669 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-09-10T17:34:55.730 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-09-10T17:34:55.731 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-09-10T17:34:55.889 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-09-10T17:34:55.906 INFO:teuthology.orchestra.run.smithi060.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 838 kB/s | 191 kB 00:00 2024-09-10T17:34:55.940 INFO:teuthology.orchestra.run.smithi060.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 3.0 MB/s | 801 kB 00:00 2024-09-10T17:34:55.969 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-4858.gbad1f558. 1/1 2024-09-10T17:34:55.996 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-4858.gbad1f558. 1/1 2024-09-10T17:34:55.996 INFO:teuthology.orchestra.run.smithi059.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T17:34:55.996 INFO:teuthology.orchestra.run.smithi059.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-10T17:34:55.996 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:55.998 INFO:teuthology.orchestra.run.smithi060.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 356 kB/s | 33 kB 00:00 2024-09-10T17:34:56.032 INFO:teuthology.orchestra.run.smithi060.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 551 kB/s | 18 kB 00:00 2024-09-10T17:34:56.082 INFO:teuthology.orchestra.run.smithi060.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 771 kB/s | 38 kB 00:00 2024-09-10T17:34:56.166 INFO:teuthology.orchestra.run.smithi060.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 13 MB/s | 3.0 MB 00:00 2024-09-10T17:34:56.216 INFO:teuthology.orchestra.run.smithi060.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 4.8 MB/s | 245 kB 00:00 2024-09-10T17:34:56.333 INFO:teuthology.orchestra.run.smithi060.stdout:(8/12): openblas-openmp-0.3.26-2.el9.x86_64.rpm 20 MB/s | 4.9 MB 00:00 2024-09-10T17:34:56.408 INFO:teuthology.orchestra.run.smithi060.stdout:(9/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 27 MB/s | 5.1 MB 00:00 2024-09-10T17:34:56.434 INFO:teuthology.orchestra.run.smithi060.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.4 MB/s | 250 kB 00:00 2024-09-10T17:34:56.676 INFO:teuthology.orchestra.run.smithi060.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 61 MB/s | 16 MB 00:00 2024-09-10T17:34:56.876 INFO:teuthology.orchestra.run.smithi060.stdout:(12/12): ceph-mgr-diskprediction-local-19.3.0-4 6.2 MB/s | 7.4 MB 00:01 2024-09-10T17:34:56.877 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:34:56.877 INFO:teuthology.orchestra.run.smithi060.stdout:Total 22 MB/s | 38 MB 00:01 2024-09-10T17:34:56.936 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-4858.gbad1f558. 1/1 2024-09-10T17:34:56.937 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:56.937 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-09-10T17:34:56.937 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-immutable-object-cache-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:34:56.937 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:56.937 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:34:56.958 INFO:teuthology.orchestra.run.smithi192.stdout:(12/12): ceph-mgr-diskprediction-local-19.3.0-4 3.0 MB/s | 7.4 MB 00:02 2024-09-10T17:34:56.959 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:34:56.959 INFO:teuthology.orchestra.run.smithi192.stdout:Total 13 MB/s | 38 MB 00:02 2024-09-10T17:34:57.217 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install ceph-mgr 2024-09-10T17:34:57.248 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-09-10T17:34:57.275 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-09-10T17:34:57.276 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-09-10T17:34:57.320 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-09-10T17:34:57.346 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-09-10T17:34:57.346 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-09-10T17:34:57.730 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-09-10T17:34:57.730 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-09-10T17:34:57.773 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-09-10T17:34:57.773 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-09-10T17:34:57.819 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:00:59 ago on Tue 10 Sep 2024 05:33:58 PM UTC. 2024-09-10T17:34:57.913 INFO:teuthology.orchestra.run.smithi059.stdout:Package ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:34:57.958 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:34:57.959 INFO:teuthology.orchestra.run.smithi059.stdout:Nothing to do. 2024-09-10T17:34:57.959 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:34:58.033 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install ceph-mgr-dashboard 2024-09-10T17:34:58.526 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-09-10T17:34:58.537 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-09-10T17:34:58.614 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:00 ago on Tue 10 Sep 2024 05:33:58 PM UTC. 2024-09-10T17:34:58.616 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-10T17:34:58.617 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-10T17:34:58.658 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-10T17:34:58.664 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-10T17:34:58.753 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:34:58.754 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:34:58.754 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repository Size 2024-09-10T17:34:58.754 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:34:58.754 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-09-10T17:34:58.755 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-dashboard noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 14 M 2024-09-10T17:34:58.755 INFO:teuthology.orchestra.run.smithi059.stdout:Installing dependencies: 2024-09-10T17:34:58.755 INFO:teuthology.orchestra.run.smithi059.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-10T17:34:58.755 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-grafana-dashboards noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 34 k 2024-09-10T17:34:58.755 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-prometheus-alerts noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 16 k 2024-09-10T17:34:58.755 INFO:teuthology.orchestra.run.smithi059.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-10T17:34:58.755 INFO:teuthology.orchestra.run.smithi059.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-10T17:34:58.755 INFO:teuthology.orchestra.run.smithi059.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-10T17:34:58.755 INFO:teuthology.orchestra.run.smithi059.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-10T17:34:58.755 INFO:teuthology.orchestra.run.smithi059.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-10T17:34:58.755 INFO:teuthology.orchestra.run.smithi059.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-10T17:34:58.755 INFO:teuthology.orchestra.run.smithi059.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-10T17:34:58.756 INFO:teuthology.orchestra.run.smithi059.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-10T17:34:58.756 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:58.756 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-09-10T17:34:58.756 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:34:58.756 INFO:teuthology.orchestra.run.smithi059.stdout:Install 12 Packages 2024-09-10T17:34:58.756 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:34:58.756 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 19 M 2024-09-10T17:34:58.757 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 159 M 2024-09-10T17:34:58.757 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-09-10T17:34:58.763 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-10T17:34:58.769 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-10T17:34:58.807 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-10T17:34:58.809 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-10T17:34:58.991 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-10T17:34:59.000 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-10T17:34:59.031 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-10T17:34:59.032 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-10T17:34:59.072 INFO:teuthology.orchestra.run.smithi059.stdout:(1/12): ceph-prometheus-alerts-19.3.0-4858.gbad 105 kB/s | 16 kB 00:00 2024-09-10T17:34:59.088 INFO:teuthology.orchestra.run.smithi059.stdout:(2/12): ceph-grafana-dashboards-19.3.0-4858.gba 197 kB/s | 34 kB 00:00 2024-09-10T17:34:59.116 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-10T17:34:59.117 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-10T17:34:59.222 INFO:teuthology.orchestra.run.smithi059.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.0 MB/s | 269 kB 00:00 2024-09-10T17:34:59.280 INFO:teuthology.orchestra.run.smithi059.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.8 MB/s | 1.0 MB 00:00 2024-09-10T17:34:59.332 INFO:teuthology.orchestra.run.smithi059.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 11 MB/s | 548 kB 00:00 2024-09-10T17:34:59.356 INFO:teuthology.orchestra.run.smithi059.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 783 kB/s | 19 kB 00:00 2024-09-10T17:34:59.423 INFO:teuthology.orchestra.run.smithi059.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 31 MB/s | 2.0 MB 00:00 2024-09-10T17:34:59.448 INFO:teuthology.orchestra.run.smithi059.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 5.6 MB/s | 144 kB 00:00 2024-09-10T17:34:59.473 INFO:teuthology.orchestra.run.smithi059.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-10T17:34:59.499 INFO:teuthology.orchestra.run.smithi059.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 7.3 MB/s | 188 kB 00:00 2024-09-10T17:34:59.771 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-10T17:34:59.836 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-10T17:34:59.894 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-10T17:34:59.958 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-10T17:35:00.057 INFO:teuthology.orchestra.run.smithi059.stdout:(11/12): protobuf-compiler-3.14.0-13.el9.x86_64 1.0 MB/s | 863 kB 00:00 2024-09-10T17:35:00.382 INFO:teuthology.orchestra.run.smithi059.stdout:(12/12): ceph-mgr-dashboard-19.3.0-4858.gbad1f5 9.6 MB/s | 14 MB 00:01 2024-09-10T17:35:00.385 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:00.386 INFO:teuthology.orchestra.run.smithi059.stdout:Total 12 MB/s | 19 MB 00:01 2024-09-10T17:35:00.436 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-09-10T17:35:00.457 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-09-10T17:35:00.457 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-09-10T17:35:00.741 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-09-10T17:35:00.741 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-09-10T17:35:01.121 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-10T17:35:01.292 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-10T17:35:01.462 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-09-10T17:35:01.542 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-10T17:35:01.577 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-10T17:35:01.625 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-10T17:35:01.653 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-10T17:35:01.746 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-10T17:35:01.877 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-10T17:35:01.967 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-10T17:35:02.141 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-10T17:35:02.159 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-10T17:35:02.171 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-4858.gbad1f 12/12 2024-09-10T17:35:02.186 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-10T17:35:02.219 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-4858.gbad1f558.el9 10/12 2024-09-10T17:35:02.369 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-10T17:35:02.398 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-4858.gbad1f 12/12 2024-09-10T17:35:04.746 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-4858.gbad1f 12/12 2024-09-10T17:35:04.746 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-4858.gbad1f 1/12 2024-09-10T17:35:04.746 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-10T17:35:04.747 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-10T17:35:04.747 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-10T17:35:04.747 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-10T17:35:04.747 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-10T17:35:04.747 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-10T17:35:04.747 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-10T17:35:04.747 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-10T17:35:04.747 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-10T17:35:04.747 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-10T17:35:05.061 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-4858.gbad1f 12/12 2024-09-10T17:35:05.064 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-4858.gbad1f 1/12 2024-09-10T17:35:05.064 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-10T17:35:05.065 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-10T17:35:05.065 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-10T17:35:05.065 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-10T17:35:05.065 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-10T17:35:05.065 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-10T17:35:05.065 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-10T17:35:05.065 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-10T17:35:05.066 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-10T17:35:05.066 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-10T17:35:05.188 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-10T17:35:05.188 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:05.188 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-09-10T17:35:05.188 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-diskprediction-local-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:35:05.188 INFO:teuthology.orchestra.run.smithi192.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-10T17:35:05.188 INFO:teuthology.orchestra.run.smithi192.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-10T17:35:05.188 INFO:teuthology.orchestra.run.smithi192.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-10T17:35:05.189 INFO:teuthology.orchestra.run.smithi192.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-10T17:35:05.189 INFO:teuthology.orchestra.run.smithi192.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-10T17:35:05.189 INFO:teuthology.orchestra.run.smithi192.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-10T17:35:05.189 INFO:teuthology.orchestra.run.smithi192.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-10T17:35:05.189 INFO:teuthology.orchestra.run.smithi192.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-10T17:35:05.189 INFO:teuthology.orchestra.run.smithi192.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-10T17:35:05.189 INFO:teuthology.orchestra.run.smithi192.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-10T17:35:05.189 INFO:teuthology.orchestra.run.smithi192.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-10T17:35:05.189 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:05.189 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:35:05.519 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-10T17:35:05.519 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:05.519 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-09-10T17:35:05.519 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-diskprediction-local-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:35:05.520 INFO:teuthology.orchestra.run.smithi060.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-10T17:35:05.520 INFO:teuthology.orchestra.run.smithi060.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-10T17:35:05.520 INFO:teuthology.orchestra.run.smithi060.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-10T17:35:05.520 INFO:teuthology.orchestra.run.smithi060.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-10T17:35:05.520 INFO:teuthology.orchestra.run.smithi060.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-10T17:35:05.520 INFO:teuthology.orchestra.run.smithi060.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-10T17:35:05.520 INFO:teuthology.orchestra.run.smithi060.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-10T17:35:05.520 INFO:teuthology.orchestra.run.smithi060.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-10T17:35:05.520 INFO:teuthology.orchestra.run.smithi060.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-10T17:35:05.520 INFO:teuthology.orchestra.run.smithi060.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-10T17:35:05.520 INFO:teuthology.orchestra.run.smithi060.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-10T17:35:05.521 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:05.521 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:35:05.566 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-mgr-rook 2024-09-10T17:35:05.620 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-4858.gbad1f558.el 11/12 2024-09-10T17:35:05.681 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-4858.gbad1f558.el9.noa 12/12 2024-09-10T17:35:05.868 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr-rook 2024-09-10T17:35:06.148 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:22 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:06.284 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:35:06.285 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:06.285 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-09-10T17:35:06.286 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:06.286 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-09-10T17:35:06.286 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-rook noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 49 k 2024-09-10T17:35:06.286 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-09-10T17:35:06.286 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-10T17:35:06.286 INFO:teuthology.orchestra.run.smithi192.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-10T17:35:06.286 INFO:teuthology.orchestra.run.smithi192.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-10T17:35:06.286 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-10T17:35:06.286 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-10T17:35:06.286 INFO:teuthology.orchestra.run.smithi192.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-10T17:35:06.286 INFO:teuthology.orchestra.run.smithi192.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-10T17:35:06.286 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-10T17:35:06.286 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-10T17:35:06.286 INFO:teuthology.orchestra.run.smithi192.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-10T17:35:06.287 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-10T17:35:06.287 INFO:teuthology.orchestra.run.smithi192.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-10T17:35:06.287 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:06.287 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-09-10T17:35:06.287 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:06.287 INFO:teuthology.orchestra.run.smithi192.stdout:Install 13 Packages 2024-09-10T17:35:06.287 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:06.288 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 2.2 M 2024-09-10T17:35:06.288 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 26 M 2024-09-10T17:35:06.288 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-09-10T17:35:06.464 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:22 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:06.596 INFO:teuthology.orchestra.run.smithi192.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 173 kB/s | 19 kB 00:00 2024-09-10T17:35:06.605 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:35:06.606 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:06.606 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-09-10T17:35:06.606 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:06.607 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-09-10T17:35:06.607 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-rook noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 49 k 2024-09-10T17:35:06.607 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-09-10T17:35:06.607 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-10T17:35:06.607 INFO:teuthology.orchestra.run.smithi060.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-10T17:35:06.607 INFO:teuthology.orchestra.run.smithi060.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-10T17:35:06.607 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-10T17:35:06.607 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-10T17:35:06.607 INFO:teuthology.orchestra.run.smithi060.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-10T17:35:06.607 INFO:teuthology.orchestra.run.smithi060.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-10T17:35:06.607 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-10T17:35:06.607 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-10T17:35:06.607 INFO:teuthology.orchestra.run.smithi060.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-10T17:35:06.607 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-10T17:35:06.607 INFO:teuthology.orchestra.run.smithi060.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-10T17:35:06.608 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:06.608 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-09-10T17:35:06.608 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:06.608 INFO:teuthology.orchestra.run.smithi060.stdout:Install 13 Packages 2024-09-10T17:35:06.608 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:06.608 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 2.2 M 2024-09-10T17:35:06.609 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 26 M 2024-09-10T17:35:06.609 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-09-10T17:35:06.613 INFO:teuthology.orchestra.run.smithi192.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 201 kB/s | 26 kB 00:00 2024-09-10T17:35:06.638 INFO:teuthology.orchestra.run.smithi192.stdout:(3/13): ceph-mgr-rook-19.3.0-4858.gbad1f558.el9 322 kB/s | 49 kB 00:00 2024-09-10T17:35:06.763 INFO:teuthology.orchestra.run.smithi192.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.0 MB/s | 159 kB 00:00 2024-09-10T17:35:06.789 INFO:teuthology.orchestra.run.smithi192.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.1 MB/s | 222 kB 00:00 2024-09-10T17:35:06.822 INFO:teuthology.orchestra.run.smithi192.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 917 kB/s | 54 kB 00:00 2024-09-10T17:35:06.856 INFO:teuthology.orchestra.run.smithi192.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 479 kB/s | 32 kB 00:00 2024-09-10T17:35:06.881 INFO:teuthology.orchestra.run.smithi192.stdout:(8/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.1 MB/s | 279 kB 00:00 2024-09-10T17:35:06.906 INFO:teuthology.orchestra.run.smithi192.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 172 kB/s | 14 kB 00:00 2024-09-10T17:35:06.940 INFO:teuthology.orchestra.run.smithi192.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.1 MB/s | 59 kB 00:00 2024-09-10T17:35:06.965 INFO:teuthology.orchestra.run.smithi192.stdout:(11/13): python3-google-auth-2.34.0-1.el9.noarc 2.0 MB/s | 220 kB 00:00 2024-09-10T17:35:06.991 INFO:teuthology.orchestra.run.smithi192.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.8 MB/s | 90 kB 00:00 2024-09-10T17:35:07.024 INFO:teuthology.orchestra.run.smithi192.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.2 MB/s | 1.0 MB 00:00 2024-09-10T17:35:07.027 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:07.027 INFO:teuthology.orchestra.run.smithi192.stdout:Total 3.0 MB/s | 2.2 MB 00:00 2024-09-10T17:35:07.065 INFO:teuthology.orchestra.run.smithi060.stdout:(1/13): ceph-mgr-rook-19.3.0-4858.gbad1f558.el9 316 kB/s | 49 kB 00:00 2024-09-10T17:35:07.082 INFO:teuthology.orchestra.run.smithi060.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 148 kB/s | 26 kB 00:00 2024-09-10T17:35:07.091 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-09-10T17:35:07.098 INFO:teuthology.orchestra.run.smithi060.stdout:(3/13): python3-jsonpointer-2.0-4.el9.noarch.rp 101 kB/s | 19 kB 00:00 2024-09-10T17:35:07.106 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-09-10T17:35:07.107 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-09-10T17:35:07.195 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-09-10T17:35:07.196 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-09-10T17:35:07.324 INFO:teuthology.orchestra.run.smithi060.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 858 kB/s | 222 kB 00:00 2024-09-10T17:35:07.349 INFO:teuthology.orchestra.run.smithi060.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 634 kB/s | 159 kB 00:00 2024-09-10T17:35:07.383 INFO:teuthology.orchestra.run.smithi060.stdout:(6/13): python3-cachetools-4.2.4-1.el9.noarch.r 966 kB/s | 32 kB 00:00 2024-09-10T17:35:07.399 INFO:teuthology.orchestra.run.smithi060.stdout:(7/13): python3-certifi-2023.05.07-4.el9.noarch 847 kB/s | 14 kB 00:00 2024-09-10T17:35:07.425 INFO:teuthology.orchestra.run.smithi060.stdout:(8/13): python3-google-auth-2.34.0-1.el9.noarch 8.6 MB/s | 220 kB 00:00 2024-09-10T17:35:07.441 INFO:teuthology.orchestra.run.smithi060.stdout:(9/13): python3-requests-oauthlib-1.3.0-12.el9. 455 kB/s | 54 kB 00:00 2024-09-10T17:35:07.475 INFO:teuthology.orchestra.run.smithi060.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 1.7 MB/s | 59 kB 00:00 2024-09-10T17:35:07.509 INFO:teuthology.orchestra.run.smithi060.stdout:(11/13): python3-pyasn1-modules-0.4.8-6.el9.noa 679 kB/s | 279 kB 00:00 2024-09-10T17:35:07.543 INFO:teuthology.orchestra.run.smithi060.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 8.7 MB/s | 1.0 MB 00:00 2024-09-10T17:35:07.568 INFO:teuthology.orchestra.run.smithi060.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 975 kB/s | 90 kB 00:00 2024-09-10T17:35:07.570 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:07.570 INFO:teuthology.orchestra.run.smithi060.stdout:Total 2.3 MB/s | 2.2 MB 00:00 2024-09-10T17:35:07.599 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-4858.gbad1f558.el9.noa 12/12 2024-09-10T17:35:07.599 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-4858.gbad1f558.el 1/12 2024-09-10T17:35:07.599 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-4858.gbad1f558.el9.noa 2/12 2024-09-10T17:35:07.599 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-4858.gbad1f558.el9 3/12 2024-09-10T17:35:07.599 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-10T17:35:07.599 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-10T17:35:07.599 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-10T17:35:07.599 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-10T17:35:07.600 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-10T17:35:07.600 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-10T17:35:07.600 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-10T17:35:07.600 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-10T17:35:07.640 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-09-10T17:35:07.657 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-09-10T17:35:07.657 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-09-10T17:35:07.695 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-09-10T17:35:07.757 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-09-10T17:35:07.757 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-09-10T17:35:07.866 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-10T17:35:07.918 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-10T17:35:07.936 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-10T17:35:07.937 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:07.937 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-09-10T17:35:07.937 INFO:teuthology.orchestra.run.smithi059.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-10T17:35:07.937 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-grafana-dashboards-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:35:07.937 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-dashboard-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:35:07.937 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-prometheus-alerts-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:35:07.937 INFO:teuthology.orchestra.run.smithi059.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-10T17:35:07.937 INFO:teuthology.orchestra.run.smithi059.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-10T17:35:07.937 INFO:teuthology.orchestra.run.smithi059.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-10T17:35:07.937 INFO:teuthology.orchestra.run.smithi059.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-10T17:35:07.937 INFO:teuthology.orchestra.run.smithi059.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-10T17:35:07.937 INFO:teuthology.orchestra.run.smithi059.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-10T17:35:07.938 INFO:teuthology.orchestra.run.smithi059.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-10T17:35:07.938 INFO:teuthology.orchestra.run.smithi059.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-10T17:35:07.938 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:07.938 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:35:07.973 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-10T17:35:08.010 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-10T17:35:08.051 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-10T17:35:08.154 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-10T17:35:08.194 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-10T17:35:08.255 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-10T17:35:08.294 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-09-10T17:35:08.310 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-10T17:35:08.464 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-10T17:35:08.520 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-10T17:35:08.576 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-10T17:35:08.620 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-10T17:35:08.662 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-10T17:35:08.768 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-10T17:35:08.787 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:10 ago on Tue 10 Sep 2024 05:33:58 PM UTC. 2024-09-10T17:35:08.879 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-10T17:35:08.929 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:35:08.930 INFO:teuthology.orchestra.run.smithi059.stdout:======================================================================================= 2024-09-10T17:35:08.930 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repository Size 2024-09-10T17:35:08.930 INFO:teuthology.orchestra.run.smithi059.stdout:======================================================================================= 2024-09-10T17:35:08.930 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-09-10T17:35:08.930 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 7.4 M 2024-09-10T17:35:08.930 INFO:teuthology.orchestra.run.smithi059.stdout:Installing dependencies: 2024-09-10T17:35:08.930 INFO:teuthology.orchestra.run.smithi059.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-10T17:35:08.930 INFO:teuthology.orchestra.run.smithi059.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-10T17:35:08.930 INFO:teuthology.orchestra.run.smithi059.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-10T17:35:08.930 INFO:teuthology.orchestra.run.smithi059.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-10T17:35:08.931 INFO:teuthology.orchestra.run.smithi059.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-10T17:35:08.931 INFO:teuthology.orchestra.run.smithi059.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-10T17:35:08.931 INFO:teuthology.orchestra.run.smithi059.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-10T17:35:08.931 INFO:teuthology.orchestra.run.smithi059.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-10T17:35:08.931 INFO:teuthology.orchestra.run.smithi059.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-10T17:35:08.931 INFO:teuthology.orchestra.run.smithi059.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-10T17:35:08.931 INFO:teuthology.orchestra.run.smithi059.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-10T17:35:08.931 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:08.931 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-09-10T17:35:08.931 INFO:teuthology.orchestra.run.smithi059.stdout:======================================================================================= 2024-09-10T17:35:08.931 INFO:teuthology.orchestra.run.smithi059.stdout:Install 12 Packages 2024-09-10T17:35:08.931 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:08.932 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-10T17:35:08.932 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 38 M 2024-09-10T17:35:08.932 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 212 M 2024-09-10T17:35:08.933 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-09-10T17:35:09.040 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-10T17:35:09.083 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-10T17:35:09.133 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-10T17:35:09.182 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-10T17:35:09.211 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-rook-2:19.3.0-4858.gbad1f558.el9.noarch 13/13 2024-09-10T17:35:09.388 INFO:teuthology.orchestra.run.smithi059.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.4 MB/s | 191 kB 00:00 2024-09-10T17:35:09.455 INFO:teuthology.orchestra.run.smithi059.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 3.9 MB/s | 801 kB 00:00 2024-09-10T17:35:09.685 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-10T17:35:09.735 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-10T17:35:09.769 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-10T17:35:09.818 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-10T17:35:09.847 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-rook-2:19.3.0-4858.gbad1f558.el9.noarch 13/13 2024-09-10T17:35:09.939 INFO:teuthology.orchestra.run.smithi059.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 59 kB/s | 33 kB 00:00 2024-09-10T17:35:09.991 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-4858.gbad1f558.el9.noarch 13/13 2024-09-10T17:35:09.992 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-rook-2:19.3.0-4858.gbad1f558.el9.noarch 1/13 2024-09-10T17:35:09.992 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-10T17:35:09.992 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-10T17:35:09.992 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-10T17:35:09.992 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-10T17:35:09.992 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-10T17:35:09.992 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-10T17:35:09.992 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-10T17:35:09.992 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-10T17:35:09.992 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-10T17:35:09.992 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-10T17:35:09.993 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-10T17:35:10.130 INFO:teuthology.orchestra.run.smithi059.stdout:(4/12): ceph-mgr-diskprediction-local-19.3.0-48 8.5 MB/s | 7.4 MB 00:00 2024-09-10T17:35:10.316 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-10T17:35:10.316 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:10.316 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-09-10T17:35:10.316 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-rook-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:35:10.316 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-10T17:35:10.316 INFO:teuthology.orchestra.run.smithi192.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-10T17:35:10.316 INFO:teuthology.orchestra.run.smithi192.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-10T17:35:10.316 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-10T17:35:10.317 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-10T17:35:10.317 INFO:teuthology.orchestra.run.smithi192.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-10T17:35:10.317 INFO:teuthology.orchestra.run.smithi192.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-10T17:35:10.317 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-10T17:35:10.317 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-10T17:35:10.317 INFO:teuthology.orchestra.run.smithi192.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-10T17:35:10.317 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-10T17:35:10.317 INFO:teuthology.orchestra.run.smithi192.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-10T17:35:10.317 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:10.317 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:35:10.498 INFO:teuthology.orchestra.run.smithi059.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 33 kB/s | 18 kB 00:00 2024-09-10T17:35:10.556 INFO:teuthology.orchestra.run.smithi059.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 2.7 MB/s | 3.0 MB 00:01 2024-09-10T17:35:10.581 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-mgr-cephadm 2024-09-10T17:35:10.667 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-4858.gbad1f558.el9.noarch 13/13 2024-09-10T17:35:10.667 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-rook-2:19.3.0-4858.gbad1f558.el9.noarch 1/13 2024-09-10T17:35:10.667 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-10T17:35:10.667 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-10T17:35:10.668 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-10T17:35:10.668 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-10T17:35:10.668 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-10T17:35:10.668 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-10T17:35:10.668 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-10T17:35:10.668 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-10T17:35:10.668 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-10T17:35:10.668 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-10T17:35:10.668 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-10T17:35:10.848 INFO:teuthology.orchestra.run.smithi059.stdout:(7/12): openblas-0.3.26-2.el9.x86_64.rpm 54 kB/s | 38 kB 00:00 2024-09-10T17:35:11.004 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-10T17:35:11.004 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:11.004 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-09-10T17:35:11.004 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-rook-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:35:11.004 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-10T17:35:11.005 INFO:teuthology.orchestra.run.smithi060.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-10T17:35:11.005 INFO:teuthology.orchestra.run.smithi060.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-10T17:35:11.005 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-10T17:35:11.005 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-10T17:35:11.005 INFO:teuthology.orchestra.run.smithi060.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-10T17:35:11.005 INFO:teuthology.orchestra.run.smithi060.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-10T17:35:11.005 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-10T17:35:11.005 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-10T17:35:11.005 INFO:teuthology.orchestra.run.smithi060.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-10T17:35:11.005 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-10T17:35:11.005 INFO:teuthology.orchestra.run.smithi060.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-10T17:35:11.005 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:11.005 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:35:11.149 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:27 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:11.271 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr-cephadm 2024-09-10T17:35:11.281 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:35:11.282 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:11.282 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-09-10T17:35:11.282 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:11.283 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-09-10T17:35:11.283 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-cephadm noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 154 k 2024-09-10T17:35:11.283 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-09-10T17:35:11.283 INFO:teuthology.orchestra.run.smithi192.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-10T17:35:11.283 INFO:teuthology.orchestra.run.smithi192.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-10T17:35:11.283 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-10T17:35:11.283 INFO:teuthology.orchestra.run.smithi192.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-10T17:35:11.283 INFO:teuthology.orchestra.run.smithi192.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-10T17:35:11.283 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:11.283 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-09-10T17:35:11.283 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:11.283 INFO:teuthology.orchestra.run.smithi192.stdout:Install 6 Packages 2024-09-10T17:35:11.283 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:11.284 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 7.0 M 2024-09-10T17:35:11.284 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 33 M 2024-09-10T17:35:11.284 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-09-10T17:35:11.315 INFO:teuthology.orchestra.run.smithi059.stdout:(8/12): python3-devel-3.9.19-8.el9.x86_64.rpm 323 kB/s | 245 kB 00:00 2024-09-10T17:35:11.640 INFO:teuthology.orchestra.run.smithi059.stdout:(9/12): openblas-openmp-0.3.26-2.el9.x86_64.rpm 4.3 MB/s | 4.9 MB 00:01 2024-09-10T17:35:11.667 INFO:teuthology.orchestra.run.smithi192.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.7 MB/s | 248 kB 00:00 2024-09-10T17:35:11.734 INFO:teuthology.orchestra.run.smithi192.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 8.1 MB/s | 548 kB 00:00 2024-09-10T17:35:11.759 INFO:teuthology.orchestra.run.smithi192.stdout:(3/6): ceph-mgr-cephadm-19.3.0-4858.gbad1f558.e 658 kB/s | 154 kB 00:00 2024-09-10T17:35:11.785 INFO:teuthology.orchestra.run.smithi192.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.1 MB/s | 58 kB 00:00 2024-09-10T17:35:11.829 INFO:teuthology.orchestra.run.smithi192.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.1 MB/s | 74 kB 00:00 2024-09-10T17:35:11.864 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:27 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:11.952 INFO:teuthology.orchestra.run.smithi192.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 14 MB/s | 6.0 MB 00:00 2024-09-10T17:35:11.954 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:11.955 INFO:teuthology.orchestra.run.smithi192.stdout:Total 10 MB/s | 7.0 MB 00:00 2024-09-10T17:35:12.003 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:35:12.004 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:12.004 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-09-10T17:35:12.004 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:12.004 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-09-10T17:35:12.004 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-cephadm noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 154 k 2024-09-10T17:35:12.004 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-09-10T17:35:12.005 INFO:teuthology.orchestra.run.smithi060.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-10T17:35:12.005 INFO:teuthology.orchestra.run.smithi060.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-10T17:35:12.005 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-10T17:35:12.005 INFO:teuthology.orchestra.run.smithi060.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-10T17:35:12.005 INFO:teuthology.orchestra.run.smithi060.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-10T17:35:12.005 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:12.005 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-09-10T17:35:12.005 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:12.005 INFO:teuthology.orchestra.run.smithi060.stdout:Install 6 Packages 2024-09-10T17:35:12.005 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:12.006 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 7.0 M 2024-09-10T17:35:12.006 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 33 M 2024-09-10T17:35:12.006 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-09-10T17:35:12.025 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-09-10T17:35:12.036 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-09-10T17:35:12.036 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-09-10T17:35:12.049 INFO:teuthology.orchestra.run.smithi059.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 4.2 MB/s | 5.1 MB 00:01 2024-09-10T17:35:12.107 INFO:teuthology.orchestra.run.smithi059.stdout:(11/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 316 kB/s | 250 kB 00:00 2024-09-10T17:35:12.136 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-09-10T17:35:12.138 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-09-10T17:35:12.442 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-09-10T17:35:12.503 INFO:teuthology.orchestra.run.smithi060.stdout:(1/6): ceph-mgr-cephadm-19.3.0-4858.gbad1f558.e 755 kB/s | 154 kB 00:00 2024-09-10T17:35:12.528 INFO:teuthology.orchestra.run.smithi060.stdout:(2/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.1 MB/s | 248 kB 00:00 2024-09-10T17:35:12.570 INFO:teuthology.orchestra.run.smithi060.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.4 MB/s | 58 kB 00:00 2024-09-10T17:35:12.596 INFO:teuthology.orchestra.run.smithi060.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 3.1 MB/s | 74 kB 00:00 2024-09-10T17:35:12.619 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-10T17:35:12.629 INFO:teuthology.orchestra.run.smithi060.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 4.3 MB/s | 548 kB 00:00 2024-09-10T17:35:12.670 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-10T17:35:12.863 INFO:teuthology.orchestra.run.smithi060.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 11 MB/s | 6.0 MB 00:00 2024-09-10T17:35:12.865 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:12.865 INFO:teuthology.orchestra.run.smithi060.stdout:Total 8.2 MB/s | 7.0 MB 00:00 2024-09-10T17:35:12.938 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-09-10T17:35:12.951 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-09-10T17:35:12.951 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-09-10T17:35:13.058 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-09-10T17:35:13.058 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-09-10T17:35:13.116 INFO:teuthology.orchestra.run.smithi059.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 11 MB/s | 16 MB 00:01 2024-09-10T17:35:13.117 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:13.117 INFO:teuthology.orchestra.run.smithi059.stdout:Total 9.1 MB/s | 38 MB 00:04 2024-09-10T17:35:13.197 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-10T17:35:13.290 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-10T17:35:13.358 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-10T17:35:13.383 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 6/6 2024-09-10T17:35:13.386 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-09-10T17:35:13.489 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-09-10T17:35:13.516 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-09-10T17:35:13.516 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-09-10T17:35:13.553 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-10T17:35:13.616 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-10T17:35:13.963 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-09-10T17:35:13.963 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-09-10T17:35:14.167 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-10T17:35:14.175 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 6/6 2024-09-10T17:35:14.175 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/6 2024-09-10T17:35:14.176 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-10T17:35:14.176 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-10T17:35:14.176 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-10T17:35:14.176 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-10T17:35:14.263 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-10T17:35:14.339 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-10T17:35:14.369 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 6/6 2024-09-10T17:35:14.440 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-10T17:35:14.440 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:14.440 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-09-10T17:35:14.440 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:35:14.441 INFO:teuthology.orchestra.run.smithi192.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-10T17:35:14.441 INFO:teuthology.orchestra.run.smithi192.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-10T17:35:14.441 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-10T17:35:14.441 INFO:teuthology.orchestra.run.smithi192.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-10T17:35:14.441 INFO:teuthology.orchestra.run.smithi192.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-10T17:35:14.441 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:14.441 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:35:14.681 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-fuse 2024-09-10T17:35:14.761 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-09-10T17:35:14.842 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-10T17:35:14.881 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-10T17:35:14.988 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-10T17:35:15.024 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-10T17:35:15.170 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 6/6 2024-09-10T17:35:15.170 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/6 2024-09-10T17:35:15.171 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-10T17:35:15.171 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-10T17:35:15.171 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-10T17:35:15.171 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-10T17:35:15.215 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-10T17:35:15.247 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-10T17:35:15.252 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:31 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:15.327 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-10T17:35:15.387 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:35:15.387 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:15.388 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-09-10T17:35:15.388 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:15.388 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-09-10T17:35:15.388 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-fuse x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 901 k 2024-09-10T17:35:15.388 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-09-10T17:35:15.388 INFO:teuthology.orchestra.run.smithi192.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-10T17:35:15.388 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:15.388 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-09-10T17:35:15.388 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:15.388 INFO:teuthology.orchestra.run.smithi192.stdout:Install 2 Packages 2024-09-10T17:35:15.388 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:15.389 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 981 k 2024-09-10T17:35:15.389 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 2.9 M 2024-09-10T17:35:15.389 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-09-10T17:35:15.460 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-10T17:35:15.460 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:15.460 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-09-10T17:35:15.460 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:35:15.460 INFO:teuthology.orchestra.run.smithi060.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-10T17:35:15.460 INFO:teuthology.orchestra.run.smithi060.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-10T17:35:15.461 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-10T17:35:15.461 INFO:teuthology.orchestra.run.smithi060.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-10T17:35:15.461 INFO:teuthology.orchestra.run.smithi060.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-10T17:35:15.461 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:15.461 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:35:15.664 INFO:teuthology.orchestra.run.smithi192.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 510 kB/s | 80 kB 00:00 2024-09-10T17:35:15.723 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-fuse 2024-09-10T17:35:15.795 INFO:teuthology.orchestra.run.smithi192.stdout:(2/2): ceph-fuse-19.3.0-4858.gbad1f558.el9.x86_ 3.1 MB/s | 901 kB 00:00 2024-09-10T17:35:15.796 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:15.796 INFO:teuthology.orchestra.run.smithi192.stdout:Total 2.3 MB/s | 981 kB 00:00 2024-09-10T17:35:15.808 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-09-10T17:35:15.831 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-09-10T17:35:15.831 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-09-10T17:35:15.913 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-09-10T17:35:15.913 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-09-10T17:35:16.025 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-10T17:35:16.103 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-09-10T17:35:16.140 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-10T17:35:16.248 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-10T17:35:16.311 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 2/2 2024-09-10T17:35:16.313 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:32 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:16.454 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:35:16.454 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:16.454 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-09-10T17:35:16.455 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:16.455 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-09-10T17:35:16.455 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-fuse x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 901 k 2024-09-10T17:35:16.455 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-09-10T17:35:16.455 INFO:teuthology.orchestra.run.smithi060.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-10T17:35:16.455 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:16.455 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-09-10T17:35:16.455 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:16.455 INFO:teuthology.orchestra.run.smithi060.stdout:Install 2 Packages 2024-09-10T17:35:16.455 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:16.456 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 981 k 2024-09-10T17:35:16.456 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 2.9 M 2024-09-10T17:35:16.456 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-09-10T17:35:16.998 INFO:teuthology.orchestra.run.smithi060.stdout:(1/2): ceph-fuse-19.3.0-4858.gbad1f558.el9.x86_ 3.1 MB/s | 901 kB 00:00 2024-09-10T17:35:17.010 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 2/2 2024-09-10T17:35:17.010 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 1/2 2024-09-10T17:35:17.173 INFO:teuthology.orchestra.run.smithi060.stdout:(2/2): fuse-2.9.9-16.el9.x86_64.rpm 174 kB/s | 80 kB 00:00 2024-09-10T17:35:17.174 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:17.174 INFO:teuthology.orchestra.run.smithi060.stdout:Total 1.3 MB/s | 981 kB 00:00 2024-09-10T17:35:17.189 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-09-10T17:35:17.215 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-09-10T17:35:17.215 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-09-10T17:35:17.265 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-10T17:35:17.265 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:17.265 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-09-10T17:35:17.265 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-10T17:35:17.265 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:17.265 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:35:17.304 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-09-10T17:35:17.305 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-09-10T17:35:17.480 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-10T17:35:17.512 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-09-10T17:35:17.533 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-volume 2024-09-10T17:35:17.665 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-10T17:35:17.734 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 2/2 2024-09-10T17:35:18.111 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:34 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:18.247 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:35:18.247 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:18.248 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-09-10T17:35:18.248 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:18.248 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-09-10T17:35:18.248 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-volume noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 285 k 2024-09-10T17:35:18.248 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:18.248 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-09-10T17:35:18.248 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:18.248 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-09-10T17:35:18.248 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:18.248 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 285 k 2024-09-10T17:35:18.248 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 1.3 M 2024-09-10T17:35:18.249 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-09-10T17:35:18.461 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 2/2 2024-09-10T17:35:18.462 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 1/2 2024-09-10T17:35:18.474 INFO:teuthology.orchestra.run.smithi192.stdout:ceph-volume-19.3.0-4858.gbad1f558.el9.noarch.rp 1.2 MB/s | 285 kB 00:00 2024-09-10T17:35:18.475 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:18.475 INFO:teuthology.orchestra.run.smithi192.stdout:Total 1.2 MB/s | 285 kB 00:00 2024-09-10T17:35:18.475 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-09-10T17:35:18.484 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-09-10T17:35:18.484 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-09-10T17:35:18.515 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-09-10T17:35:18.515 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-09-10T17:35:18.576 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-10T17:35:18.604 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-4858.gbad1f 12/12 2024-09-10T17:35:18.736 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-09-10T17:35:18.750 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-10T17:35:18.750 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:18.750 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-09-10T17:35:18.750 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-10T17:35:18.750 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:18.751 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:35:18.793 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-volume-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T17:35:18.809 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-volume-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T17:35:18.809 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T17:35:18.809 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-10T17:35:18.809 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:19.064 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-volume 2024-09-10T17:35:19.670 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:35 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:19.800 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-volume-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T17:35:19.800 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:19.800 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-09-10T17:35:19.800 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-volume-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:35:19.800 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:19.801 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:35:19.810 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:35:19.810 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:19.811 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-09-10T17:35:19.811 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:19.811 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-09-10T17:35:19.811 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-volume noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 285 k 2024-09-10T17:35:19.811 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:19.811 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-09-10T17:35:19.811 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:19.811 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-09-10T17:35:19.811 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:19.812 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 285 k 2024-09-10T17:35:19.812 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 1.3 M 2024-09-10T17:35:19.812 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-09-10T17:35:20.045 INFO:teuthology.orchestra.run.smithi060.stdout:ceph-volume-19.3.0-4858.gbad1f558.el9.noarch.rp 1.2 MB/s | 285 kB 00:00 2024-09-10T17:35:20.045 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:20.045 INFO:teuthology.orchestra.run.smithi060.stdout:Total 1.2 MB/s | 285 kB 00:00 2024-09-10T17:35:20.045 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-09-10T17:35:20.055 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-09-10T17:35:20.055 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-09-10T17:35:20.064 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install librados-devel 2024-09-10T17:35:20.091 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-09-10T17:35:20.091 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-09-10T17:35:20.325 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-09-10T17:35:20.396 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-volume-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T17:35:20.414 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-volume-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T17:35:20.414 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T17:35:20.414 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-10T17:35:20.414 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:20.650 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:36 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:20.788 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:35:20.789 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:20.789 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repo Size 2024-09-10T17:35:20.789 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:20.789 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-09-10T17:35:20.789 INFO:teuthology.orchestra.run.smithi192.stdout: librados-devel x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 126 k 2024-09-10T17:35:20.790 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:20.790 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-09-10T17:35:20.790 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:20.790 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-09-10T17:35:20.790 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:20.790 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 126 k 2024-09-10T17:35:20.790 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 456 k 2024-09-10T17:35:20.790 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-09-10T17:35:21.004 INFO:teuthology.orchestra.run.smithi192.stdout:librados-devel-19.3.0-4858.gbad1f558.el9.x86_64 590 kB/s | 126 kB 00:00 2024-09-10T17:35:21.005 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:21.005 INFO:teuthology.orchestra.run.smithi192.stdout:Total 586 kB/s | 126 kB 00:00 2024-09-10T17:35:21.005 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-09-10T17:35:21.010 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-09-10T17:35:21.011 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-09-10T17:35:21.076 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-09-10T17:35:21.077 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-09-10T17:35:21.123 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-4858.gbad1f 12/12 2024-09-10T17:35:21.123 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-4858.gbad1f 1/12 2024-09-10T17:35:21.123 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-10T17:35:21.124 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-10T17:35:21.124 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-10T17:35:21.124 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-10T17:35:21.124 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-10T17:35:21.124 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-10T17:35:21.125 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-10T17:35:21.125 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-10T17:35:21.125 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-10T17:35:21.125 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-10T17:35:21.234 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-09-10T17:35:21.345 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librados-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:21.411 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-volume-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T17:35:21.411 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:21.411 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-09-10T17:35:21.411 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-volume-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:35:21.411 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:21.412 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:35:21.562 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-10T17:35:21.562 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:21.562 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-09-10T17:35:21.563 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-diskprediction-local-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:35:21.563 INFO:teuthology.orchestra.run.smithi059.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-10T17:35:21.563 INFO:teuthology.orchestra.run.smithi059.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-10T17:35:21.563 INFO:teuthology.orchestra.run.smithi059.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-10T17:35:21.563 INFO:teuthology.orchestra.run.smithi059.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-10T17:35:21.563 INFO:teuthology.orchestra.run.smithi059.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-10T17:35:21.563 INFO:teuthology.orchestra.run.smithi059.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-10T17:35:21.563 INFO:teuthology.orchestra.run.smithi059.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-10T17:35:21.563 INFO:teuthology.orchestra.run.smithi059.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-10T17:35:21.563 INFO:teuthology.orchestra.run.smithi059.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-10T17:35:21.563 INFO:teuthology.orchestra.run.smithi059.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-10T17:35:21.563 INFO:teuthology.orchestra.run.smithi059.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-10T17:35:21.563 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:21.564 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:35:21.723 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install librados-devel 2024-09-10T17:35:21.771 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librados-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:21.966 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install ceph-mgr-rook 2024-09-10T17:35:22.026 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librados-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:22.027 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:22.027 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-09-10T17:35:22.027 INFO:teuthology.orchestra.run.smithi192.stdout: librados-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:35:22.027 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:22.027 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:35:22.307 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install libcephfs2 2024-09-10T17:35:22.327 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:38 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:22.467 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:35:22.467 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:22.468 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repo Size 2024-09-10T17:35:22.468 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:22.468 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-09-10T17:35:22.468 INFO:teuthology.orchestra.run.smithi060.stdout: librados-devel x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 126 k 2024-09-10T17:35:22.468 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:22.468 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-09-10T17:35:22.468 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:22.468 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-09-10T17:35:22.468 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:22.468 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 126 k 2024-09-10T17:35:22.468 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 456 k 2024-09-10T17:35:22.469 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-09-10T17:35:22.563 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:24 ago on Tue 10 Sep 2024 05:33:58 PM UTC. 2024-09-10T17:35:22.699 INFO:teuthology.orchestra.run.smithi060.stdout:librados-devel-19.3.0-4858.gbad1f558.el9.x86_64 549 kB/s | 126 kB 00:00 2024-09-10T17:35:22.883 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:35:22.884 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:22.884 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repository Size 2024-09-10T17:35:22.884 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:22.884 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-09-10T17:35:22.884 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-rook noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 49 k 2024-09-10T17:35:22.884 INFO:teuthology.orchestra.run.smithi059.stdout:Installing dependencies: 2024-09-10T17:35:22.884 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-10T17:35:22.884 INFO:teuthology.orchestra.run.smithi059.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-10T17:35:22.884 INFO:teuthology.orchestra.run.smithi059.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-10T17:35:22.884 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-10T17:35:22.884 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-10T17:35:22.884 INFO:teuthology.orchestra.run.smithi059.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-10T17:35:22.885 INFO:teuthology.orchestra.run.smithi059.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-10T17:35:22.885 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-10T17:35:22.885 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-10T17:35:22.885 INFO:teuthology.orchestra.run.smithi059.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-10T17:35:22.885 INFO:teuthology.orchestra.run.smithi059.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-10T17:35:22.885 INFO:teuthology.orchestra.run.smithi059.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-10T17:35:22.885 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:22.885 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-09-10T17:35:22.885 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:22.885 INFO:teuthology.orchestra.run.smithi059.stdout:Install 13 Packages 2024-09-10T17:35:22.885 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:22.885 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 2.2 M 2024-09-10T17:35:22.885 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 26 M 2024-09-10T17:35:22.885 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-09-10T17:35:22.886 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:22.887 INFO:teuthology.orchestra.run.smithi060.stdout:Total 545 kB/s | 126 kB 00:00 2024-09-10T17:35:22.887 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-09-10T17:35:22.887 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-09-10T17:35:22.887 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-09-10T17:35:22.887 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-09-10T17:35:22.887 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-09-10T17:35:22.888 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:38 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:22.933 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-09-10T17:35:22.979 INFO:teuthology.orchestra.run.smithi192.stdout:Package libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:35:23.024 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:35:23.025 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-09-10T17:35:23.025 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:35:23.050 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : librados-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:23.112 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install libcephfs-devel 2024-09-10T17:35:23.228 INFO:teuthology.orchestra.run.smithi059.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 341 kB/s | 26 kB 00:00 2024-09-10T17:35:23.253 INFO:teuthology.orchestra.run.smithi059.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 191 kB/s | 19 kB 00:00 2024-09-10T17:35:23.320 INFO:teuthology.orchestra.run.smithi059.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.4 MB/s | 222 kB 00:00 2024-09-10T17:35:23.346 INFO:teuthology.orchestra.run.smithi059.stdout:(4/13): ceph-mgr-rook-19.3.0-4858.gbad1f558.el9 255 kB/s | 49 kB 00:00 2024-09-10T17:35:23.371 INFO:teuthology.orchestra.run.smithi059.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 159 kB 00:00 2024-09-10T17:35:23.413 INFO:teuthology.orchestra.run.smithi059.stdout:(6/13): python3-cachetools-4.2.4-1.el9.noarch.r 781 kB/s | 32 kB 00:00 2024-09-10T17:35:23.438 INFO:teuthology.orchestra.run.smithi059.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 583 kB/s | 54 kB 00:00 2024-09-10T17:35:23.463 INFO:teuthology.orchestra.run.smithi059.stdout:(8/13): python3-certifi-2023.05.07-4.el9.noarch 281 kB/s | 14 kB 00:00 2024-09-10T17:35:23.474 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librados-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:23.505 INFO:teuthology.orchestra.run.smithi059.stdout:(9/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.5 MB/s | 279 kB 00:00 2024-09-10T17:35:23.555 INFO:teuthology.orchestra.run.smithi059.stdout:(10/13): python3-google-auth-2.34.0-1.el9.noarc 1.8 MB/s | 220 kB 00:00 2024-09-10T17:35:23.589 INFO:teuthology.orchestra.run.smithi059.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 725 kB/s | 59 kB 00:00 2024-09-10T17:35:23.614 INFO:teuthology.orchestra.run.smithi059.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.6 MB/s | 90 kB 00:00 2024-09-10T17:35:23.648 INFO:teuthology.orchestra.run.smithi059.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 5.8 MB/s | 1.0 MB 00:00 2024-09-10T17:35:23.652 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:23.652 INFO:teuthology.orchestra.run.smithi059.stdout:Total 2.3 MB/s | 2.2 MB 00:00 2024-09-10T17:35:23.697 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:39 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:23.724 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-09-10T17:35:23.741 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-09-10T17:35:23.741 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-09-10T17:35:23.743 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librados-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:23.743 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:23.743 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-09-10T17:35:23.743 INFO:teuthology.orchestra.run.smithi060.stdout: librados-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:35:23.743 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:23.743 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:35:23.839 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:35:23.840 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:23.840 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repo Size 2024-09-10T17:35:23.840 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:23.840 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-09-10T17:35:23.840 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs-devel x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 32 k 2024-09-10T17:35:23.840 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:23.840 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-09-10T17:35:23.840 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:23.840 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-09-10T17:35:23.840 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:23.840 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 32 k 2024-09-10T17:35:23.840 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 142 k 2024-09-10T17:35:23.841 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-09-10T17:35:23.843 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-09-10T17:35:23.843 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-09-10T17:35:23.983 INFO:teuthology.orchestra.run.smithi192.stdout:libcephfs-devel-19.3.0-4858.gbad1f558.el9.x86_6 223 kB/s | 32 kB 00:00 2024-09-10T17:35:23.984 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:23.984 INFO:teuthology.orchestra.run.smithi192.stdout:Total 220 kB/s | 32 kB 00:00 2024-09-10T17:35:23.985 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-09-10T17:35:23.988 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-09-10T17:35:23.988 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-09-10T17:35:24.003 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install libcephfs2 2024-09-10T17:35:24.012 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-09-10T17:35:24.013 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-09-10T17:35:24.101 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-09-10T17:35:24.209 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libcephfs-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:24.375 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-09-10T17:35:24.571 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-10T17:35:24.609 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:40 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:24.621 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:24.634 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-10T17:35:24.690 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-10T17:35:24.706 INFO:teuthology.orchestra.run.smithi060.stdout:Package libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:35:24.725 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-10T17:35:24.753 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:35:24.754 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-09-10T17:35:24.754 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:35:24.767 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-10T17:35:24.810 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install libcephfs-devel 2024-09-10T17:35:24.845 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libcephfs-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:24.845 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:24.846 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-09-10T17:35:24.846 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:35:24.846 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:24.846 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:35:24.874 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-10T17:35:24.993 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-10T17:35:25.038 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install librados2 2024-09-10T17:35:25.053 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-10T17:35:25.412 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:41 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:25.553 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:35:25.554 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:25.554 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repo Size 2024-09-10T17:35:25.554 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:25.554 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-09-10T17:35:25.554 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs-devel x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 32 k 2024-09-10T17:35:25.554 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:25.555 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-09-10T17:35:25.555 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:25.555 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-09-10T17:35:25.555 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:25.555 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 32 k 2024-09-10T17:35:25.555 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 142 k 2024-09-10T17:35:25.555 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-09-10T17:35:25.608 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:41 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:25.699 INFO:teuthology.orchestra.run.smithi192.stdout:Package librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:35:25.712 INFO:teuthology.orchestra.run.smithi060.stdout:libcephfs-devel-19.3.0-4858.gbad1f558.el9.x86_6 203 kB/s | 32 kB 00:00 2024-09-10T17:35:25.713 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:25.713 INFO:teuthology.orchestra.run.smithi060.stdout:Total 201 kB/s | 32 kB 00:00 2024-09-10T17:35:25.713 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-09-10T17:35:25.716 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-09-10T17:35:25.717 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-09-10T17:35:25.733 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-09-10T17:35:25.733 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-09-10T17:35:25.742 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:35:25.743 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-09-10T17:35:25.743 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:35:25.821 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install librbd1 2024-09-10T17:35:25.822 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-10T17:35:25.828 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-09-10T17:35:25.874 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-10T17:35:25.907 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-10T17:35:25.946 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libcephfs-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:25.965 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-10T17:35:26.002 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-mgr-rook-2:19.3.0-4858.gbad1f558.el9.noarch 13/13 2024-09-10T17:35:26.360 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:26.378 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:42 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:26.467 INFO:teuthology.orchestra.run.smithi192.stdout:Package librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:35:26.511 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:35:26.512 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-09-10T17:35:26.512 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:35:26.586 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install python3-rados 2024-09-10T17:35:26.598 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libcephfs-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:26.598 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:26.598 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-09-10T17:35:26.598 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:35:26.598 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:26.598 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:35:26.785 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-4858.gbad1f558.el9.noarch 13/13 2024-09-10T17:35:26.785 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-mgr-rook-2:19.3.0-4858.gbad1f558.el9.noarch 1/13 2024-09-10T17:35:26.786 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-10T17:35:26.786 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-10T17:35:26.786 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-10T17:35:26.786 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-10T17:35:26.786 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-10T17:35:26.786 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-10T17:35:26.786 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-10T17:35:26.786 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-10T17:35:26.786 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-10T17:35:26.786 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-10T17:35:26.786 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-10T17:35:26.787 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install librados2 2024-09-10T17:35:27.116 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-10T17:35:27.116 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:27.116 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-09-10T17:35:27.116 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-rook-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:35:27.117 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-10T17:35:27.117 INFO:teuthology.orchestra.run.smithi059.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-10T17:35:27.117 INFO:teuthology.orchestra.run.smithi059.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-10T17:35:27.117 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-10T17:35:27.117 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-10T17:35:27.117 INFO:teuthology.orchestra.run.smithi059.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-10T17:35:27.117 INFO:teuthology.orchestra.run.smithi059.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-10T17:35:27.117 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-10T17:35:27.117 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-10T17:35:27.117 INFO:teuthology.orchestra.run.smithi059.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-10T17:35:27.117 INFO:teuthology.orchestra.run.smithi059.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-10T17:35:27.117 INFO:teuthology.orchestra.run.smithi059.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-10T17:35:27.117 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:27.118 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:35:27.154 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:43 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:27.244 INFO:teuthology.orchestra.run.smithi192.stdout:Package python3-rados-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:35:27.287 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:35:27.288 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-09-10T17:35:27.288 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:35:27.356 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install python3-rgw 2024-09-10T17:35:27.376 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:43 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:27.400 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install ceph-mgr-cephadm 2024-09-10T17:35:27.469 INFO:teuthology.orchestra.run.smithi060.stdout:Package librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:35:27.514 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:35:27.515 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-09-10T17:35:27.515 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:35:27.577 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install librbd1 2024-09-10T17:35:27.917 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:43 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:27.993 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:29 ago on Tue 10 Sep 2024 05:33:58 PM UTC. 2024-09-10T17:35:28.007 INFO:teuthology.orchestra.run.smithi192.stdout:Package python3-rgw-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:35:28.050 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:35:28.051 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-09-10T17:35:28.051 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:35:28.125 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install python3-cephfs 2024-09-10T17:35:28.131 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:35:28.132 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:28.132 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repository Size 2024-09-10T17:35:28.133 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:28.133 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-09-10T17:35:28.133 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-cephadm noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 154 k 2024-09-10T17:35:28.133 INFO:teuthology.orchestra.run.smithi059.stdout:Installing dependencies: 2024-09-10T17:35:28.133 INFO:teuthology.orchestra.run.smithi059.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-10T17:35:28.133 INFO:teuthology.orchestra.run.smithi059.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-10T17:35:28.133 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-10T17:35:28.133 INFO:teuthology.orchestra.run.smithi059.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-10T17:35:28.133 INFO:teuthology.orchestra.run.smithi059.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-10T17:35:28.133 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:28.133 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-09-10T17:35:28.134 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:28.134 INFO:teuthology.orchestra.run.smithi059.stdout:Install 6 Packages 2024-09-10T17:35:28.134 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:28.134 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 7.0 M 2024-09-10T17:35:28.134 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 33 M 2024-09-10T17:35:28.134 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-09-10T17:35:28.170 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:44 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:28.264 INFO:teuthology.orchestra.run.smithi060.stdout:Package librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:35:28.309 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:35:28.310 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-09-10T17:35:28.311 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:35:28.367 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install python3-rados 2024-09-10T17:35:28.704 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:44 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:28.795 INFO:teuthology.orchestra.run.smithi192.stdout:Package python3-cephfs-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:35:28.838 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:35:28.839 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-09-10T17:35:28.839 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:35:28.910 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install python3-rbd 2024-09-10T17:35:28.957 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:44 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:29.051 INFO:teuthology.orchestra.run.smithi060.stdout:Package python3-rados-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:35:29.074 INFO:teuthology.orchestra.run.smithi059.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.2 MB/s | 248 kB 00:00 2024-09-10T17:35:29.096 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:35:29.097 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-09-10T17:35:29.097 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:35:29.107 INFO:teuthology.orchestra.run.smithi059.stdout:(2/6): ceph-mgr-cephadm-19.3.0-4858.gbad1f558.e 639 kB/s | 154 kB 00:00 2024-09-10T17:35:29.157 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install python3-rgw 2024-09-10T17:35:29.166 INFO:teuthology.orchestra.run.smithi059.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 5.8 MB/s | 548 kB 00:00 2024-09-10T17:35:29.191 INFO:teuthology.orchestra.run.smithi059.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 692 kB/s | 58 kB 00:00 2024-09-10T17:35:29.216 INFO:teuthology.orchestra.run.smithi059.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.5 MB/s | 74 kB 00:00 2024-09-10T17:35:29.477 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:45 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:29.567 INFO:teuthology.orchestra.run.smithi192.stdout:Package python3-rbd-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:35:29.610 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:35:29.611 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-09-10T17:35:29.611 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:35:29.684 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install rbd-fuse 2024-09-10T17:35:29.744 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:45 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:29.838 INFO:teuthology.orchestra.run.smithi060.stdout:Package python3-rgw-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:35:29.884 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:35:29.885 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-09-10T17:35:29.885 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:35:29.940 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install python3-cephfs 2024-09-10T17:35:30.175 INFO:teuthology.orchestra.run.smithi059.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 4.6 MB/s | 6.0 MB 00:01 2024-09-10T17:35:30.178 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:30.178 INFO:teuthology.orchestra.run.smithi059.stdout:Total 3.4 MB/s | 7.0 MB 00:02 2024-09-10T17:35:30.253 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-09-10T17:35:30.255 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:46 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:30.266 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-09-10T17:35:30.266 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-09-10T17:35:30.373 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-09-10T17:35:30.374 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-09-10T17:35:30.391 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:35:30.391 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:30.391 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2024-09-10T17:35:30.391 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:30.391 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-09-10T17:35:30.391 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-fuse x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 85 k 2024-09-10T17:35:30.391 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:30.392 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-09-10T17:35:30.392 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:30.392 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-09-10T17:35:30.392 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:30.392 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 85 k 2024-09-10T17:35:30.392 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 231 k 2024-09-10T17:35:30.393 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-09-10T17:35:30.533 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:46 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:30.595 INFO:teuthology.orchestra.run.smithi192.stdout:rbd-fuse-19.3.0-4858.gbad1f558.el9.x86_64.rpm 420 kB/s | 85 kB 00:00 2024-09-10T17:35:30.596 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:30.596 INFO:teuthology.orchestra.run.smithi192.stdout:Total 417 kB/s | 85 kB 00:00 2024-09-10T17:35:30.596 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-09-10T17:35:30.603 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-09-10T17:35:30.603 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-09-10T17:35:30.626 INFO:teuthology.orchestra.run.smithi060.stdout:Package python3-cephfs-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:35:30.666 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-09-10T17:35:30.667 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-09-10T17:35:30.672 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:35:30.673 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-09-10T17:35:30.673 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:35:30.700 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-09-10T17:35:30.737 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install python3-rbd 2024-09-10T17:35:30.862 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-09-10T17:35:30.874 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-10T17:35:30.920 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-10T17:35:30.967 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : rbd-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:31.331 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:47 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:31.352 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: rbd-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:31.424 INFO:teuthology.orchestra.run.smithi060.stdout:Package python3-rbd-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:35:31.470 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:35:31.471 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-09-10T17:35:31.471 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:35:31.473 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-10T17:35:31.538 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install rbd-fuse 2024-09-10T17:35:31.566 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-10T17:35:31.626 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : rbd-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:31.626 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:31.626 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-09-10T17:35:31.626 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:35:31.627 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:31.627 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:35:31.642 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-10T17:35:31.680 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 6/6 2024-09-10T17:35:31.838 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install rbd-mirror 2024-09-10T17:35:32.131 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:48 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:32.271 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:35:32.271 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:32.272 INFO:teuthology.orchestra.run.smithi060.stdout: Package Architecture Version Repository Size 2024-09-10T17:35:32.272 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:32.272 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-09-10T17:35:32.272 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-fuse x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 85 k 2024-09-10T17:35:32.272 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:32.272 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-09-10T17:35:32.272 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:32.272 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-09-10T17:35:32.272 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:32.272 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 85 k 2024-09-10T17:35:32.272 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 231 k 2024-09-10T17:35:32.272 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-09-10T17:35:32.422 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:48 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:32.470 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 6/6 2024-09-10T17:35:32.470 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/6 2024-09-10T17:35:32.470 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-10T17:35:32.470 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-10T17:35:32.470 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-10T17:35:32.470 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-10T17:35:32.474 INFO:teuthology.orchestra.run.smithi060.stdout:rbd-fuse-19.3.0-4858.gbad1f558.el9.x86_64.rpm 422 kB/s | 85 kB 00:00 2024-09-10T17:35:32.474 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:32.475 INFO:teuthology.orchestra.run.smithi060.stdout:Total 419 kB/s | 85 kB 00:00 2024-09-10T17:35:32.475 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-09-10T17:35:32.482 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-09-10T17:35:32.483 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-09-10T17:35:32.551 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-09-10T17:35:32.551 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-09-10T17:35:32.556 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:35:32.557 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:32.557 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repo Size 2024-09-10T17:35:32.557 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:32.557 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-09-10T17:35:32.557 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-mirror x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 3.2 M 2024-09-10T17:35:32.557 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:32.557 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-09-10T17:35:32.558 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:32.558 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-09-10T17:35:32.558 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:32.558 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 3.2 M 2024-09-10T17:35:32.558 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 14 M 2024-09-10T17:35:32.558 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-09-10T17:35:32.726 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-09-10T17:35:32.749 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-10T17:35:32.749 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:32.750 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-09-10T17:35:32.750 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:35:32.750 INFO:teuthology.orchestra.run.smithi059.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-10T17:35:32.750 INFO:teuthology.orchestra.run.smithi059.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-10T17:35:32.750 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-10T17:35:32.750 INFO:teuthology.orchestra.run.smithi059.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-10T17:35:32.750 INFO:teuthology.orchestra.run.smithi059.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-10T17:35:32.750 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:32.750 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:35:32.841 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : rbd-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:32.900 INFO:teuthology.orchestra.run.smithi192.stdout:rbd-mirror-19.3.0-4858.gbad1f558.el9.x86_64.rpm 9.3 MB/s | 3.2 MB 00:00 2024-09-10T17:35:32.901 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:32.902 INFO:teuthology.orchestra.run.smithi192.stdout:Total 9.3 MB/s | 3.2 MB 00:00 2024-09-10T17:35:32.902 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-09-10T17:35:32.911 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-09-10T17:35:32.911 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-09-10T17:35:32.998 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-09-10T17:35:33.121 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-09-10T17:35:33.122 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install ceph-fuse 2024-09-10T17:35:33.207 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: rbd-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:33.443 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-09-10T17:35:33.490 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : rbd-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:33.490 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:33.490 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-09-10T17:35:33.490 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:35:33.491 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:33.491 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:35:33.518 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : rbd-mirror-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:33.543 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: rbd-mirror-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:33.543 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T17:35:33.543 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-10T17:35:33.543 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-10T17:35:33.544 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-10T17:35:33.544 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:33.710 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install rbd-mirror 2024-09-10T17:35:33.714 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:35 ago on Tue 10 Sep 2024 05:33:58 PM UTC. 2024-09-10T17:35:33.854 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:35:33.854 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:33.854 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repository Size 2024-09-10T17:35:33.855 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:33.855 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-09-10T17:35:33.855 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-fuse x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 901 k 2024-09-10T17:35:33.855 INFO:teuthology.orchestra.run.smithi059.stdout:Installing dependencies: 2024-09-10T17:35:33.855 INFO:teuthology.orchestra.run.smithi059.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-10T17:35:33.855 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:33.855 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-09-10T17:35:33.855 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:33.855 INFO:teuthology.orchestra.run.smithi059.stdout:Install 2 Packages 2024-09-10T17:35:33.855 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:33.856 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 981 k 2024-09-10T17:35:33.856 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 2.9 M 2024-09-10T17:35:33.856 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-09-10T17:35:34.226 INFO:teuthology.orchestra.run.smithi059.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 852 kB/s | 80 kB 00:00 2024-09-10T17:35:34.319 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:50 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:34.427 INFO:teuthology.orchestra.run.smithi059.stdout:(2/2): ceph-fuse-19.3.0-4858.gbad1f558.el9.x86_ 3.0 MB/s | 901 kB 00:00 2024-09-10T17:35:34.427 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:34.427 INFO:teuthology.orchestra.run.smithi059.stdout:Total 1.7 MB/s | 981 kB 00:00 2024-09-10T17:35:34.439 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-09-10T17:35:34.459 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:35:34.459 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:34.459 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repo Size 2024-09-10T17:35:34.459 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:34.459 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-09-10T17:35:34.459 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-mirror x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 3.2 M 2024-09-10T17:35:34.460 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:34.460 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-09-10T17:35:34.460 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:34.460 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-09-10T17:35:34.460 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:34.460 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 3.2 M 2024-09-10T17:35:34.460 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 14 M 2024-09-10T17:35:34.461 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-09-10T17:35:34.463 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-09-10T17:35:34.463 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-09-10T17:35:34.550 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-09-10T17:35:34.550 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-09-10T17:35:34.658 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : rbd-mirror-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:34.658 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:34.658 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-09-10T17:35:34.658 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-mirror-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:35:34.659 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:34.659 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:35:34.741 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-09-10T17:35:34.786 INFO:teuthology.orchestra.run.smithi060.stdout:rbd-mirror-19.3.0-4858.gbad1f558.el9.x86_64.rpm 9.8 MB/s | 3.2 MB 00:00 2024-09-10T17:35:34.786 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:34.787 INFO:teuthology.orchestra.run.smithi060.stdout:Total 9.7 MB/s | 3.2 MB 00:00 2024-09-10T17:35:34.787 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-09-10T17:35:34.797 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-09-10T17:35:34.797 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-09-10T17:35:34.875 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-10T17:35:34.889 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-09-10T17:35:34.889 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-09-10T17:35:34.914 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install rbd-nbd 2024-09-10T17:35:34.946 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 2/2 2024-09-10T17:35:35.358 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-09-10T17:35:35.445 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : rbd-mirror-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:35.471 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: rbd-mirror-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:35.472 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T17:35:35.472 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-10T17:35:35.472 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-10T17:35:35.472 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-10T17:35:35.472 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:35.490 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:51 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:35.619 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 2/2 2024-09-10T17:35:35.619 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 1/2 2024-09-10T17:35:35.627 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-09-10T17:35:35.628 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:35.628 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2024-09-10T17:35:35.628 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:35.628 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-09-10T17:35:35.628 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-nbd x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 170 k 2024-09-10T17:35:35.628 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:35.628 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-09-10T17:35:35.628 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-09-10T17:35:35.629 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-09-10T17:35:35.629 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:35.629 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 170 k 2024-09-10T17:35:35.629 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 490 k 2024-09-10T17:35:35.629 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-09-10T17:35:35.838 INFO:teuthology.orchestra.run.smithi192.stdout:rbd-nbd-19.3.0-4858.gbad1f558.el9.x86_64.rpm 817 kB/s | 170 kB 00:00 2024-09-10T17:35:35.839 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:35.839 INFO:teuthology.orchestra.run.smithi192.stdout:Total 810 kB/s | 170 kB 00:00 2024-09-10T17:35:35.839 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-09-10T17:35:35.847 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-09-10T17:35:35.847 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-09-10T17:35:35.898 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-10T17:35:35.898 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:35.899 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-09-10T17:35:35.899 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-10T17:35:35.899 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:35.899 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:35:35.911 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-09-10T17:35:35.912 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-09-10T17:35:36.065 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-09-10T17:35:36.161 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : rbd-nbd-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:36.191 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install ceph-volume 2024-09-10T17:35:36.573 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : rbd-mirror-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:36.573 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:36.573 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-09-10T17:35:36.573 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-mirror-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:35:36.573 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:36.573 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:35:36.603 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: rbd-nbd-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:36.787 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:38 ago on Tue 10 Sep 2024 05:33:58 PM UTC. 2024-09-10T17:35:36.850 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install rbd-nbd 2024-09-10T17:35:36.927 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:35:36.928 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:36.928 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repository Size 2024-09-10T17:35:36.928 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:36.928 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-09-10T17:35:36.929 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-volume noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 285 k 2024-09-10T17:35:36.929 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:36.929 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-09-10T17:35:36.929 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:36.929 INFO:teuthology.orchestra.run.smithi059.stdout:Install 1 Package 2024-09-10T17:35:36.929 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:36.929 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 285 k 2024-09-10T17:35:36.929 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 1.3 M 2024-09-10T17:35:36.929 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-09-10T17:35:36.929 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : rbd-nbd-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:36.930 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:36.930 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-09-10T17:35:36.930 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-nbd-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:35:36.930 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:35:36.930 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-09-10T17:35:37.164 INFO:teuthology.orchestra.run.smithi059.stdout:ceph-volume-19.3.0-4858.gbad1f558.el9.noarch.rp 1.2 MB/s | 285 kB 00:00 2024-09-10T17:35:37.165 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:37.165 INFO:teuthology.orchestra.run.smithi059.stdout:Total 1.2 MB/s | 285 kB 00:00 2024-09-10T17:35:37.165 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-09-10T17:35:37.169 DEBUG:teuthology.parallel:result is None 2024-09-10T17:35:37.175 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-09-10T17:35:37.175 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-09-10T17:35:37.210 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-09-10T17:35:37.211 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-09-10T17:35:37.448 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-09-10T17:35:37.461 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:53 ago on Tue 10 Sep 2024 05:33:44 PM UTC. 2024-09-10T17:35:37.516 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : ceph-volume-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T17:35:37.534 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: ceph-volume-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T17:35:37.534 INFO:teuthology.orchestra.run.smithi059.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T17:35:37.534 INFO:teuthology.orchestra.run.smithi059.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-10T17:35:37.534 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:37.600 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-09-10T17:35:37.601 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:37.601 INFO:teuthology.orchestra.run.smithi060.stdout: Package Architecture Version Repository Size 2024-09-10T17:35:37.601 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:37.601 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-09-10T17:35:37.601 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-nbd x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 170 k 2024-09-10T17:35:37.601 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:37.601 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-09-10T17:35:37.601 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-09-10T17:35:37.601 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-09-10T17:35:37.602 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:37.602 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 170 k 2024-09-10T17:35:37.602 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 490 k 2024-09-10T17:35:37.602 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-09-10T17:35:37.814 INFO:teuthology.orchestra.run.smithi060.stdout:rbd-nbd-19.3.0-4858.gbad1f558.el9.x86_64.rpm 803 kB/s | 170 kB 00:00 2024-09-10T17:35:37.815 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:37.815 INFO:teuthology.orchestra.run.smithi060.stdout:Total 797 kB/s | 170 kB 00:00 2024-09-10T17:35:37.815 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-09-10T17:35:37.824 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-09-10T17:35:37.824 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-09-10T17:35:37.893 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-09-10T17:35:37.893 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-09-10T17:35:38.058 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-09-10T17:35:38.174 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : rbd-nbd-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:38.586 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : ceph-volume-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T17:35:38.587 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:38.587 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-09-10T17:35:38.587 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-volume-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T17:35:38.587 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:38.587 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:35:38.669 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: rbd-nbd-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:38.902 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install librados-devel 2024-09-10T17:35:38.965 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : rbd-nbd-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:38.966 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:38.966 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-09-10T17:35:38.966 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-nbd-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:35:38.966 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:35:38.966 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-09-10T17:35:39.237 DEBUG:teuthology.parallel:result is None 2024-09-10T17:35:39.511 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:41 ago on Tue 10 Sep 2024 05:33:58 PM UTC. 2024-09-10T17:35:39.650 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:35:39.651 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:39.651 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repo Size 2024-09-10T17:35:39.651 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:39.651 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-09-10T17:35:39.651 INFO:teuthology.orchestra.run.smithi059.stdout: librados-devel x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 126 k 2024-09-10T17:35:39.651 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:39.651 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-09-10T17:35:39.651 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:39.651 INFO:teuthology.orchestra.run.smithi059.stdout:Install 1 Package 2024-09-10T17:35:39.651 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:39.651 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 126 k 2024-09-10T17:35:39.651 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 456 k 2024-09-10T17:35:39.651 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-09-10T17:35:39.862 INFO:teuthology.orchestra.run.smithi059.stdout:librados-devel-19.3.0-4858.gbad1f558.el9.x86_64 603 kB/s | 126 kB 00:00 2024-09-10T17:35:39.862 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:39.863 INFO:teuthology.orchestra.run.smithi059.stdout:Total 598 kB/s | 126 kB 00:00 2024-09-10T17:35:39.863 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-09-10T17:35:39.869 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-09-10T17:35:39.869 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-09-10T17:35:39.937 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-09-10T17:35:39.937 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-09-10T17:35:40.098 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-09-10T17:35:40.212 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : librados-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:40.633 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: librados-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:40.914 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : librados-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:40.914 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:40.914 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-09-10T17:35:40.914 INFO:teuthology.orchestra.run.smithi059.stdout: librados-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:35:40.914 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:40.914 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:35:41.205 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install libcephfs2 2024-09-10T17:35:41.796 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:43 ago on Tue 10 Sep 2024 05:33:58 PM UTC. 2024-09-10T17:35:41.893 INFO:teuthology.orchestra.run.smithi059.stdout:Package libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:35:41.939 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:35:41.941 INFO:teuthology.orchestra.run.smithi059.stdout:Nothing to do. 2024-09-10T17:35:41.941 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:35:42.012 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install libcephfs-devel 2024-09-10T17:35:42.611 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:44 ago on Tue 10 Sep 2024 05:33:58 PM UTC. 2024-09-10T17:35:42.749 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:35:42.750 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:42.751 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repo Size 2024-09-10T17:35:42.751 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:42.751 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-09-10T17:35:42.751 INFO:teuthology.orchestra.run.smithi059.stdout: libcephfs-devel x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 32 k 2024-09-10T17:35:42.751 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:42.751 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-09-10T17:35:42.751 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:42.751 INFO:teuthology.orchestra.run.smithi059.stdout:Install 1 Package 2024-09-10T17:35:42.751 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:42.751 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 32 k 2024-09-10T17:35:42.751 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 142 k 2024-09-10T17:35:42.751 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-09-10T17:35:42.898 INFO:teuthology.orchestra.run.smithi059.stdout:libcephfs-devel-19.3.0-4858.gbad1f558.el9.x86_6 216 kB/s | 32 kB 00:00 2024-09-10T17:35:42.899 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:42.899 INFO:teuthology.orchestra.run.smithi059.stdout:Total 214 kB/s | 32 kB 00:00 2024-09-10T17:35:42.899 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-09-10T17:35:42.903 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-09-10T17:35:42.903 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-09-10T17:35:42.916 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-09-10T17:35:42.917 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-09-10T17:35:42.999 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-09-10T17:35:43.107 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : libcephfs-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:43.507 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:43.738 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : libcephfs-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:43.738 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:43.739 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-09-10T17:35:43.739 INFO:teuthology.orchestra.run.smithi059.stdout: libcephfs-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:35:43.739 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:43.739 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:35:43.922 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install librados2 2024-09-10T17:35:44.513 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:46 ago on Tue 10 Sep 2024 05:33:58 PM UTC. 2024-09-10T17:35:44.607 INFO:teuthology.orchestra.run.smithi059.stdout:Package librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:35:44.653 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:35:44.653 INFO:teuthology.orchestra.run.smithi059.stdout:Nothing to do. 2024-09-10T17:35:44.654 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:35:44.719 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install librbd1 2024-09-10T17:35:45.315 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:47 ago on Tue 10 Sep 2024 05:33:58 PM UTC. 2024-09-10T17:35:45.406 INFO:teuthology.orchestra.run.smithi059.stdout:Package librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:35:45.453 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:35:45.456 INFO:teuthology.orchestra.run.smithi059.stdout:Nothing to do. 2024-09-10T17:35:45.456 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:35:45.523 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install python3-rados 2024-09-10T17:35:46.118 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:48 ago on Tue 10 Sep 2024 05:33:58 PM UTC. 2024-09-10T17:35:46.212 INFO:teuthology.orchestra.run.smithi059.stdout:Package python3-rados-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:35:46.258 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:35:46.259 INFO:teuthology.orchestra.run.smithi059.stdout:Nothing to do. 2024-09-10T17:35:46.259 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:35:46.326 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install python3-rgw 2024-09-10T17:35:46.920 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:48 ago on Tue 10 Sep 2024 05:33:58 PM UTC. 2024-09-10T17:35:47.014 INFO:teuthology.orchestra.run.smithi059.stdout:Package python3-rgw-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:35:47.059 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:35:47.060 INFO:teuthology.orchestra.run.smithi059.stdout:Nothing to do. 2024-09-10T17:35:47.060 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:35:47.126 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install python3-cephfs 2024-09-10T17:35:47.716 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:49 ago on Tue 10 Sep 2024 05:33:58 PM UTC. 2024-09-10T17:35:47.808 INFO:teuthology.orchestra.run.smithi059.stdout:Package python3-cephfs-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:35:47.854 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:35:47.855 INFO:teuthology.orchestra.run.smithi059.stdout:Nothing to do. 2024-09-10T17:35:47.855 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:35:47.925 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install python3-rbd 2024-09-10T17:35:48.522 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:50 ago on Tue 10 Sep 2024 05:33:58 PM UTC. 2024-09-10T17:35:48.617 INFO:teuthology.orchestra.run.smithi059.stdout:Package python3-rbd-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T17:35:48.663 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:35:48.664 INFO:teuthology.orchestra.run.smithi059.stdout:Nothing to do. 2024-09-10T17:35:48.664 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:35:48.736 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install rbd-fuse 2024-09-10T17:35:49.333 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:51 ago on Tue 10 Sep 2024 05:33:58 PM UTC. 2024-09-10T17:35:49.470 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:35:49.471 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:49.471 INFO:teuthology.orchestra.run.smithi059.stdout: Package Architecture Version Repository Size 2024-09-10T17:35:49.471 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:49.471 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-09-10T17:35:49.471 INFO:teuthology.orchestra.run.smithi059.stdout: rbd-fuse x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 85 k 2024-09-10T17:35:49.471 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:49.471 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-09-10T17:35:49.472 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:49.472 INFO:teuthology.orchestra.run.smithi059.stdout:Install 1 Package 2024-09-10T17:35:49.472 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:49.472 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 85 k 2024-09-10T17:35:49.472 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 231 k 2024-09-10T17:35:49.472 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-09-10T17:35:49.651 INFO:teuthology.orchestra.run.smithi059.stdout:rbd-fuse-19.3.0-4858.gbad1f558.el9.x86_64.rpm 475 kB/s | 85 kB 00:00 2024-09-10T17:35:49.652 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:49.652 INFO:teuthology.orchestra.run.smithi059.stdout:Total 472 kB/s | 85 kB 00:00 2024-09-10T17:35:49.653 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-09-10T17:35:49.660 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-09-10T17:35:49.660 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-09-10T17:35:49.729 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-09-10T17:35:49.730 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-09-10T17:35:49.918 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-09-10T17:35:50.036 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : rbd-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:50.429 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: rbd-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:50.704 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : rbd-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:50.704 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:50.704 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-09-10T17:35:50.704 INFO:teuthology.orchestra.run.smithi059.stdout: rbd-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:35:50.704 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:50.704 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:35:50.938 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install rbd-mirror 2024-09-10T17:35:51.536 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:53 ago on Tue 10 Sep 2024 05:33:58 PM UTC. 2024-09-10T17:35:51.676 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:35:51.676 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:51.677 INFO:teuthology.orchestra.run.smithi059.stdout: Package Arch Version Repo Size 2024-09-10T17:35:51.677 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:51.677 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-09-10T17:35:51.677 INFO:teuthology.orchestra.run.smithi059.stdout: rbd-mirror x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 3.2 M 2024-09-10T17:35:51.677 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:51.677 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-09-10T17:35:51.677 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:51.677 INFO:teuthology.orchestra.run.smithi059.stdout:Install 1 Package 2024-09-10T17:35:51.677 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:51.677 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 3.2 M 2024-09-10T17:35:51.677 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 14 M 2024-09-10T17:35:51.678 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-09-10T17:35:52.013 INFO:teuthology.orchestra.run.smithi059.stdout:rbd-mirror-19.3.0-4858.gbad1f558.el9.x86_64.rpm 9.5 MB/s | 3.2 MB 00:00 2024-09-10T17:35:52.014 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:52.014 INFO:teuthology.orchestra.run.smithi059.stdout:Total 9.4 MB/s | 3.2 MB 00:00 2024-09-10T17:35:52.014 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-09-10T17:35:52.024 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-09-10T17:35:52.024 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-09-10T17:35:52.117 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-09-10T17:35:52.118 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-09-10T17:35:52.584 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-09-10T17:35:52.655 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : rbd-mirror-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:52.682 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: rbd-mirror-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:52.682 INFO:teuthology.orchestra.run.smithi059.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T17:35:52.682 INFO:teuthology.orchestra.run.smithi059.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-10T17:35:52.682 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-10T17:35:52.682 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-10T17:35:52.682 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:53.813 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : rbd-mirror-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:53.813 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:53.813 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-09-10T17:35:53.813 INFO:teuthology.orchestra.run.smithi059.stdout: rbd-mirror-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:35:53.813 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:53.813 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:35:54.053 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum -y install rbd-nbd 2024-09-10T17:35:54.652 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:01:56 ago on Tue 10 Sep 2024 05:33:58 PM UTC. 2024-09-10T17:35:54.789 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2024-09-10T17:35:54.790 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:54.790 INFO:teuthology.orchestra.run.smithi059.stdout: Package Architecture Version Repository Size 2024-09-10T17:35:54.790 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:54.790 INFO:teuthology.orchestra.run.smithi059.stdout:Installing: 2024-09-10T17:35:54.790 INFO:teuthology.orchestra.run.smithi059.stdout: rbd-nbd x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 170 k 2024-09-10T17:35:54.790 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:54.790 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction Summary 2024-09-10T17:35:54.790 INFO:teuthology.orchestra.run.smithi059.stdout:================================================================================ 2024-09-10T17:35:54.790 INFO:teuthology.orchestra.run.smithi059.stdout:Install 1 Package 2024-09-10T17:35:54.790 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:54.791 INFO:teuthology.orchestra.run.smithi059.stdout:Total download size: 170 k 2024-09-10T17:35:54.791 INFO:teuthology.orchestra.run.smithi059.stdout:Installed size: 490 k 2024-09-10T17:35:54.791 INFO:teuthology.orchestra.run.smithi059.stdout:Downloading Packages: 2024-09-10T17:35:54.992 INFO:teuthology.orchestra.run.smithi059.stdout:rbd-nbd-19.3.0-4858.gbad1f558.el9.x86_64.rpm 849 kB/s | 170 kB 00:00 2024-09-10T17:35:54.992 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:35:54.993 INFO:teuthology.orchestra.run.smithi059.stdout:Total 842 kB/s | 170 kB 00:00 2024-09-10T17:35:54.993 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction check 2024-09-10T17:35:55.001 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction check succeeded. 2024-09-10T17:35:55.002 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction test 2024-09-10T17:35:55.071 INFO:teuthology.orchestra.run.smithi059.stdout:Transaction test succeeded. 2024-09-10T17:35:55.071 INFO:teuthology.orchestra.run.smithi059.stdout:Running transaction 2024-09-10T17:35:55.229 INFO:teuthology.orchestra.run.smithi059.stdout: Preparing : 1/1 2024-09-10T17:35:55.343 INFO:teuthology.orchestra.run.smithi059.stdout: Installing : rbd-nbd-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:55.778 INFO:teuthology.orchestra.run.smithi059.stdout: Running scriptlet: rbd-nbd-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:56.050 INFO:teuthology.orchestra.run.smithi059.stdout: Verifying : rbd-nbd-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T17:35:56.050 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:56.050 INFO:teuthology.orchestra.run.smithi059.stdout:Installed: 2024-09-10T17:35:56.050 INFO:teuthology.orchestra.run.smithi059.stdout: rbd-nbd-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T17:35:56.050 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:35:56.050 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2024-09-10T17:35:56.321 DEBUG:teuthology.parallel:result is None 2024-09-10T17:35:56.322 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bad1f558c327094897e4a32e99dd5cb4ae6ccd46 2024-09-10T17:35:56.471 DEBUG:teuthology.orchestra.run.smithi059:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-10T17:35:56.494 INFO:teuthology.orchestra.run.smithi059.stdout:19.3.0-4858.gbad1f558.el9 2024-09-10T17:35:56.494 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4858.gbad1f558.el9 2024-09-10T17:35:56.495 INFO:teuthology.task.install:The correct ceph version 19.3.0-4858.gbad1f558 is installed. 2024-09-10T17:35:56.497 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bad1f558c327094897e4a32e99dd5cb4ae6ccd46 2024-09-10T17:35:56.635 DEBUG:teuthology.orchestra.run.smithi060:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-10T17:35:56.661 INFO:teuthology.orchestra.run.smithi060.stdout:19.3.0-4858.gbad1f558.el9 2024-09-10T17:35:56.662 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4858.gbad1f558.el9 2024-09-10T17:35:56.662 INFO:teuthology.task.install:The correct ceph version 19.3.0-4858.gbad1f558 is installed. 2024-09-10T17:35:56.663 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bad1f558c327094897e4a32e99dd5cb4ae6ccd46 2024-09-10T17:35:56.800 DEBUG:teuthology.orchestra.run.smithi192:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-10T17:35:56.826 INFO:teuthology.orchestra.run.smithi192.stdout:19.3.0-4858.gbad1f558.el9 2024-09-10T17:35:56.826 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4858.gbad1f558.el9 2024-09-10T17:35:56.826 INFO:teuthology.task.install:The correct ceph version 19.3.0-4858.gbad1f558 is installed. 2024-09-10T17:35:56.828 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-10T17:35:56.828 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-10T17:35:56.828 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-10T17:35:56.859 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-09-10T17:35:56.859 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-10T17:35:56.890 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-10T17:35:56.890 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-10T17:35:56.924 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-10T17:35:56.924 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-10T17:35:56.925 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/usr/bin/daemon-helper 2024-09-10T17:35:56.954 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-10T17:35:57.027 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-09-10T17:35:57.027 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/daemon-helper 2024-09-10T17:35:57.059 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-10T17:35:57.130 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-10T17:35:57.130 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/daemon-helper 2024-09-10T17:35:57.156 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-10T17:35:57.222 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-10T17:35:57.222 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-10T17:35:57.222 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-10T17:35:57.253 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-10T17:35:57.322 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-09-10T17:35:57.322 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-10T17:35:57.354 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-10T17:35:57.422 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-10T17:35:57.422 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-10T17:35:57.447 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-10T17:35:57.513 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-10T17:35:57.513 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-10T17:35:57.514 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/usr/bin/stdin-killer 2024-09-10T17:35:57.545 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-10T17:35:57.615 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-09-10T17:35:57.615 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/stdin-killer 2024-09-10T17:35:57.642 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-10T17:35:57.707 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-10T17:35:57.707 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/stdin-killer 2024-09-10T17:35:57.732 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-10T17:35:57.798 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-10T17:35:57.902 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum', 'CEPHADM_STRAY_HOST', 'CEPHADM_STRAY_DAEMON', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': 'bad1f558c327094897e4a32e99dd5cb4ae6ccd46'} 2024-09-10T17:35:57.903 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 2024-09-10T17:35:57.903 INFO:tasks.cephadm:Cluster fsid is 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:35:57.903 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-10T17:35:57.904 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.59', 'mon.b': '172.21.15.60', 'mon.c': '172.21.15.192'} 2024-09-10T17:35:57.904 INFO:tasks.cephadm:First mon is mon.a on smithi059 2024-09-10T17:35:57.904 INFO:tasks.cephadm:First mgr is a 2024-09-10T17:35:57.904 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-10T17:35:57.904 DEBUG:teuthology.orchestra.run.smithi059:> sudo hostname $(hostname -s) 2024-09-10T17:35:57.935 DEBUG:teuthology.orchestra.run.smithi060:> sudo hostname $(hostname -s) 2024-09-10T17:35:57.962 DEBUG:teuthology.orchestra.run.smithi192:> sudo hostname $(hostname -s) 2024-09-10T17:35:57.987 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-10T17:35:57.987 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bad1f558c327094897e4a32e99dd5cb4ae6ccd46 2024-09-10T17:35:58.134 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'bad1f558c327094897e4a32e99dd5cb4ae6ccd46', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/82944/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-4858-gbad1f558', 'node_name': '172.21.5.32+adami02', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.3.0-4858.gbad1f558'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-10 11:29:05.146106', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-bharath7-testing-2024-09-10-1409', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-09-10T17:35:58.272 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-bharath7-testing-2024-09-10-1409, sha1 bad1f558c327094897e4a32e99dd5cb4ae6ccd46 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=bad1f558c327094897e4a32e99dd5cb4ae6ccd46 2024-09-10T17:35:58.274 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/x86_64/flavors/default/cephadm 2024-09-10T17:35:58.274 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/x86_64/flavors/default/cephadm 2024-09-10T17:35:58.275 DEBUG:teuthology.orchestra.run.smithi059:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-10T17:35:58.667 INFO:teuthology.orchestra.run.smithi059.stdout:-rw-r--r--. 1 ubuntu ubuntu 803624 Sep 10 17:35 /home/ubuntu/cephtest/cephadm 2024-09-10T17:35:58.668 DEBUG:teuthology.orchestra.run.smithi060:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-10T17:35:59.032 INFO:teuthology.orchestra.run.smithi060.stdout:-rw-r--r--. 1 ubuntu ubuntu 803624 Sep 10 17:35 /home/ubuntu/cephtest/cephadm 2024-09-10T17:35:59.032 DEBUG:teuthology.orchestra.run.smithi192:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-10T17:35:59.687 INFO:teuthology.orchestra.run.smithi192.stdout:-rw-r--r--. 1 ubuntu ubuntu 803624 Sep 10 17:35 /home/ubuntu/cephtest/cephadm 2024-09-10T17:35:59.688 DEBUG:teuthology.orchestra.run.smithi059:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-10T17:35:59.709 DEBUG:teuthology.orchestra.run.smithi060:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-10T17:35:59.729 DEBUG:teuthology.orchestra.run.smithi192:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-10T17:35:59.760 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 on all hosts... 2024-09-10T17:35:59.760 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 pull 2024-09-10T17:35:59.763 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 pull 2024-09-10T17:35:59.772 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 pull 2024-09-10T17:36:01.315 INFO:teuthology.orchestra.run.smithi059.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46... 2024-09-10T17:36:01.342 INFO:teuthology.orchestra.run.smithi192.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46... 2024-09-10T17:36:01.368 INFO:teuthology.orchestra.run.smithi060.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46... 2024-09-10T17:36:35.460 INFO:teuthology.orchestra.run.smithi059.stdout:{ 2024-09-10T17:36:35.461 INFO:teuthology.orchestra.run.smithi059.stdout: "ceph_version": "ceph version 19.3.0-4858-gbad1f558 (bad1f558c327094897e4a32e99dd5cb4ae6ccd46) squid (dev)", 2024-09-10T17:36:35.461 INFO:teuthology.orchestra.run.smithi059.stdout: "image_id": "542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c", 2024-09-10T17:36:35.461 INFO:teuthology.orchestra.run.smithi059.stdout: "repo_digests": [ 2024-09-10T17:36:35.461 INFO:teuthology.orchestra.run.smithi059.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e" 2024-09-10T17:36:35.461 INFO:teuthology.orchestra.run.smithi059.stdout: ] 2024-09-10T17:36:35.461 INFO:teuthology.orchestra.run.smithi059.stdout:} 2024-09-10T17:36:40.379 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2024-09-10T17:36:40.379 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph_version": "ceph version 19.3.0-4858-gbad1f558 (bad1f558c327094897e4a32e99dd5cb4ae6ccd46) squid (dev)", 2024-09-10T17:36:40.379 INFO:teuthology.orchestra.run.smithi060.stdout: "image_id": "542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c", 2024-09-10T17:36:40.379 INFO:teuthology.orchestra.run.smithi060.stdout: "repo_digests": [ 2024-09-10T17:36:40.379 INFO:teuthology.orchestra.run.smithi060.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e" 2024-09-10T17:36:40.380 INFO:teuthology.orchestra.run.smithi060.stdout: ] 2024-09-10T17:36:40.380 INFO:teuthology.orchestra.run.smithi060.stdout:} 2024-09-10T17:36:51.273 INFO:teuthology.orchestra.run.smithi192.stdout:{ 2024-09-10T17:36:51.273 INFO:teuthology.orchestra.run.smithi192.stdout: "ceph_version": "ceph version 19.3.0-4858-gbad1f558 (bad1f558c327094897e4a32e99dd5cb4ae6ccd46) squid (dev)", 2024-09-10T17:36:51.273 INFO:teuthology.orchestra.run.smithi192.stdout: "image_id": "542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c", 2024-09-10T17:36:51.273 INFO:teuthology.orchestra.run.smithi192.stdout: "repo_digests": [ 2024-09-10T17:36:51.274 INFO:teuthology.orchestra.run.smithi192.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e" 2024-09-10T17:36:51.274 INFO:teuthology.orchestra.run.smithi192.stdout: ] 2024-09-10T17:36:51.274 INFO:teuthology.orchestra.run.smithi192.stdout:} 2024-09-10T17:36:51.299 DEBUG:teuthology.orchestra.run.smithi059:> sudo mkdir -p /etc/ceph 2024-09-10T17:36:51.336 DEBUG:teuthology.orchestra.run.smithi060:> sudo mkdir -p /etc/ceph 2024-09-10T17:36:51.371 DEBUG:teuthology.orchestra.run.smithi192:> sudo mkdir -p /etc/ceph 2024-09-10T17:36:51.399 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod 777 /etc/ceph 2024-09-10T17:36:51.429 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 777 /etc/ceph 2024-09-10T17:36:51.461 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 777 /etc/ceph 2024-09-10T17:36:51.487 INFO:tasks.cephadm:Writing seed config... 2024-09-10T17:36:51.489 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-09-10T17:36:51.490 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-10T17:36:51.490 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-10T17:36:51.490 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-09-10T17:36:51.490 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-10T17:36:51.490 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-10T17:36:51.490 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-10T17:36:51.491 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-10T17:36:51.491 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-10T17:36:51.492 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-10T17:36:51.492 DEBUG:teuthology.orchestra.run.smithi059:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-10T17:36:51.511 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 23901b9e-6f9b-11ef-bcea-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-10T17:36:51.511 DEBUG:teuthology.orchestra.run.smithi059:mon.a> sudo journalctl -f -n 0 -u ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@mon.a.service 2024-09-10T17:36:51.553 DEBUG:teuthology.orchestra.run.smithi059:mgr.a> sudo journalctl -f -n 0 -u ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@mgr.a.service 2024-09-10T17:36:51.597 INFO:tasks.cephadm:Bootstrapping... 2024-09-10T17:36:51.597 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 -v bootstrap --fsid 23901b9e-6f9b-11ef-bcea-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.59 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-10T17:36:51.813 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------------------------------------------------------------------- 2024-09-10T17:36:51.814 INFO:teuthology.orchestra.run.smithi059.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46', '-v', 'bootstrap', '--fsid', '23901b9e-6f9b-11ef-bcea-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.59', '--skip-admin-label'] 2024-09-10T17:36:51.814 INFO:teuthology.orchestra.run.smithi059.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-10T17:36:51.814 INFO:teuthology.orchestra.run.smithi059.stdout:Verifying podman|docker is present... 2024-09-10T17:36:51.839 INFO:teuthology.orchestra.run.smithi059.stdout:/bin/podman: stdout 5.2.2 2024-09-10T17:36:51.839 INFO:teuthology.orchestra.run.smithi059.stdout:Verifying lvm2 is present... 2024-09-10T17:36:51.839 INFO:teuthology.orchestra.run.smithi059.stdout:Verifying time synchronization is in place... 2024-09-10T17:36:51.847 INFO:teuthology.orchestra.run.smithi059.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-10T17:36:51.848 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-10T17:36:51.856 INFO:teuthology.orchestra.run.smithi059.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-10T17:36:51.856 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stdout inactive 2024-09-10T17:36:51.861 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stdout enabled 2024-09-10T17:36:51.867 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stdout active 2024-09-10T17:36:51.868 INFO:teuthology.orchestra.run.smithi059.stdout:Unit chronyd.service is enabled and running 2024-09-10T17:36:51.868 INFO:teuthology.orchestra.run.smithi059.stdout:Repeating the final host check... 2024-09-10T17:36:51.891 INFO:teuthology.orchestra.run.smithi059.stdout:/bin/podman: stdout 5.2.2 2024-09-10T17:36:51.891 INFO:teuthology.orchestra.run.smithi059.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-10T17:36:51.892 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl is present 2024-09-10T17:36:51.892 INFO:teuthology.orchestra.run.smithi059.stdout:lvcreate is present 2024-09-10T17:36:51.898 INFO:teuthology.orchestra.run.smithi059.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-10T17:36:51.898 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-10T17:36:51.905 INFO:teuthology.orchestra.run.smithi059.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-10T17:36:51.905 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stdout inactive 2024-09-10T17:36:51.912 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stdout enabled 2024-09-10T17:36:51.919 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stdout active 2024-09-10T17:36:51.919 INFO:teuthology.orchestra.run.smithi059.stdout:Unit chronyd.service is enabled and running 2024-09-10T17:36:51.919 INFO:teuthology.orchestra.run.smithi059.stdout:Host looks OK 2024-09-10T17:36:51.919 INFO:teuthology.orchestra.run.smithi059.stdout:Cluster fsid: 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:36:51.919 INFO:teuthology.orchestra.run.smithi059.stdout:Acquiring lock 140666752246640 on /run/cephadm/23901b9e-6f9b-11ef-bcea-c7b262605968.lock 2024-09-10T17:36:51.919 INFO:teuthology.orchestra.run.smithi059.stdout:Lock 140666752246640 acquired on /run/cephadm/23901b9e-6f9b-11ef-bcea-c7b262605968.lock 2024-09-10T17:36:51.920 INFO:teuthology.orchestra.run.smithi059.stdout:Verifying IP 172.21.15.59 port 3300 ... 2024-09-10T17:36:51.920 INFO:teuthology.orchestra.run.smithi059.stdout:Verifying IP 172.21.15.59 port 6789 ... 2024-09-10T17:36:51.920 INFO:teuthology.orchestra.run.smithi059.stdout:Base mon IP(s) is [172.21.15.59:3300, 172.21.15.59:6789], mon addrv is [v2:172.21.15.59:3300,v1:172.21.15.59:6789] 2024-09-10T17:36:51.923 INFO:teuthology.orchestra.run.smithi059.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.59 metric 100 2024-09-10T17:36:51.923 INFO:teuthology.orchestra.run.smithi059.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.59 metric 100 2024-09-10T17:36:51.926 INFO:teuthology.orchestra.run.smithi059.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-10T17:36:51.926 INFO:teuthology.orchestra.run.smithi059.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-10T17:36:51.926 INFO:teuthology.orchestra.run.smithi059.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1795sec hoplimit 64 pref medium 2024-09-10T17:36:51.928 INFO:teuthology.orchestra.run.smithi059.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-10T17:36:51.928 INFO:teuthology.orchestra.run.smithi059.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-10T17:36:51.928 INFO:teuthology.orchestra.run.smithi059.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-10T17:36:51.928 INFO:teuthology.orchestra.run.smithi059.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-10T17:36:51.929 INFO:teuthology.orchestra.run.smithi059.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:192a/64 scope link 2024-09-10T17:36:51.929 INFO:teuthology.orchestra.run.smithi059.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-10T17:36:51.929 INFO:teuthology.orchestra.run.smithi059.stdout:Mon IP `172.21.15.59` is in CIDR network `172.21.0.0/20` 2024-09-10T17:36:51.929 INFO:teuthology.orchestra.run.smithi059.stdout:Mon IP `172.21.15.59` is in CIDR network `172.21.0.0/20` 2024-09-10T17:36:51.930 INFO:teuthology.orchestra.run.smithi059.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-10T17:36:51.930 INFO:teuthology.orchestra.run.smithi059.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-10T17:36:51.930 INFO:teuthology.orchestra.run.smithi059.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46... 2024-09-10T17:36:55.388 INFO:teuthology.orchestra.run.smithi059.stdout:/bin/podman: stdout 542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c 2024-09-10T17:36:55.388 INFO:teuthology.orchestra.run.smithi059.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46... 2024-09-10T17:36:55.388 INFO:teuthology.orchestra.run.smithi059.stdout:/bin/podman: stderr Getting image source signatures 2024-09-10T17:36:55.388 INFO:teuthology.orchestra.run.smithi059.stdout:/bin/podman: stderr Copying blob sha256:8d7870a13287a2c8e841327fe42327ba4a8a5da2620f3c2c2be345b6a51fb9e2 2024-09-10T17:36:55.388 INFO:teuthology.orchestra.run.smithi059.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-10T17:36:55.389 INFO:teuthology.orchestra.run.smithi059.stdout:/bin/podman: stderr Copying config sha256:542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c 2024-09-10T17:36:55.389 INFO:teuthology.orchestra.run.smithi059.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-10T17:36:58.496 INFO:teuthology.orchestra.run.smithi059.stdout:ceph: stdout ceph version 19.3.0-4858-gbad1f558 (bad1f558c327094897e4a32e99dd5cb4ae6ccd46) squid (dev) 2024-09-10T17:36:58.497 INFO:teuthology.orchestra.run.smithi059.stdout:Ceph version: ceph version 19.3.0-4858-gbad1f558 (bad1f558c327094897e4a32e99dd5cb4ae6ccd46) squid (dev) 2024-09-10T17:36:58.497 INFO:teuthology.orchestra.run.smithi059.stdout:Extracting ceph user uid/gid from container image... 2024-09-10T17:36:59.535 INFO:teuthology.orchestra.run.smithi059.stdout:stat: stdout 167 167 2024-09-10T17:36:59.536 INFO:teuthology.orchestra.run.smithi059.stdout:Creating initial keys... 2024-09-10T17:37:00.466 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph-authtool: stdout AQC7g+BmKutlNBAA/gZpWBDnqXZ1PriqQST3IQ== 2024-09-10T17:37:01.446 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph-authtool: stdout AQC8g+Bms7M4MxAALl8LrNeEb98fm7FM1hMWjg== 2024-09-10T17:37:02.974 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph-authtool: stdout AQC9g+BmJBGMMBAAY8QH2TYwQu2+FZeQFlqobQ== 2024-09-10T17:37:02.974 INFO:teuthology.orchestra.run.smithi059.stdout:Creating initial monmap... 2024-09-10T17:37:05.067 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-10T17:37:05.068 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-10T17:37:05.068 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:37:05.068 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-10T17:37:05.068 INFO:teuthology.orchestra.run.smithi059.stdout:monmaptool for a [v2:172.21.15.59:3300,v1:172.21.15.59:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-10T17:37:05.068 INFO:teuthology.orchestra.run.smithi059.stdout:setting min_mon_release = quincy 2024-09-10T17:37:05.069 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/monmaptool: set fsid to 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:37:05.069 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-10T17:37:05.069 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:37:05.069 INFO:teuthology.orchestra.run.smithi059.stdout:Creating mon... 2024-09-10T17:37:06.098 INFO:teuthology.orchestra.run.smithi059.stdout:create mon.a on 2024-09-10T17:37:06.315 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-09-10T17:37:06.467 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-10T17:37:06.652 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-23901b9e-6f9b-11ef-bcea-c7b262605968.target → /etc/systemd/system/ceph-23901b9e-6f9b-11ef-bcea-c7b262605968.target. 2024-09-10T17:37:06.652 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-23901b9e-6f9b-11ef-bcea-c7b262605968.target → /etc/systemd/system/ceph-23901b9e-6f9b-11ef-bcea-c7b262605968.target. 2024-09-10T17:37:06.991 INFO:teuthology.orchestra.run.smithi059.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@mon.a 2024-09-10T17:37:06.991 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stderr Failed to reset failed state of unit ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@mon.a.service: Unit ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@mon.a.service not loaded. 2024-09-10T17:37:07.159 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-23901b9e-6f9b-11ef-bcea-c7b262605968.target.wants/ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@mon.a.service → /etc/systemd/system/ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@.service. 2024-09-10T17:37:07.496 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:07 smithi059 podman[29478]: 2024-09-10 17:37:07.401645474 +0000 UTC m=+0.116017742 container create ea59b312e4b786bde697aff4ed7a9139e56c0e3c6086731d4324e33ad1da9eb8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-a, ceph=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240731, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-10T17:37:07.663 INFO:teuthology.orchestra.run.smithi059.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-10T17:37:07.663 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stdout disabled 2024-09-10T17:37:07.670 INFO:teuthology.orchestra.run.smithi059.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-10T17:37:07.670 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stdout inactive 2024-09-10T17:37:07.670 INFO:teuthology.orchestra.run.smithi059.stdout:firewalld.service is not enabled 2024-09-10T17:37:07.670 INFO:teuthology.orchestra.run.smithi059.stdout:Not possible to enable service . firewalld.service is not available 2024-09-10T17:37:07.670 INFO:teuthology.orchestra.run.smithi059.stdout:Waiting for mon to start... 2024-09-10T17:37:07.671 INFO:teuthology.orchestra.run.smithi059.stdout:Waiting for mon... 2024-09-10T17:37:07.878 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:07 smithi059 podman[29478]: 2024-09-10 17:37:07.573603687 +0000 UTC m=+0.287975917 container init ea59b312e4b786bde697aff4ed7a9139e56c0e3c6086731d4324e33ad1da9eb8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-a, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, io.buildah.version=1.37.2) 2024-09-10T17:37:07.878 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:07 smithi059 podman[29478]: 2024-09-10 17:37:07.578570953 +0000 UTC m=+0.292943178 container start ea59b312e4b786bde697aff4ed7a9139e56c0e3c6086731d4324e33ad1da9eb8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True) 2024-09-10T17:37:07.879 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:07 smithi059 ceph-mon[29516]: mkfs 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:37:07.879 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:07 smithi059 ceph-mon[29516]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-10T17:37:07.879 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:07 smithi059 bash[29478]: ea59b312e4b786bde697aff4ed7a9139e56c0e3c6086731d4324e33ad1da9eb8 2024-09-10T17:37:07.879 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:07 smithi059 systemd[1]: Started Ceph mon.a for 23901b9e-6f9b-11ef-bcea-c7b262605968. 2024-09-10T17:37:08.747 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:08 smithi059 ceph-mon[29516]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-10T17:37:08.747 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:08 smithi059 ceph-mon[29516]: monmap epoch 1 2024-09-10T17:37:08.747 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:08 smithi059 ceph-mon[29516]: fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:37:08.748 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:08 smithi059 ceph-mon[29516]: last_changed 2024-09-10T17:37:04.452700+0000 2024-09-10T17:37:08.748 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:08 smithi059 ceph-mon[29516]: created 2024-09-10T17:37:04.452700+0000 2024-09-10T17:37:08.748 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:08 smithi059 ceph-mon[29516]: min_mon_release 19 (squid) 2024-09-10T17:37:08.748 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:08 smithi059 ceph-mon[29516]: election_strategy: 1 2024-09-10T17:37:08.748 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:08 smithi059 ceph-mon[29516]: 0: [v2:172.21.15.59:3300/0,v1:172.21.15.59:6789/0] mon.a 2024-09-10T17:37:08.748 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:08 smithi059 ceph-mon[29516]: fsmap 2024-09-10T17:37:08.748 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:08 smithi059 ceph-mon[29516]: osdmap e1: 0 total, 0 up, 0 in 2024-09-10T17:37:08.748 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:08 smithi059 ceph-mon[29516]: mgrmap e1: no daemons active 2024-09-10T17:37:08.748 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:08 smithi059 ceph-mon[29516]: from='client.? 172.21.15.59:0/2413301068' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-10T17:37:08.749 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout cluster: 2024-09-10T17:37:08.751 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout id: 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:37:08.751 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-10T17:37:08.751 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 2024-09-10T17:37:08.751 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout services: 2024-09-10T17:37:08.751 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.554928s) 2024-09-10T17:37:08.752 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-10T17:37:08.752 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-10T17:37:08.752 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 2024-09-10T17:37:08.752 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout data: 2024-09-10T17:37:08.752 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-10T17:37:08.752 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-10T17:37:08.752 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-10T17:37:08.752 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout pgs: 2024-09-10T17:37:08.752 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 2024-09-10T17:37:08.752 INFO:teuthology.orchestra.run.smithi059.stdout:mon is available 2024-09-10T17:37:08.752 INFO:teuthology.orchestra.run.smithi059.stdout:Assimilating anything we can from ceph.conf... 2024-09-10T17:37:09.728 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:09 smithi059 ceph-mon[29516]: from='client.? 172.21.15.59:0/1942477304' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-10T17:37:09.728 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:09 smithi059 ceph-mon[29516]: from='client.? 172.21.15.59:0/1942477304' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-10T17:37:09.732 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 2024-09-10T17:37:09.733 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout [global] 2024-09-10T17:37:09.733 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout fsid = 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:37:09.733 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-10T17:37:09.733 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.59:3300,v1:172.21.15.59:6789] 2024-09-10T17:37:09.733 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-10T17:37:09.733 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-10T17:37:09.733 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-10T17:37:09.733 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-10T17:37:09.733 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 2024-09-10T17:37:09.733 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-10T17:37:09.733 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-09-10T17:37:09.733 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-10T17:37:09.733 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 2024-09-10T17:37:09.734 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout [osd] 2024-09-10T17:37:09.734 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-10T17:37:09.734 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-10T17:37:09.734 INFO:teuthology.orchestra.run.smithi059.stdout:Generating new minimal ceph.conf... 2024-09-10T17:37:10.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:10 smithi059 ceph-mon[29516]: from='client.? 172.21.15.59:0/3884058831' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:37:10.823 INFO:teuthology.orchestra.run.smithi059.stdout:Restarting the monitor... 2024-09-10T17:37:11.101 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:10 smithi059 systemd[1]: Stopping Ceph mon.a for 23901b9e-6f9b-11ef-bcea-c7b262605968... 2024-09-10T17:37:11.448 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:11 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-a[29493]: 2024-09-10T17:37:11.099+0000 7ff84bde3640 -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-09-10T17:37:11.449 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:11 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-a[29493]: 2024-09-10T17:37:11.099+0000 7ff84bde3640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-10T17:37:11.449 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:11 smithi059 podman[29835]: 2024-09-10 17:37:11.223941148 +0000 UTC m=+0.236174829 container died ea59b312e4b786bde697aff4ed7a9139e56c0e3c6086731d4324e33ad1da9eb8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-a, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, ceph=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux ) 2024-09-10T17:37:11.715 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:11 smithi059 podman[29835]: 2024-09-10 17:37:11.555374586 +0000 UTC m=+0.567608251 container cleanup ea59b312e4b786bde697aff4ed7a9139e56c0e3c6086731d4324e33ad1da9eb8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-a, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-09-10T17:37:11.715 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:11 smithi059 bash[29835]: ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-a 2024-09-10T17:37:12.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:11 smithi059 podman[29851]: 2024-09-10 17:37:11.714697741 +0000 UTC m=+0.489251729 container remove ea59b312e4b786bde697aff4ed7a9139e56c0e3c6086731d4324e33ad1da9eb8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-a, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD) 2024-09-10T17:37:12.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:11 smithi059 systemd[1]: ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-10T17:37:12.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:11 smithi059 systemd[1]: Stopped Ceph mon.a for 23901b9e-6f9b-11ef-bcea-c7b262605968. 2024-09-10T17:37:12.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:11 smithi059 systemd[1]: Starting Ceph mon.a for 23901b9e-6f9b-11ef-bcea-c7b262605968... 2024-09-10T17:37:12.435 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 podman[29952]: 2024-09-10 17:37:12.148873634 +0000 UTC m=+0.111264960 container create d1ddf9a79e29d491f0a20a76119a85f7b633da9712495a3a54d8299ab5da2eaf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, io.buildah.version=1.37.2, ceph=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55) 2024-09-10T17:37:12.435 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 podman[29952]: 2024-09-10 17:37:12.054077309 +0000 UTC m=+0.016468600 image pull 542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 2024-09-10T17:37:12.435 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 podman[29952]: 2024-09-10 17:37:12.342859829 +0000 UTC m=+0.305251123 container init d1ddf9a79e29d491f0a20a76119a85f7b633da9712495a3a54d8299ab5da2eaf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-a, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux ) 2024-09-10T17:37:12.435 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 podman[29952]: 2024-09-10 17:37:12.347242213 +0000 UTC m=+0.309633497 container start d1ddf9a79e29d491f0a20a76119a85f7b633da9712495a3a54d8299ab5da2eaf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-a, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True) 2024-09-10T17:37:12.435 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: set uid:gid to 167:167 (ceph:ceph) 2024-09-10T17:37:12.435 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: ceph version 19.3.0-4858-gbad1f558 (bad1f558c327094897e4a32e99dd5cb4ae6ccd46) squid (dev), process ceph-mon, pid 7 2024-09-10T17:37:12.436 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: pidfile_write: ignore empty --pid-file 2024-09-10T17:37:12.436 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: load: jerasure load: lrc 2024-09-10T17:37:12.436 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: RocksDB version: 7.9.2 2024-09-10T17:37:12.436 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Git sha 0 2024-09-10T17:37:12.436 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Compile date 2024-09-10 10:24:02 2024-09-10T17:37:12.436 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: DB SUMMARY 2024-09-10T17:37:12.436 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: DB Session ID: 60VE1X2YEAS3U842M6GM 2024-09-10T17:37:12.436 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: CURRENT file: CURRENT 2024-09-10T17:37:12.436 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: IDENTITY file: IDENTITY 2024-09-10T17:37:12.436 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-10T17:37:12.436 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-10T17:37:12.436 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88816 ; 2024-09-10T17:37:12.437 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.error_if_exists: 0 2024-09-10T17:37:12.437 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.create_if_missing: 0 2024-09-10T17:37:12.437 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.paranoid_checks: 1 2024-09-10T17:37:12.438 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-10T17:37:12.438 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-10T17:37:12.438 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-10T17:37:12.438 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.env: 0x561039d5f120 2024-09-10T17:37:12.438 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.fs: PosixFileSystem 2024-09-10T17:37:12.438 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.info_log: 0x56103ac6d700 2024-09-10T17:37:12.438 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.max_file_opening_threads: 16 2024-09-10T17:37:12.438 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.statistics: (nil) 2024-09-10T17:37:12.438 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.use_fsync: 0 2024-09-10T17:37:12.438 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.max_log_file_size: 0 2024-09-10T17:37:12.438 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T17:37:12.438 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T17:37:12.439 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.keep_log_file_num: 1000 2024-09-10T17:37:12.439 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.recycle_log_file_num: 0 2024-09-10T17:37:12.439 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.allow_fallocate: 1 2024-09-10T17:37:12.439 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.allow_mmap_reads: 0 2024-09-10T17:37:12.439 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.allow_mmap_writes: 0 2024-09-10T17:37:12.439 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.use_direct_reads: 0 2024-09-10T17:37:12.439 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T17:37:12.439 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.create_missing_column_families: 0 2024-09-10T17:37:12.439 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.db_log_dir: 2024-09-10T17:37:12.439 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.wal_dir: 2024-09-10T17:37:12.439 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T17:37:12.439 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T17:37:12.440 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T17:37:12.440 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T17:37:12.440 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T17:37:12.440 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T17:37:12.440 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.advise_random_on_open: 1 2024-09-10T17:37:12.440 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.db_write_buffer_size: 0 2024-09-10T17:37:12.440 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.write_buffer_manager: 0x56103ac71b80 2024-09-10T17:37:12.440 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T17:37:12.440 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T17:37:12.440 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T17:37:12.440 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.rate_limiter: (nil) 2024-09-10T17:37:12.440 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T17:37:12.440 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.wal_recovery_mode: 2 2024-09-10T17:37:12.441 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.enable_thread_tracking: 0 2024-09-10T17:37:12.441 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.enable_pipelined_write: 0 2024-09-10T17:37:12.441 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.unordered_write: 0 2024-09-10T17:37:12.441 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T17:37:12.441 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T17:37:12.441 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T17:37:12.441 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T17:37:12.441 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.row_cache: None 2024-09-10T17:37:12.441 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.wal_filter: None 2024-09-10T17:37:12.441 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T17:37:12.441 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.allow_ingest_behind: 0 2024-09-10T17:37:12.441 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.two_write_queues: 0 2024-09-10T17:37:12.441 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.manual_wal_flush: 0 2024-09-10T17:37:12.441 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.wal_compression: 0 2024-09-10T17:37:12.441 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.atomic_flush: 0 2024-09-10T17:37:12.442 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T17:37:12.442 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T17:37:12.442 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T17:37:12.442 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.log_readahead_size: 0 2024-09-10T17:37:12.442 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-10T17:37:12.442 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.best_efforts_recovery: 0 2024-09-10T17:37:12.442 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-10T17:37:12.442 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-10T17:37:12.442 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.allow_data_in_errors: 0 2024-09-10T17:37:12.443 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.db_host_id: __hostname__ 2024-09-10T17:37:12.443 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-10T17:37:12.443 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.max_background_jobs: 2 2024-09-10T17:37:12.443 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.max_background_compactions: -1 2024-09-10T17:37:12.443 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.max_subcompactions: 1 2024-09-10T17:37:12.443 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T17:37:12.443 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T17:37:12.443 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T17:37:12.443 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.max_total_wal_size: 0 2024-09-10T17:37:12.443 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T17:37:12.443 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T17:37:12.443 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T17:37:12.443 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T17:37:12.443 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.max_open_files: -1 2024-09-10T17:37:12.443 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.bytes_per_sync: 0 2024-09-10T17:37:12.444 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T17:37:12.444 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T17:37:12.444 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.compaction_readahead_size: 0 2024-09-10T17:37:12.444 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.max_background_flushes: -1 2024-09-10T17:37:12.444 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Compression algorithms supported: 2024-09-10T17:37:12.444 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: kZSTD supported: 0 2024-09-10T17:37:12.444 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: kXpressCompression supported: 0 2024-09-10T17:37:12.444 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: kBZip2Compression supported: 0 2024-09-10T17:37:12.444 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T17:37:12.444 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: kLZ4Compression supported: 1 2024-09-10T17:37:12.444 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: kZlibCompression supported: 1 2024-09-10T17:37:12.444 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: kLZ4HCCompression supported: 1 2024-09-10T17:37:12.444 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: kSnappyCompression supported: 1 2024-09-10T17:37:12.445 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T17:37:12.445 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-10T17:37:12.445 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-10T17:37:12.445 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-10T17:37:12.445 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T17:37:12.445 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.merge_operator: 2024-09-10T17:37:12.445 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.compaction_filter: None 2024-09-10T17:37:12.445 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.compaction_filter_factory: None 2024-09-10T17:37:12.445 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.sst_partitioner_factory: None 2024-09-10T17:37:12.445 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T17:37:12.445 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T17:37:12.445 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56103ac6d320) 2024-09-10T17:37:12.445 INFO:journalctl@ceph.mon.a.smithi059.stdout: cache_index_and_filter_blocks: 1 2024-09-10T17:37:12.445 INFO:journalctl@ceph.mon.a.smithi059.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T17:37:12.446 INFO:journalctl@ceph.mon.a.smithi059.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T17:37:12.446 INFO:journalctl@ceph.mon.a.smithi059.stdout: pin_top_level_index_and_filter: 1 2024-09-10T17:37:12.446 INFO:journalctl@ceph.mon.a.smithi059.stdout: index_type: 0 2024-09-10T17:37:12.446 INFO:journalctl@ceph.mon.a.smithi059.stdout: data_block_index_type: 0 2024-09-10T17:37:12.446 INFO:journalctl@ceph.mon.a.smithi059.stdout: index_shortening: 1 2024-09-10T17:37:12.446 INFO:journalctl@ceph.mon.a.smithi059.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-10T17:37:12.446 INFO:journalctl@ceph.mon.a.smithi059.stdout: checksum: 4 2024-09-10T17:37:12.446 INFO:journalctl@ceph.mon.a.smithi059.stdout: no_block_cache: 0 2024-09-10T17:37:12.446 INFO:journalctl@ceph.mon.a.smithi059.stdout: block_cache: 0x56103ac61610 2024-09-10T17:37:12.446 INFO:journalctl@ceph.mon.a.smithi059.stdout: block_cache_name: BinnedLRUCache 2024-09-10T17:37:12.446 INFO:journalctl@ceph.mon.a.smithi059.stdout: block_cache_options: 2024-09-10T17:37:12.446 INFO:journalctl@ceph.mon.a.smithi059.stdout: capacity : 536870912 2024-09-10T17:37:12.446 INFO:journalctl@ceph.mon.a.smithi059.stdout: num_shard_bits : 4 2024-09-10T17:37:12.446 INFO:journalctl@ceph.mon.a.smithi059.stdout: strict_capacity_limit : 0 2024-09-10T17:37:12.446 INFO:journalctl@ceph.mon.a.smithi059.stdout: high_pri_pool_ratio: 0.000 2024-09-10T17:37:12.447 INFO:journalctl@ceph.mon.a.smithi059.stdout: block_cache_compressed: (nil) 2024-09-10T17:37:12.447 INFO:journalctl@ceph.mon.a.smithi059.stdout: persistent_cache: (nil) 2024-09-10T17:37:12.447 INFO:journalctl@ceph.mon.a.smithi059.stdout: block_size: 4096 2024-09-10T17:37:12.447 INFO:journalctl@ceph.mon.a.smithi059.stdout: block_size_deviation: 10 2024-09-10T17:37:12.447 INFO:journalctl@ceph.mon.a.smithi059.stdout: block_restart_interval: 16 2024-09-10T17:37:12.447 INFO:journalctl@ceph.mon.a.smithi059.stdout: index_block_restart_interval: 1 2024-09-10T17:37:12.447 INFO:journalctl@ceph.mon.a.smithi059.stdout: metadata_block_size: 4096 2024-09-10T17:37:12.447 INFO:journalctl@ceph.mon.a.smithi059.stdout: partition_filters: 0 2024-09-10T17:37:12.447 INFO:journalctl@ceph.mon.a.smithi059.stdout: use_delta_encoding: 1 2024-09-10T17:37:12.447 INFO:journalctl@ceph.mon.a.smithi059.stdout: filter_policy: bloomfilter 2024-09-10T17:37:12.447 INFO:journalctl@ceph.mon.a.smithi059.stdout: whole_key_filtering: 1 2024-09-10T17:37:12.447 INFO:journalctl@ceph.mon.a.smithi059.stdout: verify_compression: 0 2024-09-10T17:37:12.447 INFO:journalctl@ceph.mon.a.smithi059.stdout: read_amp_bytes_per_bit: 0 2024-09-10T17:37:12.447 INFO:journalctl@ceph.mon.a.smithi059.stdout: format_version: 5 2024-09-10T17:37:12.447 INFO:journalctl@ceph.mon.a.smithi059.stdout: enable_index_compression: 1 2024-09-10T17:37:12.448 INFO:journalctl@ceph.mon.a.smithi059.stdout: block_align: 0 2024-09-10T17:37:12.448 INFO:journalctl@ceph.mon.a.smithi059.stdout: max_auto_readahead_size: 262144 2024-09-10T17:37:12.448 INFO:journalctl@ceph.mon.a.smithi059.stdout: prepopulate_block_cache: 0 2024-09-10T17:37:12.448 INFO:journalctl@ceph.mon.a.smithi059.stdout: initial_auto_readahead_size: 8192 2024-09-10T17:37:12.448 INFO:journalctl@ceph.mon.a.smithi059.stdout: num_file_reads_for_auto_readahead: 2 2024-09-10T17:37:12.448 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.write_buffer_size: 33554432 2024-09-10T17:37:12.448 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.max_write_buffer_number: 2 2024-09-10T17:37:12.448 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.compression: NoCompression 2024-09-10T17:37:12.448 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.bottommost_compression: Disabled 2024-09-10T17:37:12.448 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.prefix_extractor: nullptr 2024-09-10T17:37:12.449 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T17:37:12.449 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.num_levels: 7 2024-09-10T17:37:12.449 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T17:37:12.449 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T17:37:12.449 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T17:37:12.449 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T17:37:12.449 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T17:37:12.449 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T17:37:12.449 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T17:37:12.449 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T17:37:12.449 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-10T17:37:12.449 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T17:37:12.449 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-10T17:37:12.449 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-10T17:37:12.450 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T17:37:12.450 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.compression_opts.level: 32767 2024-09-10T17:37:12.450 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.compression_opts.strategy: 0 2024-09-10T17:37:12.450 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T17:37:12.450 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T17:37:12.450 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-10T17:37:12.450 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-10T17:37:12.450 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.compression_opts.enabled: false 2024-09-10T17:37:12.450 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-10T17:37:12.451 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T17:37:12.451 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T17:37:12.451 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T17:37:12.451 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.target_file_size_base: 67108864 2024-09-10T17:37:12.451 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T17:37:12.452 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T17:37:12.452 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T17:37:12.452 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T17:37:12.452 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T17:37:12.452 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T17:37:12.452 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T17:37:12.452 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T17:37:12.452 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T17:37:12.452 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T17:37:12.452 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T17:37:12.452 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T17:37:12.452 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T17:37:12.452 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-10T17:37:12.453 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.arena_block_size: 1048576 2024-09-10T17:37:12.453 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T17:37:12.453 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T17:37:12.453 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.disable_auto_compactions: 0 2024-09-10T17:37:12.453 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T17:37:12.453 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T17:37:12.453 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T17:37:12.453 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T17:37:12.453 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T17:37:12.453 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T17:37:12.453 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T17:37:12.453 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T17:37:12.454 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T17:37:12.454 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T17:37:12.454 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-10T17:37:12.454 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.inplace_update_support: 0 2024-09-10T17:37:12.454 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T17:37:12.454 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T17:37:12.454 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T17:37:12.454 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T17:37:12.454 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.bloom_locality: 0 2024-09-10T17:37:12.454 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.max_successive_merges: 0 2024-09-10T17:37:12.454 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T17:37:12.454 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.paranoid_file_checks: 0 2024-09-10T17:37:12.454 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.force_consistency_checks: 1 2024-09-10T17:37:12.454 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.report_bg_io_stats: 0 2024-09-10T17:37:12.455 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.ttl: 2592000 2024-09-10T17:37:12.455 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T17:37:12.455 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-10T17:37:12.455 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-10T17:37:12.455 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.enable_blob_files: false 2024-09-10T17:37:12.455 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.min_blob_size: 0 2024-09-10T17:37:12.455 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.blob_file_size: 268435456 2024-09-10T17:37:12.455 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-10T17:37:12.455 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-10T17:37:12.455 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-10T17:37:12.455 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-10T17:37:12.455 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-10T17:37:12.455 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.blob_file_starting_level: 0 2024-09-10T17:37:12.455 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-10T17:37:12.456 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: 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-09-10T17:37:12.456 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-10T17:37:12.456 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 06efb293-170f-40af-8818-af8c8adcb8fe 2024-09-10T17:37:12.456 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725989832374091, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-10T17:37:12.456 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-10T17:37:12.456 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725989832374978, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85561, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 259, "table_properties": {"data_size": 83708, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10145, "raw_average_key_size": 46, "raw_value_size": 77848, "raw_average_value_size": 357, "num_data_blocks": 11, "num_entries": 218, "num_filter_entries": 218, "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": "[CompactOnDeletionCollector]", "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": 1725989832, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "06efb293-170f-40af-8818-af8c8adcb8fe", "db_session_id": "60VE1X2YEAS3U842M6GM", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-10T17:37:12.456 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725989832375074, "job": 1, "event": "recovery_finished"} 2024-09-10T17:37:12.456 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-10T17:37:12.456 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: 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-09-10T17:37:12.456 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56103ac90e00 2024-09-10T17:37:12.456 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: DB pointer 0x56103ad92000 2024-09-10T17:37:12.456 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-10T17:37:12.457 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-10T17:37:12.457 INFO:journalctl@ceph.mon.a.smithi059.stdout: ** DB Stats ** 2024-09-10T17:37:12.457 INFO:journalctl@ceph.mon.a.smithi059.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T17:37:12.457 INFO:journalctl@ceph.mon.a.smithi059.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-09-10T17:37:12.457 INFO:journalctl@ceph.mon.a.smithi059.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T17:37:12.457 INFO:journalctl@ceph.mon.a.smithi059.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T17:37:12.457 INFO:journalctl@ceph.mon.a.smithi059.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-09-10T17:37:12.457 INFO:journalctl@ceph.mon.a.smithi059.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T17:37:12.457 INFO:journalctl@ceph.mon.a.smithi059.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T17:37:12.457 INFO:journalctl@ceph.mon.a.smithi059.stdout: 2024-09-10T17:37:12.457 INFO:journalctl@ceph.mon.a.smithi059.stdout: ** Compaction Stats [default] ** 2024-09-10T17:37:12.457 INFO:journalctl@ceph.mon.a.smithi059.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-09-10T17:37:12.457 INFO:journalctl@ceph.mon.a.smithi059.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-10T17:37:12.457 INFO:journalctl@ceph.mon.a.smithi059.stdout: L0 2/0 85.42 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-10T17:37:12.458 INFO:journalctl@ceph.mon.a.smithi059.stdout: Sum 2/0 85.42 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-10T17:37:12.458 INFO:journalctl@ceph.mon.a.smithi059.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 145.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-10T17:37:12.458 INFO:journalctl@ceph.mon.a.smithi059.stdout: 2024-09-10T17:37:12.458 INFO:journalctl@ceph.mon.a.smithi059.stdout: ** Compaction Stats [default] ** 2024-09-10T17:37:12.458 INFO:journalctl@ceph.mon.a.smithi059.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-09-10T17:37:12.458 INFO:journalctl@ceph.mon.a.smithi059.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T17:37:12.458 INFO:journalctl@ceph.mon.a.smithi059.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 145.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-10T17:37:12.458 INFO:journalctl@ceph.mon.a.smithi059.stdout: 2024-09-10T17:37:12.458 INFO:journalctl@ceph.mon.a.smithi059.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-10T17:37:12.458 INFO:journalctl@ceph.mon.a.smithi059.stdout: 2024-09-10T17:37:12.458 INFO:journalctl@ceph.mon.a.smithi059.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T17:37:12.458 INFO:journalctl@ceph.mon.a.smithi059.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T17:37:12.458 INFO:journalctl@ceph.mon.a.smithi059.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T17:37:12.459 INFO:journalctl@ceph.mon.a.smithi059.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T17:37:12.459 INFO:journalctl@ceph.mon.a.smithi059.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T17:37:12.459 INFO:journalctl@ceph.mon.a.smithi059.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-10T17:37:12.459 INFO:journalctl@ceph.mon.a.smithi059.stdout: Cumulative compaction: 0.00 GB write, 26.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T17:37:12.459 INFO:journalctl@ceph.mon.a.smithi059.stdout: Interval compaction: 0.00 GB write, 26.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T17:37:12.459 INFO:journalctl@ceph.mon.a.smithi059.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-09-10T17:37:12.459 INFO:journalctl@ceph.mon.a.smithi059.stdout: Block cache BinnedLRUCache@0x56103ac61610#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-10T17:37:12.459 INFO:journalctl@ceph.mon.a.smithi059.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-09-10T17:37:12.459 INFO:journalctl@ceph.mon.a.smithi059.stdout: 2024-09-10T17:37:12.459 INFO:journalctl@ceph.mon.a.smithi059.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-10T17:37:12.459 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: starting mon.a rank 0 at public addrs [v2:172.21.15.59:3300/0,v1:172.21.15.59:6789/0] at bind addrs [v2:172.21.15.59:3300/0,v1:172.21.15.59:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:37:12.459 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: mon.a@-1(???) e1 preinit fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:37:12.459 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: mon.a@-1(???).mds e1 new map 2024-09-10T17:37:12.459 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: mon.a@-1(???).mds e1 print_map 2024-09-10T17:37:12.460 INFO:journalctl@ceph.mon.a.smithi059.stdout: e1 2024-09-10T17:37:12.460 INFO:journalctl@ceph.mon.a.smithi059.stdout: btime 2024-09-10T17:37:07:618075+0000 2024-09-10T17:37:12.460 INFO:journalctl@ceph.mon.a.smithi059.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-10T17:37:12.460 INFO:journalctl@ceph.mon.a.smithi059.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-10T17:37:12.460 INFO:journalctl@ceph.mon.a.smithi059.stdout: legacy client fscid: -1 2024-09-10T17:37:12.460 INFO:journalctl@ceph.mon.a.smithi059.stdout: 2024-09-10T17:37:12.460 INFO:journalctl@ceph.mon.a.smithi059.stdout: No filesystems configured 2024-09-10T17:37:12.460 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-10T17:37:12.460 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T17:37:12.460 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T17:37:12.460 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T17:37:12.460 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-10T17:37:12.460 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 bash[29952]: d1ddf9a79e29d491f0a20a76119a85f7b633da9712495a3a54d8299ab5da2eaf 2024-09-10T17:37:12.461 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-10T17:37:12.461 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: monmap epoch 1 2024-09-10T17:37:12.461 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 systemd[1]: Started Ceph mon.a for 23901b9e-6f9b-11ef-bcea-c7b262605968. 2024-09-10T17:37:12.461 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:37:12.461 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: last_changed 2024-09-10T17:37:04.452700+0000 2024-09-10T17:37:12.461 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: created 2024-09-10T17:37:04.452700+0000 2024-09-10T17:37:12.461 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: min_mon_release 19 (squid) 2024-09-10T17:37:12.461 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: election_strategy: 1 2024-09-10T17:37:12.461 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: 0: [v2:172.21.15.59:3300/0,v1:172.21.15.59:6789/0] mon.a 2024-09-10T17:37:12.461 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: fsmap 2024-09-10T17:37:12.461 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: osdmap e1: 0 total, 0 up, 0 in 2024-09-10T17:37:12.461 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:12 smithi059 ceph-mon[29990]: mgrmap e1: no daemons active 2024-09-10T17:37:12.462 INFO:teuthology.orchestra.run.smithi059.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-10T17:37:13.544 INFO:teuthology.orchestra.run.smithi059.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-10T17:37:13.557 INFO:teuthology.orchestra.run.smithi059.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-10T17:37:13.557 INFO:teuthology.orchestra.run.smithi059.stdout:Creating mgr... 2024-09-10T17:37:13.558 INFO:teuthology.orchestra.run.smithi059.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-10T17:37:13.559 INFO:teuthology.orchestra.run.smithi059.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-10T17:37:13.800 INFO:teuthology.orchestra.run.smithi059.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@mgr.a 2024-09-10T17:37:13.800 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stderr Failed to reset failed state of unit ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@mgr.a.service: Unit ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@mgr.a.service not loaded. 2024-09-10T17:37:13.960 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-23901b9e-6f9b-11ef-bcea-c7b262605968.target.wants/ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@.service. 2024-09-10T17:37:14.274 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:13 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/481449228' entity='client.admin' 2024-09-10T17:37:14.275 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:14 smithi059 podman[30229]: 2024-09-10 17:37:14.093646585 +0000 UTC m=+0.015985671 image pull 542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 2024-09-10T17:37:14.502 INFO:teuthology.orchestra.run.smithi059.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-10T17:37:14.502 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stdout disabled 2024-09-10T17:37:14.509 INFO:teuthology.orchestra.run.smithi059.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-10T17:37:14.509 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stdout inactive 2024-09-10T17:37:14.509 INFO:teuthology.orchestra.run.smithi059.stdout:firewalld.service is not enabled 2024-09-10T17:37:14.509 INFO:teuthology.orchestra.run.smithi059.stdout:Not possible to enable service . firewalld.service is not available 2024-09-10T17:37:14.518 INFO:teuthology.orchestra.run.smithi059.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-10T17:37:14.518 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stdout disabled 2024-09-10T17:37:14.526 INFO:teuthology.orchestra.run.smithi059.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-10T17:37:14.526 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stdout inactive 2024-09-10T17:37:14.526 INFO:teuthology.orchestra.run.smithi059.stdout:firewalld.service is not enabled 2024-09-10T17:37:14.526 INFO:teuthology.orchestra.run.smithi059.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-10T17:37:14.526 INFO:teuthology.orchestra.run.smithi059.stdout:Waiting for mgr to start... 2024-09-10T17:37:14.526 INFO:teuthology.orchestra.run.smithi059.stdout:Waiting for mgr... 2024-09-10T17:37:14.650 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:14 smithi059 podman[30229]: 2024-09-10 17:37:14.379142123 +0000 UTC m=+0.301481196 container init f5c7f933d1322c4b72caefca8a084242584753a4f11239bcf19fb4f250ee140f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-09-10T17:37:14.651 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:14 smithi059 podman[30229]: 2024-09-10 17:37:14.384262162 +0000 UTC m=+0.306601234 container start f5c7f933d1322c4b72caefca8a084242584753a4f11239bcf19fb4f250ee140f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-10T17:37:14.651 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:14 smithi059 bash[30229]: f5c7f933d1322c4b72caefca8a084242584753a4f11239bcf19fb4f250ee140f 2024-09-10T17:37:14.651 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:14 smithi059 systemd[1]: Started Ceph mgr.a for 23901b9e-6f9b-11ef-bcea-c7b262605968. 2024-09-10T17:37:15.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:15 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/829283192' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-10T17:37:15.665 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 2024-09-10T17:37:15.665 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout { 2024-09-10T17:37:15.665 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "fsid": "23901b9e-6f9b-11ef-bcea-c7b262605968", 2024-09-10T17:37:15.666 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "health": { 2024-09-10T17:37:15.666 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-10T17:37:15.666 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-10T17:37:15.666 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-10T17:37:15.666 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-09-10T17:37:15.666 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-10T17:37:15.666 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-10T17:37:15.666 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 0 2024-09-10T17:37:15.666 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout ], 2024-09-10T17:37:15.666 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-10T17:37:15.666 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "a" 2024-09-10T17:37:15.666 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout ], 2024-09-10T17:37:15.666 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-10T17:37:15.666 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-10T17:37:15.667 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T17:37:15.667 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-10T17:37:15.667 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-10T17:37:15.667 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-09-10T17:37:15.667 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-10T17:37:15.667 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T17:37:15.667 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-10T17:37:15.667 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-10T17:37:15.667 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-10T17:37:15.671 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-10T17:37:15.671 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-10T17:37:15.671 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-10T17:37:15.671 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-09-10T17:37:15.671 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-10T17:37:15.671 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-10T17:37:15.671 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-10T17:37:15.671 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-10T17:37:15.671 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-10T17:37:15.671 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-10T17:37:15.671 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-10T17:37:15.671 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-10T17:37:15.671 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-10T17:37:15.672 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-09-10T17:37:15.672 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-10T17:37:15.672 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T17:37:15.672 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "btime": "2024-09-10T17:37:07:618075+0000", 2024-09-10T17:37:15.672 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-10T17:37:15.672 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-10T17:37:15.672 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-09-10T17:37:15.672 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-10T17:37:15.672 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-10T17:37:15.672 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-10T17:37:15.672 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-10T17:37:15.672 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-10T17:37:15.672 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-10T17:37:15.672 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "restful" 2024-09-10T17:37:15.673 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout ], 2024-09-10T17:37:15.673 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T17:37:15.673 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-09-10T17:37:15.673 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-10T17:37:15.673 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T17:37:15.673 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "modified": "2024-09-10T17:37:07.618753+0000", 2024-09-10T17:37:15.673 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T17:37:15.673 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-09-10T17:37:15.673 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-10T17:37:15.673 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout } 2024-09-10T17:37:15.673 INFO:teuthology.orchestra.run.smithi059.stdout:mgr not available, waiting (1/15)... 2024-09-10T17:37:18.458 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:18 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/1492592272' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-10T17:37:18.705 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 2024-09-10T17:37:18.705 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout { 2024-09-10T17:37:18.705 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "fsid": "23901b9e-6f9b-11ef-bcea-c7b262605968", 2024-09-10T17:37:18.706 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "health": { 2024-09-10T17:37:18.706 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-10T17:37:18.706 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-10T17:37:18.706 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-10T17:37:18.706 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-09-10T17:37:18.706 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-10T17:37:18.706 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-10T17:37:18.706 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 0 2024-09-10T17:37:18.706 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout ], 2024-09-10T17:37:18.706 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-10T17:37:18.706 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "a" 2024-09-10T17:37:18.706 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout ], 2024-09-10T17:37:18.707 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-09-10T17:37:18.707 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-10T17:37:18.707 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T17:37:18.707 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-10T17:37:18.707 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-10T17:37:18.707 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-09-10T17:37:18.707 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-10T17:37:18.707 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T17:37:18.707 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-10T17:37:18.707 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-10T17:37:18.707 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-10T17:37:18.707 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-10T17:37:18.708 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-10T17:37:18.708 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-10T17:37:18.712 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-09-10T17:37:18.712 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-10T17:37:18.712 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-10T17:37:18.712 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-10T17:37:18.712 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-10T17:37:18.712 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-10T17:37:18.712 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-10T17:37:18.712 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-10T17:37:18.712 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-10T17:37:18.713 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-10T17:37:18.713 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-09-10T17:37:18.713 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-10T17:37:18.713 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T17:37:18.713 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "btime": "2024-09-10T17:37:07:618075+0000", 2024-09-10T17:37:18.713 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-10T17:37:18.713 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-10T17:37:18.713 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-09-10T17:37:18.713 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-10T17:37:18.713 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-10T17:37:18.713 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-10T17:37:18.713 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-10T17:37:18.714 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-10T17:37:18.714 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-10T17:37:18.714 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "restful" 2024-09-10T17:37:18.714 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout ], 2024-09-10T17:37:18.714 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T17:37:18.714 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-09-10T17:37:18.714 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-10T17:37:18.714 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T17:37:18.714 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "modified": "2024-09-10T17:37:07.618753+0000", 2024-09-10T17:37:18.714 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T17:37:18.714 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-09-10T17:37:18.715 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-10T17:37:18.715 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout } 2024-09-10T17:37:18.715 INFO:teuthology.orchestra.run.smithi059.stdout:mgr not available, waiting (2/15)... 2024-09-10T17:37:20.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:19 smithi059 ceph-mon[29990]: Activating manager daemon a 2024-09-10T17:37:20.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:19 smithi059 ceph-mon[29990]: mgrmap e2: a(active, starting, since 0.00328767s) 2024-09-10T17:37:20.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:19 smithi059 ceph-mon[29990]: from='mgr.14100 172.21.15.59:0/2895290952' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T17:37:20.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:19 smithi059 ceph-mon[29990]: from='mgr.14100 172.21.15.59:0/2895290952' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T17:37:20.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:19 smithi059 ceph-mon[29990]: from='mgr.14100 172.21.15.59:0/2895290952' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T17:37:20.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:19 smithi059 ceph-mon[29990]: from='mgr.14100 172.21.15.59:0/2895290952' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T17:37:20.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:19 smithi059 ceph-mon[29990]: from='mgr.14100 172.21.15.59:0/2895290952' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-10T17:37:20.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:19 smithi059 ceph-mon[29990]: Manager daemon a is now available 2024-09-10T17:37:20.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:19 smithi059 ceph-mon[29990]: from='mgr.14100 172.21.15.59:0/2895290952' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-10T17:37:20.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:19 smithi059 ceph-mon[29990]: from='mgr.14100 172.21.15.59:0/2895290952' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-10T17:37:20.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:19 smithi059 ceph-mon[29990]: from='mgr.14100 172.21.15.59:0/2895290952' entity='mgr.a' 2024-09-10T17:37:20.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:19 smithi059 ceph-mon[29990]: from='mgr.14100 172.21.15.59:0/2895290952' entity='mgr.a' 2024-09-10T17:37:20.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:19 smithi059 ceph-mon[29990]: from='mgr.14100 172.21.15.59:0/2895290952' entity='mgr.a' 2024-09-10T17:37:21.927 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 2024-09-10T17:37:21.928 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout { 2024-09-10T17:37:21.928 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "fsid": "23901b9e-6f9b-11ef-bcea-c7b262605968", 2024-09-10T17:37:21.928 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "health": { 2024-09-10T17:37:21.928 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-10T17:37:21.928 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-10T17:37:21.928 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-10T17:37:21.928 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-09-10T17:37:21.928 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-10T17:37:21.928 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-10T17:37:21.928 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 0 2024-09-10T17:37:21.928 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout ], 2024-09-10T17:37:21.928 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-10T17:37:21.929 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "a" 2024-09-10T17:37:21.929 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout ], 2024-09-10T17:37:21.929 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-09-10T17:37:21.929 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-10T17:37:21.929 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T17:37:21.929 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-10T17:37:21.929 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-10T17:37:21.929 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-09-10T17:37:21.929 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-10T17:37:21.929 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T17:37:21.930 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-10T17:37:21.930 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-10T17:37:21.930 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-10T17:37:21.930 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-10T17:37:21.930 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-10T17:37:21.930 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-10T17:37:21.934 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-09-10T17:37:21.934 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-10T17:37:21.934 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-10T17:37:21.934 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-10T17:37:21.934 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-10T17:37:21.934 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-10T17:37:21.934 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-10T17:37:21.934 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-10T17:37:21.934 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-10T17:37:21.934 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-10T17:37:21.935 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-09-10T17:37:21.935 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-10T17:37:21.935 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T17:37:21.935 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "btime": "2024-09-10T17:37:07:618075+0000", 2024-09-10T17:37:21.935 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-10T17:37:21.935 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-10T17:37:21.935 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-09-10T17:37:21.935 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-10T17:37:21.935 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-10T17:37:21.935 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-10T17:37:21.935 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-10T17:37:21.935 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-10T17:37:21.935 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-10T17:37:21.935 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "restful" 2024-09-10T17:37:21.936 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout ], 2024-09-10T17:37:21.936 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T17:37:21.936 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-09-10T17:37:21.936 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-10T17:37:21.936 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T17:37:21.936 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "modified": "2024-09-10T17:37:07.618753+0000", 2024-09-10T17:37:21.936 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T17:37:21.936 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout }, 2024-09-10T17:37:21.936 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-10T17:37:21.936 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout } 2024-09-10T17:37:21.936 INFO:teuthology.orchestra.run.smithi059.stdout:mgr is available 2024-09-10T17:37:22.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:21 smithi059 ceph-mon[29990]: mgrmap e3: a(active, since 1.00798s) 2024-09-10T17:37:22.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:21 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/907461197' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-10T17:37:22.920 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:22 smithi059 ceph-mon[29990]: mgrmap e4: a(active, since 2s) 2024-09-10T17:37:22.921 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:22 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/1992773865' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-10T17:37:22.921 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:22 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/1992773865' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-10T17:37:23.223 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 2024-09-10T17:37:23.225 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout [global] 2024-09-10T17:37:23.225 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout fsid = 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:37:23.225 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-10T17:37:23.225 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.59:3300,v1:172.21.15.59:6789] 2024-09-10T17:37:23.225 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-10T17:37:23.225 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-10T17:37:23.225 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-10T17:37:23.225 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-10T17:37:23.225 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 2024-09-10T17:37:23.225 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-10T17:37:23.226 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-10T17:37:23.226 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 2024-09-10T17:37:23.226 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout [osd] 2024-09-10T17:37:23.226 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-10T17:37:23.226 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-10T17:37:23.226 INFO:teuthology.orchestra.run.smithi059.stdout:Enabling cephadm module... 2024-09-10T17:37:24.277 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:23 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/1079780399' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-10T17:37:24.277 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:24 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: ignoring --setuser ceph since I am not root 2024-09-10T17:37:24.277 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:24 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: ignoring --setgroup ceph since I am not root 2024-09-10T17:37:25.155 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:24 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/1079780399' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-10T17:37:25.156 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:24 smithi059 ceph-mon[29990]: mgrmap e5: a(active, since 4s) 2024-09-10T17:37:26.010 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:25 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/1210440491' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-10T17:37:26.012 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout { 2024-09-10T17:37:26.013 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-10T17:37:26.013 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-10T17:37:26.013 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-10T17:37:26.013 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-10T17:37:26.013 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout } 2024-09-10T17:37:26.013 INFO:teuthology.orchestra.run.smithi059.stdout:Waiting for the mgr to restart... 2024-09-10T17:37:26.013 INFO:teuthology.orchestra.run.smithi059.stdout:Waiting for mgr epoch 5... 2024-09-10T17:37:29.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:29 smithi059 ceph-mon[29990]: Active manager daemon a restarted 2024-09-10T17:37:29.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:29 smithi059 ceph-mon[29990]: Activating manager daemon a 2024-09-10T17:37:29.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:29 smithi059 ceph-mon[29990]: osdmap e2: 0 total, 0 up, 0 in 2024-09-10T17:37:29.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:29 smithi059 ceph-mon[29990]: mgrmap e6: a(active, starting, since 0.00356092s) 2024-09-10T17:37:29.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:29 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T17:37:29.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:29 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-10T17:37:29.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:29 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T17:37:29.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:29 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T17:37:29.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:29 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T17:37:29.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:29 smithi059 ceph-mon[29990]: Manager daemon a is now available 2024-09-10T17:37:30.750 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout { 2024-09-10T17:37:30.751 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-10T17:37:30.751 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-10T17:37:30.751 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout } 2024-09-10T17:37:30.751 INFO:teuthology.orchestra.run.smithi059.stdout:mgr epoch 5 is available 2024-09-10T17:37:30.751 INFO:teuthology.orchestra.run.smithi059.stdout:Setting orchestrator backend to cephadm... 2024-09-10T17:37:31.134 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' 2024-09-10T17:37:31.134 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' 2024-09-10T17:37:31.134 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-mon[29990]: Found migration_current of "None". Setting to last migration. 2024-09-10T17:37:31.135 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' 2024-09-10T17:37:31.135 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' 2024-09-10T17:37:31.135 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' 2024-09-10T17:37:31.135 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:37:31.135 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:37:31.135 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-10T17:37:31.135 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-10T17:37:31.135 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-mon[29990]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-10T17:37:31.135 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-mon[29990]: mgrmap e7: a(active, since 1.0064s) 2024-09-10T17:37:31.135 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-mon[29990]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-10T17:37:31.738 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: 2024-09-10T17:37:31.401+0000 7fad5dd48640 -1 log_channel(cephadm) log [ERR] : [10/Sep/2024:17:37:31] ENGINE Error in HTTPServer.serve 2024-09-10T17:37:31.738 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: Traceback (most recent call last): 2024-09-10T17:37:31.738 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T17:37:31.738 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: self._connections.run(self.expiration_interval) 2024-09-10T17:37:31.738 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T17:37:31.738 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: self._run(expiration_interval) 2024-09-10T17:37:31.738 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T17:37:31.738 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T17:37:31.738 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T17:37:31.738 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T17:37:31.739 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T17:37:31.739 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: s = self.context.wrap_socket( 2024-09-10T17:37:31.739 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T17:37:31.739 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: return self.sslsocket_class._create( 2024-09-10T17:37:31.739 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T17:37:31.739 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: self.do_handshake() 2024-09-10T17:37:31.739 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T17:37:31.739 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: self._sslobj.do_handshake() 2024-09-10T17:37:31.739 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T17:37:31.739 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:31 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: 2024-09-10T17:37:32.373 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:32 smithi059 ceph-mon[29990]: [10/Sep/2024:17:37:31] ENGINE Bus STARTING 2024-09-10T17:37:32.374 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:32 smithi059 ceph-mon[29990]: [10/Sep/2024:17:37:31] ENGINE Serving on http://172.21.15.59:8765 2024-09-10T17:37:32.374 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:32 smithi059 ceph-mon[29990]: [10/Sep/2024:17:37:31] ENGINE Serving on https://172.21.15.59:7150 2024-09-10T17:37:32.374 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:32 smithi059 ceph-mon[29990]: [10/Sep/2024:17:37:31] ENGINE Bus STARTED 2024-09-10T17:37:32.374 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:32 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:37:32.374 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:32 smithi059 ceph-mon[29990]: [10/Sep/2024:17:37:31] ENGINE Error in HTTPServer.serve 2024-09-10T17:37:32.374 INFO:journalctl@ceph.mon.a.smithi059.stdout: Traceback (most recent call last): 2024-09-10T17:37:32.374 INFO:journalctl@ceph.mon.a.smithi059.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T17:37:32.374 INFO:journalctl@ceph.mon.a.smithi059.stdout: self._connections.run(self.expiration_interval) 2024-09-10T17:37:32.374 INFO:journalctl@ceph.mon.a.smithi059.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T17:37:32.374 INFO:journalctl@ceph.mon.a.smithi059.stdout: self._run(expiration_interval) 2024-09-10T17:37:32.375 INFO:journalctl@ceph.mon.a.smithi059.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T17:37:32.375 INFO:journalctl@ceph.mon.a.smithi059.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T17:37:32.375 INFO:journalctl@ceph.mon.a.smithi059.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T17:37:32.375 INFO:journalctl@ceph.mon.a.smithi059.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T17:37:32.375 INFO:journalctl@ceph.mon.a.smithi059.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T17:37:32.375 INFO:journalctl@ceph.mon.a.smithi059.stdout: s = self.context.wrap_socket( 2024-09-10T17:37:32.375 INFO:journalctl@ceph.mon.a.smithi059.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T17:37:32.375 INFO:journalctl@ceph.mon.a.smithi059.stdout: return self.sslsocket_class._create( 2024-09-10T17:37:32.375 INFO:journalctl@ceph.mon.a.smithi059.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T17:37:32.375 INFO:journalctl@ceph.mon.a.smithi059.stdout: self.do_handshake() 2024-09-10T17:37:32.375 INFO:journalctl@ceph.mon.a.smithi059.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T17:37:32.375 INFO:journalctl@ceph.mon.a.smithi059.stdout: self._sslobj.do_handshake() 2024-09-10T17:37:32.375 INFO:journalctl@ceph.mon.a.smithi059.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T17:37:32.376 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:32 smithi059 ceph-mon[29990]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:37:32.376 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:32 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' 2024-09-10T17:37:32.376 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:32 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:37:33.244 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:33 smithi059 ceph-mon[29990]: mgrmap e8: a(active, since 2s) 2024-09-10T17:37:33.244 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:33 smithi059 ceph-mon[29990]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:37:33.248 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-10T17:37:33.248 INFO:teuthology.orchestra.run.smithi059.stdout:Generating ssh key... 2024-09-10T17:37:34.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:34 smithi059 ceph-mon[29990]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:37:34.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:34 smithi059 ceph-mon[29990]: Generating ssh key... 2024-09-10T17:37:34.909 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:34 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: Generating public/private rsa key pair. 2024-09-10T17:37:34.909 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:34 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: Your identification has been saved in /tmp/tmp7lulvnsq/key 2024-09-10T17:37:34.909 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:34 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: Your public key has been saved in /tmp/tmp7lulvnsq/key.pub 2024-09-10T17:37:34.909 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:34 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: The key fingerprint is: 2024-09-10T17:37:34.909 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:34 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: SHA256:Dz3E8PQqR4NEs/jWvBnIOTRFuaNCEh/MPk0yJ/LagVc ceph-23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:37:34.909 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:34 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: The key's randomart image is: 2024-09-10T17:37:34.909 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:34 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: +---[RSA 3072]----+ 2024-09-10T17:37:34.909 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:34 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: | o .=.+. | 2024-09-10T17:37:34.909 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:34 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: | o BoEX.. | 2024-09-10T17:37:34.909 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:34 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: | B.X= *.. | 2024-09-10T17:37:34.910 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:34 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: | o O+.Xoo | 2024-09-10T17:37:34.910 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:34 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: | * oS.O. | 2024-09-10T17:37:34.910 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:34 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: | . o..* = | 2024-09-10T17:37:34.910 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:34 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: | . + | 2024-09-10T17:37:34.910 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:34 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: | | 2024-09-10T17:37:34.910 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:34 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: | | 2024-09-10T17:37:34.910 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:34 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: +----[SHA256]-----+ 2024-09-10T17:37:35.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:35 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' 2024-09-10T17:37:35.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:35 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' 2024-09-10T17:37:36.368 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyy+fOAoaGV6Ye1HmiKm9cHHYsAocIA+2ehADdlAXvC8XzAV0gjsVSoZFkohjOCIUHEaZzKlO/J/Z50k7D/vvbE8YGXoUeEPUUFC06C8l2aw6xUTEzZWnv1yoTpkqmQI+Y4h3SoPD7CbmvkdYcAOUT3Halc8HnEteGUDWaPGRExbY6Dq8l5qf6SlOy9ye8/rVJuORmbOlnACaWU2D3a3OqREhHF1RQ0fNGOQNvIVmm+CbZTh7R0Y/wmN/ulzpaS3mxgEcKjPCIdvEDwA28Z0YPOVqVx/nOUqG+W+9cgCwFXeTLZyUQ3tMx2xNnDEDn5mz7WZv5735uJHsi0EJM86lwFzN7m1x4ai22JoNBmSZoZnpzBgKH5vLU+8VsRnln8WR9PQ0uMsqrPNjvUuzuDLuGGGPHP8ndnVBzWBFHdv21lXkWuLpppVzZAeVSrkjKEF+NGdGUVCyJ+05IoryZTJjzFbjliPGbVN6UZ1IhnonU+iOlWpjUK6DURN5a9zSBJOE= ceph-23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:37:36.368 INFO:teuthology.orchestra.run.smithi059.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-10T17:37:36.368 INFO:teuthology.orchestra.run.smithi059.stdout:Adding key to root@localhost authorized_keys... 2024-09-10T17:37:36.372 INFO:teuthology.orchestra.run.smithi059.stdout:Adding host smithi059... 2024-09-10T17:37:36.726 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:36 smithi059 ceph-mon[29990]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:37:37.721 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:37 smithi059 ceph-mon[29990]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi059", "addr": "172.21.15.59", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:37:39.262 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:39 smithi059 ceph-mon[29990]: Deploying cephadm binary to smithi059 2024-09-10T17:37:41.492 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout Added host 'smithi059' with addr '172.21.15.59' 2024-09-10T17:37:41.492 INFO:teuthology.orchestra.run.smithi059.stdout:Deploying unmanaged mon service... 2024-09-10T17:37:42.248 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:41 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' 2024-09-10T17:37:42.249 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:41 smithi059 ceph-mon[29990]: Added host smithi059 2024-09-10T17:37:42.249 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:41 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:37:43.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:43 smithi059 ceph-mon[29990]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:37:43.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:43 smithi059 ceph-mon[29990]: Saving service mon spec with placement count:5 2024-09-10T17:37:43.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:43 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' 2024-09-10T17:37:43.723 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-10T17:37:43.723 INFO:teuthology.orchestra.run.smithi059.stdout:Deploying unmanaged mgr service... 2024-09-10T17:37:44.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:44 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' 2024-09-10T17:37:44.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:44 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' 2024-09-10T17:37:45.639 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:45 smithi059 ceph-mon[29990]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:37:45.639 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:45 smithi059 ceph-mon[29990]: Saving service mgr spec with placement count:2 2024-09-10T17:37:45.639 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:45 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' 2024-09-10T17:37:45.639 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:45 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' 2024-09-10T17:37:45.639 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:45 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' 2024-09-10T17:37:45.639 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:45 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi059", "name": "osd_memory_target"} : dispatch 2024-09-10T17:37:45.639 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:45 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' 2024-09-10T17:37:45.639 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:45 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi059", "caps": []} : dispatch 2024-09-10T17:37:45.639 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:45 smithi059 ceph-mon[29990]: from='mgr.14118 172.21.15.59:0/2648356909' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi059", "caps": []}]': finished 2024-09-10T17:37:45.641 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-10T17:37:46.578 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:46 smithi059 ceph-mon[29990]: Deploying daemon agent.smithi059 on smithi059 2024-09-10T17:37:46.578 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:46 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/782230619' entity='client.admin' 2024-09-10T17:37:48.087 INFO:teuthology.orchestra.run.smithi059.stdout:Enabling the dashboard module... 2024-09-10T17:37:48.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:48 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/1818843986' entity='client.admin' 2024-09-10T17:37:49.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:49 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/2650191881' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-10T17:37:49.786 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:49 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: ignoring --setuser ceph since I am not root 2024-09-10T17:37:49.786 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:49 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: ignoring --setgroup ceph since I am not root 2024-09-10T17:37:50.721 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:50 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/2650191881' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-10T17:37:50.721 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:50 smithi059 ceph-mon[29990]: mgrmap e9: a(active, since 20s) 2024-09-10T17:37:51.301 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout { 2024-09-10T17:37:51.301 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-10T17:37:51.301 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-10T17:37:51.301 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-10T17:37:51.301 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-10T17:37:51.302 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout } 2024-09-10T17:37:51.302 INFO:teuthology.orchestra.run.smithi059.stdout:Waiting for the mgr to restart... 2024-09-10T17:37:51.302 INFO:teuthology.orchestra.run.smithi059.stdout:Waiting for mgr epoch 9... 2024-09-10T17:37:51.552 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:51 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/3748991732' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-10T17:37:55.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:54 smithi059 ceph-mon[29990]: Active manager daemon a restarted 2024-09-10T17:37:55.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:54 smithi059 ceph-mon[29990]: Activating manager daemon a 2024-09-10T17:37:55.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:54 smithi059 ceph-mon[29990]: osdmap e3: 0 total, 0 up, 0 in 2024-09-10T17:37:55.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:54 smithi059 ceph-mon[29990]: mgrmap e10: a(active, starting, since 0.0041031s) 2024-09-10T17:37:55.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:54 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T17:37:55.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:54 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-10T17:37:55.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:54 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T17:37:55.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:54 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T17:37:55.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:54 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T17:37:55.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:54 smithi059 ceph-mon[29990]: Manager daemon a is now available 2024-09-10T17:37:56.312 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:56 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:37:56.313 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:56 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:37:56.313 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:56 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-10T17:37:56.313 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:56 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-10T17:37:56.313 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:56 smithi059 ceph-mon[29990]: mgrmap e11: a(active, since 1.00696s) 2024-09-10T17:37:56.315 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout { 2024-09-10T17:37:56.316 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-10T17:37:56.316 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-10T17:37:56.316 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout } 2024-09-10T17:37:56.316 INFO:teuthology.orchestra.run.smithi059.stdout:mgr epoch 9 is available 2024-09-10T17:37:56.316 INFO:teuthology.orchestra.run.smithi059.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-10T17:37:57.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:57 smithi059 ceph-mon[29990]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-10T17:37:57.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:57 smithi059 ceph-mon[29990]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-10T17:37:57.786 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:57 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: 2024-09-10T17:37:57.390+0000 7f5cc4604640 -1 log_channel(cephadm) log [ERR] : [10/Sep/2024:17:37:57] ENGINE Error in HTTPServer.serve 2024-09-10T17:37:57.786 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:57 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: Traceback (most recent call last): 2024-09-10T17:37:57.786 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:57 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T17:37:57.787 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:57 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: self._connections.run(self.expiration_interval) 2024-09-10T17:37:57.787 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:57 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T17:37:57.787 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:57 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: self._run(expiration_interval) 2024-09-10T17:37:57.787 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:57 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T17:37:57.787 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:57 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T17:37:57.787 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:57 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T17:37:57.787 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:57 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T17:37:57.787 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:57 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T17:37:57.787 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:57 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: s = self.context.wrap_socket( 2024-09-10T17:37:57.787 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:57 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T17:37:57.788 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:57 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: return self.sslsocket_class._create( 2024-09-10T17:37:57.788 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:57 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T17:37:57.788 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:57 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: self.do_handshake() 2024-09-10T17:37:57.788 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:57 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T17:37:57.788 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:57 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: self._sslobj.do_handshake() 2024-09-10T17:37:57.788 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:57 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T17:37:57.788 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:37:57 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: 2024-09-10T17:37:58.279 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:58 smithi059 ceph-mon[29990]: [10/Sep/2024:17:37:57] ENGINE Bus STARTING 2024-09-10T17:37:58.280 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:58 smithi059 ceph-mon[29990]: mgrmap e12: a(active, since 2s) 2024-09-10T17:37:58.280 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:58 smithi059 ceph-mon[29990]: [10/Sep/2024:17:37:57] ENGINE Serving on http://172.21.15.59:8765 2024-09-10T17:37:58.280 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:58 smithi059 ceph-mon[29990]: [10/Sep/2024:17:37:57] ENGINE Serving on https://172.21.15.59:7150 2024-09-10T17:37:58.280 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:58 smithi059 ceph-mon[29990]: [10/Sep/2024:17:37:57] ENGINE Bus STARTED 2024-09-10T17:37:58.280 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:58 smithi059 ceph-mon[29990]: [10/Sep/2024:17:37:57] ENGINE Error in HTTPServer.serve 2024-09-10T17:37:58.280 INFO:journalctl@ceph.mon.a.smithi059.stdout: Traceback (most recent call last): 2024-09-10T17:37:58.280 INFO:journalctl@ceph.mon.a.smithi059.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T17:37:58.280 INFO:journalctl@ceph.mon.a.smithi059.stdout: self._connections.run(self.expiration_interval) 2024-09-10T17:37:58.280 INFO:journalctl@ceph.mon.a.smithi059.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T17:37:58.280 INFO:journalctl@ceph.mon.a.smithi059.stdout: self._run(expiration_interval) 2024-09-10T17:37:58.280 INFO:journalctl@ceph.mon.a.smithi059.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T17:37:58.281 INFO:journalctl@ceph.mon.a.smithi059.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T17:37:58.281 INFO:journalctl@ceph.mon.a.smithi059.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T17:37:58.281 INFO:journalctl@ceph.mon.a.smithi059.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T17:37:58.281 INFO:journalctl@ceph.mon.a.smithi059.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T17:37:58.281 INFO:journalctl@ceph.mon.a.smithi059.stdout: s = self.context.wrap_socket( 2024-09-10T17:37:58.281 INFO:journalctl@ceph.mon.a.smithi059.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T17:37:58.281 INFO:journalctl@ceph.mon.a.smithi059.stdout: return self.sslsocket_class._create( 2024-09-10T17:37:58.281 INFO:journalctl@ceph.mon.a.smithi059.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T17:37:58.281 INFO:journalctl@ceph.mon.a.smithi059.stdout: self.do_handshake() 2024-09-10T17:37:58.281 INFO:journalctl@ceph.mon.a.smithi059.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T17:37:58.281 INFO:journalctl@ceph.mon.a.smithi059.stdout: self._sslobj.do_handshake() 2024-09-10T17:37:58.281 INFO:journalctl@ceph.mon.a.smithi059.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T17:37:58.281 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:58 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:37:58.281 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:58 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi059", "name": "osd_memory_target"} : dispatch 2024-09-10T17:37:58.282 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:58 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:37:58.282 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:37:58 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi059", "caps": []} : dispatch 2024-09-10T17:37:58.532 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+zCCAuOgAwIBAgIUK4fXcovUjsih14sTbk7thyZzIFYwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE3Mzc1N1oXDTM0\nMDkxMTE3Mzc1N1owFzEVMBMGA1UEAwwMMTcyLjIxLjE1LjU5MIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEAoWagVXNeHYTNa/GnFcTNCciiy3nBuLdn14fd\nSlDVsWATxaO2YnEU1MbcoJ6OO3XkH7FNpLphIv+Ruv0eQSYf9q5ppQPKxONgCbC6\nmHAIwNQlNTAkdD/P5uUvv/Wpf/in9rFAXdIkkmk1yZLHt8naGkfcvUgfctvaXFCI\nclW+KSi7WfyBokwR1F7xYP0qdMai4gVkkBe9tvaWybgZ8gB76KgYPLNvxKRqk24H\nCaESIlDesZOYQzU4Tvpt49ZJz2fkXCdhERS1nTWOJ0gx3S2k2Pr5SgY11Ad1LgQl\nrTMRD1HJwocuyEMTiRbX+UG7PjUzGKjbA4GBBohEp8lXPifdKWvOQ3zJRhhbvUrA\ngZOcKza9idXlEzR7wJhs1xRsTe+MDSp0dbOSBMVwFrNR89toFUnNA1xTltYKTqn0\nU7fqbX5ntGxSXu9i1HfOJtVDEnfAUOLhIXpNS3nSVo/3qWA93zHWOzgCOSfqfIxz\n9rPDv0DpIs7VHEK5s0FHFXvaqNcoPuPqtcSrbMOTCN/BqIuwGLpjs1ITY7NXATTb\nrNpJkNtBZtjzyVIIwGuJmTtMxfX99ogHcHCCC7AO3PSB+wHeHSmiiDof4Dtb+y3A\nKZWVuFSV6Ow//ruk2Hpb6DwpUkMY4LN6Sg6jZwKgcQjcL0W2AfjLxJtf7YYnHVyi\nAYXa0+sCAwEAAaM/MD0wLQYDVR0RBCYwJIIJc21pdGhpMDU5ghFkYXNoYm9hcmRf\nc2VydmVyc4cErBUPOzAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQBu\nhZ5epBKT+jFPBXSHVCh1hEZW/J+FDj03N8cSDNOeLqv3g7QkNLO+Ii7//gyo3ZUe\nTD8R8upzgRZB5ngihPCWI7ZB+//9S35IOm4tRYO2MQtnMJseW+q8PosaupdCsCBb\nAGyUdPdxtlhqInN6rKfiVUV404L0rVvjXIZqCg4PvHK+QsF1WmaCiM9n0G4DhHoe\nx9+yN1BLwhckU7x9ACY0E88zc9lAQ5DfevgCw//aSNmI951C5LFPlsFpgV1Z7Dwd\nDgbvIGN4dc6wC8sGXG9X7eEEUsBGMs1ohJfAvoz1YaMATQt6yc9u8lJyRJr0yOtV\naP2dQXsDwp0fe+lwB+6X5zzw+W17qDM1Y0Mdr9zhx3u+KWo1rdwEyDjtK/Skbcen\n0iMethJf1shkEtQwYYfmCRgI5aCFBqfWFFd3oRDIz4q2i7Grtd0dT4umnwcb9Ki2\n08MpRB3EoI+GntduZQxXJFgtqT3vEQ3nZLYgdBZfaEpxxNMX3w9PsA9bO4uvy2xa\n0+yRsCxobA1u6jBzDsiEGF+I/7w8k/f5SoiWueny7K16yHItMQgtebuEfliZqGFg\nZRgmsiktlUkUJUMKRWYuc1FU+X8F+lhj385hWgpMxCyXQZJCNgXY2Pem8Fu9Miuh\nAaOMVTtF0TzMx3mWFXeskcODnAYQvuJn9yOPL67hLQ==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEAoWagVXNeHYTNa/GnFcTNCciiy3nBuLdn14fdSlDVsWATxaO2\nYnEU1MbcoJ6OO3XkH7FNpLphIv+Ruv0eQSYf9q5ppQPKxONgCbC6mHAIwNQlNTAk\ndD/P5uUvv/Wpf/in9rFAXdIkkmk1yZLHt8naGkfcvUgfctvaXFCIclW+KSi7WfyB\nokwR1F7xYP0qdMai4gVkkBe9tvaWybgZ8gB76KgYPLNvxKRqk24HCaESIlDesZOY\nQzU4Tvpt49ZJz2fkXCdhERS1nTWOJ0gx3S2k2Pr5SgY11Ad1LgQlrTMRD1HJwocu\nyEMTiRbX+UG7PjUzGKjbA4GBBohEp8lXPifdKWvOQ3zJRhhbvUrAgZOcKza9idXl\nEzR7wJhs1xRsTe+MDSp0dbOSBMVwFrNR89toFUnNA1xTltYKTqn0U7fqbX5ntGxS\nXu9i1HfOJtVDEnfAUOLhIXpNS3nSVo/3qWA93zHWOzgCOSfqfIxz9rPDv0DpIs7V\nHEK5s0FHFXvaqNcoPuPqtcSrbMOTCN/BqIuwGLpjs1ITY7NXATTbrNpJkNtBZtjz\nyVIIwGuJmTtMxfX99ogHcHCCC7AO3PSB+wHeHSmiiDof4Dtb+y3AKZWVuFSV6Ow/\n/ruk2Hpb6DwpUkMY4LN6Sg6jZwKgcQjcL0W2AfjLxJtf7YYnHVyiAYXa0+sCAwEA\nAQKCAgALjiFkfMH8MwnR9JcVw+U6Ehc1oh3wb5ELqTp6m5bxAAPqXnIsUhQ/t40M\nIs3kC+itLDB23rEdpFZ2oLCN0YDwVERUABWASxcRGooBZ+P4ijevuyag/ACSc04b\n3Caqds7vpnkJPoZHxSiIqe2KhvUKdKKlGojF3F+hxFJAfUsD/1qKcr2FNRUBs1ps\nqzNi8OWwcNpmRozakITzJC8XWFmGqqIxllcmKO9IZtQyKEn4EvoelIaOKT1CykMb\n0LewFawPvPICGw11l+P5g/2t7BqlPjKizhcEexQ0my9nWwSZqC1ds/fxdnvrkKsd\nuUsChSSHW29yrM7j/NWNfai1Vn1K4KApwu3YpFOpsY6sFprkj97C8lVlUVrHBbUE\nkucxWk0JAQ3DjyKFtZdraLgCJsrZLf8xHiNhx/amitlYG6vcV2gF2PvbaLZFerP0\ng7yV71v0MjMeiGDIJiz6kiMYF/shhqaq/nqp6m+yQLgCNMDTGT6+O/r02o9/5lvT\nlEeZwkp8I9O6SqjXxZUAiX4dWfQ+E4B8Dm3HNuLcxqIGrxfxC6pw2z5PSo6/bByz\nL2i4/yavL4IQvBgstcTxmBm9NNGwNCkVF5nWbaOnRKYi4kpyeiYA4ijibwXnECit\nQXDwryeVKn3GPCSEl4faOlYHHtAlZviJVFt3gRIWDCPbFASS4QKCAQEA4MelGqtL\nuOrkwDFFWyAXlikij806TT32pXpUc4mQfDdSGb8vCXA0kau+7GVhbMNAj30qo15s\n5411TcLrOx4GlHvt3j7hL8at7scVHvGa1wKL0kUkOOAJOvSgDJ4NbFpbbHO6YwBO\n4jzSJtmBOhLEcpYtc9jxjKWnrVM6vk+yAWpG98KA3zl4G4eGK9Dr5qA1jhqhXFGB\ndYWiwuH8vWskveEngeRBNrLrSX9lStwYqRDXdA5h/z+Pe+2YKk7kNRrjR2/UkaFB\n+f/iJDpXl2CNfb41MDd8DLUSSF6hlziNPzalC2FGXlr+L/nzleDjDYB6ATf1bCBr\n1DqsORDbHLE5/wKCAQEAt9F0h60rW+6pjWBw90kNlXx2DfxeGaaGfDhxLFsyWQLt\nXZje8yFUq4VvHyBbgAx/kQsl6IHvelvB7RzzPDMxs8bS8KEcKZWzr5QY7ljL334R\nHU4JSVIq80rLS2OG1WB8eMVHJzHoP3rG9tSSBhMykD4JESdVZ33CXWgSmuMGAkAg\nm6He/wbiMQ9SxXkzzVmm857dNEsRyEoTgYk4dD3Ji2YcjCOwpx5KZGEaLjVK4SGX\nNfNea4km+4O7PUAcxWcSR9RaJBQ5BMrqiOaHHLBu5hfrKNcnrkN3S/l9FvZT9a7t\noWPVGRuhIIoFu2y0foYNJN3HD48sVRVNOblZfJruFQKCAQEAn5Q9G8zmilaApg2U\nvpfvBtUXS14Y+QN3mo1ZbVkJcZZYvBylyR6Ww6BZgDyNSQjpSbVD0w3TZSRhVh5+\nn862Py4odnLPrfpwOyetT/WYxvJwz4v0pkgvZWKMScjfoMAZTcpvVZ+/YRBq5dfe\nzZrLSsphZHBtNDva6cs/1iKALk8EKRs2IMQNCAZT88Fz6JxuyP8Q9ZiLvyJrpc2I\nf/WT9RXm1Wl1/t5Q+jHueJH/E+/39dXMLskyFXpdYBP4Idd/6ZR0JhuE2naWVr/w\ntXB/ovipjByn/eGDJEvCjrhAVtN1ormhmpUhBnB+RTaOG2TNuRXAL85onxg0cqML\n27fagwKCAQBg7aPi/1+DxJ/Hmvk2jGELWGvwCAmewP7dde3Hk/dClJaR6lB2KDc7\nksr7wNY++VgzJYvBxPKAtO3XmJJyRhSJVehZVrtA+l2b0h4rYMtweEuSBlpDPX7E\nd8YnZL3uukgobu6MLnbnMljEQ2cUqP7arLufPfx87AWXt49H+Tpr6WDIcFzkYb7Y\nW9orozO7rvCoOjcuof8ofFc40SDhussSJLAc/ZzjIsfbkpB5mUR43nubyU8aqWHS\n8q3DKJGDTkyHb+RwbfF7I3z034qTiD2SOz6XdIzKCW1YtKBPgWjYfntzxO7TpIwc\nWmuXX0T2Cr3XmNKk07xuySLFs4UKfa/ZAoIBAGVUk39fgl41nV842oQyMeCP7acw\nF5uMu0aa3AgyGe0UJrqGelNIZOwwsXfKpEWK/w82ePz2rssIeatGT8rHyIz2rc9h\ntN9YoTl1IvXSECmfwzCLx32l1kIGX7Cc3PK9Yqou8EznjdHbIhfNH/C/s1KrLUeX\nXZJMPb59mCpTI/k9h3Q9O/JMu7S/cV0Y+zX8FIMNqYmbnvdFNP3fvbC6zR2MVUDe\nC35gfNYfqz/f0kZbuF3UT1LPcMO9VC1Ys67jfACMn5vs94QW687VmLv82sZ9xMcQ\nbbdn6oMAVsWSJW1A/nDj9AnHHxc48Qaz592s1T612+7S6qAnCVgTIEMk9G8=\n-----END RSA PRIVATE KEY-----\n"} 2024-09-10T17:37:59.773 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-10T17:38:00.430 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:00 smithi059 ceph-mon[29990]: Deploying daemon agent.smithi059 on smithi059 2024-09-10T17:38:00.430 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:00 smithi059 ceph-mon[29990]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:38:00.430 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:00 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:01.062 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-10T17:38:01.063 INFO:teuthology.orchestra.run.smithi059.stdout:Creating initial admin user... 2024-09-10T17:38:01.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:01 smithi059 ceph-mon[29990]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:38:01.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:01 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:02.485 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$TrwfWqsc8EkE5fnUFT3keOfXPgmRfGuY2QCq5T8grVpVMTtR9YtOO", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1725989881, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-10T17:38:02.485 INFO:teuthology.orchestra.run.smithi059.stdout:Fetching dashboard port number... 2024-09-10T17:38:03.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:02 smithi059 ceph-mon[29990]: from='client.14168 -' 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-09-10T17:38:03.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:02 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:03.725 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stdout 8443 2024-09-10T17:38:03.735 INFO:teuthology.orchestra.run.smithi059.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-10T17:38:03.735 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stdout disabled 2024-09-10T17:38:03.743 INFO:teuthology.orchestra.run.smithi059.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-10T17:38:03.743 INFO:teuthology.orchestra.run.smithi059.stdout:systemctl: stdout inactive 2024-09-10T17:38:03.743 INFO:teuthology.orchestra.run.smithi059.stdout:firewalld.service is not enabled 2024-09-10T17:38:03.743 INFO:teuthology.orchestra.run.smithi059.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-10T17:38:03.746 INFO:teuthology.orchestra.run.smithi059.stdout:Ceph Dashboard is now available at: 2024-09-10T17:38:03.746 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:38:03.746 INFO:teuthology.orchestra.run.smithi059.stdout: URL: https://smithi059.front.sepia.ceph.com:8443/ 2024-09-10T17:38:03.746 INFO:teuthology.orchestra.run.smithi059.stdout: User: admin 2024-09-10T17:38:03.746 INFO:teuthology.orchestra.run.smithi059.stdout: Password: 9lro5q30s0 2024-09-10T17:38:03.746 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:38:03.746 INFO:teuthology.orchestra.run.smithi059.stdout:Saving cluster configuration to /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/config directory 2024-09-10T17:38:03.976 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:03 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/3514061030' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-10T17:38:05.032 INFO:teuthology.orchestra.run.smithi059.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-10T17:38:05.032 INFO:teuthology.orchestra.run.smithi059.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-10T17:38:05.032 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:38:05.032 INFO:teuthology.orchestra.run.smithi059.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-10T17:38:05.032 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:38:05.032 INFO:teuthology.orchestra.run.smithi059.stdout:Or, if you are only running a single cluster on this host: 2024-09-10T17:38:05.033 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:38:05.033 INFO:teuthology.orchestra.run.smithi059.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-10T17:38:05.033 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:38:05.033 INFO:teuthology.orchestra.run.smithi059.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-10T17:38:05.033 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:38:05.033 INFO:teuthology.orchestra.run.smithi059.stdout: ceph telemetry on 2024-09-10T17:38:05.033 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:38:05.033 INFO:teuthology.orchestra.run.smithi059.stdout:For more information see: 2024-09-10T17:38:05.033 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:38:05.033 INFO:teuthology.orchestra.run.smithi059.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-10T17:38:05.033 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:38:05.033 INFO:teuthology.orchestra.run.smithi059.stdout:Bootstrap complete. 2024-09-10T17:38:05.077 INFO:tasks.cephadm:Fetching config... 2024-09-10T17:38:05.078 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-10T17:38:05.078 DEBUG:teuthology.orchestra.run.smithi059:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-10T17:38:05.095 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-10T17:38:05.095 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-10T17:38:05.095 DEBUG:teuthology.orchestra.run.smithi059:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-10T17:38:05.151 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-10T17:38:05.151 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-10T17:38:05.151 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd if=/var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-10T17:38:05.303 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-10T17:38:05.304 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-10T17:38:05.304 DEBUG:teuthology.orchestra.run.smithi059:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-10T17:38:05.371 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-10T17:38:05.371 DEBUG:teuthology.orchestra.run.smithi059:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyy+fOAoaGV6Ye1HmiKm9cHHYsAocIA+2ehADdlAXvC8XzAV0gjsVSoZFkohjOCIUHEaZzKlO/J/Z50k7D/vvbE8YGXoUeEPUUFC06C8l2aw6xUTEzZWnv1yoTpkqmQI+Y4h3SoPD7CbmvkdYcAOUT3Halc8HnEteGUDWaPGRExbY6Dq8l5qf6SlOy9ye8/rVJuORmbOlnACaWU2D3a3OqREhHF1RQ0fNGOQNvIVmm+CbZTh7R0Y/wmN/ulzpaS3mxgEcKjPCIdvEDwA28Z0YPOVqVx/nOUqG+W+9cgCwFXeTLZyUQ3tMx2xNnDEDn5mz7WZv5735uJHsi0EJM86lwFzN7m1x4ai22JoNBmSZoZnpzBgKH5vLU+8VsRnln8WR9PQ0uMsqrPNjvUuzuDLuGGGPHP8ndnVBzWBFHdv21lXkWuLpppVzZAeVSrkjKEF+NGdGUVCyJ+05IoryZTJjzFbjliPGbVN6UZ1IhnonU+iOlWpjUK6DURN5a9zSBJOE= ceph-23901b9e-6f9b-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-10T17:38:05.506 INFO:teuthology.orchestra.run.smithi059.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyy+fOAoaGV6Ye1HmiKm9cHHYsAocIA+2ehADdlAXvC8XzAV0gjsVSoZFkohjOCIUHEaZzKlO/J/Z50k7D/vvbE8YGXoUeEPUUFC06C8l2aw6xUTEzZWnv1yoTpkqmQI+Y4h3SoPD7CbmvkdYcAOUT3Halc8HnEteGUDWaPGRExbY6Dq8l5qf6SlOy9ye8/rVJuORmbOlnACaWU2D3a3OqREhHF1RQ0fNGOQNvIVmm+CbZTh7R0Y/wmN/ulzpaS3mxgEcKjPCIdvEDwA28Z0YPOVqVx/nOUqG+W+9cgCwFXeTLZyUQ3tMx2xNnDEDn5mz7WZv5735uJHsi0EJM86lwFzN7m1x4ai22JoNBmSZoZnpzBgKH5vLU+8VsRnln8WR9PQ0uMsqrPNjvUuzuDLuGGGPHP8ndnVBzWBFHdv21lXkWuLpppVzZAeVSrkjKEF+NGdGUVCyJ+05IoryZTJjzFbjliPGbVN6UZ1IhnonU+iOlWpjUK6DURN5a9zSBJOE= ceph-23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:38:05.520 DEBUG:teuthology.orchestra.run.smithi060:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyy+fOAoaGV6Ye1HmiKm9cHHYsAocIA+2ehADdlAXvC8XzAV0gjsVSoZFkohjOCIUHEaZzKlO/J/Z50k7D/vvbE8YGXoUeEPUUFC06C8l2aw6xUTEzZWnv1yoTpkqmQI+Y4h3SoPD7CbmvkdYcAOUT3Halc8HnEteGUDWaPGRExbY6Dq8l5qf6SlOy9ye8/rVJuORmbOlnACaWU2D3a3OqREhHF1RQ0fNGOQNvIVmm+CbZTh7R0Y/wmN/ulzpaS3mxgEcKjPCIdvEDwA28Z0YPOVqVx/nOUqG+W+9cgCwFXeTLZyUQ3tMx2xNnDEDn5mz7WZv5735uJHsi0EJM86lwFzN7m1x4ai22JoNBmSZoZnpzBgKH5vLU+8VsRnln8WR9PQ0uMsqrPNjvUuzuDLuGGGPHP8ndnVBzWBFHdv21lXkWuLpppVzZAeVSrkjKEF+NGdGUVCyJ+05IoryZTJjzFbjliPGbVN6UZ1IhnonU+iOlWpjUK6DURN5a9zSBJOE= ceph-23901b9e-6f9b-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-10T17:38:05.571 INFO:teuthology.orchestra.run.smithi060.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyy+fOAoaGV6Ye1HmiKm9cHHYsAocIA+2ehADdlAXvC8XzAV0gjsVSoZFkohjOCIUHEaZzKlO/J/Z50k7D/vvbE8YGXoUeEPUUFC06C8l2aw6xUTEzZWnv1yoTpkqmQI+Y4h3SoPD7CbmvkdYcAOUT3Halc8HnEteGUDWaPGRExbY6Dq8l5qf6SlOy9ye8/rVJuORmbOlnACaWU2D3a3OqREhHF1RQ0fNGOQNvIVmm+CbZTh7R0Y/wmN/ulzpaS3mxgEcKjPCIdvEDwA28Z0YPOVqVx/nOUqG+W+9cgCwFXeTLZyUQ3tMx2xNnDEDn5mz7WZv5735uJHsi0EJM86lwFzN7m1x4ai22JoNBmSZoZnpzBgKH5vLU+8VsRnln8WR9PQ0uMsqrPNjvUuzuDLuGGGPHP8ndnVBzWBFHdv21lXkWuLpppVzZAeVSrkjKEF+NGdGUVCyJ+05IoryZTJjzFbjliPGbVN6UZ1IhnonU+iOlWpjUK6DURN5a9zSBJOE= ceph-23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:38:05.585 DEBUG:teuthology.orchestra.run.smithi192:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyy+fOAoaGV6Ye1HmiKm9cHHYsAocIA+2ehADdlAXvC8XzAV0gjsVSoZFkohjOCIUHEaZzKlO/J/Z50k7D/vvbE8YGXoUeEPUUFC06C8l2aw6xUTEzZWnv1yoTpkqmQI+Y4h3SoPD7CbmvkdYcAOUT3Halc8HnEteGUDWaPGRExbY6Dq8l5qf6SlOy9ye8/rVJuORmbOlnACaWU2D3a3OqREhHF1RQ0fNGOQNvIVmm+CbZTh7R0Y/wmN/ulzpaS3mxgEcKjPCIdvEDwA28Z0YPOVqVx/nOUqG+W+9cgCwFXeTLZyUQ3tMx2xNnDEDn5mz7WZv5735uJHsi0EJM86lwFzN7m1x4ai22JoNBmSZoZnpzBgKH5vLU+8VsRnln8WR9PQ0uMsqrPNjvUuzuDLuGGGPHP8ndnVBzWBFHdv21lXkWuLpppVzZAeVSrkjKEF+NGdGUVCyJ+05IoryZTJjzFbjliPGbVN6UZ1IhnonU+iOlWpjUK6DURN5a9zSBJOE= ceph-23901b9e-6f9b-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-10T17:38:05.602 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:05 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/3764131485' entity='client.admin' 2024-09-10T17:38:05.720 INFO:teuthology.orchestra.run.smithi192.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyy+fOAoaGV6Ye1HmiKm9cHHYsAocIA+2ehADdlAXvC8XzAV0gjsVSoZFkohjOCIUHEaZzKlO/J/Z50k7D/vvbE8YGXoUeEPUUFC06C8l2aw6xUTEzZWnv1yoTpkqmQI+Y4h3SoPD7CbmvkdYcAOUT3Halc8HnEteGUDWaPGRExbY6Dq8l5qf6SlOy9ye8/rVJuORmbOlnACaWU2D3a3OqREhHF1RQ0fNGOQNvIVmm+CbZTh7R0Y/wmN/ulzpaS3mxgEcKjPCIdvEDwA28Z0YPOVqVx/nOUqG+W+9cgCwFXeTLZyUQ3tMx2xNnDEDn5mz7WZv5735uJHsi0EJM86lwFzN7m1x4ai22JoNBmSZoZnpzBgKH5vLU+8VsRnln8WR9PQ0uMsqrPNjvUuzuDLuGGGPHP8ndnVBzWBFHdv21lXkWuLpppVzZAeVSrkjKEF+NGdGUVCyJ+05IoryZTJjzFbjliPGbVN6UZ1IhnonU+iOlWpjUK6DURN5a9zSBJOE= ceph-23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:38:05.735 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-10T17:38:06.059 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:38:07.469 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:07.469 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:07.469 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:07.469 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:07.469 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:07.470 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:07.470 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:07.470 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:07.470 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:07.470 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:07.470 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:07.470 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:07.470 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:07 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/614726968' entity='client.admin' 2024-09-10T17:38:07.470 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:07.470 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:07.864 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-10T17:38:07.864 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-10T17:38:08.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:08 smithi059 ceph-mon[29990]: mgrmap e13: a(active, since 12s) 2024-09-10T17:38:08.815 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:38:10.465 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi060 2024-09-10T17:38:10.465 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-09-10T17:38:10.465 DEBUG:teuthology.orchestra.run.smithi060:> dd of=/etc/ceph/ceph.conf 2024-09-10T17:38:10.485 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-09-10T17:38:10.485 DEBUG:teuthology.orchestra.run.smithi060:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T17:38:10.544 INFO:tasks.cephadm:Adding host smithi060 to orchestrator... 2024-09-10T17:38:10.544 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph orch host add smithi060 2024-09-10T17:38:10.754 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:10 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:10.754 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:10 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:10.755 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:10 smithi059 ceph-mon[29990]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:38:10.755 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:10 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:10.755 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:10 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:10.755 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:10 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:10.755 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:10 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:38:10.755 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:10 smithi059 ceph-mon[29990]: Updating smithi059:/etc/ceph/ceph.conf 2024-09-10T17:38:10.755 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:10 smithi059 ceph-mon[29990]: Updating smithi059:/var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T17:38:10.755 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:10 smithi059 ceph-mon[29990]: Updating smithi059:/etc/ceph/ceph.client.admin.keyring 2024-09-10T17:38:10.755 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:10 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:10.755 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:10 smithi059 ceph-mon[29990]: Updating smithi059:/var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T17:38:11.045 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:38:12.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:11 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:12.074 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:11 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:12.074 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:11 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:12.074 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:11 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:13.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:12 smithi059 ceph-mon[29990]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi060", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:38:14.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:13 smithi059 ceph-mon[29990]: Deploying cephadm binary to smithi060 2024-09-10T17:38:15.707 INFO:teuthology.orchestra.run.smithi059.stdout:Added host 'smithi060' with addr '172.21.15.60' 2024-09-10T17:38:16.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:15 smithi059 ceph-mon[29990]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:16.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:15 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:16.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:15 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:16.360 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph orch host ls --format=json 2024-09-10T17:38:16.616 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:38:17.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:17 smithi059 ceph-mon[29990]: Added host smithi060 2024-09-10T17:38:17.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:17 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:17.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:17 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:17.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:17 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:17.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:17 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"} : dispatch 2024-09-10T17:38:17.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:17 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:17.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:17 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:38:17.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:17 smithi059 ceph-mon[29990]: Updating smithi060:/etc/ceph/ceph.conf 2024-09-10T17:38:17.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:17 smithi059 ceph-mon[29990]: Updating smithi060:/var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T17:38:17.356 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:38:17.356 INFO:teuthology.orchestra.run.smithi059.stdout:[{"addr": "172.21.15.59", "hostname": "smithi059", "labels": [], "status": ""}, {"addr": "172.21.15.60", "hostname": "smithi060", "labels": [], "status": ""}] 2024-09-10T17:38:17.950 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi192 2024-09-10T17:38:17.950 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-10T17:38:17.950 DEBUG:teuthology.orchestra.run.smithi192:> dd of=/etc/ceph/ceph.conf 2024-09-10T17:38:17.969 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-10T17:38:17.969 DEBUG:teuthology.orchestra.run.smithi192:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T17:38:18.026 INFO:tasks.cephadm:Adding host smithi192 to orchestrator... 2024-09-10T17:38:18.027 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph orch host add smithi192 2024-09-10T17:38:18.277 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:38:18.527 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:18 smithi059 ceph-mon[29990]: Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2024-09-10T17:38:18.527 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:18 smithi059 ceph-mon[29990]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:18.528 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:18 smithi059 ceph-mon[29990]: Updating smithi060:/var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T17:38:18.528 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:18 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:18.528 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:18 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:18.528 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:18 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi060", "caps": []} : dispatch 2024-09-10T17:38:18.528 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:18 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi060", "caps": []}]': finished 2024-09-10T17:38:18.528 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:18 smithi059 ceph-mon[29990]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T17:38:19.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:19 smithi059 ceph-mon[29990]: Deploying daemon agent.smithi060 on smithi060 2024-09-10T17:38:19.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:19 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:19.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:19 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:19.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:19 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:19.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:19 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:19.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:19 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:19.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:19 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:38:19.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:19 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:19.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:19 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:19.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:19 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:19.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:19 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:38:19.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:19 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:20.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:20 smithi059 ceph-mon[29990]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:20.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:20 smithi059 ceph-mon[29990]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:38:20.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:20 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:20.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:20 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:20.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:20 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:20.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:20 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:21.686 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:21 smithi059 ceph-mon[29990]: Deploying cephadm binary to smithi192 2024-09-10T17:38:22.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:22 smithi059 ceph-mon[29990]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:22.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:22 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:22.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:22 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:23.085 INFO:teuthology.orchestra.run.smithi059.stdout:Added host 'smithi192' with addr '172.21.15.192' 2024-09-10T17:38:23.799 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph orch host ls --format=json 2024-09-10T17:38:24.052 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:38:24.351 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:24 smithi059 ceph-mon[29990]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:24.351 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:24 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:24.351 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:24 smithi059 ceph-mon[29990]: Added host smithi192 2024-09-10T17:38:24.351 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:24 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:24.352 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:24 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:24.352 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:24 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:24.352 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:24 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:24.352 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:24 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"} : dispatch 2024-09-10T17:38:24.352 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:24 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:24.352 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:24 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:38:24.778 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:38:24.779 INFO:teuthology.orchestra.run.smithi059.stdout:[{"addr": "172.21.15.59", "hostname": "smithi059", "labels": [], "status": ""}, {"addr": "172.21.15.60", "hostname": "smithi060", "labels": [], "status": ""}, {"addr": "172.21.15.192", "hostname": "smithi192", "labels": [], "status": ""}] 2024-09-10T17:38:25.409 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-10T17:38:25.409 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph osd crush tunables default 2024-09-10T17:38:25.659 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:38:25.781 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:25 smithi059 ceph-mon[29990]: Updating smithi192:/etc/ceph/ceph.conf 2024-09-10T17:38:25.781 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:25 smithi059 ceph-mon[29990]: Updating smithi192:/var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T17:38:25.781 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:25 smithi059 ceph-mon[29990]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-09-10T17:38:25.781 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:25 smithi059 ceph-mon[29990]: Updating smithi192:/var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T17:38:25.781 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:25 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:25.781 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:25 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:25.782 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:25 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []} : dispatch 2024-09-10T17:38:25.782 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:25 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []}]': finished 2024-09-10T17:38:27.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:26 smithi059 ceph-mon[29990]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:27.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:26 smithi059 ceph-mon[29990]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T17:38:27.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:26 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:27.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:26 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:27.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:26 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:27.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:26 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/2681030873' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-10T17:38:27.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:26 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:27.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:26 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:27.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:26 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:38:27.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:26 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:27.400 INFO:teuthology.orchestra.run.smithi059.stderr:adjusted tunables profile to default 2024-09-10T17:38:27.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:27 smithi059 ceph-mon[29990]: Deploying daemon agent.smithi192 on smithi192 2024-09-10T17:38:27.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:27 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:27.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:27 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:27.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:27 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:38:27.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:27 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:27.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:27 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:27.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:27 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:27.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:27 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:27.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:27 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:27.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:27 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:27.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:27 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:27.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:27 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/2681030873' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-10T17:38:27.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:27 smithi059 ceph-mon[29990]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T17:38:28.734 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:28 smithi059 ceph-mon[29990]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:28.767 INFO:tasks.cephadm:Adding mon.a on smithi059 2024-09-10T17:38:28.767 INFO:tasks.cephadm:Adding mon.b on smithi060 2024-09-10T17:38:28.767 INFO:tasks.cephadm:Adding mon.c on smithi192 2024-09-10T17:38:28.767 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph orch apply mon '3;smithi059:172.21.15.59=a;smithi060:172.21.15.60=b;smithi192:172.21.15.192=c' 2024-09-10T17:38:29.391 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T17:38:30.024 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled mon update... 2024-09-10T17:38:30.587 DEBUG:teuthology.orchestra.run.smithi060:mon.b> sudo journalctl -f -n 0 -u ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@mon.b.service 2024-09-10T17:38:30.590 DEBUG:teuthology.orchestra.run.smithi192:mon.c> sudo journalctl -f -n 0 -u ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@mon.c.service 2024-09-10T17:38:30.592 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-10T17:38:30.592 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T17:38:30.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:30 smithi059 ceph-mon[29990]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:30.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:30 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:30.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:30 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:30.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:30 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:30.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:30 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:30.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:30 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:30.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:30 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:38:30.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:30 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:30.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:30 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T17:38:30.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:30 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:30.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:30 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:31.308 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T17:38:31.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:31 smithi059 ceph-mon[29990]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi059:172.21.15.59=a;smithi060:172.21.15.60=b;smithi192:172.21.15.192=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:38:31.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:31 smithi059 ceph-mon[29990]: Saving service mon spec with placement smithi059:172.21.15.59=a;smithi060:172.21.15.60=b;smithi192:172.21.15.192=c;count:3 2024-09-10T17:38:31.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:31 smithi059 ceph-mon[29990]: Deploying daemon mon.c on smithi192 2024-09-10T17:38:32.342 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:38:32.342 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":1,"fsid":"23901b9e-6f9b-11ef-bcea-c7b262605968","modified":"2024-09-10T17:37:04.452700Z","created":"2024-09-10T17:37:04.452700Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T17:38:32.343 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 1 2024-09-10T17:38:32.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:32 smithi059 ceph-mon[29990]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:32.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:32 smithi059 ceph-mon[29990]: from='client.? 172.21.15.192:0/346308991' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T17:38:34.621 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-10T17:38:34.621 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T17:38:34.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:34 smithi059 ceph-mon[29990]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:35.010 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T17:38:35.682 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:38:35.682 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":1,"fsid":"23901b9e-6f9b-11ef-bcea-c7b262605968","modified":"2024-09-10T17:37:04.452700Z","created":"2024-09-10T17:37:04.452700Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T17:38:35.682 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 1 2024-09-10T17:38:35.683 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 podman[31985]: 2024-09-10 17:38:35.481769348 +0000 UTC m=+0.015737168 image pull 542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e 2024-09-10T17:38:36.040 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 podman[31985]: 2024-09-10 17:38:35.769966301 +0000 UTC m=+0.303934107 container init 726dbf29fadb4499ed5d973f527dccdeae765ecc2b9578c026006d1dd145e673 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-c, GIT_CLEAN=True, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-10T17:38:36.040 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 podman[31985]: 2024-09-10 17:38:35.77522423 +0000 UTC m=+0.309192041 container start 726dbf29fadb4499ed5d973f527dccdeae765ecc2b9578c026006d1dd145e673 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-c, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T17:38:36.040 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: set uid:gid to 167:167 (ceph:ceph) 2024-09-10T17:38:36.040 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: ceph version 19.3.0-4858-gbad1f558 (bad1f558c327094897e4a32e99dd5cb4ae6ccd46) squid (dev), process ceph-mon, pid 7 2024-09-10T17:38:36.040 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: pidfile_write: ignore empty --pid-file 2024-09-10T17:38:36.040 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: load: jerasure load: lrc 2024-09-10T17:38:36.040 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: RocksDB version: 7.9.2 2024-09-10T17:38:36.041 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Git sha 0 2024-09-10T17:38:36.041 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Compile date 2024-09-10 10:24:02 2024-09-10T17:38:36.041 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: DB SUMMARY 2024-09-10T17:38:36.041 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: DB Session ID: 7FKNQYOY80L85P48SBEJ 2024-09-10T17:38:36.041 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: CURRENT file: CURRENT 2024-09-10T17:38:36.041 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: IDENTITY file: IDENTITY 2024-09-10T17:38:36.041 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-10T17:38:36.041 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-09-10T17:38:36.041 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-09-10T17:38:36.041 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.error_if_exists: 0 2024-09-10T17:38:36.041 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.create_if_missing: 0 2024-09-10T17:38:36.041 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.paranoid_checks: 1 2024-09-10T17:38:36.041 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-10T17:38:36.042 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-10T17:38:36.042 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-10T17:38:36.042 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.env: 0x559256519120 2024-09-10T17:38:36.042 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.fs: PosixFileSystem 2024-09-10T17:38:36.042 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.info_log: 0x5592580a3700 2024-09-10T17:38:36.042 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.max_file_opening_threads: 16 2024-09-10T17:38:36.044 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.statistics: (nil) 2024-09-10T17:38:36.044 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.use_fsync: 0 2024-09-10T17:38:36.044 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.max_log_file_size: 0 2024-09-10T17:38:36.044 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T17:38:36.044 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T17:38:36.044 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.keep_log_file_num: 1000 2024-09-10T17:38:36.045 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.recycle_log_file_num: 0 2024-09-10T17:38:36.045 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.allow_fallocate: 1 2024-09-10T17:38:36.045 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.allow_mmap_reads: 0 2024-09-10T17:38:36.045 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.allow_mmap_writes: 0 2024-09-10T17:38:36.045 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.use_direct_reads: 0 2024-09-10T17:38:36.045 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T17:38:36.045 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.create_missing_column_families: 0 2024-09-10T17:38:36.045 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.db_log_dir: 2024-09-10T17:38:36.045 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.wal_dir: 2024-09-10T17:38:36.045 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T17:38:36.045 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T17:38:36.045 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T17:38:36.046 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T17:38:36.046 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T17:38:36.046 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T17:38:36.046 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.advise_random_on_open: 1 2024-09-10T17:38:36.046 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.db_write_buffer_size: 0 2024-09-10T17:38:36.046 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.write_buffer_manager: 0x5592580a7b80 2024-09-10T17:38:36.046 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T17:38:36.046 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T17:38:36.046 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T17:38:36.046 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.rate_limiter: (nil) 2024-09-10T17:38:36.046 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T17:38:36.046 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.wal_recovery_mode: 2 2024-09-10T17:38:36.046 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.enable_thread_tracking: 0 2024-09-10T17:38:36.047 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.enable_pipelined_write: 0 2024-09-10T17:38:36.047 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.unordered_write: 0 2024-09-10T17:38:36.047 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T17:38:36.047 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T17:38:36.047 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T17:38:36.047 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T17:38:36.047 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.row_cache: None 2024-09-10T17:38:36.047 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.wal_filter: None 2024-09-10T17:38:36.047 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T17:38:36.047 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.allow_ingest_behind: 0 2024-09-10T17:38:36.047 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.two_write_queues: 0 2024-09-10T17:38:36.047 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.manual_wal_flush: 0 2024-09-10T17:38:36.047 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.wal_compression: 0 2024-09-10T17:38:36.048 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.atomic_flush: 0 2024-09-10T17:38:36.048 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T17:38:36.048 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T17:38:36.048 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T17:38:36.048 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.log_readahead_size: 0 2024-09-10T17:38:36.048 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-10T17:38:36.048 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.best_efforts_recovery: 0 2024-09-10T17:38:36.048 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-10T17:38:36.048 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-10T17:38:36.048 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.allow_data_in_errors: 0 2024-09-10T17:38:36.048 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.db_host_id: __hostname__ 2024-09-10T17:38:36.048 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-10T17:38:36.049 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.max_background_jobs: 2 2024-09-10T17:38:36.049 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.max_background_compactions: -1 2024-09-10T17:38:36.049 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.max_subcompactions: 1 2024-09-10T17:38:36.049 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T17:38:36.049 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T17:38:36.049 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T17:38:36.049 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.max_total_wal_size: 0 2024-09-10T17:38:36.049 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T17:38:36.049 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T17:38:36.049 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T17:38:36.049 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T17:38:36.049 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.max_open_files: -1 2024-09-10T17:38:36.049 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.bytes_per_sync: 0 2024-09-10T17:38:36.050 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T17:38:36.050 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T17:38:36.050 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.compaction_readahead_size: 0 2024-09-10T17:38:36.050 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.max_background_flushes: -1 2024-09-10T17:38:36.050 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Compression algorithms supported: 2024-09-10T17:38:36.050 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: kZSTD supported: 0 2024-09-10T17:38:36.050 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: kXpressCompression supported: 0 2024-09-10T17:38:36.050 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: kBZip2Compression supported: 0 2024-09-10T17:38:36.050 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T17:38:36.050 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: kLZ4Compression supported: 1 2024-09-10T17:38:36.050 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: kZlibCompression supported: 1 2024-09-10T17:38:36.050 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: kLZ4HCCompression supported: 1 2024-09-10T17:38:36.050 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: kSnappyCompression supported: 1 2024-09-10T17:38:36.051 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T17:38:36.051 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-10T17:38:36.051 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-09-10T17:38:36.051 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-10T17:38:36.051 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T17:38:36.051 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.merge_operator: 2024-09-10T17:38:36.051 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.compaction_filter: None 2024-09-10T17:38:36.051 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.compaction_filter_factory: None 2024-09-10T17:38:36.051 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.sst_partitioner_factory: None 2024-09-10T17:38:36.051 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T17:38:36.051 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T17:38:36.051 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5592580a3320) 2024-09-10T17:38:36.051 INFO:journalctl@ceph.mon.c.smithi192.stdout: cache_index_and_filter_blocks: 1 2024-09-10T17:38:36.052 INFO:journalctl@ceph.mon.c.smithi192.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T17:38:36.052 INFO:journalctl@ceph.mon.c.smithi192.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T17:38:36.052 INFO:journalctl@ceph.mon.c.smithi192.stdout: pin_top_level_index_and_filter: 1 2024-09-10T17:38:36.052 INFO:journalctl@ceph.mon.c.smithi192.stdout: index_type: 0 2024-09-10T17:38:36.052 INFO:journalctl@ceph.mon.c.smithi192.stdout: data_block_index_type: 0 2024-09-10T17:38:36.052 INFO:journalctl@ceph.mon.c.smithi192.stdout: index_shortening: 1 2024-09-10T17:38:36.052 INFO:journalctl@ceph.mon.c.smithi192.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-10T17:38:36.052 INFO:journalctl@ceph.mon.c.smithi192.stdout: checksum: 4 2024-09-10T17:38:36.052 INFO:journalctl@ceph.mon.c.smithi192.stdout: no_block_cache: 0 2024-09-10T17:38:36.052 INFO:journalctl@ceph.mon.c.smithi192.stdout: block_cache: 0x559258097610 2024-09-10T17:38:36.052 INFO:journalctl@ceph.mon.c.smithi192.stdout: block_cache_name: BinnedLRUCache 2024-09-10T17:38:36.052 INFO:journalctl@ceph.mon.c.smithi192.stdout: block_cache_options: 2024-09-10T17:38:36.052 INFO:journalctl@ceph.mon.c.smithi192.stdout: capacity : 536870912 2024-09-10T17:38:36.052 INFO:journalctl@ceph.mon.c.smithi192.stdout: num_shard_bits : 4 2024-09-10T17:38:36.053 INFO:journalctl@ceph.mon.c.smithi192.stdout: strict_capacity_limit : 0 2024-09-10T17:38:36.053 INFO:journalctl@ceph.mon.c.smithi192.stdout: high_pri_pool_ratio: 0.000 2024-09-10T17:38:36.053 INFO:journalctl@ceph.mon.c.smithi192.stdout: block_cache_compressed: (nil) 2024-09-10T17:38:36.053 INFO:journalctl@ceph.mon.c.smithi192.stdout: persistent_cache: (nil) 2024-09-10T17:38:36.053 INFO:journalctl@ceph.mon.c.smithi192.stdout: block_size: 4096 2024-09-10T17:38:36.053 INFO:journalctl@ceph.mon.c.smithi192.stdout: block_size_deviation: 10 2024-09-10T17:38:36.053 INFO:journalctl@ceph.mon.c.smithi192.stdout: block_restart_interval: 16 2024-09-10T17:38:36.053 INFO:journalctl@ceph.mon.c.smithi192.stdout: index_block_restart_interval: 1 2024-09-10T17:38:36.053 INFO:journalctl@ceph.mon.c.smithi192.stdout: metadata_block_size: 4096 2024-09-10T17:38:36.053 INFO:journalctl@ceph.mon.c.smithi192.stdout: partition_filters: 0 2024-09-10T17:38:36.053 INFO:journalctl@ceph.mon.c.smithi192.stdout: use_delta_encoding: 1 2024-09-10T17:38:36.053 INFO:journalctl@ceph.mon.c.smithi192.stdout: filter_policy: bloomfilter 2024-09-10T17:38:36.053 INFO:journalctl@ceph.mon.c.smithi192.stdout: whole_key_filtering: 1 2024-09-10T17:38:36.054 INFO:journalctl@ceph.mon.c.smithi192.stdout: verify_compression: 0 2024-09-10T17:38:36.054 INFO:journalctl@ceph.mon.c.smithi192.stdout: read_amp_bytes_per_bit: 0 2024-09-10T17:38:36.054 INFO:journalctl@ceph.mon.c.smithi192.stdout: format_version: 5 2024-09-10T17:38:36.054 INFO:journalctl@ceph.mon.c.smithi192.stdout: enable_index_compression: 1 2024-09-10T17:38:36.054 INFO:journalctl@ceph.mon.c.smithi192.stdout: block_align: 0 2024-09-10T17:38:36.054 INFO:journalctl@ceph.mon.c.smithi192.stdout: max_auto_readahead_size: 262144 2024-09-10T17:38:36.054 INFO:journalctl@ceph.mon.c.smithi192.stdout: prepopulate_block_cache: 0 2024-09-10T17:38:36.054 INFO:journalctl@ceph.mon.c.smithi192.stdout: initial_auto_readahead_size: 8192 2024-09-10T17:38:36.054 INFO:journalctl@ceph.mon.c.smithi192.stdout: num_file_reads_for_auto_readahead: 2 2024-09-10T17:38:36.054 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.write_buffer_size: 33554432 2024-09-10T17:38:36.054 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.max_write_buffer_number: 2 2024-09-10T17:38:36.054 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.compression: NoCompression 2024-09-10T17:38:36.054 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.bottommost_compression: Disabled 2024-09-10T17:38:36.054 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.prefix_extractor: nullptr 2024-09-10T17:38:36.054 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T17:38:36.055 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.num_levels: 7 2024-09-10T17:38:36.055 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T17:38:36.055 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T17:38:36.055 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T17:38:36.055 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T17:38:36.055 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T17:38:36.055 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T17:38:36.055 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T17:38:36.055 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T17:38:36.055 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-10T17:38:36.055 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T17:38:36.055 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-10T17:38:36.055 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-10T17:38:36.056 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T17:38:36.056 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.compression_opts.level: 32767 2024-09-10T17:38:36.056 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.compression_opts.strategy: 0 2024-09-10T17:38:36.056 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T17:38:36.056 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T17:38:36.056 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-10T17:38:36.056 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-10T17:38:36.056 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.compression_opts.enabled: false 2024-09-10T17:38:36.056 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-10T17:38:36.056 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T17:38:36.056 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T17:38:36.056 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T17:38:36.056 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.target_file_size_base: 67108864 2024-09-10T17:38:36.056 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T17:38:36.057 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T17:38:36.057 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T17:38:36.057 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T17:38:36.057 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T17:38:36.057 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T17:38:36.057 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T17:38:36.057 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T17:38:36.057 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T17:38:36.057 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T17:38:36.057 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T17:38:36.057 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T17:38:36.057 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T17:38:36.057 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-10T17:38:36.057 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.arena_block_size: 1048576 2024-09-10T17:38:36.058 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T17:38:36.058 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T17:38:36.058 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.disable_auto_compactions: 0 2024-09-10T17:38:36.058 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T17:38:36.058 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T17:38:36.058 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T17:38:36.058 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T17:38:36.058 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T17:38:36.058 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T17:38:36.058 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T17:38:36.058 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T17:38:36.058 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T17:38:36.058 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T17:38:36.058 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-10T17:38:36.059 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.inplace_update_support: 0 2024-09-10T17:38:36.059 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T17:38:36.059 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T17:38:36.059 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T17:38:36.059 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T17:38:36.059 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.bloom_locality: 0 2024-09-10T17:38:36.059 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.max_successive_merges: 0 2024-09-10T17:38:36.059 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T17:38:36.059 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.paranoid_file_checks: 0 2024-09-10T17:38:36.059 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.force_consistency_checks: 1 2024-09-10T17:38:36.059 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.report_bg_io_stats: 0 2024-09-10T17:38:36.059 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.ttl: 2592000 2024-09-10T17:38:36.059 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T17:38:36.060 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-10T17:38:36.060 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-10T17:38:36.060 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.enable_blob_files: false 2024-09-10T17:38:36.060 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.min_blob_size: 0 2024-09-10T17:38:36.060 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.blob_file_size: 268435456 2024-09-10T17:38:36.060 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-10T17:38:36.060 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-10T17:38:36.060 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-10T17:38:36.060 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-10T17:38:36.060 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-10T17:38:36.060 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.blob_file_starting_level: 0 2024-09-10T17:38:36.060 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-10T17:38:36.060 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-10T17:38:36.061 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-10T17:38:36.061 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: d436c387-6620-4428-ad62-73a86ae4efae 2024-09-10T17:38:36.061 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725989915804424, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-10T17:38:36.061 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-10T17:38:36.061 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725989915805092, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "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": 1725989915, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d436c387-6620-4428-ad62-73a86ae4efae", "db_session_id": "7FKNQYOY80L85P48SBEJ", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-10T17:38:36.061 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725989915805233, "job": 1, "event": "recovery_finished"} 2024-09-10T17:38:36.061 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-10T17:38:36.061 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-10T17:38:36.061 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5592580c6e00 2024-09-10T17:38:36.061 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: DB pointer 0x5592581c8000 2024-09-10T17:38:36.061 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-10T17:38:36.061 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-10T17:38:36.061 INFO:journalctl@ceph.mon.c.smithi192.stdout: ** DB Stats ** 2024-09-10T17:38:36.061 INFO:journalctl@ceph.mon.c.smithi192.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T17:38:36.062 INFO:journalctl@ceph.mon.c.smithi192.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-09-10T17:38:36.062 INFO:journalctl@ceph.mon.c.smithi192.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T17:38:36.062 INFO:journalctl@ceph.mon.c.smithi192.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T17:38:36.062 INFO:journalctl@ceph.mon.c.smithi192.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-09-10T17:38:36.062 INFO:journalctl@ceph.mon.c.smithi192.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T17:38:36.062 INFO:journalctl@ceph.mon.c.smithi192.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T17:38:36.062 INFO:journalctl@ceph.mon.c.smithi192.stdout: 2024-09-10T17:38:36.062 INFO:journalctl@ceph.mon.c.smithi192.stdout: ** Compaction Stats [default] ** 2024-09-10T17:38:36.062 INFO:journalctl@ceph.mon.c.smithi192.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-09-10T17:38:36.062 INFO:journalctl@ceph.mon.c.smithi192.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-10T17:38:36.062 INFO:journalctl@ceph.mon.c.smithi192.stdout: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-10T17:38:36.062 INFO:journalctl@ceph.mon.c.smithi192.stdout: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-10T17:38:36.062 INFO:journalctl@ceph.mon.c.smithi192.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 2.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-10T17:38:36.063 INFO:journalctl@ceph.mon.c.smithi192.stdout: 2024-09-10T17:38:36.063 INFO:journalctl@ceph.mon.c.smithi192.stdout: ** Compaction Stats [default] ** 2024-09-10T17:38:36.063 INFO:journalctl@ceph.mon.c.smithi192.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-09-10T17:38:36.063 INFO:journalctl@ceph.mon.c.smithi192.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T17:38:36.063 INFO:journalctl@ceph.mon.c.smithi192.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 2.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-10T17:38:36.063 INFO:journalctl@ceph.mon.c.smithi192.stdout: 2024-09-10T17:38:36.063 INFO:journalctl@ceph.mon.c.smithi192.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-10T17:38:36.063 INFO:journalctl@ceph.mon.c.smithi192.stdout: 2024-09-10T17:38:36.063 INFO:journalctl@ceph.mon.c.smithi192.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T17:38:36.063 INFO:journalctl@ceph.mon.c.smithi192.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T17:38:36.063 INFO:journalctl@ceph.mon.c.smithi192.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T17:38:36.063 INFO:journalctl@ceph.mon.c.smithi192.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T17:38:36.063 INFO:journalctl@ceph.mon.c.smithi192.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T17:38:36.063 INFO:journalctl@ceph.mon.c.smithi192.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-10T17:38:36.064 INFO:journalctl@ceph.mon.c.smithi192.stdout: Cumulative compaction: 0.00 GB write, 0.40 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T17:38:36.064 INFO:journalctl@ceph.mon.c.smithi192.stdout: Interval compaction: 0.00 GB write, 0.40 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T17:38:36.064 INFO:journalctl@ceph.mon.c.smithi192.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-09-10T17:38:36.064 INFO:journalctl@ceph.mon.c.smithi192.stdout: Block cache BinnedLRUCache@0x559258097610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-09-10T17:38:36.064 INFO:journalctl@ceph.mon.c.smithi192.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-09-10T17:38:36.064 INFO:journalctl@ceph.mon.c.smithi192.stdout: 2024-09-10T17:38:36.064 INFO:journalctl@ceph.mon.c.smithi192.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-10T17:38:36.064 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-10T17:38:36.064 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: using public_addr v2:172.21.15.192:0/0 -> [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] 2024-09-10T17:38:36.064 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: starting mon.c rank -1 at public addrs [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] at bind addrs [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:38:36.064 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: mon.c@-1(???) e0 preinit fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:38:36.064 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: mon.c@-1(synchronizing).mds e1 new map 2024-09-10T17:38:36.064 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: mon.c@-1(synchronizing).mds e1 print_map 2024-09-10T17:38:36.064 INFO:journalctl@ceph.mon.c.smithi192.stdout: e1 2024-09-10T17:38:36.065 INFO:journalctl@ceph.mon.c.smithi192.stdout: btime 2024-09-10T17:37:07:618075+0000 2024-09-10T17:38:36.065 INFO:journalctl@ceph.mon.c.smithi192.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-10T17:38:36.065 INFO:journalctl@ceph.mon.c.smithi192.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-10T17:38:36.065 INFO:journalctl@ceph.mon.c.smithi192.stdout: legacy client fscid: -1 2024-09-10T17:38:36.065 INFO:journalctl@ceph.mon.c.smithi192.stdout: 2024-09-10T17:38:36.065 INFO:journalctl@ceph.mon.c.smithi192.stdout: No filesystems configured 2024-09-10T17:38:36.065 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-10T17:38:36.065 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-10T17:38:36.065 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-10T17:38:36.065 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-10T17:38:36.065 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-10T17:38:36.065 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-10T17:38:36.065 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-10T17:38:36.065 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T17:38:36.066 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T17:38:36.066 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T17:38:36.066 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: Deploying daemon agent.smithi060 on smithi060 2024-09-10T17:38:36.066 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.066 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.066 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.066 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:36.066 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:36.066 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:38:36.066 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.066 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:36.066 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:36.066 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:38:36.067 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.067 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:36.067 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:38:36.067 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.067 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.067 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.067 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.067 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: Deploying cephadm binary to smithi192 2024-09-10T17:38:36.067 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:36.067 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.067 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.067 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:36.067 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.067 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: Added host smithi192 2024-09-10T17:38:36.068 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:36.068 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.068 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.068 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.068 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"} : dispatch 2024-09-10T17:38:36.068 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:36.068 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:38:36.068 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: Updating smithi192:/etc/ceph/ceph.conf 2024-09-10T17:38:36.068 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: Updating smithi192:/var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T17:38:36.068 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-09-10T17:38:36.068 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: Updating smithi192:/var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T17:38:36.068 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.068 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.068 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []} : dispatch 2024-09-10T17:38:36.069 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []}]': finished 2024-09-10T17:38:36.069 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:36.069 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T17:38:36.069 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.069 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.069 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.069 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='client.? 172.21.15.59:0/2681030873' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-10T17:38:36.069 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:36.069 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:36.069 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:38:36.069 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.069 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: Deploying daemon agent.smithi192 on smithi192 2024-09-10T17:38:36.069 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:36.070 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:36.070 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:38:36.070 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.070 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.070 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.070 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.070 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.070 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.070 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.070 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='client.? 172.21.15.59:0/2681030873' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-10T17:38:36.070 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T17:38:36.070 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:36.070 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:36.070 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.070 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.071 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.071 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:36.071 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:36.071 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:38:36.071 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.071 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T17:38:36.071 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:36.071 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:36.071 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi059:172.21.15.59=a;smithi060:172.21.15.60=b;smithi192:172.21.15.192=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:38:36.071 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: Saving service mon spec with placement smithi059:172.21.15.59=a;smithi060:172.21.15.60=b;smithi192:172.21.15.192=c;count:3 2024-09-10T17:38:36.071 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: Deploying daemon mon.c on smithi192 2024-09-10T17:38:36.071 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:36.071 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: from='client.? 172.21.15.192:0/346308991' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T17:38:36.071 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:36.072 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:35 smithi192 ceph-mon[32035]: mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-09-10T17:38:36.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:36 smithi192 bash[31985]: 726dbf29fadb4499ed5d973f527dccdeae765ecc2b9578c026006d1dd145e673 2024-09-10T17:38:36.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:36 smithi192 systemd[1]: Started Ceph mon.c for 23901b9e-6f9b-11ef-bcea-c7b262605968. 2024-09-10T17:38:37.452 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-10T17:38:37.452 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T17:38:37.714 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T17:38:41.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T17:38:41.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:38:41.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: mon.a calling monitor election 2024-09-10T17:38:41.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:41.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:38:41.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:38:41.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: mon.c calling monitor election 2024-09-10T17:38:41.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:41.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:38:41.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:38:41.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:38:41.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T17:38:41.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: monmap epoch 2 2024-09-10T17:38:41.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:38:41.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: last_changed 2024-09-10T17:38:35.834239+0000 2024-09-10T17:38:41.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: created 2024-09-10T17:37:04.452700+0000 2024-09-10T17:38:41.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: min_mon_release 19 (squid) 2024-09-10T17:38:41.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: election_strategy: 1 2024-09-10T17:38:41.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: 0: [v2:172.21.15.59:3300/0,v1:172.21.15.59:6789/0] mon.a 2024-09-10T17:38:41.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: 1: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.c 2024-09-10T17:38:41.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: fsmap 2024-09-10T17:38:41.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T17:38:41.288 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: mgrmap e13: a(active, since 46s) 2024-09-10T17:38:41.288 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: overall HEALTH_OK 2024-09-10T17:38:41.288 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:41.288 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:41.288 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:41.288 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:41.288 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:41.288 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T17:38:41.288 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:41.288 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:40 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:41.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T17:38:41.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:38:41.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: mon.a calling monitor election 2024-09-10T17:38:41.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:41.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:38:41.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:38:41.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: mon.c calling monitor election 2024-09-10T17:38:41.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:41.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:38:41.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:38:41.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:38:41.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T17:38:41.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: monmap epoch 2 2024-09-10T17:38:41.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:38:41.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: last_changed 2024-09-10T17:38:35.834239+0000 2024-09-10T17:38:41.328 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: created 2024-09-10T17:37:04.452700+0000 2024-09-10T17:38:41.328 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: min_mon_release 19 (squid) 2024-09-10T17:38:41.328 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: election_strategy: 1 2024-09-10T17:38:41.328 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: 0: [v2:172.21.15.59:3300/0,v1:172.21.15.59:6789/0] mon.a 2024-09-10T17:38:41.328 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: 1: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.c 2024-09-10T17:38:41.328 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: fsmap 2024-09-10T17:38:41.328 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T17:38:41.328 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: mgrmap e13: a(active, since 46s) 2024-09-10T17:38:41.328 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: overall HEALTH_OK 2024-09-10T17:38:41.328 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:41.328 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:41.328 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:41.328 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:41.328 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:41.329 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T17:38:41.329 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:41.329 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:40 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:41.385 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:38:41.385 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":2,"fsid":"23901b9e-6f9b-11ef-bcea-c7b262605968","modified":"2024-09-10T17:38:35.834239Z","created":"2024-09-10T17:37:04.452700Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:3300","nonce":0},{"type":"v1","addr":"172.21.15.192:6789","nonce":0}]},"addr":"172.21.15.192:6789/0","public_addr":"172.21.15.192:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-10T17:38:41.386 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 2 2024-09-10T17:38:41.956 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:41 smithi192 ceph-mon[32035]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:41.956 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:41 smithi192 ceph-mon[32035]: Deploying daemon mon.b on smithi060 2024-09-10T17:38:41.956 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:41 smithi192 ceph-mon[32035]: from='client.? 172.21.15.192:0/2928705513' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T17:38:41.956 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:41 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:38:42.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:41 smithi059 ceph-mon[29990]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:42.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:41 smithi059 ceph-mon[29990]: Deploying daemon mon.b on smithi060 2024-09-10T17:38:42.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:41 smithi059 ceph-mon[29990]: from='client.? 172.21.15.192:0/2928705513' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T17:38:42.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:41 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:38:42.988 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-10T17:38:42.989 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T17:38:43.242 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T17:38:43.865 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:38:43.865 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":2,"fsid":"23901b9e-6f9b-11ef-bcea-c7b262605968","modified":"2024-09-10T17:38:35.834239Z","created":"2024-09-10T17:37:04.452700Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:3300","nonce":0},{"type":"v1","addr":"172.21.15.192:6789","nonce":0}]},"addr":"172.21.15.192:6789/0","public_addr":"172.21.15.192:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-10T17:38:43.865 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 2 2024-09-10T17:38:44.185 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:43 smithi192 ceph-mon[32035]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:44.185 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:43 smithi192 ceph-mon[32035]: from='client.? 172.21.15.192:0/866978018' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T17:38:44.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:43 smithi059 ceph-mon[29990]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:44.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:43 smithi059 ceph-mon[29990]: from='client.? 172.21.15.192:0/866978018' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T17:38:45.483 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-10T17:38:45.483 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T17:38:45.733 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T17:38:45.979 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:45 smithi060 podman[31700]: 2024-09-10 17:38:45.79956295 +0000 UTC m=+0.016266596 image pull 542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e 2024-09-10T17:38:46.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:45 smithi059 ceph-mon[29990]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:46.181 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:45 smithi192 ceph-mon[32035]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:46.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 podman[31700]: 2024-09-10 17:38:46.100843186 +0000 UTC m=+0.317546812 container init b14b32235a9cb171d7c66fa041086da3e15437cd760a05ffbde77887e1c3c6b3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-b, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, ceph=True) 2024-09-10T17:38:46.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 podman[31700]: 2024-09-10 17:38:46.105598892 +0000 UTC m=+0.322302529 container start b14b32235a9cb171d7c66fa041086da3e15437cd760a05ffbde77887e1c3c6b3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-b, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55) 2024-09-10T17:38:46.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: set uid:gid to 167:167 (ceph:ceph) 2024-09-10T17:38:46.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: ceph version 19.3.0-4858-gbad1f558 (bad1f558c327094897e4a32e99dd5cb4ae6ccd46) squid (dev), process ceph-mon, pid 7 2024-09-10T17:38:46.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: pidfile_write: ignore empty --pid-file 2024-09-10T17:38:46.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: load: jerasure load: lrc 2024-09-10T17:38:46.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: RocksDB version: 7.9.2 2024-09-10T17:38:46.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Git sha 0 2024-09-10T17:38:46.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Compile date 2024-09-10 10:24:02 2024-09-10T17:38:46.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: DB SUMMARY 2024-09-10T17:38:46.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: DB Session ID: J56AQ370W0HJEVQ7BFJ1 2024-09-10T17:38:46.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: CURRENT file: CURRENT 2024-09-10T17:38:46.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: IDENTITY file: IDENTITY 2024-09-10T17:38:46.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-10T17:38:46.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-09-10T17:38:46.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2024-09-10T17:38:46.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.error_if_exists: 0 2024-09-10T17:38:46.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.create_if_missing: 0 2024-09-10T17:38:46.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.paranoid_checks: 1 2024-09-10T17:38:46.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-10T17:38:46.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-10T17:38:46.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-10T17:38:46.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.env: 0x55fa226e6120 2024-09-10T17:38:46.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.fs: PosixFileSystem 2024-09-10T17:38:46.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.info_log: 0x55fa2397b700 2024-09-10T17:38:46.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.max_file_opening_threads: 16 2024-09-10T17:38:46.380 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.statistics: (nil) 2024-09-10T17:38:46.380 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.use_fsync: 0 2024-09-10T17:38:46.380 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.max_log_file_size: 0 2024-09-10T17:38:46.380 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T17:38:46.380 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T17:38:46.380 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.keep_log_file_num: 1000 2024-09-10T17:38:46.380 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.recycle_log_file_num: 0 2024-09-10T17:38:46.380 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.allow_fallocate: 1 2024-09-10T17:38:46.380 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.allow_mmap_reads: 0 2024-09-10T17:38:46.380 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.allow_mmap_writes: 0 2024-09-10T17:38:46.381 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.use_direct_reads: 0 2024-09-10T17:38:46.381 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T17:38:46.381 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.create_missing_column_families: 0 2024-09-10T17:38:46.381 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.db_log_dir: 2024-09-10T17:38:46.381 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.wal_dir: 2024-09-10T17:38:46.381 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T17:38:46.381 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T17:38:46.381 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T17:38:46.381 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T17:38:46.381 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T17:38:46.381 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T17:38:46.381 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.advise_random_on_open: 1 2024-09-10T17:38:46.381 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.db_write_buffer_size: 0 2024-09-10T17:38:46.382 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.write_buffer_manager: 0x55fa2397fb80 2024-09-10T17:38:46.382 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T17:38:46.382 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T17:38:46.382 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T17:38:46.382 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.rate_limiter: (nil) 2024-09-10T17:38:46.382 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T17:38:46.382 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.wal_recovery_mode: 2 2024-09-10T17:38:46.382 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.enable_thread_tracking: 0 2024-09-10T17:38:46.382 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.enable_pipelined_write: 0 2024-09-10T17:38:46.383 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.unordered_write: 0 2024-09-10T17:38:46.383 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T17:38:46.383 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T17:38:46.383 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T17:38:46.383 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T17:38:46.383 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.row_cache: None 2024-09-10T17:38:46.383 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.wal_filter: None 2024-09-10T17:38:46.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T17:38:46.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.allow_ingest_behind: 0 2024-09-10T17:38:46.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.two_write_queues: 0 2024-09-10T17:38:46.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.manual_wal_flush: 0 2024-09-10T17:38:46.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.wal_compression: 0 2024-09-10T17:38:46.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.atomic_flush: 0 2024-09-10T17:38:46.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T17:38:46.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T17:38:46.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T17:38:46.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.log_readahead_size: 0 2024-09-10T17:38:46.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-10T17:38:46.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.best_efforts_recovery: 0 2024-09-10T17:38:46.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-10T17:38:46.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-10T17:38:46.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.allow_data_in_errors: 0 2024-09-10T17:38:46.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.db_host_id: __hostname__ 2024-09-10T17:38:46.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-10T17:38:46.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.max_background_jobs: 2 2024-09-10T17:38:46.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.max_background_compactions: -1 2024-09-10T17:38:46.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.max_subcompactions: 1 2024-09-10T17:38:46.387 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T17:38:46.387 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T17:38:46.387 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T17:38:46.387 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.max_total_wal_size: 0 2024-09-10T17:38:46.387 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T17:38:46.387 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T17:38:46.387 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T17:38:46.387 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T17:38:46.387 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.max_open_files: -1 2024-09-10T17:38:46.387 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.bytes_per_sync: 0 2024-09-10T17:38:46.387 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T17:38:46.387 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T17:38:46.387 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.compaction_readahead_size: 0 2024-09-10T17:38:46.387 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.max_background_flushes: -1 2024-09-10T17:38:46.388 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Compression algorithms supported: 2024-09-10T17:38:46.388 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: kZSTD supported: 0 2024-09-10T17:38:46.388 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: kXpressCompression supported: 0 2024-09-10T17:38:46.388 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: kBZip2Compression supported: 0 2024-09-10T17:38:46.388 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T17:38:46.388 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: kLZ4Compression supported: 1 2024-09-10T17:38:46.388 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: kZlibCompression supported: 1 2024-09-10T17:38:46.388 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: kLZ4HCCompression supported: 1 2024-09-10T17:38:46.388 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: kSnappyCompression supported: 1 2024-09-10T17:38:46.388 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T17:38:46.388 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-10T17:38:46.388 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-09-10T17:38:46.388 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-10T17:38:46.388 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T17:38:46.389 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.merge_operator: 2024-09-10T17:38:46.389 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.compaction_filter: None 2024-09-10T17:38:46.389 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.compaction_filter_factory: None 2024-09-10T17:38:46.389 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.sst_partitioner_factory: None 2024-09-10T17:38:46.389 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T17:38:46.389 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T17:38:46.389 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55fa2397b320) 2024-09-10T17:38:46.389 INFO:journalctl@ceph.mon.b.smithi060.stdout: cache_index_and_filter_blocks: 1 2024-09-10T17:38:46.389 INFO:journalctl@ceph.mon.b.smithi060.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T17:38:46.389 INFO:journalctl@ceph.mon.b.smithi060.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T17:38:46.389 INFO:journalctl@ceph.mon.b.smithi060.stdout: pin_top_level_index_and_filter: 1 2024-09-10T17:38:46.389 INFO:journalctl@ceph.mon.b.smithi060.stdout: index_type: 0 2024-09-10T17:38:46.389 INFO:journalctl@ceph.mon.b.smithi060.stdout: data_block_index_type: 0 2024-09-10T17:38:46.389 INFO:journalctl@ceph.mon.b.smithi060.stdout: index_shortening: 1 2024-09-10T17:38:46.390 INFO:journalctl@ceph.mon.b.smithi060.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-10T17:38:46.390 INFO:journalctl@ceph.mon.b.smithi060.stdout: checksum: 4 2024-09-10T17:38:46.390 INFO:journalctl@ceph.mon.b.smithi060.stdout: no_block_cache: 0 2024-09-10T17:38:46.390 INFO:journalctl@ceph.mon.b.smithi060.stdout: block_cache: 0x55fa2396f610 2024-09-10T17:38:46.390 INFO:journalctl@ceph.mon.b.smithi060.stdout: block_cache_name: BinnedLRUCache 2024-09-10T17:38:46.390 INFO:journalctl@ceph.mon.b.smithi060.stdout: block_cache_options: 2024-09-10T17:38:46.390 INFO:journalctl@ceph.mon.b.smithi060.stdout: capacity : 536870912 2024-09-10T17:38:46.390 INFO:journalctl@ceph.mon.b.smithi060.stdout: num_shard_bits : 4 2024-09-10T17:38:46.390 INFO:journalctl@ceph.mon.b.smithi060.stdout: strict_capacity_limit : 0 2024-09-10T17:38:46.390 INFO:journalctl@ceph.mon.b.smithi060.stdout: high_pri_pool_ratio: 0.000 2024-09-10T17:38:46.390 INFO:journalctl@ceph.mon.b.smithi060.stdout: block_cache_compressed: (nil) 2024-09-10T17:38:46.390 INFO:journalctl@ceph.mon.b.smithi060.stdout: persistent_cache: (nil) 2024-09-10T17:38:46.390 INFO:journalctl@ceph.mon.b.smithi060.stdout: block_size: 4096 2024-09-10T17:38:46.390 INFO:journalctl@ceph.mon.b.smithi060.stdout: block_size_deviation: 10 2024-09-10T17:38:46.391 INFO:journalctl@ceph.mon.b.smithi060.stdout: block_restart_interval: 16 2024-09-10T17:38:46.391 INFO:journalctl@ceph.mon.b.smithi060.stdout: index_block_restart_interval: 1 2024-09-10T17:38:46.391 INFO:journalctl@ceph.mon.b.smithi060.stdout: metadata_block_size: 4096 2024-09-10T17:38:46.391 INFO:journalctl@ceph.mon.b.smithi060.stdout: partition_filters: 0 2024-09-10T17:38:46.391 INFO:journalctl@ceph.mon.b.smithi060.stdout: use_delta_encoding: 1 2024-09-10T17:38:46.391 INFO:journalctl@ceph.mon.b.smithi060.stdout: filter_policy: bloomfilter 2024-09-10T17:38:46.391 INFO:journalctl@ceph.mon.b.smithi060.stdout: whole_key_filtering: 1 2024-09-10T17:38:46.391 INFO:journalctl@ceph.mon.b.smithi060.stdout: verify_compression: 0 2024-09-10T17:38:46.391 INFO:journalctl@ceph.mon.b.smithi060.stdout: read_amp_bytes_per_bit: 0 2024-09-10T17:38:46.391 INFO:journalctl@ceph.mon.b.smithi060.stdout: format_version: 5 2024-09-10T17:38:46.391 INFO:journalctl@ceph.mon.b.smithi060.stdout: enable_index_compression: 1 2024-09-10T17:38:46.391 INFO:journalctl@ceph.mon.b.smithi060.stdout: block_align: 0 2024-09-10T17:38:46.391 INFO:journalctl@ceph.mon.b.smithi060.stdout: max_auto_readahead_size: 262144 2024-09-10T17:38:46.391 INFO:journalctl@ceph.mon.b.smithi060.stdout: prepopulate_block_cache: 0 2024-09-10T17:38:46.392 INFO:journalctl@ceph.mon.b.smithi060.stdout: initial_auto_readahead_size: 8192 2024-09-10T17:38:46.392 INFO:journalctl@ceph.mon.b.smithi060.stdout: num_file_reads_for_auto_readahead: 2 2024-09-10T17:38:46.392 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.write_buffer_size: 33554432 2024-09-10T17:38:46.392 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.max_write_buffer_number: 2 2024-09-10T17:38:46.392 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.compression: NoCompression 2024-09-10T17:38:46.392 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.bottommost_compression: Disabled 2024-09-10T17:38:46.392 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.prefix_extractor: nullptr 2024-09-10T17:38:46.392 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T17:38:46.392 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.num_levels: 7 2024-09-10T17:38:46.392 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T17:38:46.392 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T17:38:46.396 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T17:38:46.396 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T17:38:46.397 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T17:38:46.397 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T17:38:46.397 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T17:38:46.397 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T17:38:46.397 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-10T17:38:46.397 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T17:38:46.397 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-10T17:38:46.397 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-10T17:38:46.397 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T17:38:46.397 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.compression_opts.level: 32767 2024-09-10T17:38:46.397 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.compression_opts.strategy: 0 2024-09-10T17:38:46.397 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T17:38:46.398 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T17:38:46.398 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-10T17:38:46.398 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-10T17:38:46.398 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.compression_opts.enabled: false 2024-09-10T17:38:46.398 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-10T17:38:46.398 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T17:38:46.398 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T17:38:46.398 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T17:38:46.398 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.target_file_size_base: 67108864 2024-09-10T17:38:46.398 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T17:38:46.398 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T17:38:46.398 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T17:38:46.399 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T17:38:46.399 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T17:38:46.399 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T17:38:46.399 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T17:38:46.399 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T17:38:46.399 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T17:38:46.399 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T17:38:46.399 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T17:38:46.399 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T17:38:46.399 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T17:38:46.399 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-10T17:38:46.399 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.arena_block_size: 1048576 2024-09-10T17:38:46.400 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T17:38:46.400 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T17:38:46.400 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.disable_auto_compactions: 0 2024-09-10T17:38:46.400 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T17:38:46.400 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T17:38:46.400 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T17:38:46.400 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T17:38:46.400 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T17:38:46.400 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T17:38:46.400 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T17:38:46.400 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T17:38:46.400 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T17:38:46.400 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T17:38:46.401 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-10T17:38:46.401 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.inplace_update_support: 0 2024-09-10T17:38:46.401 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T17:38:46.401 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T17:38:46.401 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T17:38:46.401 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T17:38:46.401 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.bloom_locality: 0 2024-09-10T17:38:46.401 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.max_successive_merges: 0 2024-09-10T17:38:46.401 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T17:38:46.401 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.paranoid_file_checks: 0 2024-09-10T17:38:46.401 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.force_consistency_checks: 1 2024-09-10T17:38:46.401 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.report_bg_io_stats: 0 2024-09-10T17:38:46.401 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.ttl: 2592000 2024-09-10T17:38:46.401 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T17:38:46.402 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-10T17:38:46.402 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-10T17:38:46.402 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.enable_blob_files: false 2024-09-10T17:38:46.402 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.min_blob_size: 0 2024-09-10T17:38:46.402 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.blob_file_size: 268435456 2024-09-10T17:38:46.402 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-10T17:38:46.402 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-10T17:38:46.402 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-10T17:38:46.402 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-10T17:38:46.403 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-10T17:38:46.403 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.blob_file_starting_level: 0 2024-09-10T17:38:46.403 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-10T17:38:46.403 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: 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-09-10T17:38:46.403 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-10T17:38:46.403 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a19bfa2a-d64f-43a4-85d2-f08057aeb76f 2024-09-10T17:38:46.403 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725989926133753, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-10T17:38:46.403 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-10T17:38:46.403 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725989926134160, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1773, "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": "[CompactOnDeletionCollector]", "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": 1725989926, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "a19bfa2a-d64f-43a4-85d2-f08057aeb76f", "db_session_id": "J56AQ370W0HJEVQ7BFJ1", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-10T17:38:46.403 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725989926134264, "job": 1, "event": "recovery_finished"} 2024-09-10T17:38:46.403 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-10T17:38:46.403 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: 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-09-10T17:38:46.404 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55fa2399ee00 2024-09-10T17:38:46.404 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: DB pointer 0x55fa23aa0000 2024-09-10T17:38:46.404 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-10T17:38:46.404 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-10T17:38:46.404 INFO:journalctl@ceph.mon.b.smithi060.stdout: ** DB Stats ** 2024-09-10T17:38:46.404 INFO:journalctl@ceph.mon.b.smithi060.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T17:38:46.404 INFO:journalctl@ceph.mon.b.smithi060.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-10T17:38:46.404 INFO:journalctl@ceph.mon.b.smithi060.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T17:38:46.404 INFO:journalctl@ceph.mon.b.smithi060.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T17:38:46.404 INFO:journalctl@ceph.mon.b.smithi060.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-10T17:38:46.404 INFO:journalctl@ceph.mon.b.smithi060.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T17:38:46.404 INFO:journalctl@ceph.mon.b.smithi060.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T17:38:46.404 INFO:journalctl@ceph.mon.b.smithi060.stdout: 2024-09-10T17:38:46.405 INFO:journalctl@ceph.mon.b.smithi060.stdout: ** Compaction Stats [default] ** 2024-09-10T17:38:46.405 INFO:journalctl@ceph.mon.b.smithi060.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-10T17:38:46.405 INFO:journalctl@ceph.mon.b.smithi060.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-10T17:38:46.405 INFO:journalctl@ceph.mon.b.smithi060.stdout: L0 1/0 1.73 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-10T17:38:46.405 INFO:journalctl@ceph.mon.b.smithi060.stdout: Sum 1/0 1.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-10T17:38:46.405 INFO:journalctl@ceph.mon.b.smithi060.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-10T17:38:46.405 INFO:journalctl@ceph.mon.b.smithi060.stdout: 2024-09-10T17:38:46.405 INFO:journalctl@ceph.mon.b.smithi060.stdout: ** Compaction Stats [default] ** 2024-09-10T17:38:46.405 INFO:journalctl@ceph.mon.b.smithi060.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-10T17:38:46.405 INFO:journalctl@ceph.mon.b.smithi060.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T17:38:46.405 INFO:journalctl@ceph.mon.b.smithi060.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-10T17:38:46.405 INFO:journalctl@ceph.mon.b.smithi060.stdout: 2024-09-10T17:38:46.405 INFO:journalctl@ceph.mon.b.smithi060.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-10T17:38:46.406 INFO:journalctl@ceph.mon.b.smithi060.stdout: 2024-09-10T17:38:46.406 INFO:journalctl@ceph.mon.b.smithi060.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T17:38:46.406 INFO:journalctl@ceph.mon.b.smithi060.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T17:38:46.406 INFO:journalctl@ceph.mon.b.smithi060.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T17:38:46.406 INFO:journalctl@ceph.mon.b.smithi060.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T17:38:46.406 INFO:journalctl@ceph.mon.b.smithi060.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T17:38:46.406 INFO:journalctl@ceph.mon.b.smithi060.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-10T17:38:46.406 INFO:journalctl@ceph.mon.b.smithi060.stdout: Cumulative compaction: 0.00 GB write, 0.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T17:38:46.406 INFO:journalctl@ceph.mon.b.smithi060.stdout: Interval compaction: 0.00 GB write, 0.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T17:38:46.406 INFO:journalctl@ceph.mon.b.smithi060.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-10T17:38:46.406 INFO:journalctl@ceph.mon.b.smithi060.stdout: Block cache BinnedLRUCache@0x55fa2396f610#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-09-10T17:38:46.406 INFO:journalctl@ceph.mon.b.smithi060.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-09-10T17:38:46.406 INFO:journalctl@ceph.mon.b.smithi060.stdout: 2024-09-10T17:38:46.407 INFO:journalctl@ceph.mon.b.smithi060.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-10T17:38:46.407 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-10T17:38:46.407 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: using public_addr v2:172.21.15.60:0/0 -> [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] 2024-09-10T17:38:46.407 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: starting mon.b rank -1 at public addrs [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] at bind addrs [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:38:46.407 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: mon.b@-1(???) e0 preinit fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:38:46.407 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: mon.b@-1(synchronizing).mds e1 new map 2024-09-10T17:38:46.407 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: mon.b@-1(synchronizing).mds e1 print_map 2024-09-10T17:38:46.407 INFO:journalctl@ceph.mon.b.smithi060.stdout: e1 2024-09-10T17:38:46.407 INFO:journalctl@ceph.mon.b.smithi060.stdout: btime 2024-09-10T17:37:07:618075+0000 2024-09-10T17:38:46.408 INFO:journalctl@ceph.mon.b.smithi060.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-10T17:38:46.408 INFO:journalctl@ceph.mon.b.smithi060.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-10T17:38:46.408 INFO:journalctl@ceph.mon.b.smithi060.stdout: legacy client fscid: -1 2024-09-10T17:38:46.408 INFO:journalctl@ceph.mon.b.smithi060.stdout: 2024-09-10T17:38:46.408 INFO:journalctl@ceph.mon.b.smithi060.stdout: No filesystems configured 2024-09-10T17:38:46.408 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-10T17:38:46.408 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: 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-09-10T17:38:46.408 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-10T17:38:46.408 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-10T17:38:46.408 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-10T17:38:46.408 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-10T17:38:46.408 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-10T17:38:46.408 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T17:38:46.409 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T17:38:46.409 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T17:38:46.409 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: Deploying daemon agent.smithi060 on smithi060 2024-09-10T17:38:46.409 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.409 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.409 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.409 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:46.409 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:46.409 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:38:46.409 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.409 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:46.409 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:46.410 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:38:46.410 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.410 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:46.410 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:38:46.410 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.410 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.410 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.410 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.410 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: Deploying cephadm binary to smithi192 2024-09-10T17:38:46.410 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:46.410 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.410 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.410 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:46.410 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.411 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: Added host smithi192 2024-09-10T17:38:46.411 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:46.411 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.411 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.411 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.411 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"} : dispatch 2024-09-10T17:38:46.411 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:46.411 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:38:46.411 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: Updating smithi192:/etc/ceph/ceph.conf 2024-09-10T17:38:46.411 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: Updating smithi192:/var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T17:38:46.411 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-09-10T17:38:46.411 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: Updating smithi192:/var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T17:38:46.411 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.412 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.412 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []} : dispatch 2024-09-10T17:38:46.412 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []}]': finished 2024-09-10T17:38:46.412 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:46.412 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T17:38:46.412 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.412 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.412 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.412 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='client.? 172.21.15.59:0/2681030873' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-10T17:38:46.412 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:46.412 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:46.412 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:38:46.412 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.413 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: Deploying daemon agent.smithi192 on smithi192 2024-09-10T17:38:46.413 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:46.413 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:46.413 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:38:46.413 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.413 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.413 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.413 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.413 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.413 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.413 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.413 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='client.? 172.21.15.59:0/2681030873' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-10T17:38:46.413 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T17:38:46.414 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:46.414 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:46.414 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.414 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.414 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.414 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:46.414 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:46.414 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:38:46.414 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.414 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T17:38:46.414 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:46.414 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.414 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi059:172.21.15.59=a;smithi060:172.21.15.60=b;smithi192:172.21.15.192=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:38:46.415 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: Saving service mon spec with placement smithi059:172.21.15.59=a;smithi060:172.21.15.60=b;smithi192:172.21.15.192=c;count:3 2024-09-10T17:38:46.415 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: Deploying daemon mon.c on smithi192 2024-09-10T17:38:46.415 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:46.415 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='client.? 172.21.15.192:0/346308991' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T17:38:46.415 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:46.415 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T17:38:46.415 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:38:46.415 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: mon.a calling monitor election 2024-09-10T17:38:46.415 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:46.415 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:38:46.415 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:38:46.415 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: mon.c calling monitor election 2024-09-10T17:38:46.416 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:46.416 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:38:46.416 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:38:46.416 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:38:46.416 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T17:38:46.416 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: monmap epoch 2 2024-09-10T17:38:46.416 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:38:46.416 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: last_changed 2024-09-10T17:38:35.834239+0000 2024-09-10T17:38:46.416 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: created 2024-09-10T17:37:04.452700+0000 2024-09-10T17:38:46.416 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: min_mon_release 19 (squid) 2024-09-10T17:38:46.416 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: election_strategy: 1 2024-09-10T17:38:46.416 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: 0: [v2:172.21.15.59:3300/0,v1:172.21.15.59:6789/0] mon.a 2024-09-10T17:38:46.416 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: 1: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.c 2024-09-10T17:38:46.417 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: fsmap 2024-09-10T17:38:46.417 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T17:38:46.417 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: mgrmap e13: a(active, since 46s) 2024-09-10T17:38:46.417 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: overall HEALTH_OK 2024-09-10T17:38:46.417 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.417 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.417 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.417 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.417 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.418 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T17:38:46.418 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:46.418 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:46.418 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:46.418 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: Deploying daemon mon.b on smithi060 2024-09-10T17:38:46.418 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='client.? 172.21.15.192:0/2928705513' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T17:38:46.418 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:38:46.418 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:46.418 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: from='client.? 172.21.15.192:0/866978018' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T17:38:46.418 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:46.418 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 ceph-mon[31738]: mon.b@-1(synchronizing).paxosservice(auth 1..7) refresh upgraded, format 0 -> 3 2024-09-10T17:38:46.419 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 bash[31700]: b14b32235a9cb171d7c66fa041086da3e15437cd760a05ffbde77887e1c3c6b3 2024-09-10T17:38:46.419 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:46 smithi060 systemd[1]: Started Ceph mon.b for 23901b9e-6f9b-11ef-bcea-c7b262605968. 2024-09-10T17:38:51.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T17:38:51.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: mon.c calling monitor election 2024-09-10T17:38:51.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: mon.a calling monitor election 2024-09-10T17:38:51.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:38:51.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:38:51.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:51.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:38:51.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:38:51.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:51.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:38:51.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:38:51.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:38:51.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T17:38:51.538 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: monmap epoch 3 2024-09-10T17:38:51.538 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:38:51.538 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: last_changed 2024-09-10T17:38:46.160591+0000 2024-09-10T17:38:51.538 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: created 2024-09-10T17:37:04.452700+0000 2024-09-10T17:38:51.538 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: min_mon_release 19 (squid) 2024-09-10T17:38:51.538 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: election_strategy: 1 2024-09-10T17:38:51.538 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: 0: [v2:172.21.15.59:3300/0,v1:172.21.15.59:6789/0] mon.a 2024-09-10T17:38:51.538 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: 1: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.c 2024-09-10T17:38:51.538 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: 2: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.b 2024-09-10T17:38:51.538 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: fsmap 2024-09-10T17:38:51.538 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T17:38:51.538 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: mgrmap e13: a(active, since 56s) 2024-09-10T17:38:51.538 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-10T17:38:51.538 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-10T17:38:51.539 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-10T17:38:51.539 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: mon.b (rank 2) addr [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] is down (out of quorum) 2024-09-10T17:38:51.539 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:51.539 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:51.539 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:51.539 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:51.539 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:51.539 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:51.539 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:51.539 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:51.539 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:51.539 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:51.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T17:38:51.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: mon.c calling monitor election 2024-09-10T17:38:51.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: mon.a calling monitor election 2024-09-10T17:38:51.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:38:51.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:38:51.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:51.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:38:51.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:38:51.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:51.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:38:51.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:38:51.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:38:51.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T17:38:51.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: monmap epoch 3 2024-09-10T17:38:51.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:38:51.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: last_changed 2024-09-10T17:38:46.160591+0000 2024-09-10T17:38:51.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: created 2024-09-10T17:37:04.452700+0000 2024-09-10T17:38:51.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: min_mon_release 19 (squid) 2024-09-10T17:38:51.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: election_strategy: 1 2024-09-10T17:38:51.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: 0: [v2:172.21.15.59:3300/0,v1:172.21.15.59:6789/0] mon.a 2024-09-10T17:38:51.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: 1: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.c 2024-09-10T17:38:51.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: 2: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.b 2024-09-10T17:38:51.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: fsmap 2024-09-10T17:38:51.579 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T17:38:51.579 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: mgrmap e13: a(active, since 56s) 2024-09-10T17:38:51.579 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-10T17:38:51.579 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-10T17:38:51.579 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-10T17:38:51.579 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: mon.b (rank 2) addr [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] is down (out of quorum) 2024-09-10T17:38:51.579 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:51.580 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:51.580 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:51.580 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:51.580 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:51.580 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:51.581 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:51.581 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:51.581 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:51.581 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:51 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:52.439 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:38:52.439 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":3,"fsid":"23901b9e-6f9b-11ef-bcea-c7b262605968","modified":"2024-09-10T17:38:46.160591Z","created":"2024-09-10T17:37:04.452700Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:3300","nonce":0},{"type":"v1","addr":"172.21.15.59:6789","nonce":0}]},"addr":"172.21.15.59:6789/0","public_addr":"172.21.15.59:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:3300","nonce":0},{"type":"v1","addr":"172.21.15.192:6789","nonce":0}]},"addr":"172.21.15.192:6789/0","public_addr":"172.21.15.192:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-10T17:38:52.440 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 3 2024-09-10T17:38:52.496 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:52 smithi059 ceph-mon[29990]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:52.496 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:52 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:52.496 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:52 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:52.496 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:52 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:38:52.496 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:52 smithi059 ceph-mon[29990]: Updating smithi059:/etc/ceph/ceph.conf 2024-09-10T17:38:52.497 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:52 smithi059 ceph-mon[29990]: Updating smithi060:/etc/ceph/ceph.conf 2024-09-10T17:38:52.497 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:52 smithi059 ceph-mon[29990]: Updating smithi192:/etc/ceph/ceph.conf 2024-09-10T17:38:52.497 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:52 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:52.497 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:52 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:52.497 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:52 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:52.497 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:52 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:52.497 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:52 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:52.497 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:52 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:52.497 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:52 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:52.497 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:52 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T17:38:52.497 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:52 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T17:38:52.498 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:52 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:52.498 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:52 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:38:52.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:52 smithi192 ceph-mon[32035]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:52.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:52 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:52.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:52 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:52.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:52 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:38:52.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:52 smithi192 ceph-mon[32035]: Updating smithi059:/etc/ceph/ceph.conf 2024-09-10T17:38:52.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:52 smithi192 ceph-mon[32035]: Updating smithi060:/etc/ceph/ceph.conf 2024-09-10T17:38:52.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:52 smithi192 ceph-mon[32035]: Updating smithi192:/etc/ceph/ceph.conf 2024-09-10T17:38:52.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:52 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:52.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:52 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:52.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:52 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:52.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:52 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:52.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:52 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:52.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:52 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:52.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:52 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:52.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:52 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T17:38:52.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:52 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T17:38:52.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:52 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:52.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:52 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:38:53.032 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-10T17:38:53.033 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph config generate-minimal-conf 2024-09-10T17:38:53.255 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:53 smithi192 ceph-mon[32035]: mon.b calling monitor election 2024-09-10T17:38:53.255 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:53 smithi192 ceph-mon[32035]: mon.b calling monitor election 2024-09-10T17:38:53.255 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:53 smithi192 ceph-mon[32035]: mon.a calling monitor election 2024-09-10T17:38:53.255 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:53 smithi192 ceph-mon[32035]: mon.c calling monitor election 2024-09-10T17:38:53.255 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:53 smithi192 ceph-mon[32035]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T17:38:53.255 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:53 smithi192 ceph-mon[32035]: monmap epoch 3 2024-09-10T17:38:53.255 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:53 smithi192 ceph-mon[32035]: fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:38:53.256 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:53 smithi192 ceph-mon[32035]: last_changed 2024-09-10T17:38:46.160591+0000 2024-09-10T17:38:53.256 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:53 smithi192 ceph-mon[32035]: created 2024-09-10T17:37:04.452700+0000 2024-09-10T17:38:53.256 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:53 smithi192 ceph-mon[32035]: min_mon_release 19 (squid) 2024-09-10T17:38:53.256 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:53 smithi192 ceph-mon[32035]: election_strategy: 1 2024-09-10T17:38:53.256 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:53 smithi192 ceph-mon[32035]: 0: [v2:172.21.15.59:3300/0,v1:172.21.15.59:6789/0] mon.a 2024-09-10T17:38:53.256 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:53 smithi192 ceph-mon[32035]: 1: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.c 2024-09-10T17:38:53.256 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:53 smithi192 ceph-mon[32035]: 2: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.b 2024-09-10T17:38:53.256 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:53 smithi192 ceph-mon[32035]: fsmap 2024-09-10T17:38:53.256 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:53 smithi192 ceph-mon[32035]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T17:38:53.256 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:53 smithi192 ceph-mon[32035]: mgrmap e13: a(active, since 58s) 2024-09-10T17:38:53.256 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:53 smithi192 ceph-mon[32035]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-10T17:38:53.256 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:53 smithi192 ceph-mon[32035]: Cluster is now healthy 2024-09-10T17:38:53.256 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:53 smithi192 ceph-mon[32035]: overall HEALTH_OK 2024-09-10T17:38:53.375 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T17:38:53.375 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: mon.c calling monitor election 2024-09-10T17:38:53.375 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: mon.a calling monitor election 2024-09-10T17:38:53.375 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:38:53.375 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:38:53.375 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:53.376 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:38:53.376 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:38:53.376 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:53.376 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:38:53.376 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:38:53.376 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:38:53.376 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T17:38:53.376 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: monmap epoch 3 2024-09-10T17:38:53.376 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:38:53.376 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: last_changed 2024-09-10T17:38:46.160591+0000 2024-09-10T17:38:53.376 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: created 2024-09-10T17:37:04.452700+0000 2024-09-10T17:38:53.376 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: min_mon_release 19 (squid) 2024-09-10T17:38:53.376 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: election_strategy: 1 2024-09-10T17:38:53.376 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: 0: [v2:172.21.15.59:3300/0,v1:172.21.15.59:6789/0] mon.a 2024-09-10T17:38:53.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: 1: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.c 2024-09-10T17:38:53.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: 2: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.b 2024-09-10T17:38:53.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: fsmap 2024-09-10T17:38:53.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T17:38:53.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: mgrmap e13: a(active, since 56s) 2024-09-10T17:38:53.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-10T17:38:53.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-10T17:38:53.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-10T17:38:53.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: mon.b (rank 2) addr [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] is down (out of quorum) 2024-09-10T17:38:53.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:53.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:53.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:53.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:53.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:53.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:53.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:53.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:53.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:53.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:53.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:53.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:53.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:53.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:38:53.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: Updating smithi059:/etc/ceph/ceph.conf 2024-09-10T17:38:53.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: Updating smithi060:/etc/ceph/ceph.conf 2024-09-10T17:38:53.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: Updating smithi192:/etc/ceph/ceph.conf 2024-09-10T17:38:53.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:53.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:53.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:53.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:53.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:53.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:53.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:53.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T17:38:53.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T17:38:53.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:53.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:38:53.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: mon.b calling monitor election 2024-09-10T17:38:53.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: mon.b calling monitor election 2024-09-10T17:38:53.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: mon.a calling monitor election 2024-09-10T17:38:53.379 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: mon.c calling monitor election 2024-09-10T17:38:53.380 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T17:38:53.380 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: monmap epoch 3 2024-09-10T17:38:53.380 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:38:53.380 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: last_changed 2024-09-10T17:38:46.160591+0000 2024-09-10T17:38:53.380 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: created 2024-09-10T17:37:04.452700+0000 2024-09-10T17:38:53.380 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: min_mon_release 19 (squid) 2024-09-10T17:38:53.380 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: election_strategy: 1 2024-09-10T17:38:53.380 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: 0: [v2:172.21.15.59:3300/0,v1:172.21.15.59:6789/0] mon.a 2024-09-10T17:38:53.380 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: 1: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.c 2024-09-10T17:38:53.381 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: 2: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.b 2024-09-10T17:38:53.381 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: fsmap 2024-09-10T17:38:53.381 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T17:38:53.381 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: mgrmap e13: a(active, since 58s) 2024-09-10T17:38:53.381 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-10T17:38:53.381 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: Cluster is now healthy 2024-09-10T17:38:53.381 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:53 smithi060 ceph-mon[31738]: overall HEALTH_OK 2024-09-10T17:38:53.476 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:38:53.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:53 smithi059 ceph-mon[29990]: mon.b calling monitor election 2024-09-10T17:38:53.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:53 smithi059 ceph-mon[29990]: mon.b calling monitor election 2024-09-10T17:38:53.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:53 smithi059 ceph-mon[29990]: mon.a calling monitor election 2024-09-10T17:38:53.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:53 smithi059 ceph-mon[29990]: mon.c calling monitor election 2024-09-10T17:38:53.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:53 smithi059 ceph-mon[29990]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T17:38:53.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:53 smithi059 ceph-mon[29990]: monmap epoch 3 2024-09-10T17:38:53.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:53 smithi059 ceph-mon[29990]: fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:38:53.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:53 smithi059 ceph-mon[29990]: last_changed 2024-09-10T17:38:46.160591+0000 2024-09-10T17:38:53.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:53 smithi059 ceph-mon[29990]: created 2024-09-10T17:37:04.452700+0000 2024-09-10T17:38:53.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:53 smithi059 ceph-mon[29990]: min_mon_release 19 (squid) 2024-09-10T17:38:53.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:53 smithi059 ceph-mon[29990]: election_strategy: 1 2024-09-10T17:38:53.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:53 smithi059 ceph-mon[29990]: 0: [v2:172.21.15.59:3300/0,v1:172.21.15.59:6789/0] mon.a 2024-09-10T17:38:53.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:53 smithi059 ceph-mon[29990]: 1: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.c 2024-09-10T17:38:53.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:53 smithi059 ceph-mon[29990]: 2: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.b 2024-09-10T17:38:53.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:53 smithi059 ceph-mon[29990]: fsmap 2024-09-10T17:38:53.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:53 smithi059 ceph-mon[29990]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T17:38:53.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:53 smithi059 ceph-mon[29990]: mgrmap e13: a(active, since 58s) 2024-09-10T17:38:53.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:53 smithi059 ceph-mon[29990]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-10T17:38:53.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:53 smithi059 ceph-mon[29990]: Cluster is now healthy 2024-09-10T17:38:53.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:53 smithi059 ceph-mon[29990]: overall HEALTH_OK 2024-09-10T17:38:54.172 INFO:teuthology.orchestra.run.smithi059.stdout:# minimal ceph.conf for 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:38:54.172 INFO:teuthology.orchestra.run.smithi059.stdout:[global] 2024-09-10T17:38:54.172 INFO:teuthology.orchestra.run.smithi059.stdout: fsid = 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:38:54.172 INFO:teuthology.orchestra.run.smithi059.stdout: mon_host = [v2:172.21.15.59:3300/0,v1:172.21.15.59:6789/0] [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] 2024-09-10T17:38:54.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:54 smithi192 ceph-mon[32035]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:54.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:54 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:54.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:54 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:54.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:54 smithi192 ceph-mon[32035]: Reconfiguring mon.b (monmap changed)... 2024-09-10T17:38:54.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:54 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T17:38:54.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:54 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T17:38:54.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:54 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:54.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:54 smithi192 ceph-mon[32035]: Reconfiguring daemon mon.b on smithi060 2024-09-10T17:38:54.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:54 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:54.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:54 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:54.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:54 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:54.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:54 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:38:54.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:54 smithi192 ceph-mon[32035]: from='client.? 172.21.15.59:0/3258495414' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:54.737 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:54 smithi059 ceph-mon[29990]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:54.737 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:54 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:54.737 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:54 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:54.737 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:54 smithi059 ceph-mon[29990]: Reconfiguring mon.b (monmap changed)... 2024-09-10T17:38:54.737 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:54 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T17:38:54.737 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:54 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T17:38:54.738 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:54 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:54.738 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:54 smithi059 ceph-mon[29990]: Reconfiguring daemon mon.b on smithi060 2024-09-10T17:38:54.738 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:54 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:54.738 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:54 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:54.738 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:54 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:54.738 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:54 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:38:54.738 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:54 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/3258495414' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:54.767 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-10T17:38:54.767 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-10T17:38:54.767 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/etc/ceph/ceph.conf 2024-09-10T17:38:54.795 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-10T17:38:54.796 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T17:38:54.825 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:54 smithi060 ceph-mon[31738]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:54.825 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:54 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:54.825 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:54 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:54.825 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:54 smithi060 ceph-mon[31738]: Reconfiguring mon.b (monmap changed)... 2024-09-10T17:38:54.825 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:54 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T17:38:54.825 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:54 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T17:38:54.825 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:54 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:54.825 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:54 smithi060 ceph-mon[31738]: Reconfiguring daemon mon.b on smithi060 2024-09-10T17:38:54.825 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:54 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:54.825 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:54 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:54.826 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:54 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:54.826 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:54 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:38:54.826 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:54 smithi060 ceph-mon[31738]: from='client.? 172.21.15.59:0/3258495414' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:54.862 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-09-10T17:38:54.863 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.conf 2024-09-10T17:38:54.891 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-09-10T17:38:54.891 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T17:38:54.956 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-10T17:38:54.956 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/ceph/ceph.conf 2024-09-10T17:38:54.986 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-10T17:38:54.987 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T17:38:55.052 INFO:tasks.cephadm:Adding mgr.a on smithi059 2024-09-10T17:38:55.052 INFO:tasks.cephadm:Adding mgr.b on smithi060 2024-09-10T17:38:55.052 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph orch apply mgr '2;smithi059=a;smithi060=b' 2024-09-10T17:38:55.462 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T17:38:56.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:55 smithi192 ceph-mon[32035]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:56.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:55 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:56.077 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:55 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:56.077 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:55 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:56.077 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:55 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:56.077 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:55 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:56.077 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:55 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:56.077 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:55 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:56.077 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:55 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:56.113 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled mgr update... 2024-09-10T17:38:56.115 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:55 smithi060 ceph-mon[31738]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:56.115 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:55 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:56.115 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:55 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:56.115 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:55 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:56.115 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:55 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:56.115 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:55 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:56.115 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:55 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:56.116 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:55 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:56.116 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:55 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:56.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:55 smithi059 ceph-mon[29990]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:56.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:55 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:56.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:55 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:56.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:55 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:56.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:55 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:56.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:55 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:56.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:55 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:56.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:55 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:56.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:55 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:56.766 DEBUG:teuthology.orchestra.run.smithi060:mgr.b> sudo journalctl -f -n 0 -u ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@mgr.b.service 2024-09-10T17:38:56.769 DEBUG:tasks.cephadm:set 0 configs 2024-09-10T17:38:56.769 INFO:tasks.cephadm:Deploying OSDs... 2024-09-10T17:38:56.769 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-10T17:38:56.769 DEBUG:teuthology.orchestra.run.smithi059:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T17:38:56.790 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-09-10T17:38:56.790 DEBUG:teuthology.orchestra.run.smithi059:> stat /dev/vg_nvme/lv_1 2024-09-10T17:38:56.849 INFO:teuthology.orchestra.run.smithi059.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-10T17:38:56.850 INFO:teuthology.orchestra.run.smithi059.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T17:38:56.850 INFO:teuthology.orchestra.run.smithi059.stdout:Device: 5h/5d Inode: 968 Links: 1 2024-09-10T17:38:56.850 INFO:teuthology.orchestra.run.smithi059.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T17:38:56.850 INFO:teuthology.orchestra.run.smithi059.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T17:38:56.850 INFO:teuthology.orchestra.run.smithi059.stdout:Access: 2024-09-10 17:38:49.012453251 +0000 2024-09-10T17:38:56.850 INFO:teuthology.orchestra.run.smithi059.stdout:Modify: 2024-09-10 17:33:25.852576591 +0000 2024-09-10T17:38:56.850 INFO:teuthology.orchestra.run.smithi059.stdout:Change: 2024-09-10 17:33:25.852576591 +0000 2024-09-10T17:38:56.850 INFO:teuthology.orchestra.run.smithi059.stdout: Birth: 2024-09-10 17:33:25.852576591 +0000 2024-09-10T17:38:56.850 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-10T17:38:56.919 INFO:teuthology.orchestra.run.smithi059.stderr:1+0 records in 2024-09-10T17:38:56.919 INFO:teuthology.orchestra.run.smithi059.stderr:1+0 records out 2024-09-10T17:38:56.919 INFO:teuthology.orchestra.run.smithi059.stderr:512 bytes copied, 0.000291133 s, 1.8 MB/s 2024-09-10T17:38:56.921 DEBUG:teuthology.orchestra.run.smithi059:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-10T17:38:56.980 DEBUG:teuthology.orchestra.run.smithi059:> stat /dev/vg_nvme/lv_2 2024-09-10T17:38:57.039 INFO:teuthology.orchestra.run.smithi059.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-10T17:38:57.039 INFO:teuthology.orchestra.run.smithi059.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T17:38:57.039 INFO:teuthology.orchestra.run.smithi059.stdout:Device: 5h/5d Inode: 977 Links: 1 2024-09-10T17:38:57.039 INFO:teuthology.orchestra.run.smithi059.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T17:38:57.039 INFO:teuthology.orchestra.run.smithi059.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T17:38:57.039 INFO:teuthology.orchestra.run.smithi059.stdout:Access: 2024-09-10 17:38:49.012453251 +0000 2024-09-10T17:38:57.039 INFO:teuthology.orchestra.run.smithi059.stdout:Modify: 2024-09-10 17:33:25.852576591 +0000 2024-09-10T17:38:57.039 INFO:teuthology.orchestra.run.smithi059.stdout:Change: 2024-09-10 17:33:25.852576591 +0000 2024-09-10T17:38:57.039 INFO:teuthology.orchestra.run.smithi059.stdout: Birth: 2024-09-10 17:33:25.852576591 +0000 2024-09-10T17:38:57.040 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-10T17:38:57.106 INFO:teuthology.orchestra.run.smithi059.stderr:1+0 records in 2024-09-10T17:38:57.107 INFO:teuthology.orchestra.run.smithi059.stderr:1+0 records out 2024-09-10T17:38:57.107 INFO:teuthology.orchestra.run.smithi059.stderr:512 bytes copied, 0.000208846 s, 2.5 MB/s 2024-09-10T17:38:57.108 DEBUG:teuthology.orchestra.run.smithi059:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-10T17:38:57.167 DEBUG:teuthology.orchestra.run.smithi059:> stat /dev/vg_nvme/lv_3 2024-09-10T17:38:57.226 INFO:teuthology.orchestra.run.smithi059.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-10T17:38:57.226 INFO:teuthology.orchestra.run.smithi059.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T17:38:57.226 INFO:teuthology.orchestra.run.smithi059.stdout:Device: 5h/5d Inode: 981 Links: 1 2024-09-10T17:38:57.226 INFO:teuthology.orchestra.run.smithi059.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T17:38:57.226 INFO:teuthology.orchestra.run.smithi059.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T17:38:57.226 INFO:teuthology.orchestra.run.smithi059.stdout:Access: 2024-09-10 17:38:49.012453251 +0000 2024-09-10T17:38:57.226 INFO:teuthology.orchestra.run.smithi059.stdout:Modify: 2024-09-10 17:33:25.853576578 +0000 2024-09-10T17:38:57.226 INFO:teuthology.orchestra.run.smithi059.stdout:Change: 2024-09-10 17:33:25.853576578 +0000 2024-09-10T17:38:57.226 INFO:teuthology.orchestra.run.smithi059.stdout: Birth: 2024-09-10 17:33:25.853576578 +0000 2024-09-10T17:38:57.227 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-10T17:38:57.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:57 smithi059 ceph-mon[29990]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi059=a;smithi060=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:38:57.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:57 smithi059 ceph-mon[29990]: Saving service mgr spec with placement smithi059=a;smithi060=b;count:2 2024-09-10T17:38:57.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:57 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:57.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:57 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:57.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:57 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:57.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:57 smithi059 ceph-mon[29990]: Reconfiguring mon.c (monmap changed)... 2024-09-10T17:38:57.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:57 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T17:38:57.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:57 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T17:38:57.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:57 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:57.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:57 smithi059 ceph-mon[29990]: Reconfiguring daemon mon.c on smithi192 2024-09-10T17:38:57.292 INFO:teuthology.orchestra.run.smithi059.stderr:1+0 records in 2024-09-10T17:38:57.292 INFO:teuthology.orchestra.run.smithi059.stderr:1+0 records out 2024-09-10T17:38:57.292 INFO:teuthology.orchestra.run.smithi059.stderr:512 bytes copied, 0.000205436 s, 2.5 MB/s 2024-09-10T17:38:57.294 DEBUG:teuthology.orchestra.run.smithi059:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-10T17:38:57.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:57 smithi192 ceph-mon[32035]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi059=a;smithi060=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:38:57.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:57 smithi192 ceph-mon[32035]: Saving service mgr spec with placement smithi059=a;smithi060=b;count:2 2024-09-10T17:38:57.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:57 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:57.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:57 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:57.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:57 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:57.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:57 smithi192 ceph-mon[32035]: Reconfiguring mon.c (monmap changed)... 2024-09-10T17:38:57.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:57 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T17:38:57.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:57 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T17:38:57.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:57 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:57.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:57 smithi192 ceph-mon[32035]: Reconfiguring daemon mon.c on smithi192 2024-09-10T17:38:57.351 DEBUG:teuthology.orchestra.run.smithi059:> stat /dev/vg_nvme/lv_4 2024-09-10T17:38:57.376 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:57 smithi060 ceph-mon[31738]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi059=a;smithi060=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:38:57.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:57 smithi060 ceph-mon[31738]: Saving service mgr spec with placement smithi059=a;smithi060=b;count:2 2024-09-10T17:38:57.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:57 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:57.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:57 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:57.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:57 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:57.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:57 smithi060 ceph-mon[31738]: Reconfiguring mon.c (monmap changed)... 2024-09-10T17:38:57.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:57 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T17:38:57.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:57 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T17:38:57.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:57 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:57.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:57 smithi060 ceph-mon[31738]: Reconfiguring daemon mon.c on smithi192 2024-09-10T17:38:57.408 INFO:teuthology.orchestra.run.smithi059.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-10T17:38:57.408 INFO:teuthology.orchestra.run.smithi059.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T17:38:57.408 INFO:teuthology.orchestra.run.smithi059.stdout:Device: 5h/5d Inode: 967 Links: 1 2024-09-10T17:38:57.409 INFO:teuthology.orchestra.run.smithi059.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T17:38:57.409 INFO:teuthology.orchestra.run.smithi059.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T17:38:57.409 INFO:teuthology.orchestra.run.smithi059.stdout:Access: 2024-09-10 17:38:49.013453239 +0000 2024-09-10T17:38:57.409 INFO:teuthology.orchestra.run.smithi059.stdout:Modify: 2024-09-10 17:33:25.851576604 +0000 2024-09-10T17:38:57.409 INFO:teuthology.orchestra.run.smithi059.stdout:Change: 2024-09-10 17:33:25.851576604 +0000 2024-09-10T17:38:57.409 INFO:teuthology.orchestra.run.smithi059.stdout: Birth: 2024-09-10 17:33:25.851576604 +0000 2024-09-10T17:38:57.409 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-10T17:38:57.475 INFO:teuthology.orchestra.run.smithi059.stderr:1+0 records in 2024-09-10T17:38:57.476 INFO:teuthology.orchestra.run.smithi059.stderr:1+0 records out 2024-09-10T17:38:57.476 INFO:teuthology.orchestra.run.smithi059.stderr:512 bytes copied, 0.000205784 s, 2.5 MB/s 2024-09-10T17:38:57.477 DEBUG:teuthology.orchestra.run.smithi059:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-10T17:38:57.534 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-09-10T17:38:57.535 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T17:38:57.555 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-09-10T17:38:57.555 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_1 2024-09-10T17:38:57.615 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-10T17:38:57.615 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T17:38:57.615 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 969 Links: 1 2024-09-10T17:38:57.615 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T17:38:57.615 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T17:38:57.616 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-09-10 17:38:53.882693791 +0000 2024-09-10T17:38:57.616 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-09-10 17:33:25.561914514 +0000 2024-09-10T17:38:57.616 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-09-10 17:33:25.561914514 +0000 2024-09-10T17:38:57.616 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: 2024-09-10 17:33:25.561914514 +0000 2024-09-10T17:38:57.616 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-10T17:38:57.685 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-09-10T17:38:57.685 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-09-10T17:38:57.685 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000130562 s, 3.9 MB/s 2024-09-10T17:38:57.687 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-10T17:38:57.747 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_2 2024-09-10T17:38:57.807 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-10T17:38:57.807 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T17:38:57.807 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 960 Links: 1 2024-09-10T17:38:57.807 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T17:38:57.807 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T17:38:57.807 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-09-10 17:38:53.883693781 +0000 2024-09-10T17:38:57.808 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-09-10 17:33:25.559914238 +0000 2024-09-10T17:38:57.808 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-09-10 17:33:25.559914238 +0000 2024-09-10T17:38:57.808 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: 2024-09-10 17:33:25.559914238 +0000 2024-09-10T17:38:57.808 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-10T17:38:57.877 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-09-10T17:38:57.877 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-09-10T17:38:57.877 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000132978 s, 3.9 MB/s 2024-09-10T17:38:57.878 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-10T17:38:57.939 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_3 2024-09-10T17:38:57.997 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-10T17:38:58.060 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T17:38:58.060 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 966 Links: 1 2024-09-10T17:38:58.060 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T17:38:58.060 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T17:38:58.060 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-09-10 17:38:53.883693781 +0000 2024-09-10T17:38:58.060 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-09-10 17:33:25.561914514 +0000 2024-09-10T17:38:58.060 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-09-10 17:33:25.561914514 +0000 2024-09-10T17:38:58.060 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: 2024-09-10 17:33:25.561914514 +0000 2024-09-10T17:38:58.061 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-10T17:38:58.085 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-09-10T17:38:58.086 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-09-10T17:38:58.086 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 9.2108e-05 s, 5.6 MB/s 2024-09-10T17:38:58.087 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-10T17:38:58.144 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_4 2024-09-10T17:38:58.200 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-10T17:38:58.201 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T17:38:58.201 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 972 Links: 1 2024-09-10T17:38:58.201 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T17:38:58.201 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T17:38:58.201 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-09-10 17:38:53.883693781 +0000 2024-09-10T17:38:58.201 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-09-10 17:33:25.561914514 +0000 2024-09-10T17:38:58.201 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-09-10 17:33:25.561914514 +0000 2024-09-10T17:38:58.201 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: 2024-09-10 17:33:25.561914514 +0000 2024-09-10T17:38:58.201 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-10T17:38:58.267 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-09-10T17:38:58.267 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-09-10T17:38:58.267 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000113344 s, 4.5 MB/s 2024-09-10T17:38:58.268 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-10T17:38:58.326 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-10T17:38:58.326 DEBUG:teuthology.orchestra.run.smithi192:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T17:38:58.342 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-09-10T17:38:58.342 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_1 2024-09-10T17:38:58.364 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:58 smithi060 ceph-mon[31738]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:58.364 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:58 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:58.364 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:58 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:58.364 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:58 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:58.364 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:58 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:58.364 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:58 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:38:58.364 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:58 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:58.364 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:58 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T17:38:58.364 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:58 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T17:38:58.364 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:58 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T17:38:58.364 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:58 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:58.398 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-10T17:38:58.398 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T17:38:58.398 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 5h/5d Inode: 978 Links: 1 2024-09-10T17:38:58.398 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T17:38:58.398 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T17:38:58.399 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-09-10 17:38:54.746760725 +0000 2024-09-10T17:38:58.399 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-09-10 17:33:25.415462599 +0000 2024-09-10T17:38:58.399 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-09-10 17:33:25.415462599 +0000 2024-09-10T17:38:58.399 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: 2024-09-10 17:33:25.415462599 +0000 2024-09-10T17:38:58.399 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-10T17:38:58.461 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:58 smithi192 ceph-mon[32035]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:58.461 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:58 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:58.461 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:58 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:58.461 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:58 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:58.461 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:58 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:58.461 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:58 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:38:58.461 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:58 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:58.461 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:58 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T17:38:58.461 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:58 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T17:38:58.461 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:58 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T17:38:58.462 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:58 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:58.464 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-09-10T17:38:58.464 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-09-10T17:38:58.464 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000206293 s, 2.5 MB/s 2024-09-10T17:38:58.469 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-10T17:38:58.525 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_2 2024-09-10T17:38:58.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:58 smithi059 ceph-mon[29990]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:38:58.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:58 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:58.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:58 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:58.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:58 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:38:58.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:58 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:58.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:58 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:38:58.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:58 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:38:58.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:58 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T17:38:58.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:58 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T17:38:58.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:58 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T17:38:58.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:58 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:38:58.580 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-10T17:38:58.580 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T17:38:58.580 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 5h/5d Inode: 976 Links: 1 2024-09-10T17:38:58.580 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T17:38:58.580 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T17:38:58.580 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-09-10 17:38:54.747760705 +0000 2024-09-10T17:38:58.580 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-09-10 17:33:25.415462599 +0000 2024-09-10T17:38:58.580 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-09-10 17:33:25.415462599 +0000 2024-09-10T17:38:58.580 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: 2024-09-10 17:33:25.415462599 +0000 2024-09-10T17:38:58.581 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-10T17:38:58.643 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-09-10T17:38:58.643 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-09-10T17:38:58.643 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000208957 s, 2.5 MB/s 2024-09-10T17:38:58.644 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-10T17:38:58.701 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_3 2024-09-10T17:38:58.756 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-10T17:38:58.756 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T17:38:58.756 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 5h/5d Inode: 984 Links: 1 2024-09-10T17:38:58.756 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T17:38:58.756 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T17:38:58.756 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-09-10 17:38:54.747760705 +0000 2024-09-10T17:38:58.756 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-09-10 17:33:25.415462599 +0000 2024-09-10T17:38:58.756 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-09-10 17:33:25.415462599 +0000 2024-09-10T17:38:58.756 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: 2024-09-10 17:33:25.415462599 +0000 2024-09-10T17:38:58.757 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-10T17:38:58.819 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-09-10T17:38:58.819 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-09-10T17:38:58.819 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000257042 s, 2.0 MB/s 2024-09-10T17:38:58.820 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-10T17:38:58.877 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_4 2024-09-10T17:38:58.932 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-10T17:38:58.932 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T17:38:58.932 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 5h/5d Inode: 969 Links: 1 2024-09-10T17:38:58.933 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T17:38:58.933 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T17:38:58.933 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-09-10 17:38:54.747760705 +0000 2024-09-10T17:38:58.933 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-09-10 17:33:25.414462573 +0000 2024-09-10T17:38:58.933 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-09-10 17:33:25.414462573 +0000 2024-09-10T17:38:58.933 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: 2024-09-10 17:33:25.414462573 +0000 2024-09-10T17:38:58.933 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-10T17:38:58.996 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-09-10T17:38:58.996 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-09-10T17:38:58.996 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000201668 s, 2.5 MB/s 2024-09-10T17:38:58.997 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-10T17:38:59.053 INFO:tasks.cephadm:Deploying osd.0 on smithi059 with /dev/vg_nvme/lv_4... 2024-09-10T17:38:59.053 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-10T17:38:59.314 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:38:59.430 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:38:59 smithi059 ceph-mon[29990]: Deploying daemon mgr.b on smithi060 2024-09-10T17:38:59.437 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:38:59 smithi060 ceph-mon[31738]: Deploying daemon mgr.b on smithi060 2024-09-10T17:38:59.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:38:59 smithi192 ceph-mon[32035]: Deploying daemon mgr.b on smithi060 2024-09-10T17:39:00.048 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 10 17:38:59 smithi060 podman[33350]: 2024-09-10 17:38:59.941864487 +0000 UTC m=+0.114592663 container create 438a7eb76cbd0524c707960764190036a91d01475265baa73bc78cd21123b085 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-b, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.37.2) 2024-09-10T17:39:00.512 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:00 smithi059 ceph-mon[29990]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:00.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:00 smithi192 ceph-mon[32035]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:00.626 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:00 smithi060 ceph-mon[31738]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:00.627 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 10 17:39:00 smithi060 podman[33350]: 2024-09-10 17:39:00.169773117 +0000 UTC m=+0.342501291 container init 438a7eb76cbd0524c707960764190036a91d01475265baa73bc78cd21123b085 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-b, org.label-schema.schema-version=1.0, ceph=True, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T17:39:00.627 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 10 17:39:00 smithi060 podman[33350]: 2024-09-10 17:39:00.175261225 +0000 UTC m=+0.347989402 container start 438a7eb76cbd0524c707960764190036a91d01475265baa73bc78cd21123b085 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-b, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-09-10T17:39:00.627 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 10 17:39:00 smithi060 ceph-mgr[33388]: -- 172.21.15.60:0/1099958998 <== mon.2 v2:172.21.15.60:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x562d90cd30e0 con 0x562d90cb1400 2024-09-10T17:39:00.627 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 10 17:39:00 smithi060 bash[33350]: 438a7eb76cbd0524c707960764190036a91d01475265baa73bc78cd21123b085 2024-09-10T17:39:00.627 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 10 17:39:00 smithi060 systemd[1]: Started Ceph mgr.b for 23901b9e-6f9b-11ef-bcea-c7b262605968. 2024-09-10T17:39:01.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:01 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:01.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:01 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:01.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:01 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:01.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:01 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:01.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:01 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:01.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:01 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:01.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:01 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:01.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:01 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:01.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:01 smithi060 ceph-mon[31738]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T17:39:01.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:01 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T17:39:01.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:01 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T17:39:01.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:01 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:01.717 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:01 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:01.717 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:01 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:01.717 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:01 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:01.717 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:01 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:01.717 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:01 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:01.717 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:01 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:01.717 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:01 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:01.717 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:01 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:01.718 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:01 smithi059 ceph-mon[29990]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T17:39:01.718 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:01 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T17:39:01.718 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:01 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T17:39:01.718 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:01 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:01.720 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:39:01.750 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi059:vg_nvme/lv_4 2024-09-10T17:39:01.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:01 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:01.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:01 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:01.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:01 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:01.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:01 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:01.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:01 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:01.827 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:01 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:01.827 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:01 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:01.827 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:01 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:01.827 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:01 smithi192 ceph-mon[32035]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T17:39:01.827 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:01 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T17:39:01.827 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:01 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T17:39:01.827 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:01 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:02.494 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:39:02.714 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:02 smithi059 ceph-mon[29990]: Reconfiguring mgr.a (unknown last config time)... 2024-09-10T17:39:02.714 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:02 smithi059 ceph-mon[29990]: Reconfiguring daemon mgr.a on smithi059 2024-09-10T17:39:02.714 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:02 smithi059 ceph-mon[29990]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:02.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:02 smithi192 ceph-mon[32035]: Reconfiguring mgr.a (unknown last config time)... 2024-09-10T17:39:02.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:02 smithi192 ceph-mon[32035]: Reconfiguring daemon mgr.a on smithi059 2024-09-10T17:39:02.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:02 smithi192 ceph-mon[32035]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:02.876 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:02 smithi060 ceph-mon[31738]: Reconfiguring mgr.a (unknown last config time)... 2024-09-10T17:39:02.876 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:02 smithi060 ceph-mon[31738]: Reconfiguring daemon mgr.a on smithi059 2024-09-10T17:39:02.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:02 smithi060 ceph-mon[31738]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:04.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:04 smithi059 ceph-mon[29990]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:04.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:04 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:04.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:04 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:04.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:04 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:04.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:04 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:04.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:04 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:04.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:04 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:04.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:04 smithi059 ceph-mon[29990]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T17:39:04.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:04 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T17:39:04.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:04 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T17:39:04.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:04 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:04.402 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:04 smithi060 ceph-mon[31738]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:04.402 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:04 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:04.402 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:04 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:04.403 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:04 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:04.403 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:04 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:04.403 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:04 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:04.403 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:04 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:04.403 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:04 smithi060 ceph-mon[31738]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T17:39:04.403 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:04 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T17:39:04.403 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:04 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T17:39:04.403 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:04 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:04.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:04 smithi192 ceph-mon[32035]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:04.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:04 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:04.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:04 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:04.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:04 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:04.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:04 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:04.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:04 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:04.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:04 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:04.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:04 smithi192 ceph-mon[32035]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T17:39:04.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:04 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T17:39:04.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:04 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T17:39:04.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:04 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:05.216 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:05 smithi059 ceph-mon[29990]: from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi059:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:39:05.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:05 smithi060 ceph-mon[31738]: from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi059:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:39:05.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:05 smithi192 ceph-mon[32035]: from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi059:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:39:06.477 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:06 smithi192 ceph-mon[32035]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:06.477 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:06 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:06.478 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:06 smithi192 ceph-mon[32035]: Standby manager daemon b started 2024-09-10T17:39:06.478 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:06 smithi192 ceph-mon[32035]: from='mgr.? 172.21.15.60:0/659469259' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-10T17:39:06.478 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:06 smithi192 ceph-mon[32035]: from='mgr.? 172.21.15.60:0/659469259' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-10T17:39:06.478 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:06 smithi192 ceph-mon[32035]: from='mgr.? 172.21.15.60:0/659469259' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-10T17:39:06.478 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:06 smithi192 ceph-mon[32035]: from='mgr.? 172.21.15.60:0/659469259' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-10T17:39:06.478 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:06 smithi192 ceph-mon[32035]: from='client.? 172.21.15.59:0/1565994652' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "87ec85e3-e3eb-4bd4-9684-9cee7a85c301"} : dispatch 2024-09-10T17:39:06.478 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:06 smithi192 ceph-mon[32035]: from='client.? 172.21.15.59:0/1565994652' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "87ec85e3-e3eb-4bd4-9684-9cee7a85c301"}]': finished 2024-09-10T17:39:06.478 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:06 smithi192 ceph-mon[32035]: osdmap e5: 1 total, 0 up, 1 in 2024-09-10T17:39:06.478 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:06 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T17:39:06.478 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:06 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:06.511 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:06 smithi059 ceph-mon[29990]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:06.511 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:06 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:06.511 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:06 smithi059 ceph-mon[29990]: Standby manager daemon b started 2024-09-10T17:39:06.511 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:06 smithi059 ceph-mon[29990]: from='mgr.? 172.21.15.60:0/659469259' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-10T17:39:06.512 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:06 smithi059 ceph-mon[29990]: from='mgr.? 172.21.15.60:0/659469259' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-10T17:39:06.512 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:06 smithi059 ceph-mon[29990]: from='mgr.? 172.21.15.60:0/659469259' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-10T17:39:06.512 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:06 smithi059 ceph-mon[29990]: from='mgr.? 172.21.15.60:0/659469259' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-10T17:39:06.512 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:06 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/1565994652' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "87ec85e3-e3eb-4bd4-9684-9cee7a85c301"} : dispatch 2024-09-10T17:39:06.512 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:06 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/1565994652' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "87ec85e3-e3eb-4bd4-9684-9cee7a85c301"}]': finished 2024-09-10T17:39:06.512 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:06 smithi059 ceph-mon[29990]: osdmap e5: 1 total, 0 up, 1 in 2024-09-10T17:39:06.512 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:06 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T17:39:06.512 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:06 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:06.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:06 smithi060 ceph-mon[31738]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:06.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:06 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:06.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:06 smithi060 ceph-mon[31738]: Standby manager daemon b started 2024-09-10T17:39:06.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:06 smithi060 ceph-mon[31738]: from='mgr.? 172.21.15.60:0/659469259' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-10T17:39:06.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:06 smithi060 ceph-mon[31738]: from='mgr.? 172.21.15.60:0/659469259' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-10T17:39:06.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:06 smithi060 ceph-mon[31738]: from='mgr.? 172.21.15.60:0/659469259' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-10T17:39:06.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:06 smithi060 ceph-mon[31738]: from='mgr.? 172.21.15.60:0/659469259' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-10T17:39:06.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:06 smithi060 ceph-mon[31738]: from='client.? 172.21.15.59:0/1565994652' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "87ec85e3-e3eb-4bd4-9684-9cee7a85c301"} : dispatch 2024-09-10T17:39:06.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:06 smithi060 ceph-mon[31738]: from='client.? 172.21.15.59:0/1565994652' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "87ec85e3-e3eb-4bd4-9684-9cee7a85c301"}]': finished 2024-09-10T17:39:06.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:06 smithi060 ceph-mon[31738]: osdmap e5: 1 total, 0 up, 1 in 2024-09-10T17:39:06.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:06 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T17:39:06.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:06 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:07.420 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:07 smithi059 ceph-mon[29990]: mgrmap e14: a(active, since 71s), standbys: b 2024-09-10T17:39:07.421 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-10T17:39:07.421 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:07.421 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:07.421 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:07.421 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:07.421 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:07.421 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:07.421 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:07.421 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:07 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/583034741' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T17:39:07.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:07 smithi192 ceph-mon[32035]: mgrmap e14: a(active, since 71s), standbys: b 2024-09-10T17:39:07.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:07 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-10T17:39:07.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:07 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:07.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:07 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:07.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:07 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:07.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:07 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:07.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:07 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:07.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:07 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:07.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:07 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:07.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:07 smithi192 ceph-mon[32035]: from='client.? 172.21.15.59:0/583034741' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T17:39:07.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:07 smithi060 ceph-mon[31738]: mgrmap e14: a(active, since 71s), standbys: b 2024-09-10T17:39:07.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:07 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-10T17:39:07.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:07 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:07.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:07 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:07.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:07 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:07.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:07 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:07.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:07 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:07.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:07 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:07.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:07 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:07.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:07 smithi060 ceph-mon[31738]: from='client.? 172.21.15.59:0/583034741' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T17:39:08.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:08 smithi059 ceph-mon[29990]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:08.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:08 smithi192 ceph-mon[32035]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:08.876 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:08 smithi060 ceph-mon[31738]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:10.697 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:10 smithi060 ceph-mon[31738]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:10.697 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:10 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:10.697 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:10 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:10.697 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:10 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:10.757 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:10 smithi059 ceph-mon[29990]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:10.757 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:10 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:10.757 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:10 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:10.757 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:10 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:10.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:10 smithi192 ceph-mon[32035]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:10.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:10 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:10.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:10 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:10.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:10 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:12.567 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:12 smithi059 ceph-mon[29990]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:12.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:12 smithi192 ceph-mon[32035]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:12.876 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:12 smithi060 ceph-mon[31738]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:14.484 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:14 smithi192 ceph-mon[32035]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:14.484 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:14 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-10T17:39:14.484 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:14 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:14.745 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:14 smithi059 ceph-mon[29990]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:14.745 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:14 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-10T17:39:14.745 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:14 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:14.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:14 smithi060 ceph-mon[31738]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:14.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:14 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-10T17:39:14.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:14 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:15.531 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:15 smithi192 ceph-mon[32035]: Deploying daemon osd.0 on smithi059 2024-09-10T17:39:15.531 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:15 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:15.531 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:15 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:15.531 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:15 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:15.616 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:15 smithi059 ceph-mon[29990]: Deploying daemon osd.0 on smithi059 2024-09-10T17:39:15.617 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:15 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:15.617 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:15 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:15.617 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:15 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:15.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:15 smithi060 ceph-mon[31738]: Deploying daemon osd.0 on smithi059 2024-09-10T17:39:15.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:15 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:15.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:15 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:15.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:15 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:16.745 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:16 smithi059 ceph-mon[29990]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:16.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:16 smithi192 ceph-mon[32035]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:16.876 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:16 smithi060 ceph-mon[31738]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:18.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:18 smithi059 ceph-mon[29990]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:18.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:18 smithi192 ceph-mon[32035]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:18.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:18 smithi060 ceph-mon[31738]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:20.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:20 smithi059 ceph-mon[29990]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:20.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:20 smithi192 ceph-mon[32035]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:20.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:20 smithi060 ceph-mon[31738]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:21.757 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:21 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:21.757 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:21 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:21.757 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:21 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:21.757 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:21 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:21.758 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:21 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:21.758 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:21 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:21.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:21 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:21.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:21 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:21.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:21 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:21.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:21 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:21.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:21 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:21.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:21 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:21.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:21 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:21.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:21 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:21.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:21 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:21.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:21 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:21.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:21 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:21.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:21 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:22.710 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:22 smithi059 ceph-mon[29990]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:22.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:22 smithi192 ceph-mon[32035]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:22.876 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:22 smithi060 ceph-mon[31738]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:24.393 INFO:teuthology.orchestra.run.smithi059.stdout:Created osd(s) 0 on host 'smithi059' 2024-09-10T17:39:24.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:24 smithi060 ceph-mon[31738]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:24.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:24 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:24.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:24 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:24.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:24 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-10T17:39:24.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:24 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:24.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:24 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:24.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:24 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:24.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:24 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:24.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:24 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:24.741 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:24 smithi059 ceph-mon[29990]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:24.742 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:24 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:24.742 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:24 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:24.742 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:24 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-10T17:39:24.742 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:24 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:24.742 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:24 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:24.742 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:24 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:24.742 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:24 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:24.742 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:24 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:24.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:24 smithi192 ceph-mon[32035]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:24.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:24 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:24.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:24 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:24.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:24 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-10T17:39:24.827 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:24 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:24.827 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:24 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:24.827 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:24 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:24.827 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:24 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:24.827 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:24 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:25.163 DEBUG:teuthology.orchestra.run.smithi059:osd.0> sudo journalctl -f -n 0 -u ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@osd.0.service 2024-09-10T17:39:25.165 INFO:tasks.cephadm:Deploying osd.1 on smithi059 with /dev/vg_nvme/lv_3... 2024-09-10T17:39:25.165 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-10T17:39:25.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:25 smithi060 ceph-mon[31738]: Adjusting osd_memory_target on smithi059 to 16068M 2024-09-10T17:39:25.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:25 smithi059 ceph-mon[29990]: Adjusting osd_memory_target on smithi059 to 16068M 2024-09-10T17:39:25.786 INFO:journalctl@ceph.osd.0.smithi059.stdout:Sep 10 17:39:25 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-0[41302]: 2024-09-10T17:39:25.659+0000 7f507d593640 -1 osd.0 0 log_to_monitors true 2024-09-10T17:39:25.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:25 smithi192 ceph-mon[32035]: Adjusting osd_memory_target on smithi059 to 16068M 2024-09-10T17:39:26.032 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:39:26.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:26 smithi059 ceph-mon[29990]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:26.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:26 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:26.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:26 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:26.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:26 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:26.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:26 smithi059 ceph-mon[29990]: from='osd.0 [v2:172.21.15.59:6802/3509274804,v1:172.21.15.59:6803/3509274804]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-10T17:39:26.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:26 smithi192 ceph-mon[32035]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:26.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:26 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:26.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:26 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:26.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:26 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:26.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:26 smithi192 ceph-mon[32035]: from='osd.0 [v2:172.21.15.59:6802/3509274804,v1:172.21.15.59:6803/3509274804]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-10T17:39:26.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:26 smithi060 ceph-mon[31738]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:26.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:26 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:26.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:26 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:26.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:26 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:26.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:26 smithi060 ceph-mon[31738]: from='osd.0 [v2:172.21.15.59:6802/3509274804,v1:172.21.15.59:6803/3509274804]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-10T17:39:27.797 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:27 smithi059 ceph-mon[29990]: from='osd.0 [v2:172.21.15.59:6802/3509274804,v1:172.21.15.59:6803/3509274804]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T17:39:27.797 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:27 smithi059 ceph-mon[29990]: osdmap e6: 1 total, 0 up, 1 in 2024-09-10T17:39:27.797 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:27 smithi059 ceph-mon[29990]: from='osd.0 [v2:172.21.15.59:6802/3509274804,v1:172.21.15.59:6803/3509274804]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi059", "root=default"]} : dispatch 2024-09-10T17:39:27.798 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:27 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T17:39:27.798 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:27 smithi059 ceph-mon[29990]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:28.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:27 smithi192 ceph-mon[32035]: from='osd.0 [v2:172.21.15.59:6802/3509274804,v1:172.21.15.59:6803/3509274804]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T17:39:28.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:27 smithi192 ceph-mon[32035]: osdmap e6: 1 total, 0 up, 1 in 2024-09-10T17:39:28.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:27 smithi192 ceph-mon[32035]: from='osd.0 [v2:172.21.15.59:6802/3509274804,v1:172.21.15.59:6803/3509274804]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi059", "root=default"]} : dispatch 2024-09-10T17:39:28.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:27 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T17:39:28.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:27 smithi192 ceph-mon[32035]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:28.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:27 smithi060 ceph-mon[31738]: from='osd.0 [v2:172.21.15.59:6802/3509274804,v1:172.21.15.59:6803/3509274804]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T17:39:28.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:27 smithi060 ceph-mon[31738]: osdmap e6: 1 total, 0 up, 1 in 2024-09-10T17:39:28.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:27 smithi060 ceph-mon[31738]: from='osd.0 [v2:172.21.15.59:6802/3509274804,v1:172.21.15.59:6803/3509274804]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi059", "root=default"]} : dispatch 2024-09-10T17:39:28.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:27 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T17:39:28.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:27 smithi060 ceph-mon[31738]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:28.536 INFO:journalctl@ceph.osd.0.smithi059.stdout:Sep 10 17:39:28 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-0[41302]: 2024-09-10T17:39:28.111+0000 7f5079516640 -1 osd.0 0 waiting for initial osdmap 2024-09-10T17:39:28.536 INFO:journalctl@ceph.osd.0.smithi059.stdout:Sep 10 17:39:28 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-0[41302]: 2024-09-10T17:39:28.115+0000 7f5071335640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T17:39:28.819 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:28 smithi059 ceph-mon[29990]: from='osd.0 [v2:172.21.15.59:6802/3509274804,v1:172.21.15.59:6803/3509274804]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi059", "root=default"]}]': finished 2024-09-10T17:39:28.875 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:28 smithi059 ceph-mon[29990]: osdmap e7: 1 total, 0 up, 1 in 2024-09-10T17:39:28.875 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:28 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T17:39:28.875 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:28 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T17:39:28.875 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:28 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:28.876 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:28 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:28.876 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:28 smithi059 ceph-mon[29990]: Detected new or changed devices on smithi059 2024-09-10T17:39:28.876 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:28 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:28.876 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:28 smithi059 ceph-mon[29990]: from='osd.0 [v2:172.21.15.59:6802/3509274804,v1:172.21.15.59:6803/3509274804]' entity='osd.0' 2024-09-10T17:39:28.876 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:28 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T17:39:28.877 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:39:28.878 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi059:vg_nvme/lv_3 2024-09-10T17:39:29.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:28 smithi192 ceph-mon[32035]: from='osd.0 [v2:172.21.15.59:6802/3509274804,v1:172.21.15.59:6803/3509274804]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi059", "root=default"]}]': finished 2024-09-10T17:39:29.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:28 smithi192 ceph-mon[32035]: osdmap e7: 1 total, 0 up, 1 in 2024-09-10T17:39:29.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:28 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T17:39:29.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:28 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T17:39:29.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:28 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:29.077 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:28 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:29.077 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:28 smithi192 ceph-mon[32035]: Detected new or changed devices on smithi059 2024-09-10T17:39:29.077 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:28 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:29.077 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:28 smithi192 ceph-mon[32035]: from='osd.0 [v2:172.21.15.59:6802/3509274804,v1:172.21.15.59:6803/3509274804]' entity='osd.0' 2024-09-10T17:39:29.077 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:28 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T17:39:29.126 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:28 smithi060 ceph-mon[31738]: from='osd.0 [v2:172.21.15.59:6802/3509274804,v1:172.21.15.59:6803/3509274804]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi059", "root=default"]}]': finished 2024-09-10T17:39:29.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:28 smithi060 ceph-mon[31738]: osdmap e7: 1 total, 0 up, 1 in 2024-09-10T17:39:29.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:28 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T17:39:29.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:28 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T17:39:29.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:28 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:29.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:28 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:29.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:28 smithi060 ceph-mon[31738]: Detected new or changed devices on smithi059 2024-09-10T17:39:29.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:28 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:29.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:28 smithi060 ceph-mon[31738]: from='osd.0 [v2:172.21.15.59:6802/3509274804,v1:172.21.15.59:6803/3509274804]' entity='osd.0' 2024-09-10T17:39:29.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:28 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T17:39:29.139 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:39:29.957 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:29 smithi059 ceph-mon[29990]: purged_snaps scrub starts 2024-09-10T17:39:29.957 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:29 smithi059 ceph-mon[29990]: purged_snaps scrub ok 2024-09-10T17:39:29.957 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:29 smithi059 ceph-mon[29990]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:29.957 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:29 smithi059 ceph-mon[29990]: osd.0 [v2:172.21.15.59:6802/3509274804,v1:172.21.15.59:6803/3509274804] boot 2024-09-10T17:39:29.957 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:29 smithi059 ceph-mon[29990]: osdmap e8: 1 total, 1 up, 1 in 2024-09-10T17:39:29.957 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:29 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T17:39:30.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:29 smithi192 ceph-mon[32035]: purged_snaps scrub starts 2024-09-10T17:39:30.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:29 smithi192 ceph-mon[32035]: purged_snaps scrub ok 2024-09-10T17:39:30.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:29 smithi192 ceph-mon[32035]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:30.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:29 smithi192 ceph-mon[32035]: osd.0 [v2:172.21.15.59:6802/3509274804,v1:172.21.15.59:6803/3509274804] boot 2024-09-10T17:39:30.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:29 smithi192 ceph-mon[32035]: osdmap e8: 1 total, 1 up, 1 in 2024-09-10T17:39:30.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:29 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T17:39:30.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:29 smithi060 ceph-mon[31738]: purged_snaps scrub starts 2024-09-10T17:39:30.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:29 smithi060 ceph-mon[31738]: purged_snaps scrub ok 2024-09-10T17:39:30.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:29 smithi060 ceph-mon[31738]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T17:39:30.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:29 smithi060 ceph-mon[31738]: osd.0 [v2:172.21.15.59:6802/3509274804,v1:172.21.15.59:6803/3509274804] boot 2024-09-10T17:39:30.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:29 smithi060 ceph-mon[31738]: osdmap e8: 1 total, 1 up, 1 in 2024-09-10T17:39:30.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:29 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T17:39:30.931 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:30 smithi059 ceph-mon[29990]: from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi059:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:39:30.932 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:30 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T17:39:30.932 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:30 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T17:39:30.932 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:30 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:31.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:30 smithi192 ceph-mon[32035]: from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi059:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:39:31.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:30 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T17:39:31.077 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:30 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T17:39:31.077 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:30 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:31.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:30 smithi060 ceph-mon[31738]: from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi059:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:39:31.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:30 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T17:39:31.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:30 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T17:39:31.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:30 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:32.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:31 smithi059 ceph-mon[29990]: osdmap e9: 1 total, 1 up, 1 in 2024-09-10T17:39:32.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:31 smithi059 ceph-mon[29990]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:32.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:31 smithi192 ceph-mon[32035]: osdmap e9: 1 total, 1 up, 1 in 2024-09-10T17:39:32.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:31 smithi192 ceph-mon[32035]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:32.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:31 smithi060 ceph-mon[31738]: osdmap e9: 1 total, 1 up, 1 in 2024-09-10T17:39:32.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:31 smithi060 ceph-mon[31738]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:34.099 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:33 smithi059 ceph-mon[29990]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:34.126 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:33 smithi060 ceph-mon[31738]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:34.191 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:33 smithi192 ceph-mon[32035]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:35.045 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:34 smithi192 ceph-mon[32035]: from='client.? 172.21.15.59:0/600631507' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a9abc874-fa5b-4f8c-8564-445828eb7eba"} : dispatch 2024-09-10T17:39:35.045 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:34 smithi192 ceph-mon[32035]: from='client.? 172.21.15.59:0/600631507' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a9abc874-fa5b-4f8c-8564-445828eb7eba"}]': finished 2024-09-10T17:39:35.045 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:34 smithi192 ceph-mon[32035]: osdmap e10: 2 total, 1 up, 2 in 2024-09-10T17:39:35.045 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:34 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T17:39:35.045 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:34 smithi192 ceph-mon[32035]: from='client.? 172.21.15.59:0/410895195' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T17:39:35.045 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:34 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:35.045 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:34 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:35.045 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:34 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:35.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:34 smithi060 ceph-mon[31738]: from='client.? 172.21.15.59:0/600631507' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a9abc874-fa5b-4f8c-8564-445828eb7eba"} : dispatch 2024-09-10T17:39:35.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:34 smithi060 ceph-mon[31738]: from='client.? 172.21.15.59:0/600631507' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a9abc874-fa5b-4f8c-8564-445828eb7eba"}]': finished 2024-09-10T17:39:35.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:34 smithi060 ceph-mon[31738]: osdmap e10: 2 total, 1 up, 2 in 2024-09-10T17:39:35.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:34 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T17:39:35.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:34 smithi060 ceph-mon[31738]: from='client.? 172.21.15.59:0/410895195' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T17:39:35.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:34 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:35.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:34 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:35.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:34 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:35.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:34 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/600631507' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a9abc874-fa5b-4f8c-8564-445828eb7eba"} : dispatch 2024-09-10T17:39:35.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:34 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/600631507' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a9abc874-fa5b-4f8c-8564-445828eb7eba"}]': finished 2024-09-10T17:39:35.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:34 smithi059 ceph-mon[29990]: osdmap e10: 2 total, 1 up, 2 in 2024-09-10T17:39:35.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:34 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T17:39:35.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:34 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/410895195' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T17:39:35.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:34 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:35.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:34 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:35.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:34 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:36.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:35 smithi192 ceph-mon[32035]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:36.126 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:35 smithi060 ceph-mon[31738]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:36.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:35 smithi059 ceph-mon[29990]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:38.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:37 smithi059 ceph-mon[29990]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:38.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:37 smithi060 ceph-mon[31738]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:38.309 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:37 smithi192 ceph-mon[32035]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:40.057 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:39 smithi059 ceph-mon[29990]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:40.126 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:39 smithi060 ceph-mon[31738]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:40.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:39 smithi192 ceph-mon[32035]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:42.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:41 smithi059 ceph-mon[29990]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:42.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:41 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-10T17:39:42.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:41 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:42.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:41 smithi059 ceph-mon[29990]: Deploying daemon osd.1 on smithi059 2024-09-10T17:39:42.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:41 smithi060 ceph-mon[31738]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:42.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:41 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-10T17:39:42.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:41 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:42.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:41 smithi060 ceph-mon[31738]: Deploying daemon osd.1 on smithi059 2024-09-10T17:39:42.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:41 smithi192 ceph-mon[32035]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:42.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:41 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-10T17:39:42.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:41 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:42.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:41 smithi192 ceph-mon[32035]: Deploying daemon osd.1 on smithi059 2024-09-10T17:39:44.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:43 smithi060 ceph-mon[31738]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:44.277 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:43 smithi059 ceph-mon[29990]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:44.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:43 smithi192 ceph-mon[32035]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:45.900 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:45 smithi059 ceph-mon[29990]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:45.900 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:45 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:45.901 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:45 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:45.901 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:45 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:46.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:45 smithi060 ceph-mon[31738]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:46.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:45 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:46.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:45 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:46.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:45 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:46.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:45 smithi192 ceph-mon[32035]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:46.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:45 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:46.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:45 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:46.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:45 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:48.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:47 smithi059 ceph-mon[29990]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:48.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:48.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:48.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:48.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:48.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:48.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:48.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:48.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:48.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:48.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:48.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:48.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:48.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:48.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:47 smithi060 ceph-mon[31738]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:48.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:48.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:48.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:48.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:48.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:48.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:48.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:48.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:48.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:48.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:48.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:48.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:48.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:48.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:47 smithi192 ceph-mon[32035]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:48.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:47 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:48.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:47 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:48.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:47 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:48.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:47 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:48.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:47 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:48.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:47 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:48.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:47 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:48.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:47 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:48.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:47 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:48.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:47 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:48.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:47 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:48.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:47 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:48.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:47 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:49.891 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:49 smithi059 ceph-mon[29990]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:50.126 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:49 smithi060 ceph-mon[31738]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:50.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:49 smithi192 ceph-mon[32035]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:51.563 INFO:teuthology.orchestra.run.smithi059.stdout:Created osd(s) 1 on host 'smithi059' 2024-09-10T17:39:51.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:51.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:51.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:51.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:51.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:51.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:51.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:51.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:51 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:51.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:51 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:51.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:51 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:51.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:51 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:51.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:51 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:51.827 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:51 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:51.827 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:51 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:51.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:51 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:51.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:51 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:51.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:51 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:51.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:51 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:51.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:51 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:51.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:51 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:51.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:51 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:52.226 DEBUG:teuthology.orchestra.run.smithi059:osd.1> sudo journalctl -f -n 0 -u ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@osd.1.service 2024-09-10T17:39:52.229 INFO:tasks.cephadm:Deploying osd.2 on smithi060 with /dev/vg_nvme/lv_4... 2024-09-10T17:39:52.229 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-10T17:39:52.494 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.b/config 2024-09-10T17:39:52.724 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:52 smithi059 ceph-mon[29990]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:52.725 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:52 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:52.725 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:52 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:52.725 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:52 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-10T17:39:52.725 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:52 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-10T17:39:52.725 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:52 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:52.725 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:52 smithi059 ceph-mon[29990]: Adjusting osd_memory_target on smithi059 to 8034M 2024-09-10T17:39:52.725 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:52 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:52.725 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:52 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:52.725 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:52 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:52.725 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:52 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:52.725 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:52 smithi059 ceph-mon[29990]: from='osd.1 [v2:172.21.15.59:6810/3038185744,v1:172.21.15.59:6811/3038185744]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-10T17:39:52.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:52 smithi192 ceph-mon[32035]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:52.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:52 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:52.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:52 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:52.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:52 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-10T17:39:52.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:52 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-10T17:39:52.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:52 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:52.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:52 smithi192 ceph-mon[32035]: Adjusting osd_memory_target on smithi059 to 8034M 2024-09-10T17:39:52.827 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:52 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:52.827 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:52 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:52.827 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:52 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:52.827 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:52 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:52.827 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:52 smithi192 ceph-mon[32035]: from='osd.1 [v2:172.21.15.59:6810/3038185744,v1:172.21.15.59:6811/3038185744]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-10T17:39:52.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:52 smithi060 ceph-mon[31738]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:52.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:52 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:39:52.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:52 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:52.878 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:52 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-10T17:39:52.878 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:52 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-10T17:39:52.878 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:52 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:52.878 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:52 smithi060 ceph-mon[31738]: Adjusting osd_memory_target on smithi059 to 8034M 2024-09-10T17:39:52.878 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:52 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:52.878 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:52 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:52.878 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:52 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:39:52.878 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:52 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:52.878 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:52 smithi060 ceph-mon[31738]: from='osd.1 [v2:172.21.15.59:6810/3038185744,v1:172.21.15.59:6811/3038185744]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-10T17:39:53.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:53 smithi060 ceph-mon[31738]: from='osd.1 [v2:172.21.15.59:6810/3038185744,v1:172.21.15.59:6811/3038185744]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T17:39:53.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:53 smithi060 ceph-mon[31738]: osdmap e11: 2 total, 1 up, 2 in 2024-09-10T17:39:53.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:53 smithi060 ceph-mon[31738]: from='osd.1 [v2:172.21.15.59:6810/3038185744,v1:172.21.15.59:6811/3038185744]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi059", "root=default"]} : dispatch 2024-09-10T17:39:53.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T17:39:53.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:53 smithi060 ceph-mon[31738]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:54.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:53 smithi059 ceph-mon[29990]: from='osd.1 [v2:172.21.15.59:6810/3038185744,v1:172.21.15.59:6811/3038185744]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T17:39:54.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:53 smithi059 ceph-mon[29990]: osdmap e11: 2 total, 1 up, 2 in 2024-09-10T17:39:54.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:53 smithi059 ceph-mon[29990]: from='osd.1 [v2:172.21.15.59:6810/3038185744,v1:172.21.15.59:6811/3038185744]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi059", "root=default"]} : dispatch 2024-09-10T17:39:54.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:53 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T17:39:54.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:53 smithi059 ceph-mon[29990]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:54.037 INFO:journalctl@ceph.osd.1.smithi059.stdout:Sep 10 17:39:53 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-1[45045]: 2024-09-10T17:39:53.593+0000 7fc7c7d45640 -1 osd.1 0 waiting for initial osdmap 2024-09-10T17:39:54.037 INFO:journalctl@ceph.osd.1.smithi059.stdout:Sep 10 17:39:53 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-1[45045]: 2024-09-10T17:39:53.595+0000 7fc7c3b6c640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T17:39:54.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:53 smithi192 ceph-mon[32035]: from='osd.1 [v2:172.21.15.59:6810/3038185744,v1:172.21.15.59:6811/3038185744]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T17:39:54.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:53 smithi192 ceph-mon[32035]: osdmap e11: 2 total, 1 up, 2 in 2024-09-10T17:39:54.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:53 smithi192 ceph-mon[32035]: from='osd.1 [v2:172.21.15.59:6810/3038185744,v1:172.21.15.59:6811/3038185744]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi059", "root=default"]} : dispatch 2024-09-10T17:39:54.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:53 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T17:39:54.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:53 smithi192 ceph-mon[32035]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T17:39:54.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:54 smithi192 ceph-mon[32035]: from='osd.1 [v2:172.21.15.59:6810/3038185744,v1:172.21.15.59:6811/3038185744]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi059", "root=default"]}]': finished 2024-09-10T17:39:54.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:54 smithi192 ceph-mon[32035]: osdmap e12: 2 total, 1 up, 2 in 2024-09-10T17:39:54.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:54 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T17:39:54.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:54 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T17:39:54.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:54 smithi060 ceph-mon[31738]: from='osd.1 [v2:172.21.15.59:6810/3038185744,v1:172.21.15.59:6811/3038185744]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi059", "root=default"]}]': finished 2024-09-10T17:39:54.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:54 smithi060 ceph-mon[31738]: osdmap e12: 2 total, 1 up, 2 in 2024-09-10T17:39:54.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:54 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T17:39:54.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:54 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T17:39:55.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:54 smithi059 ceph-mon[29990]: from='osd.1 [v2:172.21.15.59:6810/3038185744,v1:172.21.15.59:6811/3038185744]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi059", "root=default"]}]': finished 2024-09-10T17:39:55.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:54 smithi059 ceph-mon[29990]: osdmap e12: 2 total, 1 up, 2 in 2024-09-10T17:39:55.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:54 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T17:39:55.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:54 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T17:39:55.060 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:39:55.087 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi060:vg_nvme/lv_4 2024-09-10T17:39:55.340 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.b/config 2024-09-10T17:39:55.721 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:55 smithi192 ceph-mon[32035]: purged_snaps scrub starts 2024-09-10T17:39:55.722 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:55 smithi192 ceph-mon[32035]: purged_snaps scrub ok 2024-09-10T17:39:55.722 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:55 smithi192 ceph-mon[32035]: osd.1 [v2:172.21.15.59:6810/3038185744,v1:172.21.15.59:6811/3038185744] boot 2024-09-10T17:39:55.722 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:55 smithi192 ceph-mon[32035]: osdmap e13: 2 total, 2 up, 2 in 2024-09-10T17:39:55.722 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:55 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T17:39:55.722 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:55 smithi192 ceph-mon[32035]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:39:55.722 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:55 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:55.722 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:55 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:55.722 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:55 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:55.768 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:55 smithi060 ceph-mon[31738]: purged_snaps scrub starts 2024-09-10T17:39:55.768 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:55 smithi060 ceph-mon[31738]: purged_snaps scrub ok 2024-09-10T17:39:55.768 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:55 smithi060 ceph-mon[31738]: osd.1 [v2:172.21.15.59:6810/3038185744,v1:172.21.15.59:6811/3038185744] boot 2024-09-10T17:39:55.768 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:55 smithi060 ceph-mon[31738]: osdmap e13: 2 total, 2 up, 2 in 2024-09-10T17:39:55.768 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:55 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T17:39:55.768 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:55 smithi060 ceph-mon[31738]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:39:55.768 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:55 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:55.768 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:55 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:55.768 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:55 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:56.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:55 smithi059 ceph-mon[29990]: purged_snaps scrub starts 2024-09-10T17:39:56.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:55 smithi059 ceph-mon[29990]: purged_snaps scrub ok 2024-09-10T17:39:56.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:55 smithi059 ceph-mon[29990]: osd.1 [v2:172.21.15.59:6810/3038185744,v1:172.21.15.59:6811/3038185744] boot 2024-09-10T17:39:56.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:55 smithi059 ceph-mon[29990]: osdmap e13: 2 total, 2 up, 2 in 2024-09-10T17:39:56.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:55 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T17:39:56.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:55 smithi059 ceph-mon[29990]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:39:56.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:55 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:56.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:55 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:56.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:55 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:39:56.746 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:56 smithi060 ceph-mon[31738]: osdmap e14: 2 total, 2 up, 2 in 2024-09-10T17:39:56.746 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:56 smithi060 ceph-mon[31738]: from='client.34151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:39:56.746 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:56 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T17:39:56.746 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:56 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T17:39:56.746 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:56 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:56.805 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:56 smithi192 ceph-mon[32035]: osdmap e14: 2 total, 2 up, 2 in 2024-09-10T17:39:56.805 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:56 smithi192 ceph-mon[32035]: from='client.34151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:39:56.805 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:56 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T17:39:56.805 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:56 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T17:39:56.805 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:56 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:57.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:56 smithi059 ceph-mon[29990]: osdmap e14: 2 total, 2 up, 2 in 2024-09-10T17:39:57.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:56 smithi059 ceph-mon[29990]: from='client.34151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:39:57.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:56 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T17:39:57.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:56 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T17:39:57.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:56 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:39:57.785 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:57 smithi060 ceph-mon[31738]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:39:58.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:57 smithi059 ceph-mon[29990]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:39:58.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:57 smithi192 ceph-mon[32035]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:39:58.862 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:58 smithi060 ceph-mon[31738]: from='client.? 172.21.15.60:0/1415805677' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "68e3883a-8887-4bcc-97ad-86a2b5354b8e"} : dispatch 2024-09-10T17:39:58.863 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:58 smithi060 ceph-mon[31738]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "68e3883a-8887-4bcc-97ad-86a2b5354b8e"} : dispatch 2024-09-10T17:39:58.863 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:58 smithi060 ceph-mon[31738]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "68e3883a-8887-4bcc-97ad-86a2b5354b8e"}]': finished 2024-09-10T17:39:58.863 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:58 smithi060 ceph-mon[31738]: osdmap e15: 3 total, 2 up, 3 in 2024-09-10T17:39:58.863 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:58 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T17:39:59.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:58 smithi059 ceph-mon[29990]: from='client.? 172.21.15.60:0/1415805677' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "68e3883a-8887-4bcc-97ad-86a2b5354b8e"} : dispatch 2024-09-10T17:39:59.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:58 smithi059 ceph-mon[29990]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "68e3883a-8887-4bcc-97ad-86a2b5354b8e"} : dispatch 2024-09-10T17:39:59.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:58 smithi059 ceph-mon[29990]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "68e3883a-8887-4bcc-97ad-86a2b5354b8e"}]': finished 2024-09-10T17:39:59.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:58 smithi059 ceph-mon[29990]: osdmap e15: 3 total, 2 up, 3 in 2024-09-10T17:39:59.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:58 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T17:39:59.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:58 smithi192 ceph-mon[32035]: from='client.? 172.21.15.60:0/1415805677' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "68e3883a-8887-4bcc-97ad-86a2b5354b8e"} : dispatch 2024-09-10T17:39:59.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:58 smithi192 ceph-mon[32035]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "68e3883a-8887-4bcc-97ad-86a2b5354b8e"} : dispatch 2024-09-10T17:39:59.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:58 smithi192 ceph-mon[32035]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "68e3883a-8887-4bcc-97ad-86a2b5354b8e"}]': finished 2024-09-10T17:39:59.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:58 smithi192 ceph-mon[32035]: osdmap e15: 3 total, 2 up, 3 in 2024-09-10T17:39:59.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:58 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T17:39:59.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:59 smithi060 ceph-mon[31738]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:39:59.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:39:59 smithi060 ceph-mon[31738]: from='client.? 172.21.15.60:0/860069059' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T17:40:00.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:59 smithi059 ceph-mon[29990]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:00.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:39:59 smithi059 ceph-mon[29990]: from='client.? 172.21.15.60:0/860069059' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T17:40:00.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:59 smithi192 ceph-mon[32035]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:00.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:39:59 smithi192 ceph-mon[32035]: from='client.? 172.21.15.60:0/860069059' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T17:40:00.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:00 smithi060 ceph-mon[31738]: overall HEALTH_OK 2024-09-10T17:40:01.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:00 smithi059 ceph-mon[29990]: overall HEALTH_OK 2024-09-10T17:40:01.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:00 smithi192 ceph-mon[32035]: overall HEALTH_OK 2024-09-10T17:40:01.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:01 smithi060 ceph-mon[31738]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:02.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:01 smithi059 ceph-mon[29990]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:02.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:01 smithi192 ceph-mon[32035]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:04.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:03 smithi059 ceph-mon[29990]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:04.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:03 smithi060 ceph-mon[31738]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:04.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:03 smithi192 ceph-mon[32035]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:06.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:05 smithi060 ceph-mon[31738]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:06.128 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:05 smithi192 ceph-mon[32035]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:06.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:05 smithi059 ceph-mon[29990]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:07.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:06 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:07.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:06 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:07.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:06 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:07.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:06 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-10T17:40:07.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:06 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:07.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:06 smithi060 ceph-mon[31738]: Deploying daemon osd.2 on smithi060 2024-09-10T17:40:07.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:06 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:07.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:06 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:07.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:06 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:07.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:06 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-10T17:40:07.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:06 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:07.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:06 smithi059 ceph-mon[29990]: Deploying daemon osd.2 on smithi060 2024-09-10T17:40:07.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:06 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:07.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:06 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:07.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:06 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:07.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:06 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-10T17:40:07.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:06 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:07.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:06 smithi192 ceph-mon[32035]: Deploying daemon osd.2 on smithi060 2024-09-10T17:40:08.199 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:07 smithi060 ceph-mon[31738]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:08.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:07 smithi059 ceph-mon[29990]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:08.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:07 smithi192 ceph-mon[32035]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:09.954 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:09 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:09.954 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:09 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:09.954 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:09 smithi060 ceph-mon[31738]: Detected new or changed devices on smithi059 2024-09-10T17:40:09.955 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:09 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:09.955 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:09 smithi060 ceph-mon[31738]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:09.988 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:09 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:09.988 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:09 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:09.988 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:09 smithi059 ceph-mon[29990]: Detected new or changed devices on smithi059 2024-09-10T17:40:09.988 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:09 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:09.988 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:09 smithi059 ceph-mon[29990]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:10.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:09 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:10.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:09 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:10.077 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:09 smithi192 ceph-mon[32035]: Detected new or changed devices on smithi059 2024-09-10T17:40:10.077 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:09 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:10.077 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:09 smithi192 ceph-mon[32035]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:12.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:11 smithi059 ceph-mon[29990]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:12.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:11 smithi060 ceph-mon[31738]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:12.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:11 smithi192 ceph-mon[32035]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:14.126 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:13 smithi060 ceph-mon[31738]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:14.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:13 smithi059 ceph-mon[29990]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:14.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:13 smithi192 ceph-mon[32035]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:15.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:14 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:40:15.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:14 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:15.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:14 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:15.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:14 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:40:15.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:14 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:15.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:14 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:15.222 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:14 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:40:15.223 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:14 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:15.223 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:14 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:15.223 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:14 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:40:15.223 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:14 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:15.223 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:14 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:15.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:14 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:40:15.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:14 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:15.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:14 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:15.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:14 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:40:15.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:14 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:15.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:14 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:16.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:15 smithi060 ceph-mon[31738]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:16.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:15 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:16.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:15 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:16.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:15 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:16.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:15 smithi059 ceph-mon[29990]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:16.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:15 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:16.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:15 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:16.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:15 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:16.295 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:15 smithi192 ceph-mon[32035]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:16.295 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:15 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:16.296 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:15 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:16.296 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:15 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:17.502 INFO:teuthology.orchestra.run.smithi060.stdout:Created osd(s) 2 on host 'smithi060' 2024-09-10T17:40:18.090 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:17 smithi060 ceph-mon[31738]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:18.090 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:17 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:40:18.090 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:17 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:18.090 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:17 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-10T17:40:18.090 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:17 smithi060 ceph-mon[31738]: Adjusting osd_memory_target on smithi060 to 16068M 2024-09-10T17:40:18.091 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:17 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:18.091 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:17 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:18.091 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:17 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:18.091 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:17 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:40:18.091 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:17 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:18.123 DEBUG:teuthology.orchestra.run.smithi060:osd.2> sudo journalctl -f -n 0 -u ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@osd.2.service 2024-09-10T17:40:18.126 INFO:tasks.cephadm:Deploying osd.3 on smithi060 with /dev/vg_nvme/lv_3... 2024-09-10T17:40:18.126 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-10T17:40:18.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:17 smithi059 ceph-mon[29990]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:18.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:17 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:40:18.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:17 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:18.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:17 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-10T17:40:18.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:17 smithi059 ceph-mon[29990]: Adjusting osd_memory_target on smithi060 to 16068M 2024-09-10T17:40:18.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:17 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:18.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:17 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:18.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:17 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:18.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:17 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:40:18.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:17 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:18.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:17 smithi192 ceph-mon[32035]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:18.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:17 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:40:18.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:17 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:18.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:17 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-10T17:40:18.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:17 smithi192 ceph-mon[32035]: Adjusting osd_memory_target on smithi060 to 16068M 2024-09-10T17:40:18.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:17 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:18.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:17 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:18.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:17 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:18.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:17 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:40:18.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:17 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:18.418 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.b/config 2024-09-10T17:40:18.792 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 10 17:40:18 smithi060 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-2[37283]: 2024-09-10T17:40:18.658+0000 7f1b29557640 -1 osd.2 0 log_to_monitors true 2024-09-10T17:40:19.126 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:18 smithi060 ceph-mon[31738]: from='osd.2 [v2:172.21.15.60:6800/3434028900,v1:172.21.15.60:6801/3434028900]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T17:40:19.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:18 smithi060 ceph-mon[31738]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T17:40:19.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:18 smithi059 ceph-mon[29990]: from='osd.2 [v2:172.21.15.60:6800/3434028900,v1:172.21.15.60:6801/3434028900]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T17:40:19.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:18 smithi059 ceph-mon[29990]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T17:40:19.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:18 smithi192 ceph-mon[32035]: from='osd.2 [v2:172.21.15.60:6800/3434028900,v1:172.21.15.60:6801/3434028900]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T17:40:19.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:18 smithi192 ceph-mon[32035]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T17:40:20.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:20 smithi060 ceph-mon[31738]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:20.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:20 smithi060 ceph-mon[31738]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T17:40:20.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:20 smithi060 ceph-mon[31738]: from='osd.2 [v2:172.21.15.60:6800/3434028900,v1:172.21.15.60:6801/3434028900]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]} : dispatch 2024-09-10T17:40:20.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:20 smithi060 ceph-mon[31738]: osdmap e16: 3 total, 2 up, 3 in 2024-09-10T17:40:20.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:20 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T17:40:20.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:20 smithi060 ceph-mon[31738]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]} : dispatch 2024-09-10T17:40:20.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:20 smithi059 ceph-mon[29990]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:20.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:20 smithi059 ceph-mon[29990]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T17:40:20.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:20 smithi059 ceph-mon[29990]: from='osd.2 [v2:172.21.15.60:6800/3434028900,v1:172.21.15.60:6801/3434028900]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]} : dispatch 2024-09-10T17:40:20.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:20 smithi059 ceph-mon[29990]: osdmap e16: 3 total, 2 up, 3 in 2024-09-10T17:40:20.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:20 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T17:40:20.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:20 smithi059 ceph-mon[29990]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]} : dispatch 2024-09-10T17:40:20.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:20 smithi192 ceph-mon[32035]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:20.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:20 smithi192 ceph-mon[32035]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T17:40:20.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:20 smithi192 ceph-mon[32035]: from='osd.2 [v2:172.21.15.60:6800/3434028900,v1:172.21.15.60:6801/3434028900]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]} : dispatch 2024-09-10T17:40:20.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:20 smithi192 ceph-mon[32035]: osdmap e16: 3 total, 2 up, 3 in 2024-09-10T17:40:20.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:20 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T17:40:20.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:20 smithi192 ceph-mon[32035]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]} : dispatch 2024-09-10T17:40:20.627 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 10 17:40:20 smithi060 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-2[37283]: 2024-09-10T17:40:20.267+0000 7f1b254da640 -1 osd.2 0 waiting for initial osdmap 2024-09-10T17:40:20.627 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 10 17:40:20 smithi060 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-2[37283]: 2024-09-10T17:40:20.270+0000 7f1b1d2f9640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T17:40:20.931 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-09-10T17:40:20.959 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi060:vg_nvme/lv_3 2024-09-10T17:40:21.213 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.b/config 2024-09-10T17:40:21.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:21 smithi059 ceph-mon[29990]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-09-10T17:40:21.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:21 smithi059 ceph-mon[29990]: osdmap e17: 3 total, 2 up, 3 in 2024-09-10T17:40:21.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:21 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T17:40:21.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:21 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T17:40:21.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:21 smithi059 ceph-mon[29990]: from='osd.2 ' entity='osd.2' 2024-09-10T17:40:21.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:21 smithi192 ceph-mon[32035]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-09-10T17:40:21.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:21 smithi192 ceph-mon[32035]: osdmap e17: 3 total, 2 up, 3 in 2024-09-10T17:40:21.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:21 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T17:40:21.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:21 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T17:40:21.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:21 smithi192 ceph-mon[32035]: from='osd.2 ' entity='osd.2' 2024-09-10T17:40:21.334 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:21 smithi060 ceph-mon[31738]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-09-10T17:40:21.334 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:21 smithi060 ceph-mon[31738]: osdmap e17: 3 total, 2 up, 3 in 2024-09-10T17:40:21.334 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:21 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T17:40:21.334 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:21 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T17:40:21.334 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:21 smithi060 ceph-mon[31738]: from='osd.2 ' entity='osd.2' 2024-09-10T17:40:22.275 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:22 smithi060 ceph-mon[31738]: purged_snaps scrub starts 2024-09-10T17:40:22.275 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:22 smithi060 ceph-mon[31738]: purged_snaps scrub ok 2024-09-10T17:40:22.275 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:22 smithi060 ceph-mon[31738]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:22.275 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:22 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T17:40:22.275 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:22 smithi060 ceph-mon[31738]: osd.2 [v2:172.21.15.60:6800/3434028900,v1:172.21.15.60:6801/3434028900] boot 2024-09-10T17:40:22.275 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:22 smithi060 ceph-mon[31738]: osdmap e18: 3 total, 3 up, 3 in 2024-09-10T17:40:22.275 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:22 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T17:40:22.275 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:22 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T17:40:22.275 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:22 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T17:40:22.276 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:22 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:22.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:22 smithi059 ceph-mon[29990]: purged_snaps scrub starts 2024-09-10T17:40:22.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:22 smithi059 ceph-mon[29990]: purged_snaps scrub ok 2024-09-10T17:40:22.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:22 smithi059 ceph-mon[29990]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:22.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:22 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T17:40:22.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:22 smithi059 ceph-mon[29990]: osd.2 [v2:172.21.15.60:6800/3434028900,v1:172.21.15.60:6801/3434028900] boot 2024-09-10T17:40:22.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:22 smithi059 ceph-mon[29990]: osdmap e18: 3 total, 3 up, 3 in 2024-09-10T17:40:22.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:22 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T17:40:22.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:22 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T17:40:22.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:22 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T17:40:22.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:22 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:22.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:22 smithi192 ceph-mon[32035]: purged_snaps scrub starts 2024-09-10T17:40:22.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:22 smithi192 ceph-mon[32035]: purged_snaps scrub ok 2024-09-10T17:40:22.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:22 smithi192 ceph-mon[32035]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T17:40:22.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:22 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T17:40:22.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:22 smithi192 ceph-mon[32035]: osd.2 [v2:172.21.15.60:6800/3434028900,v1:172.21.15.60:6801/3434028900] boot 2024-09-10T17:40:22.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:22 smithi192 ceph-mon[32035]: osdmap e18: 3 total, 3 up, 3 in 2024-09-10T17:40:22.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:22 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T17:40:22.328 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:22 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T17:40:22.328 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:22 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T17:40:22.328 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:22 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:23.540 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:23 smithi060 ceph-mon[31738]: from='client.34178 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:40:23.540 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:23 smithi060 ceph-mon[31738]: osdmap e19: 3 total, 3 up, 3 in 2024-09-10T17:40:23.540 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:23 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' 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-09-10T17:40:23.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:23 smithi192 ceph-mon[32035]: from='client.34178 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:40:23.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:23 smithi192 ceph-mon[32035]: osdmap e19: 3 total, 3 up, 3 in 2024-09-10T17:40:23.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:23 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' 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-09-10T17:40:23.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:23 smithi059 ceph-mon[29990]: from='client.34178 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:40:23.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:23 smithi059 ceph-mon[29990]: osdmap e19: 3 total, 3 up, 3 in 2024-09-10T17:40:23.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:23 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' 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-09-10T17:40:24.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:24 smithi060 ceph-mon[31738]: pgmap v83: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:24.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:24 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' 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-09-10T17:40:24.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:24 smithi060 ceph-mon[31738]: osdmap e20: 3 total, 3 up, 3 in 2024-09-10T17:40:24.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:24 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-10T17:40:24.552 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:24 smithi059 ceph-mon[29990]: pgmap v83: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:24.552 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:24 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' 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-09-10T17:40:24.552 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:24 smithi059 ceph-mon[29990]: osdmap e20: 3 total, 3 up, 3 in 2024-09-10T17:40:24.553 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:24 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-10T17:40:24.553 INFO:journalctl@ceph.osd.1.smithi059.stdout:Sep 10 17:40:24 smithi059 sudo[46767]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-10T17:40:24.553 INFO:journalctl@ceph.osd.1.smithi059.stdout:Sep 10 17:40:24 smithi059 sudo[46767]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T17:40:24.553 INFO:journalctl@ceph.osd.1.smithi059.stdout:Sep 10 17:40:24 smithi059 sudo[46767]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T17:40:24.553 INFO:journalctl@ceph.osd.1.smithi059.stdout:Sep 10 17:40:24 smithi059 sudo[46767]: pam_unix(sudo:session): session closed for user root 2024-09-10T17:40:24.553 INFO:journalctl@ceph.osd.0.smithi059.stdout:Sep 10 17:40:24 smithi059 sudo[46761]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-10T17:40:24.553 INFO:journalctl@ceph.osd.0.smithi059.stdout:Sep 10 17:40:24 smithi059 sudo[46761]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T17:40:24.554 INFO:journalctl@ceph.osd.0.smithi059.stdout:Sep 10 17:40:24 smithi059 sudo[46761]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T17:40:24.554 INFO:journalctl@ceph.osd.0.smithi059.stdout:Sep 10 17:40:24 smithi059 sudo[46761]: pam_unix(sudo:session): session closed for user root 2024-09-10T17:40:24.554 INFO:journalctl@ceph.osd.0.smithi059.stdout:Sep 10 17:40:24 smithi059 sudo[46764]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-10T17:40:24.554 INFO:journalctl@ceph.osd.0.smithi059.stdout:Sep 10 17:40:24 smithi059 sudo[46764]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T17:40:24.554 INFO:journalctl@ceph.osd.0.smithi059.stdout:Sep 10 17:40:24 smithi059 sudo[46764]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T17:40:24.554 INFO:journalctl@ceph.osd.0.smithi059.stdout:Sep 10 17:40:24 smithi059 sudo[46764]: pam_unix(sudo:session): session closed for user root 2024-09-10T17:40:24.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:24 smithi192 ceph-mon[32035]: pgmap v83: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:24.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:24 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' 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-09-10T17:40:24.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:24 smithi192 ceph-mon[32035]: osdmap e20: 3 total, 3 up, 3 in 2024-09-10T17:40:24.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:24 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-10T17:40:24.778 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 10 17:40:24 smithi060 sudo[38981]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-10T17:40:24.779 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 10 17:40:24 smithi060 sudo[38981]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T17:40:24.779 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 10 17:40:24 smithi060 sudo[38981]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T17:40:24.779 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 10 17:40:24 smithi060 sudo[38981]: pam_unix(sudo:session): session closed for user root 2024-09-10T17:40:24.779 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 10 17:40:24 smithi060 sudo[38985]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-10T17:40:24.779 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 10 17:40:24 smithi060 sudo[38985]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T17:40:24.779 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 10 17:40:24 smithi060 sudo[38985]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T17:40:24.779 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 10 17:40:24 smithi060 sudo[38985]: pam_unix(sudo:session): session closed for user root 2024-09-10T17:40:24.779 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:24 smithi060 sudo[38998]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-10T17:40:24.779 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:24 smithi060 sudo[38998]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T17:40:24.779 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:24 smithi060 sudo[38998]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T17:40:24.780 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:24 smithi060 sudo[38998]: pam_unix(sudo:session): session closed for user root 2024-09-10T17:40:24.780 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:24 smithi060 sudo[39002]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-10T17:40:24.780 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:24 smithi060 sudo[39002]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T17:40:24.780 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:24 smithi060 sudo[39002]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T17:40:24.780 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:24 smithi060 sudo[39002]: pam_unix(sudo:session): session closed for user root 2024-09-10T17:40:25.035 INFO:journalctl@ceph.osd.1.smithi059.stdout:Sep 10 17:40:24 smithi059 sudo[46770]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-10T17:40:25.036 INFO:journalctl@ceph.osd.1.smithi059.stdout:Sep 10 17:40:24 smithi059 sudo[46770]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T17:40:25.036 INFO:journalctl@ceph.osd.1.smithi059.stdout:Sep 10 17:40:24 smithi059 sudo[46770]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T17:40:25.036 INFO:journalctl@ceph.osd.1.smithi059.stdout:Sep 10 17:40:24 smithi059 sudo[46770]: pam_unix(sudo:session): session closed for user root 2024-09-10T17:40:25.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:24 smithi059 sudo[46773]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-10T17:40:25.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:24 smithi059 sudo[46773]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T17:40:25.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:24 smithi059 sudo[46773]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T17:40:25.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:24 smithi059 sudo[46773]: pam_unix(sudo:session): session closed for user root 2024-09-10T17:40:25.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:24 smithi059 sudo[46776]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-10T17:40:25.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:24 smithi059 sudo[46776]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T17:40:25.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:24 smithi059 sudo[46776]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T17:40:25.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:24 smithi059 sudo[46776]: pam_unix(sudo:session): session closed for user root 2024-09-10T17:40:25.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:24 smithi192 sudo[35394]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-10T17:40:25.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:24 smithi192 sudo[35394]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T17:40:25.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:24 smithi192 sudo[35394]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T17:40:25.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:24 smithi192 sudo[35394]: pam_unix(sudo:session): session closed for user root 2024-09-10T17:40:25.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:24 smithi192 sudo[35397]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-10T17:40:25.077 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:24 smithi192 sudo[35397]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T17:40:25.077 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:24 smithi192 sudo[35397]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T17:40:25.077 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:24 smithi192 sudo[35397]: pam_unix(sudo:session): session closed for user root 2024-09-10T17:40:25.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T17:40:25.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: osdmap e21: 3 total, 3 up, 3 in 2024-09-10T17:40:25.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='client.? 172.21.15.60:0/2940783093' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0b605e6b-95e6-424f-a1aa-6be5cd0933b9"} : dispatch 2024-09-10T17:40:25.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0b605e6b-95e6-424f-a1aa-6be5cd0933b9"} : dispatch 2024-09-10T17:40:25.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0b605e6b-95e6-424f-a1aa-6be5cd0933b9"}]': finished 2024-09-10T17:40:25.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: osdmap e22: 4 total, 3 up, 4 in 2024-09-10T17:40:25.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T17:40:25.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:25.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:25.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T17:40:25.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T17:40:25.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T17:40:25.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:40:25.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:40:25.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T17:40:25.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T17:40:25.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:40:25.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:40:25.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T17:40:25.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:25.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T17:40:25.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T17:40:25.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:40:25.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:40:25.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T17:40:25.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='client.? 172.21.15.60:0/1373038469' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T17:40:25.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:25.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:25.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:25 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:25.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T17:40:25.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: osdmap e21: 3 total, 3 up, 3 in 2024-09-10T17:40:25.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='client.? 172.21.15.60:0/2940783093' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0b605e6b-95e6-424f-a1aa-6be5cd0933b9"} : dispatch 2024-09-10T17:40:25.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0b605e6b-95e6-424f-a1aa-6be5cd0933b9"} : dispatch 2024-09-10T17:40:25.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0b605e6b-95e6-424f-a1aa-6be5cd0933b9"}]': finished 2024-09-10T17:40:25.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: osdmap e22: 4 total, 3 up, 4 in 2024-09-10T17:40:25.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T17:40:25.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:25.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:25.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T17:40:25.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T17:40:25.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T17:40:25.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:40:25.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:40:25.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T17:40:25.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T17:40:25.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:40:25.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:40:25.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T17:40:25.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:25.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T17:40:25.629 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T17:40:25.629 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:40:25.629 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:40:25.629 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T17:40:25.629 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='client.? 172.21.15.60:0/1373038469' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T17:40:25.629 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:25.629 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:25.629 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:25 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:25.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T17:40:25.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: osdmap e21: 3 total, 3 up, 3 in 2024-09-10T17:40:25.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='client.? 172.21.15.60:0/2940783093' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0b605e6b-95e6-424f-a1aa-6be5cd0933b9"} : dispatch 2024-09-10T17:40:25.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0b605e6b-95e6-424f-a1aa-6be5cd0933b9"} : dispatch 2024-09-10T17:40:25.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0b605e6b-95e6-424f-a1aa-6be5cd0933b9"}]': finished 2024-09-10T17:40:25.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: osdmap e22: 4 total, 3 up, 4 in 2024-09-10T17:40:25.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T17:40:25.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:25.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:25.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T17:40:25.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T17:40:25.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T17:40:25.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:40:25.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:40:25.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T17:40:25.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T17:40:25.788 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:40:25.788 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:40:25.788 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T17:40:25.788 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:25.788 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T17:40:25.788 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T17:40:25.788 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:40:25.788 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T17:40:25.788 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T17:40:25.788 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='client.? 172.21.15.60:0/1373038469' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T17:40:25.788 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:25.788 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:25.788 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:25 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:26.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:26 smithi192 ceph-mon[32035]: pgmap v87: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:26.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:26 smithi192 ceph-mon[32035]: Detected new or changed devices on smithi060 2024-09-10T17:40:26.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:26 smithi192 ceph-mon[32035]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-10T17:40:26.626 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:26 smithi060 ceph-mon[31738]: pgmap v87: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:26.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:26 smithi060 ceph-mon[31738]: Detected new or changed devices on smithi060 2024-09-10T17:40:26.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:26 smithi060 ceph-mon[31738]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-10T17:40:26.673 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:26 smithi059 ceph-mon[29990]: pgmap v87: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:26.673 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:26 smithi059 ceph-mon[29990]: Detected new or changed devices on smithi060 2024-09-10T17:40:26.674 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:26 smithi059 ceph-mon[29990]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-10T17:40:28.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:28 smithi192 ceph-mon[32035]: pgmap v88: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:28.581 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:28 smithi060 ceph-mon[31738]: pgmap v88: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:28.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:28 smithi059 ceph-mon[29990]: pgmap v88: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:29.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:29 smithi060 ceph-mon[31738]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:29.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:29 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:29.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:29 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:29.878 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:29 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:30.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:29 smithi059 ceph-mon[29990]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:30.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:29 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:30.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:29 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:30.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:29 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:30.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:29 smithi192 ceph-mon[32035]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:30.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:29 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:30.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:29 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:30.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:29 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:31.984 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:31 smithi059 ceph-mon[29990]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:32.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:31 smithi192 ceph-mon[32035]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:32.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:31 smithi060 ceph-mon[31738]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:33.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:32 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-10T17:40:33.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:32 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:33.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:32 smithi059 ceph-mon[29990]: Deploying daemon osd.3 on smithi060 2024-09-10T17:40:33.070 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:32 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-10T17:40:33.070 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:32 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:33.070 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:32 smithi060 ceph-mon[31738]: Deploying daemon osd.3 on smithi060 2024-09-10T17:40:33.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:32 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-10T17:40:33.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:32 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:33.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:32 smithi192 ceph-mon[32035]: Deploying daemon osd.3 on smithi060 2024-09-10T17:40:34.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:33 smithi192 ceph-mon[32035]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:34.126 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:33 smithi060 ceph-mon[31738]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:34.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:33 smithi059 ceph-mon[29990]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:36.321 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:36 smithi192 ceph-mon[32035]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:36.321 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:36 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:36.321 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:36 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:36.321 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:36 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:36.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:36 smithi060 ceph-mon[31738]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:36.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:36 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:36.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:36 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:36.380 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:36 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:36.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:36 smithi059 ceph-mon[29990]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:36.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:36 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:36.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:36 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:36.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:36 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:38.344 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:38 smithi060 ceph-mon[31738]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:38.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:38 smithi059 ceph-mon[29990]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:38.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:38 smithi192 ceph-mon[32035]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:39.293 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:39 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:40:39.294 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:39 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:39.294 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:39 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:39.294 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:39 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:40:39.294 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:39 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:39.294 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:39 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:39.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:39 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:40:39.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:39 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:39.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:39 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:39.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:39 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:40:39.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:39 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:39.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:39 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:39.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:39 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:40:39.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:39 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:39.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:39 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:39.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:39 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:40:39.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:39 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:39.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:39 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:40.185 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:40 smithi060 ceph-mon[31738]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:40.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:40 smithi059 ceph-mon[29990]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:40.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:40 smithi192 ceph-mon[32035]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:41.775 INFO:teuthology.orchestra.run.smithi060.stdout:Created osd(s) 3 on host 'smithi060' 2024-09-10T17:40:42.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:42 smithi060 ceph-mon[31738]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:42.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:42 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:40:42.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:42 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:42.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:42 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-10T17:40:42.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:42 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-10T17:40:42.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:42 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:42.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:42 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:42.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:42 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:42.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:42 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:40:42.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:42 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:42.421 DEBUG:teuthology.orchestra.run.smithi060:osd.3> sudo journalctl -f -n 0 -u ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@osd.3.service 2024-09-10T17:40:42.424 INFO:tasks.cephadm:Deploying osd.4 on smithi192 with /dev/vg_nvme/lv_4... 2024-09-10T17:40:42.424 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-10T17:40:42.453 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:42 smithi192 ceph-mon[32035]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:42.453 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:42 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:40:42.453 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:42 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:42.453 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:42 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-10T17:40:42.453 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:42 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-10T17:40:42.453 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:42 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:42.453 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:42 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:42.453 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:42 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:42.453 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:42 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:40:42.453 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:42 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:42.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:42 smithi059 ceph-mon[29990]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:42.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:42 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:40:42.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:42 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:42.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:42 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-10T17:40:42.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:42 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-10T17:40:42.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:42 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:42.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:42 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:42.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:42 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:42.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:42 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:40:42.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:42 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:42.678 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T17:40:43.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:43 smithi060 ceph-mon[31738]: Adjusting osd_memory_target on smithi060 to 8034M 2024-09-10T17:40:43.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:43 smithi060 ceph-mon[31738]: from='osd.3 [v2:172.21.15.60:6808/4046287285,v1:172.21.15.60:6809/4046287285]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-10T17:40:43.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:43 smithi060 ceph-mon[31738]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-10T17:40:43.377 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 10 17:40:43 smithi060 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-3[41000]: 2024-09-10T17:40:43.089+0000 7ffaebfe8640 -1 osd.3 0 log_to_monitors true 2024-09-10T17:40:43.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:43 smithi059 ceph-mon[29990]: Adjusting osd_memory_target on smithi060 to 8034M 2024-09-10T17:40:43.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:43 smithi059 ceph-mon[29990]: from='osd.3 [v2:172.21.15.60:6808/4046287285,v1:172.21.15.60:6809/4046287285]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-10T17:40:43.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:43 smithi059 ceph-mon[29990]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-10T17:40:43.549 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:43 smithi192 ceph-mon[32035]: Adjusting osd_memory_target on smithi060 to 8034M 2024-09-10T17:40:43.549 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:43 smithi192 ceph-mon[32035]: from='osd.3 [v2:172.21.15.60:6808/4046287285,v1:172.21.15.60:6809/4046287285]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-10T17:40:43.549 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:43 smithi192 ceph-mon[32035]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-10T17:40:44.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:44 smithi192 ceph-mon[32035]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:44.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:44 smithi192 ceph-mon[32035]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T17:40:44.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:44 smithi192 ceph-mon[32035]: osdmap e23: 4 total, 3 up, 4 in 2024-09-10T17:40:44.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:44 smithi192 ceph-mon[32035]: from='osd.3 [v2:172.21.15.60:6808/4046287285,v1:172.21.15.60:6809/4046287285]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi060", "root=default"]} : dispatch 2024-09-10T17:40:44.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:44 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T17:40:44.327 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:44 smithi192 ceph-mon[32035]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi060", "root=default"]} : dispatch 2024-09-10T17:40:44.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:44 smithi059 ceph-mon[29990]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:44.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:44 smithi059 ceph-mon[29990]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T17:40:44.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:44 smithi059 ceph-mon[29990]: osdmap e23: 4 total, 3 up, 4 in 2024-09-10T17:40:44.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:44 smithi059 ceph-mon[29990]: from='osd.3 [v2:172.21.15.60:6808/4046287285,v1:172.21.15.60:6809/4046287285]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi060", "root=default"]} : dispatch 2024-09-10T17:40:44.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:44 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T17:40:44.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:44 smithi059 ceph-mon[29990]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi060", "root=default"]} : dispatch 2024-09-10T17:40:44.626 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:44 smithi060 ceph-mon[31738]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:44.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:44 smithi060 ceph-mon[31738]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T17:40:44.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:44 smithi060 ceph-mon[31738]: osdmap e23: 4 total, 3 up, 4 in 2024-09-10T17:40:44.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:44 smithi060 ceph-mon[31738]: from='osd.3 [v2:172.21.15.60:6808/4046287285,v1:172.21.15.60:6809/4046287285]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi060", "root=default"]} : dispatch 2024-09-10T17:40:44.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:44 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T17:40:44.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:44 smithi060 ceph-mon[31738]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi060", "root=default"]} : dispatch 2024-09-10T17:40:44.627 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 10 17:40:44 smithi060 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-3[41000]: 2024-09-10T17:40:44.137+0000 7ffae7f6b640 -1 osd.3 0 waiting for initial osdmap 2024-09-10T17:40:44.627 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 10 17:40:44 smithi060 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-3[41000]: 2024-09-10T17:40:44.139+0000 7ffae3d92640 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T17:40:45.050 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:40:45.076 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi192:vg_nvme/lv_4 2024-09-10T17:40:45.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:45 smithi192 ceph-mon[32035]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-09-10T17:40:45.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:45 smithi192 ceph-mon[32035]: osdmap e24: 4 total, 3 up, 4 in 2024-09-10T17:40:45.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:45 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T17:40:45.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:45 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T17:40:45.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:45 smithi192 ceph-mon[32035]: osd.3 [v2:172.21.15.60:6808/4046287285,v1:172.21.15.60:6809/4046287285] boot 2024-09-10T17:40:45.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:45 smithi192 ceph-mon[32035]: osdmap e25: 4 total, 4 up, 4 in 2024-09-10T17:40:45.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:45 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T17:40:45.357 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T17:40:45.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:45 smithi059 ceph-mon[29990]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-09-10T17:40:45.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:45 smithi059 ceph-mon[29990]: osdmap e24: 4 total, 3 up, 4 in 2024-09-10T17:40:45.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:45 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T17:40:45.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:45 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T17:40:45.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:45 smithi059 ceph-mon[29990]: osd.3 [v2:172.21.15.60:6808/4046287285,v1:172.21.15.60:6809/4046287285] boot 2024-09-10T17:40:45.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:45 smithi059 ceph-mon[29990]: osdmap e25: 4 total, 4 up, 4 in 2024-09-10T17:40:45.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:45 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T17:40:45.626 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:45 smithi060 ceph-mon[31738]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-09-10T17:40:45.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:45 smithi060 ceph-mon[31738]: osdmap e24: 4 total, 3 up, 4 in 2024-09-10T17:40:45.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:45 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T17:40:45.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:45 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T17:40:45.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:45 smithi060 ceph-mon[31738]: osd.3 [v2:172.21.15.60:6808/4046287285,v1:172.21.15.60:6809/4046287285] boot 2024-09-10T17:40:45.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:45 smithi060 ceph-mon[31738]: osdmap e25: 4 total, 4 up, 4 in 2024-09-10T17:40:45.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:45 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T17:40:46.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:46 smithi060 ceph-mon[31738]: purged_snaps scrub starts 2024-09-10T17:40:46.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:46 smithi060 ceph-mon[31738]: purged_snaps scrub ok 2024-09-10T17:40:46.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:46 smithi060 ceph-mon[31738]: pgmap v99: 1 pgs: 1 unknown; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:46.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:46.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:46.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:46 smithi060 ceph-mon[31738]: Detected new or changed devices on smithi060 2024-09-10T17:40:46.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:40:46.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:46.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:46.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:40:46.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:46.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T17:40:46.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T17:40:46.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:46.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:46 smithi060 ceph-mon[31738]: osdmap e26: 4 total, 4 up, 4 in 2024-09-10T17:40:46.637 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:46 smithi192 ceph-mon[32035]: purged_snaps scrub starts 2024-09-10T17:40:46.637 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:46 smithi192 ceph-mon[32035]: purged_snaps scrub ok 2024-09-10T17:40:46.637 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:46 smithi192 ceph-mon[32035]: pgmap v99: 1 pgs: 1 unknown; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:46.637 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:46 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:46.637 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:46 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:46.637 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:46 smithi192 ceph-mon[32035]: Detected new or changed devices on smithi060 2024-09-10T17:40:46.637 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:46 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:40:46.637 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:46 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:46.637 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:46 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:46.637 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:46 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:40:46.637 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:46 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:46.638 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:46 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T17:40:46.638 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:46 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T17:40:46.638 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:46 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:46.638 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:46 smithi192 ceph-mon[32035]: osdmap e26: 4 total, 4 up, 4 in 2024-09-10T17:40:46.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:46 smithi059 ceph-mon[29990]: purged_snaps scrub starts 2024-09-10T17:40:46.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:46 smithi059 ceph-mon[29990]: purged_snaps scrub ok 2024-09-10T17:40:46.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:46 smithi059 ceph-mon[29990]: pgmap v99: 1 pgs: 1 unknown; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-10T17:40:46.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:46 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:46.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:46 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:46.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:46 smithi059 ceph-mon[29990]: Detected new or changed devices on smithi060 2024-09-10T17:40:46.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:46 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:40:46.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:46 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:46.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:46 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:46.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:46 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:40:46.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:46 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:46.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:46 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T17:40:46.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:46 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T17:40:46.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:46 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:46.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:46 smithi059 ceph-mon[29990]: osdmap e26: 4 total, 4 up, 4 in 2024-09-10T17:40:47.735 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:47 smithi192 ceph-mon[32035]: from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:40:47.735 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:47 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:47.735 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:47 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:47.735 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:47 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:40:47.735 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:47 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:47.735 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:47 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:47.735 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:47 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:40:47.736 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:47 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:47.736 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:47 smithi192 ceph-mon[32035]: osdmap e27: 4 total, 4 up, 4 in 2024-09-10T17:40:47.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:47 smithi059 ceph-mon[29990]: from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:40:47.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:47.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:47.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:40:47.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:47.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:47.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:40:47.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:47.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:47 smithi059 ceph-mon[29990]: osdmap e27: 4 total, 4 up, 4 in 2024-09-10T17:40:47.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:47 smithi060 ceph-mon[31738]: from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:40:47.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:47.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:47.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:40:47.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:47.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:47.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:40:47.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:47.878 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:47 smithi060 ceph-mon[31738]: osdmap e27: 4 total, 4 up, 4 in 2024-09-10T17:40:48.707 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:48 smithi060 ceph-mon[31738]: pgmap v102: 1 pgs: 1 unknown; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:40:48.708 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:48 smithi060 ceph-mon[31738]: from='client.? 172.21.15.192:0/613178213' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "d11eafdd-475f-4f40-97f2-da2526f1516b"} : dispatch 2024-09-10T17:40:48.708 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:48 smithi060 ceph-mon[31738]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "d11eafdd-475f-4f40-97f2-da2526f1516b"} : dispatch 2024-09-10T17:40:48.708 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:48 smithi060 ceph-mon[31738]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d11eafdd-475f-4f40-97f2-da2526f1516b"}]': finished 2024-09-10T17:40:48.708 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:48 smithi060 ceph-mon[31738]: osdmap e28: 5 total, 4 up, 5 in 2024-09-10T17:40:48.708 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:48 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T17:40:48.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:48 smithi059 ceph-mon[29990]: pgmap v102: 1 pgs: 1 unknown; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:40:48.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:48 smithi059 ceph-mon[29990]: from='client.? 172.21.15.192:0/613178213' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "d11eafdd-475f-4f40-97f2-da2526f1516b"} : dispatch 2024-09-10T17:40:48.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:48 smithi059 ceph-mon[29990]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "d11eafdd-475f-4f40-97f2-da2526f1516b"} : dispatch 2024-09-10T17:40:48.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:48 smithi059 ceph-mon[29990]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d11eafdd-475f-4f40-97f2-da2526f1516b"}]': finished 2024-09-10T17:40:48.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:48 smithi059 ceph-mon[29990]: osdmap e28: 5 total, 4 up, 5 in 2024-09-10T17:40:48.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:48 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T17:40:48.813 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:48 smithi192 ceph-mon[32035]: pgmap v102: 1 pgs: 1 unknown; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:40:48.813 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:48 smithi192 ceph-mon[32035]: from='client.? 172.21.15.192:0/613178213' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "d11eafdd-475f-4f40-97f2-da2526f1516b"} : dispatch 2024-09-10T17:40:48.813 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:48 smithi192 ceph-mon[32035]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "d11eafdd-475f-4f40-97f2-da2526f1516b"} : dispatch 2024-09-10T17:40:48.813 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:48 smithi192 ceph-mon[32035]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d11eafdd-475f-4f40-97f2-da2526f1516b"}]': finished 2024-09-10T17:40:48.814 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:48 smithi192 ceph-mon[32035]: osdmap e28: 5 total, 4 up, 5 in 2024-09-10T17:40:48.814 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:48 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T17:40:49.674 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:49 smithi059 ceph-mon[29990]: from='client.? 172.21.15.192:0/2828360912' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T17:40:49.674 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:49 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:49.674 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:49 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:49.674 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:49 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:49.789 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:49 smithi060 ceph-mon[31738]: from='client.? 172.21.15.192:0/2828360912' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T17:40:49.789 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:49 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:49.789 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:49 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:49.789 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:49 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:49.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:49 smithi192 ceph-mon[32035]: from='client.? 172.21.15.192:0/2828360912' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T17:40:49.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:49 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:49.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:49 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:49.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:49 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:50.747 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:50 smithi059 ceph-mon[29990]: pgmap v105: 1 pgs: 1 unknown; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:40:50.784 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:50 smithi060 ceph-mon[31738]: pgmap v105: 1 pgs: 1 unknown; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:40:50.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:50 smithi192 ceph-mon[32035]: pgmap v105: 1 pgs: 1 unknown; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:40:52.572 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:52 smithi059 ceph-mon[29990]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 102 KiB/s, 0 objects/s recovering 2024-09-10T17:40:52.690 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:52 smithi192 ceph-mon[32035]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 102 KiB/s, 0 objects/s recovering 2024-09-10T17:40:52.876 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:52 smithi060 ceph-mon[31738]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 102 KiB/s, 0 objects/s recovering 2024-09-10T17:40:54.598 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:54 smithi192 ceph-mon[32035]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-09-10T17:40:54.822 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:54 smithi060 ceph-mon[31738]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-09-10T17:40:55.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:54 smithi059 ceph-mon[29990]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-09-10T17:40:56.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:56 smithi059 ceph-mon[29990]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-10T17:40:56.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:56 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:56.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:56 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:56.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:56 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:56.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:56 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-10T17:40:56.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:56 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:56.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:56 smithi059 ceph-mon[29990]: Deploying daemon osd.4 on smithi192 2024-09-10T17:40:56.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:56 smithi192 ceph-mon[32035]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-10T17:40:56.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:56 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:56.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:56 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:56.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:56 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:56.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:56 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-10T17:40:56.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:56 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:56.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:56 smithi192 ceph-mon[32035]: Deploying daemon osd.4 on smithi192 2024-09-10T17:40:56.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:56 smithi060 ceph-mon[31738]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-10T17:40:56.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:56 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:56.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:56 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:56.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:56 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:40:56.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:56 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-10T17:40:56.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:56 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:40:56.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:56 smithi060 ceph-mon[31738]: Deploying daemon osd.4 on smithi192 2024-09-10T17:40:58.529 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:40:58 smithi192 ceph-mon[32035]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-09-10T17:40:58.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:40:58 smithi059 ceph-mon[29990]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-09-10T17:40:58.626 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:40:58 smithi060 ceph-mon[31738]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-09-10T17:41:00.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:00 smithi059 ceph-mon[29990]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-09-10T17:41:00.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:00 smithi192 ceph-mon[32035]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-09-10T17:41:00.626 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:00 smithi060 ceph-mon[31738]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-09-10T17:41:02.491 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:02 smithi192 ceph-mon[32035]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-10T17:41:02.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:02 smithi059 ceph-mon[29990]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-10T17:41:02.626 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:02 smithi060 ceph-mon[31738]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-10T17:41:03.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:03 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:41:03.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:03 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:03.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:03 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:41:03.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:03 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:41:03.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:03 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:03.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:03 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:03.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:03 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:41:03.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:03 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:03.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:03 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:41:03.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:03 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:41:03.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:03 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:03.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:03 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:03.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:03 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:41:03.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:03 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:03.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:03 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:41:03.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:03 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:41:03.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:03 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:03.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:03 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:04.753 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:04 smithi192 ceph-mon[32035]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:41:04.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:04 smithi060 ceph-mon[31738]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:41:05.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:04 smithi059 ceph-mon[29990]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:41:06.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:06 smithi192 ceph-mon[32035]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:41:06.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:06 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:06.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:06 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:06.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:06 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:06.875 INFO:teuthology.orchestra.run.smithi192.stdout:Created osd(s) 4 on host 'smithi192' 2024-09-10T17:41:06.876 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:06 smithi060 ceph-mon[31738]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:41:06.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:06 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:06.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:06 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:06.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:06 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:07.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:06 smithi059 ceph-mon[29990]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:41:07.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:06 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:07.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:06 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:07.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:06 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:07.477 DEBUG:teuthology.orchestra.run.smithi192:osd.4> sudo journalctl -f -n 0 -u ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@osd.4.service 2024-09-10T17:41:07.479 INFO:tasks.cephadm:Deploying osd.5 on smithi192 with /dev/vg_nvme/lv_3... 2024-09-10T17:41:07.479 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-10T17:41:07.761 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T17:41:07.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:07 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:41:07.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:07 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-10T17:41:07.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:07 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:07.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:07 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:07.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:07 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:07.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:07 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:41:07.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:07 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:41:07.827 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:07 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:07.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:07 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:41:07.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:07 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-10T17:41:07.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:07 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:07.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:07 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:07.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:07 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:07.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:07 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:41:07.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:07 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:41:07.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:07 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:08.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:41:08.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-10T17:41:08.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:08.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:08.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:08.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:41:08.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:41:08.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:08.109 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 10 17:41:07 smithi192 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-4[38311]: 2024-09-10T17:41:07.855+0000 7f301f359640 -1 osd.4 0 log_to_monitors true 2024-09-10T17:41:08.824 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:08 smithi060 ceph-mon[31738]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:41:08.824 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:08 smithi060 ceph-mon[31738]: Adjusting osd_memory_target on smithi192 to 20160M 2024-09-10T17:41:08.824 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:08 smithi060 ceph-mon[31738]: from='osd.4 [v2:172.21.15.192:6800/2288786464,v1:172.21.15.192:6801/2288786464]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-10T17:41:08.824 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:08 smithi060 ceph-mon[31738]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-10T17:41:08.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:08 smithi192 ceph-mon[32035]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:41:08.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:08 smithi192 ceph-mon[32035]: Adjusting osd_memory_target on smithi192 to 20160M 2024-09-10T17:41:08.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:08 smithi192 ceph-mon[32035]: from='osd.4 [v2:172.21.15.192:6800/2288786464,v1:172.21.15.192:6801/2288786464]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-10T17:41:08.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:08 smithi192 ceph-mon[32035]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-10T17:41:09.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:08 smithi059 ceph-mon[29990]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:41:09.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:08 smithi059 ceph-mon[29990]: Adjusting osd_memory_target on smithi192 to 20160M 2024-09-10T17:41:09.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:08 smithi059 ceph-mon[29990]: from='osd.4 [v2:172.21.15.192:6800/2288786464,v1:172.21.15.192:6801/2288786464]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-10T17:41:09.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:08 smithi059 ceph-mon[29990]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-10T17:41:09.762 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:09 smithi192 ceph-mon[32035]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T17:41:09.762 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:09 smithi192 ceph-mon[32035]: from='osd.4 [v2:172.21.15.192:6800/2288786464,v1:172.21.15.192:6801/2288786464]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]} : dispatch 2024-09-10T17:41:09.762 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:09 smithi192 ceph-mon[32035]: osdmap e29: 5 total, 4 up, 5 in 2024-09-10T17:41:09.763 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:09 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T17:41:09.763 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:09 smithi192 ceph-mon[32035]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]} : dispatch 2024-09-10T17:41:09.763 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:09 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:09.763 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:09 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:09.763 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:09 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:09.763 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:09 smithi192 ceph-mon[32035]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-09-10T17:41:09.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:09 smithi059 ceph-mon[29990]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T17:41:09.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:09 smithi059 ceph-mon[29990]: from='osd.4 [v2:172.21.15.192:6800/2288786464,v1:172.21.15.192:6801/2288786464]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]} : dispatch 2024-09-10T17:41:09.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:09 smithi059 ceph-mon[29990]: osdmap e29: 5 total, 4 up, 5 in 2024-09-10T17:41:09.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:09 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T17:41:09.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:09 smithi059 ceph-mon[29990]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]} : dispatch 2024-09-10T17:41:09.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:09 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:09.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:09 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:09.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:09 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:09.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:09 smithi059 ceph-mon[29990]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-09-10T17:41:09.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:09 smithi060 ceph-mon[31738]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T17:41:09.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:09 smithi060 ceph-mon[31738]: from='osd.4 [v2:172.21.15.192:6800/2288786464,v1:172.21.15.192:6801/2288786464]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]} : dispatch 2024-09-10T17:41:09.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:09 smithi060 ceph-mon[31738]: osdmap e29: 5 total, 4 up, 5 in 2024-09-10T17:41:09.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:09 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T17:41:09.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:09 smithi060 ceph-mon[31738]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]} : dispatch 2024-09-10T17:41:09.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:09 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:09.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:09 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:09.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:09 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:09.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:09 smithi060 ceph-mon[31738]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-09-10T17:41:10.076 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 10 17:41:09 smithi192 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-4[38311]: 2024-09-10T17:41:09.993+0000 7f301b2dc640 -1 osd.4 0 waiting for initial osdmap 2024-09-10T17:41:10.076 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 10 17:41:09 smithi192 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-4[38311]: 2024-09-10T17:41:09.996+0000 7f30130fb640 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T17:41:10.497 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-10T17:41:10.523 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi192:vg_nvme/lv_3 2024-09-10T17:41:10.766 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T17:41:10.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:10 smithi192 ceph-mon[32035]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:41:10.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:10 smithi192 ceph-mon[32035]: osdmap e30: 5 total, 4 up, 5 in 2024-09-10T17:41:10.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:10 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T17:41:10.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:10 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T17:41:10.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:10 smithi192 ceph-mon[32035]: from='osd.4 ' entity='osd.4' 2024-09-10T17:41:10.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:10 smithi192 ceph-mon[32035]: osd.4 [v2:172.21.15.192:6800/2288786464,v1:172.21.15.192:6801/2288786464] boot 2024-09-10T17:41:10.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:10 smithi192 ceph-mon[32035]: osdmap e31: 5 total, 5 up, 5 in 2024-09-10T17:41:10.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:10 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T17:41:10.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:10 smithi060 ceph-mon[31738]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:41:10.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:10 smithi060 ceph-mon[31738]: osdmap e30: 5 total, 4 up, 5 in 2024-09-10T17:41:10.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:10 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T17:41:10.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:10 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T17:41:10.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:10 smithi060 ceph-mon[31738]: from='osd.4 ' entity='osd.4' 2024-09-10T17:41:10.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:10 smithi060 ceph-mon[31738]: osd.4 [v2:172.21.15.192:6800/2288786464,v1:172.21.15.192:6801/2288786464] boot 2024-09-10T17:41:10.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:10 smithi060 ceph-mon[31738]: osdmap e31: 5 total, 5 up, 5 in 2024-09-10T17:41:10.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:10 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T17:41:11.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:10 smithi059 ceph-mon[29990]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:41:11.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:10 smithi059 ceph-mon[29990]: osdmap e30: 5 total, 4 up, 5 in 2024-09-10T17:41:11.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:10 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T17:41:11.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:10 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T17:41:11.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:10 smithi059 ceph-mon[29990]: from='osd.4 ' entity='osd.4' 2024-09-10T17:41:11.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:10 smithi059 ceph-mon[29990]: osd.4 [v2:172.21.15.192:6800/2288786464,v1:172.21.15.192:6801/2288786464] boot 2024-09-10T17:41:11.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:10 smithi059 ceph-mon[29990]: osdmap e31: 5 total, 5 up, 5 in 2024-09-10T17:41:11.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:10 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T17:41:11.676 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:11 smithi059 ceph-mon[29990]: purged_snaps scrub starts 2024-09-10T17:41:11.676 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:11 smithi059 ceph-mon[29990]: purged_snaps scrub ok 2024-09-10T17:41:11.677 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:11 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T17:41:11.677 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:11 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T17:41:11.677 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:11 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:41:11.677 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:11 smithi059 ceph-mon[29990]: osdmap e32: 5 total, 5 up, 5 in 2024-09-10T17:41:11.840 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:11 smithi192 ceph-mon[32035]: purged_snaps scrub starts 2024-09-10T17:41:11.841 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:11 smithi192 ceph-mon[32035]: purged_snaps scrub ok 2024-09-10T17:41:11.841 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:11 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T17:41:11.841 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:11 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T17:41:11.841 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:11 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:41:11.841 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:11 smithi192 ceph-mon[32035]: osdmap e32: 5 total, 5 up, 5 in 2024-09-10T17:41:11.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:11 smithi060 ceph-mon[31738]: purged_snaps scrub starts 2024-09-10T17:41:11.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:11 smithi060 ceph-mon[31738]: purged_snaps scrub ok 2024-09-10T17:41:11.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:11 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T17:41:11.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:11 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T17:41:11.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:11 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:41:11.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:11 smithi060 ceph-mon[31738]: osdmap e32: 5 total, 5 up, 5 in 2024-09-10T17:41:12.679 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:12 smithi192 ceph-mon[32035]: pgmap v119: 1 pgs: 1 peering; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:41:12.679 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:12 smithi192 ceph-mon[32035]: from='client.24220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:41:12.679 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:12 smithi192 ceph-mon[32035]: osdmap e33: 5 total, 5 up, 5 in 2024-09-10T17:41:12.876 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:12 smithi060 ceph-mon[31738]: pgmap v119: 1 pgs: 1 peering; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:41:12.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:12 smithi060 ceph-mon[31738]: from='client.24220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:41:12.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:12 smithi060 ceph-mon[31738]: osdmap e33: 5 total, 5 up, 5 in 2024-09-10T17:41:13.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:12 smithi059 ceph-mon[29990]: pgmap v119: 1 pgs: 1 peering; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:41:13.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:12 smithi059 ceph-mon[29990]: from='client.24220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:41:13.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:12 smithi059 ceph-mon[29990]: osdmap e33: 5 total, 5 up, 5 in 2024-09-10T17:41:13.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:13 smithi192 ceph-mon[32035]: pgmap v122: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:41:13.876 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:13 smithi060 ceph-mon[31738]: pgmap v122: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:41:14.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:13 smithi059 ceph-mon[29990]: pgmap v122: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:41:14.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:14 smithi060 ceph-mon[31738]: from='client.? 172.21.15.192:0/1607270184' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "47801052-52a3-47ae-b5e3-f2850ea3683f"} : dispatch 2024-09-10T17:41:14.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:14 smithi060 ceph-mon[31738]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "47801052-52a3-47ae-b5e3-f2850ea3683f"} : dispatch 2024-09-10T17:41:14.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:14 smithi060 ceph-mon[31738]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "47801052-52a3-47ae-b5e3-f2850ea3683f"}]': finished 2024-09-10T17:41:14.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:14 smithi060 ceph-mon[31738]: osdmap e34: 6 total, 5 up, 6 in 2024-09-10T17:41:14.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:14 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T17:41:14.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:14 smithi060 ceph-mon[31738]: from='client.? 172.21.15.192:0/481112721' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T17:41:14.888 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:14 smithi192 ceph-mon[32035]: from='client.? 172.21.15.192:0/1607270184' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "47801052-52a3-47ae-b5e3-f2850ea3683f"} : dispatch 2024-09-10T17:41:14.888 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:14 smithi192 ceph-mon[32035]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "47801052-52a3-47ae-b5e3-f2850ea3683f"} : dispatch 2024-09-10T17:41:14.888 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:14 smithi192 ceph-mon[32035]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "47801052-52a3-47ae-b5e3-f2850ea3683f"}]': finished 2024-09-10T17:41:14.888 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:14 smithi192 ceph-mon[32035]: osdmap e34: 6 total, 5 up, 6 in 2024-09-10T17:41:14.888 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:14 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T17:41:14.889 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:14 smithi192 ceph-mon[32035]: from='client.? 172.21.15.192:0/481112721' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T17:41:15.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:14 smithi059 ceph-mon[29990]: from='client.? 172.21.15.192:0/1607270184' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "47801052-52a3-47ae-b5e3-f2850ea3683f"} : dispatch 2024-09-10T17:41:15.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:14 smithi059 ceph-mon[29990]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "47801052-52a3-47ae-b5e3-f2850ea3683f"} : dispatch 2024-09-10T17:41:15.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:14 smithi059 ceph-mon[29990]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "47801052-52a3-47ae-b5e3-f2850ea3683f"}]': finished 2024-09-10T17:41:15.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:14 smithi059 ceph-mon[29990]: osdmap e34: 6 total, 5 up, 6 in 2024-09-10T17:41:15.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:14 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T17:41:15.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:14 smithi059 ceph-mon[29990]: from='client.? 172.21.15.192:0/481112721' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T17:41:16.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:16 smithi059 ceph-mon[29990]: pgmap v124: 1 pgs: 1 peering; 577 KiB data, 138 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:41:16.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:16 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:16.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:16 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:16.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:16 smithi059 ceph-mon[29990]: Detected new or changed devices on smithi192 2024-09-10T17:41:16.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:16 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:16.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:16 smithi192 ceph-mon[32035]: pgmap v124: 1 pgs: 1 peering; 577 KiB data, 138 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:41:16.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:16 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:16.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:16 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:16.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:16 smithi192 ceph-mon[32035]: Detected new or changed devices on smithi192 2024-09-10T17:41:16.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:16 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:16.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:16 smithi060 ceph-mon[31738]: pgmap v124: 1 pgs: 1 peering; 577 KiB data, 138 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:41:16.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:16 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:16.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:16 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:16.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:16 smithi060 ceph-mon[31738]: Detected new or changed devices on smithi192 2024-09-10T17:41:16.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:16 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:18.491 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:18 smithi192 ceph-mon[32035]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-10T17:41:18.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:18 smithi059 ceph-mon[29990]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-10T17:41:18.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:18 smithi060 ceph-mon[31738]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-10T17:41:20.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:20 smithi059 ceph-mon[29990]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-09-10T17:41:20.536 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:20 smithi192 ceph-mon[32035]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-09-10T17:41:20.626 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:20 smithi060 ceph-mon[31738]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-09-10T17:41:22.416 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:22 smithi192 ceph-mon[32035]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-09-10T17:41:22.416 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:22 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-10T17:41:22.417 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:22 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:41:22.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:22 smithi059 ceph-mon[29990]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-09-10T17:41:22.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:22 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-10T17:41:22.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:22 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:41:22.588 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:22 smithi060 ceph-mon[31738]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-09-10T17:41:22.588 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:22 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-10T17:41:22.588 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:22 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:41:23.466 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:23 smithi192 ceph-mon[32035]: Deploying daemon osd.5 on smithi192 2024-09-10T17:41:23.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:23 smithi059 ceph-mon[29990]: Deploying daemon osd.5 on smithi192 2024-09-10T17:41:23.626 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:23 smithi060 ceph-mon[31738]: Deploying daemon osd.5 on smithi192 2024-09-10T17:41:24.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:24 smithi192 ceph-mon[32035]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-10T17:41:24.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:24 smithi059 ceph-mon[29990]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-10T17:41:24.614 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:24 smithi060 ceph-mon[31738]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-10T17:41:26.439 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:26 smithi192 ceph-mon[32035]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-09-10T17:41:26.439 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:26 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:26.440 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:26 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:26.440 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:26 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:26.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:26 smithi059 ceph-mon[29990]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-09-10T17:41:26.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:26 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:26.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:26 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:26.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:26 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:26.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:26 smithi060 ceph-mon[31738]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-09-10T17:41:26.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:26 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:26.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:26 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:26.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:26 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:28.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:28 smithi192 ceph-mon[32035]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-10T17:41:28.376 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:28 smithi060 ceph-mon[31738]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-10T17:41:28.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:28 smithi059 ceph-mon[29990]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-10T17:41:29.516 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:29 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:41:29.516 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:29 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:29.516 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:29 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:41:29.516 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:29 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:41:29.516 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:29 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:29.516 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:29 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:29.525 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:29 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:41:29.525 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:29 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:29.525 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:29 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:41:29.525 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:29 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:41:29.526 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:29 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:29.526 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:29 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:29.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:29 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:41:29.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:29 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:29.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:29 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:41:29.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:29 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:41:29.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:29 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:29.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:29 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:30.463 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:30 smithi192 ceph-mon[32035]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:41:30.463 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:30 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:30.463 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:30 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:30.463 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:30 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:30.491 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:30 smithi059 ceph-mon[29990]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:41:30.491 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:30 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:30.491 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:30 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:30.491 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:30 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:30.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:30 smithi060 ceph-mon[31738]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:41:30.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:30 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:30.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:30 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:30.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:30 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:32.240 INFO:teuthology.orchestra.run.smithi192.stdout:Created osd(s) 5 on host 'smithi192' 2024-09-10T17:41:32.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:32 smithi059 ceph-mon[29990]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:41:32.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:32 smithi192 ceph-mon[32035]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:41:32.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:32 smithi060 ceph-mon[31738]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:41:32.909 DEBUG:teuthology.orchestra.run.smithi192:osd.5> sudo journalctl -f -n 0 -u ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@osd.5.service 2024-09-10T17:41:32.911 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-09-10T17:41:32.912 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T17:41:33.182 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:41:33.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:33 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:41:33.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:33 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:33.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:33 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-10T17:41:33.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:33 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-10T17:41:33.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:33 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:33.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:33 smithi059 ceph-mon[29990]: Adjusting osd_memory_target on smithi192 to 10080M 2024-09-10T17:41:33.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:33 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:33.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:33 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:41:33.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:33 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:41:33.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:33 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:33.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:33 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:41:33.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:33 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:33.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:33 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-10T17:41:33.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:33 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-10T17:41:33.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:33 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:33.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:33 smithi192 ceph-mon[32035]: Adjusting osd_memory_target on smithi192 to 10080M 2024-09-10T17:41:33.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:33 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:33.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:33 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:41:33.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:33 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:41:33.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:33 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:33.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:33 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:41:33.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:33 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:33.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:33 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-10T17:41:33.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:33 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-10T17:41:33.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:33 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:33.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:33 smithi060 ceph-mon[31738]: Adjusting osd_memory_target on smithi192 to 10080M 2024-09-10T17:41:33.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:33 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:33.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:33 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:41:33.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:33 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:41:33.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:33 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:33.821 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:41:34.252 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 10 17:41:33 smithi192 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-5[42112]: 2024-09-10T17:41:33.876+0000 7f3727840640 -1 osd.5 0 log_to_monitors true 2024-09-10T17:41:34.471 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:34 smithi059 ceph-mon[29990]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:41:34.471 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:34 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/1215559774' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T17:41:34.471 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:34 smithi059 ceph-mon[29990]: from='osd.5 [v2:172.21.15.192:6808/1580095994,v1:172.21.15.192:6809/1580095994]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-10T17:41:34.472 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:34 smithi059 ceph-mon[29990]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-10T17:41:34.499 INFO:teuthology.orchestra.run.smithi059.stdout:{"epoch":34,"num_osds":6,"num_up_osds":5,"osd_up_since":1725990070,"num_in_osds":6,"osd_in_since":1725990073,"num_remapped_pgs":0} 2024-09-10T17:41:34.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:34 smithi192 ceph-mon[32035]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:41:34.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:34 smithi192 ceph-mon[32035]: from='client.? 172.21.15.59:0/1215559774' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T17:41:34.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:34 smithi192 ceph-mon[32035]: from='osd.5 [v2:172.21.15.192:6808/1580095994,v1:172.21.15.192:6809/1580095994]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-10T17:41:34.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:34 smithi192 ceph-mon[32035]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-10T17:41:34.626 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:34 smithi060 ceph-mon[31738]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:41:34.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:34 smithi060 ceph-mon[31738]: from='client.? 172.21.15.59:0/1215559774' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T17:41:34.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:34 smithi060 ceph-mon[31738]: from='osd.5 [v2:172.21.15.192:6808/1580095994,v1:172.21.15.192:6809/1580095994]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-10T17:41:34.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:34 smithi060 ceph-mon[31738]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-10T17:41:35.451 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:35 smithi192 ceph-mon[32035]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T17:41:35.452 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:35 smithi192 ceph-mon[32035]: osdmap e35: 6 total, 5 up, 6 in 2024-09-10T17:41:35.452 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:35 smithi192 ceph-mon[32035]: from='osd.5 [v2:172.21.15.192:6808/1580095994,v1:172.21.15.192:6809/1580095994]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]} : dispatch 2024-09-10T17:41:35.452 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:35 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T17:41:35.452 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:35 smithi192 ceph-mon[32035]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]} : dispatch 2024-09-10T17:41:35.500 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T17:41:35.527 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:35 smithi059 ceph-mon[29990]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T17:41:35.527 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:35 smithi059 ceph-mon[29990]: osdmap e35: 6 total, 5 up, 6 in 2024-09-10T17:41:35.527 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:35 smithi059 ceph-mon[29990]: from='osd.5 [v2:172.21.15.192:6808/1580095994,v1:172.21.15.192:6809/1580095994]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]} : dispatch 2024-09-10T17:41:35.527 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:35 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T17:41:35.527 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:35 smithi059 ceph-mon[29990]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]} : dispatch 2024-09-10T17:41:35.626 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:35 smithi060 ceph-mon[31738]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T17:41:35.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:35 smithi060 ceph-mon[31738]: osdmap e35: 6 total, 5 up, 6 in 2024-09-10T17:41:35.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:35 smithi060 ceph-mon[31738]: from='osd.5 [v2:172.21.15.192:6808/1580095994,v1:172.21.15.192:6809/1580095994]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]} : dispatch 2024-09-10T17:41:35.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:35 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T17:41:35.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:35 smithi060 ceph-mon[31738]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]} : dispatch 2024-09-10T17:41:35.705 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 10 17:41:35 smithi192 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-5[42112]: 2024-09-10T17:41:35.698+0000 7f37237c3640 -1 osd.5 0 waiting for initial osdmap 2024-09-10T17:41:35.705 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 10 17:41:35 smithi192 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-5[42112]: 2024-09-10T17:41:35.704+0000 7f371b5e2640 -1 osd.5 36 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T17:41:35.764 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:41:36.393 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:41:36.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:36 smithi059 ceph-mon[29990]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:41:36.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:36 smithi059 ceph-mon[29990]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-09-10T17:41:36.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:36 smithi059 ceph-mon[29990]: osdmap e36: 6 total, 5 up, 6 in 2024-09-10T17:41:36.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:36 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T17:41:36.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:36 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T17:41:36.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:36 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:36.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:36 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:36.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:36 smithi059 ceph-mon[29990]: Detected new or changed devices on smithi192 2024-09-10T17:41:36.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:36 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:41:36.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:36 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:41:36.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:36 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:41:36.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:36 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:36.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:36 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:36.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:36 smithi059 ceph-mon[29990]: from='osd.5 ' entity='osd.5' 2024-09-10T17:41:36.545 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:36 smithi192 ceph-mon[32035]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:41:36.545 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:36 smithi192 ceph-mon[32035]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-09-10T17:41:36.545 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:36 smithi192 ceph-mon[32035]: osdmap e36: 6 total, 5 up, 6 in 2024-09-10T17:41:36.545 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:36 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T17:41:36.545 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:36 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T17:41:36.545 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:36 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:36.545 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:36 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:36.545 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:36 smithi192 ceph-mon[32035]: Detected new or changed devices on smithi192 2024-09-10T17:41:36.545 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:36 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:41:36.546 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:36 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:41:36.546 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:36 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:41:36.546 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:36 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:36.546 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:36 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:36.546 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:36 smithi192 ceph-mon[32035]: from='osd.5 ' entity='osd.5' 2024-09-10T17:41:36.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:36 smithi060 ceph-mon[31738]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:41:36.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:36 smithi060 ceph-mon[31738]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-09-10T17:41:36.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:36 smithi060 ceph-mon[31738]: osdmap e36: 6 total, 5 up, 6 in 2024-09-10T17:41:36.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:36 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T17:41:36.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:36 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T17:41:36.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:36 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:36.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:36 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:36.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:36 smithi060 ceph-mon[31738]: Detected new or changed devices on smithi192 2024-09-10T17:41:36.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:36 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:41:36.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:36 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:41:36.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:36 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:41:36.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:36 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:36.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:36 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:36.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:36 smithi060 ceph-mon[31738]: from='osd.5 ' entity='osd.5' 2024-09-10T17:41:37.039 INFO:teuthology.orchestra.run.smithi059.stdout:{"epoch":37,"num_osds":6,"num_up_osds":6,"osd_up_since":1725990096,"num_in_osds":6,"osd_in_since":1725990073,"num_remapped_pgs":1} 2024-09-10T17:41:37.039 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T17:41:37.331 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:41:37.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:37 smithi059 ceph-mon[29990]: purged_snaps scrub starts 2024-09-10T17:41:37.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:37 smithi059 ceph-mon[29990]: purged_snaps scrub ok 2024-09-10T17:41:37.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:37 smithi059 ceph-mon[29990]: osd.5 [v2:172.21.15.192:6808/1580095994,v1:172.21.15.192:6809/1580095994] boot 2024-09-10T17:41:37.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:37 smithi059 ceph-mon[29990]: osdmap e37: 6 total, 6 up, 6 in 2024-09-10T17:41:37.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:37 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T17:41:37.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:37 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/3836824851' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T17:41:37.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:37 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:37.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:37 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:37.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:37 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:41:37.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:37 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:37.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:37 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:41:37.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:37 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:41:37.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:37 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:37.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:37 smithi192 ceph-mon[32035]: purged_snaps scrub starts 2024-09-10T17:41:37.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:37 smithi192 ceph-mon[32035]: purged_snaps scrub ok 2024-09-10T17:41:37.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:37 smithi192 ceph-mon[32035]: osd.5 [v2:172.21.15.192:6808/1580095994,v1:172.21.15.192:6809/1580095994] boot 2024-09-10T17:41:37.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:37 smithi192 ceph-mon[32035]: osdmap e37: 6 total, 6 up, 6 in 2024-09-10T17:41:37.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:37 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T17:41:37.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:37 smithi192 ceph-mon[32035]: from='client.? 172.21.15.59:0/3836824851' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T17:41:37.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:37 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:37.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:37 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:37.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:37 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:41:37.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:37 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:37.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:37 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:41:37.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:37 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:41:37.577 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:37 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:37.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:37 smithi060 ceph-mon[31738]: purged_snaps scrub starts 2024-09-10T17:41:37.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:37 smithi060 ceph-mon[31738]: purged_snaps scrub ok 2024-09-10T17:41:37.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:37 smithi060 ceph-mon[31738]: osd.5 [v2:172.21.15.192:6808/1580095994,v1:172.21.15.192:6809/1580095994] boot 2024-09-10T17:41:37.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:37 smithi060 ceph-mon[31738]: osdmap e37: 6 total, 6 up, 6 in 2024-09-10T17:41:37.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:37 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T17:41:37.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:37 smithi060 ceph-mon[31738]: from='client.? 172.21.15.59:0/3836824851' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T17:41:37.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:37 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:37.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:37 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:37.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:37 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:41:37.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:37 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:37.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:37 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:41:37.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:37 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:41:37.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:37 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:38.104 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:41:38.105 INFO:teuthology.orchestra.run.smithi059.stdout:{"epoch":38,"fsid":"23901b9e-6f9b-11ef-bcea-c7b262605968","created":"2024-09-10T17:37:07.618270+0000","modified":"2024-09-10T17:41:37.266760+0000","last_up_change":"2024-09-10T17:41:36.261289+0000","last_in_change":"2024-09-10T17:41:13.697392+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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-10T17:40:23.231136+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,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":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":"87ec85e3-e3eb-4bd4-9684-9cee7a85c301","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6802","nonce":3509274804},{"type":"v1","addr":"172.21.15.59:6803","nonce":3509274804}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6804","nonce":3509274804},{"type":"v1","addr":"172.21.15.59:6805","nonce":3509274804}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6808","nonce":3509274804},{"type":"v1","addr":"172.21.15.59:6809","nonce":3509274804}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6806","nonce":3509274804},{"type":"v1","addr":"172.21.15.59:6807","nonce":3509274804}]},"public_addr":"172.21.15.59:6803/3509274804","cluster_addr":"172.21.15.59:6805/3509274804","heartbeat_back_addr":"172.21.15.59:6809/3509274804","heartbeat_front_addr":"172.21.15.59:6807/3509274804","state":["exists","up"]},{"osd":1,"uuid":"a9abc874-fa5b-4f8c-8564-445828eb7eba","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.59:6810","nonce":3038185744},{"type":"v1","addr":"172.21.15.59:6811","nonce":3038185744}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6812","nonce":3038185744},{"type":"v1","addr":"172.21.15.59:6813","nonce":3038185744}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6816","nonce":3038185744},{"type":"v1","addr":"172.21.15.59:6817","nonce":3038185744}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6814","nonce":3038185744},{"type":"v1","addr":"172.21.15.59:6815","nonce":3038185744}]},"public_addr":"172.21.15.59:6811/3038185744","cluster_addr":"172.21.15.59:6813/3038185744","heartbeat_back_addr":"172.21.15.59:6817/3038185744","heartbeat_front_addr":"172.21.15.59:6815/3038185744","state":["exists","up"]},{"osd":2,"uuid":"68e3883a-8887-4bcc-97ad-86a2b5354b8e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6800","nonce":3434028900},{"type":"v1","addr":"172.21.15.60:6801","nonce":3434028900}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":3434028900},{"type":"v1","addr":"172.21.15.60:6803","nonce":3434028900}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":3434028900},{"type":"v1","addr":"172.21.15.60:6807","nonce":3434028900}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":3434028900},{"type":"v1","addr":"172.21.15.60:6805","nonce":3434028900}]},"public_addr":"172.21.15.60:6801/3434028900","cluster_addr":"172.21.15.60:6803/3434028900","heartbeat_back_addr":"172.21.15.60:6807/3434028900","heartbeat_front_addr":"172.21.15.60:6805/3434028900","state":["exists","up"]},{"osd":3,"uuid":"0b605e6b-95e6-424f-a1aa-6be5cd0933b9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6808","nonce":4046287285},{"type":"v1","addr":"172.21.15.60:6809","nonce":4046287285}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6810","nonce":4046287285},{"type":"v1","addr":"172.21.15.60:6811","nonce":4046287285}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6814","nonce":4046287285},{"type":"v1","addr":"172.21.15.60:6815","nonce":4046287285}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6812","nonce":4046287285},{"type":"v1","addr":"172.21.15.60:6813","nonce":4046287285}]},"public_addr":"172.21.15.60:6809/4046287285","cluster_addr":"172.21.15.60:6811/4046287285","heartbeat_back_addr":"172.21.15.60:6815/4046287285","heartbeat_front_addr":"172.21.15.60:6813/4046287285","state":["exists","up"]},{"osd":4,"uuid":"d11eafdd-475f-4f40-97f2-da2526f1516b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6800","nonce":2288786464},{"type":"v1","addr":"172.21.15.192:6801","nonce":2288786464}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":2288786464},{"type":"v1","addr":"172.21.15.192:6803","nonce":2288786464}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":2288786464},{"type":"v1","addr":"172.21.15.192:6807","nonce":2288786464}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":2288786464},{"type":"v1","addr":"172.21.15.192:6805","nonce":2288786464}]},"public_addr":"172.21.15.192:6801/2288786464","cluster_addr":"172.21.15.192:6803/2288786464","heartbeat_back_addr":"172.21.15.192:6807/2288786464","heartbeat_front_addr":"172.21.15.192:6805/2288786464","state":["exists","up"]},{"osd":5,"uuid":"47801052-52a3-47ae-b5e3-f2850ea3683f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6808","nonce":1580095994},{"type":"v1","addr":"172.21.15.192:6809","nonce":1580095994}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":1580095994},{"type":"v1","addr":"172.21.15.192:6811","nonce":1580095994}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":1580095994},{"type":"v1","addr":"172.21.15.192:6815","nonce":1580095994}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":1580095994},{"type":"v1","addr":"172.21.15.192:6813","nonce":1580095994}]},"public_addr":"172.21.15.192:6809/1580095994","cluster_addr":"172.21.15.192:6811/1580095994","heartbeat_back_addr":"172.21.15.192:6815/1580095994","heartbeat_front_addr":"172.21.15.192:6813/1580095994","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T17:39:26.707757+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T17:39:52.610810+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T17:40:19.677078+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T17:40:44.109475+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T17:41:08.840236+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T17:41:34.831217+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.59:0/351313076":"2024-09-11T17:37:54.764284+0000","172.21.15.59:6801/63456023":"2024-09-11T17:37:54.764284+0000","172.21.15.59:6800/63456023":"2024-09-11T17:37:54.764284+0000","172.21.15.59:0/370618390":"2024-09-11T17:37:54.764284+0000","172.21.15.59:0/396938899":"2024-09-11T17:37:29.211064+0000","172.21.15.59:0/633653780":"2024-09-11T17:37:54.764284+0000","172.21.15.59:0/2689105028":"2024-09-11T17:37:29.211064+0000","172.21.15.59:6801/1964284436":"2024-09-11T17:37:29.211064+0000","172.21.15.59:0/1627928452":"2024-09-11T17:37:29.211064+0000","172.21.15.59:6800/1964284436":"2024-09-11T17:37:29.211064+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-09-10T17:41:38.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:38 smithi059 ceph-mon[29990]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:41:38.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:38 smithi059 ceph-mon[29990]: osdmap e38: 6 total, 6 up, 6 in 2024-09-10T17:41:38.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:38 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/2507055085' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T17:41:38.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:38 smithi192 ceph-mon[32035]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:41:38.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:38 smithi192 ceph-mon[32035]: osdmap e38: 6 total, 6 up, 6 in 2024-09-10T17:41:38.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:38 smithi192 ceph-mon[32035]: from='client.? 172.21.15.59:0/2507055085' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T17:41:38.626 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:38 smithi060 ceph-mon[31738]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:41:38.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:38 smithi060 ceph-mon[31738]: osdmap e38: 6 total, 6 up, 6 in 2024-09-10T17:41:38.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:38 smithi060 ceph-mon[31738]: from='client.? 172.21.15.59:0/2507055085' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T17:41:38.871 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-10T17:40:23.231136+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, 'is_stretch_pool': False, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 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-09-10T17:41:38.871 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-10T17:41:39.129 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:41:39.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:39 smithi059 ceph-mon[29990]: osdmap e39: 6 total, 6 up, 6 in 2024-09-10T17:41:39.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:39 smithi192 ceph-mon[32035]: osdmap e39: 6 total, 6 up, 6 in 2024-09-10T17:41:39.626 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:39 smithi060 ceph-mon[31738]: osdmap e39: 6 total, 6 up, 6 in 2024-09-10T17:41:39.944 INFO:teuthology.orchestra.run.smithi059.stdout:pg_num: 1 2024-09-10T17:41:40.457 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:40 smithi192 ceph-mon[32035]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:41:40.458 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:40 smithi192 ceph-mon[32035]: from='client.? 172.21.15.59:0/350564626' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-10T17:41:40.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:40 smithi059 ceph-mon[29990]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:41:40.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:40 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/350564626' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-10T17:41:40.590 INFO:tasks.cephadm:Setting up client nodes... 2024-09-10T17:41:40.591 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph config log 1 --format=json 2024-09-10T17:41:40.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:40 smithi060 ceph-mon[31738]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:41:40.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:40 smithi060 ceph-mon[31738]: from='client.? 172.21.15.59:0/350564626' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-10T17:41:40.845 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:41:41.488 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:41:42.103 INFO:teuthology.orchestra.run.smithi059.stdout:[{"version":20,"timestamp":"2024-09-10T17:41:35.699922+0000","name":"","changes":[{"name":"osd.5/osd_mclock_max_capacity_iops_ssd","new_value":"53587.791029"}]}] 2024-09-10T17:41:42.103 INFO:tasks.ceph_manager:config epoch is 20 2024-09-10T17:41:42.103 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-10T17:41:42.103 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-10T17:41:42.103 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph mgr dump --format=json 2024-09-10T17:41:42.357 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:41:42.473 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:42 smithi059 ceph-mon[29990]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 104 KiB/s, 0 objects/s recovering 2024-09-10T17:41:42.474 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:42 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/150837699' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-10T17:41:42.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:42 smithi192 ceph-mon[32035]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 104 KiB/s, 0 objects/s recovering 2024-09-10T17:41:42.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:42 smithi192 ceph-mon[32035]: from='client.? 172.21.15.59:0/150837699' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-10T17:41:42.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:42 smithi060 ceph-mon[31738]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 104 KiB/s, 0 objects/s recovering 2024-09-10T17:41:42.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:42 smithi060 ceph-mon[31738]: from='client.? 172.21.15.59:0/150837699' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-10T17:41:43.046 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:41:43.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:43 smithi192 ceph-mon[32035]: from='client.? 172.21.15.59:0/3057307444' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-10T17:41:43.604 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:43 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/3057307444' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-10T17:41:43.626 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:43 smithi060 ceph-mon[31738]: from='client.? 172.21.15.59:0/3057307444' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-10T17:41:43.636 INFO:teuthology.orchestra.run.smithi059.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6800","nonce":707556921},{"type":"v1","addr":"172.21.15.59:6801","nonce":707556921}]},"active_addr":"172.21.15.59:6801/707556921","active_change":"2024-09-10T17:37:54.764389+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[{"gid":34103,"name":"b","mgr_features":4540719139924082687,"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, use commas to separate multiple","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","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:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:1.26.1","min":"","max":"","enum_allowed":[],"desc":"Nginx 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.7.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.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy 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.51.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:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","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":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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, use commas to separate multiple","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","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:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:1.26.1","min":"","max":"","enum_allowed":[],"desc":"Nginx 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.7.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.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy 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.51.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:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","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":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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.59:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.59:0","nonce":3801216200}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.59:0","nonce":1039402954}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.59:0","nonce":2239203109}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.59:0","nonce":999039787}]}]} 2024-09-10T17:41:43.641 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-10T17:41:43.641 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-10T17:41:43.641 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T17:41:43.896 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:41:44.503 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:41:44.503 INFO:teuthology.orchestra.run.smithi059.stdout:{"epoch":39,"fsid":"23901b9e-6f9b-11ef-bcea-c7b262605968","created":"2024-09-10T17:37:07.618270+0000","modified":"2024-09-10T17:41:38.272580+0000","last_up_change":"2024-09-10T17:41:36.261289+0000","last_in_change":"2024-09-10T17:41:13.697392+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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-10T17:40:23.231136+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,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":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":"87ec85e3-e3eb-4bd4-9684-9cee7a85c301","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6802","nonce":3509274804},{"type":"v1","addr":"172.21.15.59:6803","nonce":3509274804}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6804","nonce":3509274804},{"type":"v1","addr":"172.21.15.59:6805","nonce":3509274804}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6808","nonce":3509274804},{"type":"v1","addr":"172.21.15.59:6809","nonce":3509274804}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6806","nonce":3509274804},{"type":"v1","addr":"172.21.15.59:6807","nonce":3509274804}]},"public_addr":"172.21.15.59:6803/3509274804","cluster_addr":"172.21.15.59:6805/3509274804","heartbeat_back_addr":"172.21.15.59:6809/3509274804","heartbeat_front_addr":"172.21.15.59:6807/3509274804","state":["exists","up"]},{"osd":1,"uuid":"a9abc874-fa5b-4f8c-8564-445828eb7eba","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.59:6810","nonce":3038185744},{"type":"v1","addr":"172.21.15.59:6811","nonce":3038185744}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6812","nonce":3038185744},{"type":"v1","addr":"172.21.15.59:6813","nonce":3038185744}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6816","nonce":3038185744},{"type":"v1","addr":"172.21.15.59:6817","nonce":3038185744}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6814","nonce":3038185744},{"type":"v1","addr":"172.21.15.59:6815","nonce":3038185744}]},"public_addr":"172.21.15.59:6811/3038185744","cluster_addr":"172.21.15.59:6813/3038185744","heartbeat_back_addr":"172.21.15.59:6817/3038185744","heartbeat_front_addr":"172.21.15.59:6815/3038185744","state":["exists","up"]},{"osd":2,"uuid":"68e3883a-8887-4bcc-97ad-86a2b5354b8e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6800","nonce":3434028900},{"type":"v1","addr":"172.21.15.60:6801","nonce":3434028900}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":3434028900},{"type":"v1","addr":"172.21.15.60:6803","nonce":3434028900}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":3434028900},{"type":"v1","addr":"172.21.15.60:6807","nonce":3434028900}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":3434028900},{"type":"v1","addr":"172.21.15.60:6805","nonce":3434028900}]},"public_addr":"172.21.15.60:6801/3434028900","cluster_addr":"172.21.15.60:6803/3434028900","heartbeat_back_addr":"172.21.15.60:6807/3434028900","heartbeat_front_addr":"172.21.15.60:6805/3434028900","state":["exists","up"]},{"osd":3,"uuid":"0b605e6b-95e6-424f-a1aa-6be5cd0933b9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6808","nonce":4046287285},{"type":"v1","addr":"172.21.15.60:6809","nonce":4046287285}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6810","nonce":4046287285},{"type":"v1","addr":"172.21.15.60:6811","nonce":4046287285}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6814","nonce":4046287285},{"type":"v1","addr":"172.21.15.60:6815","nonce":4046287285}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6812","nonce":4046287285},{"type":"v1","addr":"172.21.15.60:6813","nonce":4046287285}]},"public_addr":"172.21.15.60:6809/4046287285","cluster_addr":"172.21.15.60:6811/4046287285","heartbeat_back_addr":"172.21.15.60:6815/4046287285","heartbeat_front_addr":"172.21.15.60:6813/4046287285","state":["exists","up"]},{"osd":4,"uuid":"d11eafdd-475f-4f40-97f2-da2526f1516b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6800","nonce":2288786464},{"type":"v1","addr":"172.21.15.192:6801","nonce":2288786464}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":2288786464},{"type":"v1","addr":"172.21.15.192:6803","nonce":2288786464}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":2288786464},{"type":"v1","addr":"172.21.15.192:6807","nonce":2288786464}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":2288786464},{"type":"v1","addr":"172.21.15.192:6805","nonce":2288786464}]},"public_addr":"172.21.15.192:6801/2288786464","cluster_addr":"172.21.15.192:6803/2288786464","heartbeat_back_addr":"172.21.15.192:6807/2288786464","heartbeat_front_addr":"172.21.15.192:6805/2288786464","state":["exists","up"]},{"osd":5,"uuid":"47801052-52a3-47ae-b5e3-f2850ea3683f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6808","nonce":1580095994},{"type":"v1","addr":"172.21.15.192:6809","nonce":1580095994}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":1580095994},{"type":"v1","addr":"172.21.15.192:6811","nonce":1580095994}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":1580095994},{"type":"v1","addr":"172.21.15.192:6815","nonce":1580095994}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":1580095994},{"type":"v1","addr":"172.21.15.192:6813","nonce":1580095994}]},"public_addr":"172.21.15.192:6809/1580095994","cluster_addr":"172.21.15.192:6811/1580095994","heartbeat_back_addr":"172.21.15.192:6815/1580095994","heartbeat_front_addr":"172.21.15.192:6813/1580095994","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T17:39:26.707757+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T17:39:52.610810+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T17:40:19.677078+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T17:40:44.109475+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T17:41:08.840236+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T17:41:34.831217+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.59:0/351313076":"2024-09-11T17:37:54.764284+0000","172.21.15.59:6801/63456023":"2024-09-11T17:37:54.764284+0000","172.21.15.59:6800/63456023":"2024-09-11T17:37:54.764284+0000","172.21.15.59:0/370618390":"2024-09-11T17:37:54.764284+0000","172.21.15.59:0/396938899":"2024-09-11T17:37:29.211064+0000","172.21.15.59:0/633653780":"2024-09-11T17:37:54.764284+0000","172.21.15.59:0/2689105028":"2024-09-11T17:37:29.211064+0000","172.21.15.59:6801/1964284436":"2024-09-11T17:37:29.211064+0000","172.21.15.59:0/1627928452":"2024-09-11T17:37:29.211064+0000","172.21.15.59:6800/1964284436":"2024-09-11T17:37:29.211064+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-09-10T17:41:44.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:44 smithi192 ceph-mon[32035]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-09-10T17:41:44.626 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:44 smithi060 ceph-mon[31738]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-09-10T17:41:44.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:44 smithi059 ceph-mon[29990]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-09-10T17:41:45.105 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-10T17:41:45.105 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T17:41:45.365 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:41:45.478 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:45 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/4249304850' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T17:41:45.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:45 smithi192 ceph-mon[32035]: from='client.? 172.21.15.59:0/4249304850' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T17:41:45.626 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:45 smithi060 ceph-mon[31738]: from='client.? 172.21.15.59:0/4249304850' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T17:41:46.026 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:41:46.026 INFO:teuthology.orchestra.run.smithi059.stdout:{"epoch":39,"fsid":"23901b9e-6f9b-11ef-bcea-c7b262605968","created":"2024-09-10T17:37:07.618270+0000","modified":"2024-09-10T17:41:38.272580+0000","last_up_change":"2024-09-10T17:41:36.261289+0000","last_in_change":"2024-09-10T17:41:13.697392+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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-10T17:40:23.231136+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,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":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":"87ec85e3-e3eb-4bd4-9684-9cee7a85c301","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6802","nonce":3509274804},{"type":"v1","addr":"172.21.15.59:6803","nonce":3509274804}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6804","nonce":3509274804},{"type":"v1","addr":"172.21.15.59:6805","nonce":3509274804}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6808","nonce":3509274804},{"type":"v1","addr":"172.21.15.59:6809","nonce":3509274804}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6806","nonce":3509274804},{"type":"v1","addr":"172.21.15.59:6807","nonce":3509274804}]},"public_addr":"172.21.15.59:6803/3509274804","cluster_addr":"172.21.15.59:6805/3509274804","heartbeat_back_addr":"172.21.15.59:6809/3509274804","heartbeat_front_addr":"172.21.15.59:6807/3509274804","state":["exists","up"]},{"osd":1,"uuid":"a9abc874-fa5b-4f8c-8564-445828eb7eba","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.59:6810","nonce":3038185744},{"type":"v1","addr":"172.21.15.59:6811","nonce":3038185744}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6812","nonce":3038185744},{"type":"v1","addr":"172.21.15.59:6813","nonce":3038185744}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6816","nonce":3038185744},{"type":"v1","addr":"172.21.15.59:6817","nonce":3038185744}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6814","nonce":3038185744},{"type":"v1","addr":"172.21.15.59:6815","nonce":3038185744}]},"public_addr":"172.21.15.59:6811/3038185744","cluster_addr":"172.21.15.59:6813/3038185744","heartbeat_back_addr":"172.21.15.59:6817/3038185744","heartbeat_front_addr":"172.21.15.59:6815/3038185744","state":["exists","up"]},{"osd":2,"uuid":"68e3883a-8887-4bcc-97ad-86a2b5354b8e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6800","nonce":3434028900},{"type":"v1","addr":"172.21.15.60:6801","nonce":3434028900}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":3434028900},{"type":"v1","addr":"172.21.15.60:6803","nonce":3434028900}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":3434028900},{"type":"v1","addr":"172.21.15.60:6807","nonce":3434028900}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":3434028900},{"type":"v1","addr":"172.21.15.60:6805","nonce":3434028900}]},"public_addr":"172.21.15.60:6801/3434028900","cluster_addr":"172.21.15.60:6803/3434028900","heartbeat_back_addr":"172.21.15.60:6807/3434028900","heartbeat_front_addr":"172.21.15.60:6805/3434028900","state":["exists","up"]},{"osd":3,"uuid":"0b605e6b-95e6-424f-a1aa-6be5cd0933b9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6808","nonce":4046287285},{"type":"v1","addr":"172.21.15.60:6809","nonce":4046287285}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6810","nonce":4046287285},{"type":"v1","addr":"172.21.15.60:6811","nonce":4046287285}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6814","nonce":4046287285},{"type":"v1","addr":"172.21.15.60:6815","nonce":4046287285}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6812","nonce":4046287285},{"type":"v1","addr":"172.21.15.60:6813","nonce":4046287285}]},"public_addr":"172.21.15.60:6809/4046287285","cluster_addr":"172.21.15.60:6811/4046287285","heartbeat_back_addr":"172.21.15.60:6815/4046287285","heartbeat_front_addr":"172.21.15.60:6813/4046287285","state":["exists","up"]},{"osd":4,"uuid":"d11eafdd-475f-4f40-97f2-da2526f1516b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6800","nonce":2288786464},{"type":"v1","addr":"172.21.15.192:6801","nonce":2288786464}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":2288786464},{"type":"v1","addr":"172.21.15.192:6803","nonce":2288786464}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":2288786464},{"type":"v1","addr":"172.21.15.192:6807","nonce":2288786464}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":2288786464},{"type":"v1","addr":"172.21.15.192:6805","nonce":2288786464}]},"public_addr":"172.21.15.192:6801/2288786464","cluster_addr":"172.21.15.192:6803/2288786464","heartbeat_back_addr":"172.21.15.192:6807/2288786464","heartbeat_front_addr":"172.21.15.192:6805/2288786464","state":["exists","up"]},{"osd":5,"uuid":"47801052-52a3-47ae-b5e3-f2850ea3683f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6808","nonce":1580095994},{"type":"v1","addr":"172.21.15.192:6809","nonce":1580095994}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":1580095994},{"type":"v1","addr":"172.21.15.192:6811","nonce":1580095994}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":1580095994},{"type":"v1","addr":"172.21.15.192:6815","nonce":1580095994}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":1580095994},{"type":"v1","addr":"172.21.15.192:6813","nonce":1580095994}]},"public_addr":"172.21.15.192:6809/1580095994","cluster_addr":"172.21.15.192:6811/1580095994","heartbeat_back_addr":"172.21.15.192:6815/1580095994","heartbeat_front_addr":"172.21.15.192:6813/1580095994","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T17:39:26.707757+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T17:39:52.610810+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T17:40:19.677078+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T17:40:44.109475+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T17:41:08.840236+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T17:41:34.831217+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.59:0/351313076":"2024-09-11T17:37:54.764284+0000","172.21.15.59:6801/63456023":"2024-09-11T17:37:54.764284+0000","172.21.15.59:6800/63456023":"2024-09-11T17:37:54.764284+0000","172.21.15.59:0/370618390":"2024-09-11T17:37:54.764284+0000","172.21.15.59:0/396938899":"2024-09-11T17:37:29.211064+0000","172.21.15.59:0/633653780":"2024-09-11T17:37:54.764284+0000","172.21.15.59:0/2689105028":"2024-09-11T17:37:29.211064+0000","172.21.15.59:6801/1964284436":"2024-09-11T17:37:29.211064+0000","172.21.15.59:0/1627928452":"2024-09-11T17:37:29.211064+0000","172.21.15.59:6800/1964284436":"2024-09-11T17:37:29.211064+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-09-10T17:41:46.567 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:46 smithi059 ceph-mon[29990]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-10T17:41:46.567 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:46 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:46.567 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:46 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:46.567 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:46 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:46.567 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:46 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/1307129095' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T17:41:46.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:46 smithi192 ceph-mon[32035]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-10T17:41:46.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:46 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:46.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:46 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:46.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:46 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:46.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:46 smithi192 ceph-mon[32035]: from='client.? 172.21.15.59:0/1307129095' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T17:41:46.601 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-10T17:41:46.601 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-10T17:41:46.602 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-10T17:41:46.602 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-10T17:41:46.603 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-10T17:41:46.603 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-10T17:41:46.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:46 smithi060 ceph-mon[31738]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-10T17:41:46.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:46.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:46.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:46.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:46 smithi060 ceph-mon[31738]: from='client.? 172.21.15.59:0/1307129095' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T17:41:46.923 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:41:46.946 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:41:47.713 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:41:48.308 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:41:48.308 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:41:48.330 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:48 smithi059 ceph-mon[29990]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-09-10T17:41:48.576 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:48 smithi192 ceph-mon[32035]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-09-10T17:41:48.598 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:48 smithi060 ceph-mon[31738]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-09-10T17:41:49.781 INFO:teuthology.orchestra.run.smithi059.stdout:55834574873 2024-09-10T17:41:49.781 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-10T17:41:50.208 INFO:teuthology.orchestra.run.smithi059.stdout:107374182415 2024-09-10T17:41:50.208 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-10T17:41:50.414 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:50 smithi060 ceph-mon[31738]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-09-10T17:41:50.415 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:50 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:50.415 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:50 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:50.415 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:50 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:50.431 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:50 smithi059 ceph-mon[29990]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-09-10T17:41:50.431 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:50 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:50.432 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:50 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:50.432 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:50 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:50.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:50 smithi192 ceph-mon[32035]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-09-10T17:41:50.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:50 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:50.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:50 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:50.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:50 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:51.792 INFO:teuthology.orchestra.run.smithi059.stdout:77309411349 2024-09-10T17:41:51.792 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-10T17:41:52.096 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:41:52.616 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:52 smithi059 ceph-mon[29990]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-10T17:41:52.626 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:52 smithi060 ceph-mon[31738]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-10T17:41:52.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:52 smithi192 ceph-mon[32035]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-10T17:41:52.925 INFO:teuthology.orchestra.run.smithi059.stdout:158913789957 2024-09-10T17:41:52.926 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-10T17:41:52.940 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:41:53.304 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:41:53.326 INFO:teuthology.orchestra.run.smithi059.stdout:133143986187 2024-09-10T17:41:53.327 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-10T17:41:54.314 INFO:teuthology.orchestra.run.smithi059.stdout:77309411350 2024-09-10T17:41:54.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:54 smithi059 ceph-mon[29990]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:41:54.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:54 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/452934303' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-10T17:41:54.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:54 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/3501193346' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-10T17:41:54.626 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:54 smithi060 ceph-mon[31738]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:41:54.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:54 smithi060 ceph-mon[31738]: from='client.? 172.21.15.59:0/452934303' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-10T17:41:54.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:54 smithi060 ceph-mon[31738]: from='client.? 172.21.15.59:0/3501193346' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-10T17:41:54.769 INFO:teuthology.orchestra.run.smithi059.stdout:55834574874 2024-09-10T17:41:54.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:54 smithi192 ceph-mon[32035]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:41:54.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:54 smithi192 ceph-mon[32035]: from='client.? 172.21.15.59:0/452934303' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-10T17:41:54.826 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:54 smithi192 ceph-mon[32035]: from='client.? 172.21.15.59:0/3501193346' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-10T17:41:55.377 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:41:55.392 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574873 got 55834574874 for osd.1 2024-09-10T17:41:55.393 DEBUG:teuthology.parallel:result is None 2024-09-10T17:41:55.771 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411349 got 77309411350 for osd.2 2024-09-10T17:41:55.772 DEBUG:teuthology.parallel:result is None 2024-09-10T17:41:56.478 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:56 smithi059 ceph-mon[29990]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:41:56.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:56 smithi060 ceph-mon[31738]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:41:56.712 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:56 smithi192 ceph-mon[32035]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:41:57.154 INFO:teuthology.orchestra.run.smithi059.stdout:107374182416 2024-09-10T17:41:57.154 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:41:57.863 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:57 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:57.863 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:57 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:57.864 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:57 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:57.864 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:57 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:57.864 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:57 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:57.864 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:57 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:57.864 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:57 smithi192 ceph-mon[32035]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:41:57.864 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:57 smithi192 ceph-mon[32035]: from='client.? 172.21.15.59:0/1041349098' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-10T17:41:57.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:57 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:57.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:57 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:57.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:57 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:57.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:57 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:57.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:57 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:57.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:57 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:57.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:57 smithi060 ceph-mon[31738]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:41:57.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:57 smithi060 ceph-mon[31738]: from='client.? 172.21.15.59:0/1041349098' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-10T17:41:57.937 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:57 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:57.937 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:57 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:57.938 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:57 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:57.938 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:57 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:57.938 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:57 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:57.938 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:57 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:41:57.938 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:57 smithi059 ceph-mon[29990]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:41:57.938 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:57 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/1041349098' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-10T17:41:58.410 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182415 got 107374182416 for osd.3 2024-09-10T17:41:58.410 DEBUG:teuthology.parallel:result is None 2024-09-10T17:41:58.821 INFO:teuthology.orchestra.run.smithi059.stdout:34359738401 2024-09-10T17:41:58.822 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-10T17:41:59.216 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:41:59.406 INFO:teuthology.orchestra.run.smithi059.stdout:158913789959 2024-09-10T17:41:59.958 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:59 smithi192 ceph-mon[32035]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:41:59.959 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:41:59 smithi192 ceph-mon[32035]: from='client.? 172.21.15.59:0/3476338467' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-10T17:42:00.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:59 smithi059 ceph-mon[29990]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:00.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:41:59 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/3476338467' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-10T17:42:00.041 INFO:teuthology.orchestra.run.smithi059.stdout:133143986189 2024-09-10T17:42:00.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:59 smithi060 ceph-mon[31738]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:00.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:41:59 smithi060 ceph-mon[31738]: from='client.? 172.21.15.59:0/3476338467' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-10T17:42:00.363 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789957 got 158913789959 for osd.5 2024-09-10T17:42:00.364 DEBUG:teuthology.parallel:result is None 2024-09-10T17:42:00.980 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:00 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/3831371457' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-10T17:42:01.014 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986187 got 133143986189 for osd.4 2024-09-10T17:42:01.014 DEBUG:teuthology.parallel:result is None 2024-09-10T17:42:01.058 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:42:01.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:00 smithi060 ceph-mon[31738]: from='client.? 172.21.15.59:0/3831371457' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-10T17:42:01.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:42:00 smithi192 ceph-mon[32035]: from='client.? 172.21.15.59:0/3831371457' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-10T17:42:01.700 INFO:teuthology.orchestra.run.smithi059.stdout:34359738402 2024-09-10T17:42:02.029 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:01 smithi059 ceph-mon[29990]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:02.029 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:01 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/1059567083' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-10T17:42:02.126 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:01 smithi060 ceph-mon[31738]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:02.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:01 smithi060 ceph-mon[31738]: from='client.? 172.21.15.59:0/1059567083' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-10T17:42:02.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:42:01 smithi192 ceph-mon[32035]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:02.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:42:01 smithi192 ceph-mon[32035]: from='client.? 172.21.15.59:0/1059567083' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-10T17:42:02.448 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738401 got 34359738402 for osd.0 2024-09-10T17:42:02.448 DEBUG:teuthology.parallel:result is None 2024-09-10T17:42:02.448 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-10T17:42:02.448 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-10T17:42:02.705 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:42:03.342 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:42:03.343 INFO:teuthology.orchestra.run.smithi059.stderr:dumped all 2024-09-10T17:42:03.937 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:03 smithi059 ceph-mon[29990]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:03.937 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:03 smithi059 ceph-mon[29990]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T17:42:03.969 INFO:teuthology.orchestra.run.smithi059.stdout:{"pg_ready":true,"pg_map":{"version":153,"stamp":"2024-09-10T17:42:02.811651+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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":92,"ondisk_log_size":92,"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":170152,"kb_used_data":3804,"kb_used_omap":9,"kb_used_meta":166198,"kb_avail":562300760,"statfs":{"total":575970213888,"available":575795978240,"internally_reserved":0,"allocated":3895296,"data_stored":2574774,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9567,"internal_metadata":170187425},"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.002314"},"pg_stats":[{"pgid":"1.0","version":"22'92","reported_seq":63,"reported_epoch":39,"state":"active+clean","last_fresh":"2024-09-10T17:41:38.368727+0000","last_change":"2024-09-10T17:41:38.368627+0000","last_active":"2024-09-10T17:41:38.368727+0000","last_peered":"2024-09-10T17:41:38.368727+0000","last_clean":"2024-09-10T17:41:38.368727+0000","last_became_active":"2024-09-10T17:41:38.363870+0000","last_became_peered":"2024-09-10T17:41:38.363870+0000","last_unstale":"2024-09-10T17:41:38.368727+0000","last_undegraded":"2024-09-10T17:41:38.368727+0000","last_fullsized":"2024-09-10T17:41:38.368727+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-10T17:40:23.280208+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-10T17:40:23.280208+0000","last_clean_scrub_stamp":"2024-09-10T17:40:23.280208+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"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-09-11T19:24:46.184261+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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":37,"seq":158913789960,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27960,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717192,"statfs":{"total":95995035648,"available":95966404608,"internally_reserved":0,"allocated":946176,"data_stored":724313,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":4,"up_from":31,"seq":133143986190,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27376,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717776,"statfs":{"total":95995035648,"available":95967002624,"internally_reserved":0,"allocated":352256,"data_stored":133945,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":3,"up_from":25,"seq":107374182418,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27956,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717196,"statfs":{"total":95995035648,"available":95966408704,"internally_reserved":0,"allocated":946176,"data_stored":724313,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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":[]},{"osd":2,"up_from":18,"seq":77309411352,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32112,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713040,"statfs":{"total":95995035648,"available":95962152960,"internally_reserved":0,"allocated":946176,"data_stored":724313,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":[]},{"osd":1,"up_from":13,"seq":55834574876,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27372,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717780,"statfs":{"total":95995035648,"available":95967006720,"internally_reserved":0,"allocated":352256,"data_stored":133945,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":0,"up_from":8,"seq":34359738402,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27376,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717776,"statfs":{"total":95995035648,"available":95967002624,"internally_reserved":0,"allocated":352256,"data_stored":133945,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":[]}],"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-09-10T17:42:03.970 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-10T17:42:04.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:03 smithi060 ceph-mon[31738]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:04.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:03 smithi060 ceph-mon[31738]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T17:42:04.228 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:42:04.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:42:03 smithi192 ceph-mon[32035]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:04.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:42:03 smithi192 ceph-mon[32035]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T17:42:04.895 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:42:04.895 INFO:teuthology.orchestra.run.smithi059.stderr:dumped all 2024-09-10T17:42:05.620 INFO:teuthology.orchestra.run.smithi059.stdout:{"pg_ready":true,"pg_map":{"version":154,"stamp":"2024-09-10T17:42:04.812025+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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":92,"ondisk_log_size":92,"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":170152,"kb_used_data":3804,"kb_used_omap":9,"kb_used_meta":166198,"kb_avail":562300760,"statfs":{"total":575970213888,"available":575795978240,"internally_reserved":0,"allocated":3895296,"data_stored":2574774,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9567,"internal_metadata":170187425},"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.002298"},"pg_stats":[{"pgid":"1.0","version":"22'92","reported_seq":63,"reported_epoch":39,"state":"active+clean","last_fresh":"2024-09-10T17:41:38.368727+0000","last_change":"2024-09-10T17:41:38.368627+0000","last_active":"2024-09-10T17:41:38.368727+0000","last_peered":"2024-09-10T17:41:38.368727+0000","last_clean":"2024-09-10T17:41:38.368727+0000","last_became_active":"2024-09-10T17:41:38.363870+0000","last_became_peered":"2024-09-10T17:41:38.363870+0000","last_unstale":"2024-09-10T17:41:38.368727+0000","last_undegraded":"2024-09-10T17:41:38.368727+0000","last_fullsized":"2024-09-10T17:41:38.368727+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-10T17:40:23.280208+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-10T17:40:23.280208+0000","last_clean_scrub_stamp":"2024-09-10T17:40:23.280208+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"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-09-11T19:24:46.184261+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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":37,"seq":158913789960,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27960,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717192,"statfs":{"total":95995035648,"available":95966404608,"internally_reserved":0,"allocated":946176,"data_stored":724313,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":4,"up_from":31,"seq":133143986190,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27376,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717776,"statfs":{"total":95995035648,"available":95967002624,"internally_reserved":0,"allocated":352256,"data_stored":133945,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":3,"up_from":25,"seq":107374182418,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27956,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717196,"statfs":{"total":95995035648,"available":95966408704,"internally_reserved":0,"allocated":946176,"data_stored":724313,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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":[]},{"osd":2,"up_from":18,"seq":77309411352,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32112,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713040,"statfs":{"total":95995035648,"available":95962152960,"internally_reserved":0,"allocated":946176,"data_stored":724313,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":[]},{"osd":1,"up_from":13,"seq":55834574877,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27372,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717780,"statfs":{"total":95995035648,"available":95967006720,"internally_reserved":0,"allocated":352256,"data_stored":133945,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":0,"up_from":8,"seq":34359738403,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27376,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717776,"statfs":{"total":95995035648,"available":95967002624,"internally_reserved":0,"allocated":352256,"data_stored":133945,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":[]}],"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-09-10T17:42:05.621 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-10T17:42:05.621 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-10T17:42:05.621 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-10T17:42:05.621 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- ceph health --format=json 2024-09-10T17:42:05.875 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:05 smithi059 ceph-mon[29990]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:05.876 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:05 smithi059 ceph-mon[29990]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T17:42:05.880 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:42:06.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:05 smithi060 ceph-mon[31738]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:06.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:05 smithi060 ceph-mon[31738]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T17:42:06.128 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:42:05 smithi192 ceph-mon[32035]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:06.128 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:42:05 smithi192 ceph-mon[32035]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T17:42:06.558 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-10T17:42:06.558 INFO:teuthology.orchestra.run.smithi059.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-10T17:42:07.224 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:07.224 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:07.225 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:07.225 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:07 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/2435899937' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-10T17:42:07.252 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-10T17:42:07.253 INFO:tasks.cephadm:Setup complete, yielding 2024-09-10T17:42:07.253 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T17:42:07.264 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi059.front.sepia.ceph.com 2024-09-10T17:42:07.264 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 -- bash -c 'set -ex 2024-09-10T17:42:07.264 DEBUG:teuthology.orchestra.run.smithi059:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-09-10T17:42:07.264 DEBUG:teuthology.orchestra.run.smithi059:> for host in $HOSTNAMES; do 2024-09-10T17:42:07.264 DEBUG:teuthology.orchestra.run.smithi059:> # find the hostname for "host.c" which will have no mgr 2024-09-10T17:42:07.264 DEBUG:teuthology.orchestra.run.smithi059:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-09-10T17:42:07.264 DEBUG:teuthology.orchestra.run.smithi059:> if [ "$HAS_MGRS" == "false" ]; then 2024-09-10T17:42:07.265 DEBUG:teuthology.orchestra.run.smithi059:> HOST_C="${host}" 2024-09-10T17:42:07.265 DEBUG:teuthology.orchestra.run.smithi059:> fi 2024-09-10T17:42:07.265 DEBUG:teuthology.orchestra.run.smithi059:> done 2024-09-10T17:42:07.265 DEBUG:teuthology.orchestra.run.smithi059:> # One last thing to worry about before draining the host 2024-09-10T17:42:07.265 DEBUG:teuthology.orchestra.run.smithi059:> # is that the teuthology test tends to put the explicit 2024-09-10T17:42:07.265 DEBUG:teuthology.orchestra.run.smithi059:> # hostnames in the placement for the mon service. 2024-09-10T17:42:07.265 DEBUG:teuthology.orchestra.run.smithi059:> # We want to make sure we can drain without providing 2024-09-10T17:42:07.265 DEBUG:teuthology.orchestra.run.smithi059:> # --force and there is a check for the host being removed 2024-09-10T17:42:07.265 DEBUG:teuthology.orchestra.run.smithi059:> # being listed explicitly in the placements. Therefore, 2024-09-10T17:42:07.265 DEBUG:teuthology.orchestra.run.smithi059:> # we should remove it from the mon placement. 2024-09-10T17:42:07.265 DEBUG:teuthology.orchestra.run.smithi059:> ceph orch ls mon --export > mon.yaml 2024-09-10T17:42:07.265 DEBUG:teuthology.orchestra.run.smithi059:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2024-09-10T17:42:07.265 DEBUG:teuthology.orchestra.run.smithi059:> ceph orch apply -i mon_adjusted.yaml 2024-09-10T17:42:07.265 DEBUG:teuthology.orchestra.run.smithi059:> # now drain that host 2024-09-10T17:42:07.266 DEBUG:teuthology.orchestra.run.smithi059:> ceph orch host drain $HOST_C --zap-osd-devices 2024-09-10T17:42:07.266 DEBUG:teuthology.orchestra.run.smithi059:> # wait for drain to complete 2024-09-10T17:42:07.266 DEBUG:teuthology.orchestra.run.smithi059:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-09-10T17:42:07.266 DEBUG:teuthology.orchestra.run.smithi059:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-09-10T17:42:07.266 DEBUG:teuthology.orchestra.run.smithi059:> sleep 15 2024-09-10T17:42:07.266 DEBUG:teuthology.orchestra.run.smithi059:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-09-10T17:42:07.266 DEBUG:teuthology.orchestra.run.smithi059:> done 2024-09-10T17:42:07.266 DEBUG:teuthology.orchestra.run.smithi059:> # we want to check the ability to remove the host from 2024-09-10T17:42:07.266 DEBUG:teuthology.orchestra.run.smithi059:> # the CRUSH map, so we should first verify the host is in 2024-09-10T17:42:07.266 DEBUG:teuthology.orchestra.run.smithi059:> # the CRUSH map. 2024-09-10T17:42:07.266 DEBUG:teuthology.orchestra.run.smithi059:> ceph osd getcrushmap -o compiled-crushmap 2024-09-10T17:42:07.266 DEBUG:teuthology.orchestra.run.smithi059:> crushtool -d compiled-crushmap -o crushmap.txt 2024-09-10T17:42:07.266 DEBUG:teuthology.orchestra.run.smithi059:> CRUSH_MAP=$(cat crushmap.txt) 2024-09-10T17:42:07.266 DEBUG:teuthology.orchestra.run.smithi059:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-09-10T17:42:07.266 DEBUG:teuthology.orchestra.run.smithi059:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-09-10T17:42:07.267 DEBUG:teuthology.orchestra.run.smithi059:> exit 1 2024-09-10T17:42:07.267 DEBUG:teuthology.orchestra.run.smithi059:> fi 2024-09-10T17:42:07.267 DEBUG:teuthology.orchestra.run.smithi059:> # If the drain was successful, we should be able to remove the 2024-09-10T17:42:07.267 DEBUG:teuthology.orchestra.run.smithi059:> # host without force with no issues. If there are still daemons 2024-09-10T17:42:07.267 DEBUG:teuthology.orchestra.run.smithi059:> # we will get a response telling us to drain the host and a 2024-09-10T17:42:07.267 DEBUG:teuthology.orchestra.run.smithi059:> # non-zero return code 2024-09-10T17:42:07.267 DEBUG:teuthology.orchestra.run.smithi059:> ceph orch host rm $HOST_C --rm-crush-entry 2024-09-10T17:42:07.267 DEBUG:teuthology.orchestra.run.smithi059:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-09-10T17:42:07.267 DEBUG:teuthology.orchestra.run.smithi059:> sleep 30 2024-09-10T17:42:07.267 DEBUG:teuthology.orchestra.run.smithi059:> ceph osd getcrushmap -o compiled-crushmap 2024-09-10T17:42:07.267 DEBUG:teuthology.orchestra.run.smithi059:> crushtool -d compiled-crushmap -o crushmap.txt 2024-09-10T17:42:07.267 DEBUG:teuthology.orchestra.run.smithi059:> CRUSH_MAP=$(cat crushmap.txt) 2024-09-10T17:42:07.267 DEBUG:teuthology.orchestra.run.smithi059:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-09-10T17:42:07.267 DEBUG:teuthology.orchestra.run.smithi059:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-09-10T17:42:07.267 DEBUG:teuthology.orchestra.run.smithi059:> exit 1 2024-09-10T17:42:07.267 DEBUG:teuthology.orchestra.run.smithi059:> fi 2024-09-10T17:42:07.268 DEBUG:teuthology.orchestra.run.smithi059:> ' 2024-09-10T17:42:07.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:42:07 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:07.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:42:07 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:07.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:42:07 smithi192 ceph-mon[32035]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:07.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:42:07 smithi192 ceph-mon[32035]: from='client.? 172.21.15.59:0/2435899937' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-10T17:42:07.376 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:07 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:07.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:07 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:07.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:07 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:07.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:07 smithi060 ceph-mon[31738]: from='client.? 172.21.15.59:0/2435899937' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-10T17:42:07.521 INFO:teuthology.orchestra.run.smithi059.stderr:Inferring config /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T17:42:07.952 INFO:teuthology.orchestra.run.smithi059.stderr:++ ceph orch host ls --format json 2024-09-10T17:42:07.952 INFO:teuthology.orchestra.run.smithi059.stderr:++ jq -r '.[] | .hostname' 2024-09-10T17:42:08.142 INFO:teuthology.orchestra.run.smithi059.stderr:+ HOSTNAMES='smithi059 2024-09-10T17:42:08.142 INFO:teuthology.orchestra.run.smithi059.stderr:smithi060 2024-09-10T17:42:08.142 INFO:teuthology.orchestra.run.smithi059.stderr:smithi192' 2024-09-10T17:42:08.142 INFO:teuthology.orchestra.run.smithi059.stderr:+ for host in $HOSTNAMES 2024-09-10T17:42:08.143 INFO:teuthology.orchestra.run.smithi059.stderr:++ ceph orch ps --hostname smithi059 --format json 2024-09-10T17:42:08.143 INFO:teuthology.orchestra.run.smithi059.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-09-10T17:42:08.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:08 smithi059 ceph-mon[29990]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:08.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:42:08 smithi192 ceph-mon[32035]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:08.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:08 smithi060 ceph-mon[31738]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:08.437 INFO:teuthology.orchestra.run.smithi059.stderr:+ HAS_MGRS=true 2024-09-10T17:42:08.437 INFO:teuthology.orchestra.run.smithi059.stderr:+ '[' true == false ']' 2024-09-10T17:42:08.437 INFO:teuthology.orchestra.run.smithi059.stderr:+ for host in $HOSTNAMES 2024-09-10T17:42:08.437 INFO:teuthology.orchestra.run.smithi059.stderr:++ ceph orch ps --hostname smithi060 --format json 2024-09-10T17:42:08.438 INFO:teuthology.orchestra.run.smithi059.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-09-10T17:42:08.729 INFO:teuthology.orchestra.run.smithi059.stderr:+ HAS_MGRS=true 2024-09-10T17:42:08.729 INFO:teuthology.orchestra.run.smithi059.stderr:+ '[' true == false ']' 2024-09-10T17:42:08.730 INFO:teuthology.orchestra.run.smithi059.stderr:+ for host in $HOSTNAMES 2024-09-10T17:42:08.730 INFO:teuthology.orchestra.run.smithi059.stderr:++ ceph orch ps --hostname smithi192 --format json 2024-09-10T17:42:08.730 INFO:teuthology.orchestra.run.smithi059.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-09-10T17:42:09.023 INFO:teuthology.orchestra.run.smithi059.stderr:+ HAS_MGRS=false 2024-09-10T17:42:09.023 INFO:teuthology.orchestra.run.smithi059.stderr:+ '[' false == false ']' 2024-09-10T17:42:09.024 INFO:teuthology.orchestra.run.smithi059.stderr:+ HOST_C=smithi192 2024-09-10T17:42:09.024 INFO:teuthology.orchestra.run.smithi059.stderr:+ ceph orch ls mon --export 2024-09-10T17:42:09.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:09 smithi059 ceph-mon[29990]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T17:42:09.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:09 smithi059 ceph-mon[29990]: from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi059", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T17:42:09.316 INFO:teuthology.orchestra.run.smithi059.stderr:+ sed /smithi192/d mon.yaml 2024-09-10T17:42:09.317 INFO:teuthology.orchestra.run.smithi059.stderr:+ ceph orch apply -i mon_adjusted.yaml 2024-09-10T17:42:09.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:42:09 smithi192 ceph-mon[32035]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T17:42:09.326 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:42:09 smithi192 ceph-mon[32035]: from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi059", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T17:42:09.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:09 smithi060 ceph-mon[31738]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T17:42:09.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:09 smithi060 ceph-mon[31738]: from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi059", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T17:42:09.611 INFO:teuthology.orchestra.run.smithi059.stdout:Scheduled mon update... 2024-09-10T17:42:09.622 INFO:teuthology.orchestra.run.smithi059.stderr:+ ceph orch host drain smithi192 --zap-osd-devices 2024-09-10T17:42:10.037 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:42:09 smithi192 podman[43735]: 2024-09-10 17:42:09.662473435 +0000 UTC m=+0.019977876 container died 726dbf29fadb4499ed5d973f527dccdeae765ecc2b9578c026006d1dd145e673 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-c, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T17:42:10.293 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:42:10 smithi192 podman[43735]: 2024-09-10 17:42:10.278276317 +0000 UTC m=+0.635780760 container remove 726dbf29fadb4499ed5d973f527dccdeae765ecc2b9578c026006d1dd145e673 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-c, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, maintainer=Guillaume Abrioux , RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-09-10T17:42:11.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:42:10 smithi192 systemd[1]: ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@mon.c.service: Deactivated successfully. 2024-09-10T17:42:11.076 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 10 17:42:10 smithi192 systemd[1]: ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@mon.c.service: Consumed 2.924s CPU time. 2024-09-10T17:42:12.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:11 smithi059 ceph-mon[29990]: from='client.14547 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:42:12.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:11 smithi059 ceph-mon[29990]: Saving service mon spec with placement smithi059:172.21.15.59=a;smithi060:172.21.15.60=b;count:3 2024-09-10T17:42:12.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:11 smithi059 ceph-mon[29990]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-09-10T17:42:12.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:11 smithi059 ceph-mon[29990]: Removing monitor c from monmap... 2024-09-10T17:42:12.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:11 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-09-10T17:42:12.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:11 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T17:42:12.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:11 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:42:12.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:11 smithi059 ceph-mon[29990]: mon.b calling monitor election 2024-09-10T17:42:12.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:11 smithi059 ceph-mon[29990]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:12.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:11 smithi059 ceph-mon[29990]: mon.a calling monitor election 2024-09-10T17:42:12.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:11 smithi059 ceph-mon[29990]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-10T17:42:12.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:11 smithi059 ceph-mon[29990]: monmap epoch 4 2024-09-10T17:42:12.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:11 smithi059 ceph-mon[29990]: fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:42:12.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:11 smithi059 ceph-mon[29990]: last_changed 2024-09-10T17:42:09.623737+0000 2024-09-10T17:42:12.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:11 smithi059 ceph-mon[29990]: created 2024-09-10T17:37:04.452700+0000 2024-09-10T17:42:12.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:11 smithi059 ceph-mon[29990]: min_mon_release 19 (squid) 2024-09-10T17:42:12.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:11 smithi059 ceph-mon[29990]: election_strategy: 1 2024-09-10T17:42:12.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:11 smithi059 ceph-mon[29990]: 0: [v2:172.21.15.59:3300/0,v1:172.21.15.59:6789/0] mon.a 2024-09-10T17:42:12.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:11 smithi059 ceph-mon[29990]: 1: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.b 2024-09-10T17:42:12.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:11 smithi059 ceph-mon[29990]: fsmap 2024-09-10T17:42:12.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:11 smithi059 ceph-mon[29990]: osdmap e39: 6 total, 6 up, 6 in 2024-09-10T17:42:12.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:11 smithi059 ceph-mon[29990]: mgrmap e15: a(active, since 4m), standbys: b 2024-09-10T17:42:12.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:11 smithi059 ceph-mon[29990]: overall HEALTH_OK 2024-09-10T17:42:12.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:11 smithi060 ceph-mon[31738]: from='client.14547 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:42:12.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:11 smithi060 ceph-mon[31738]: Saving service mon spec with placement smithi059:172.21.15.59=a;smithi060:172.21.15.60=b;count:3 2024-09-10T17:42:12.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:11 smithi060 ceph-mon[31738]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-09-10T17:42:12.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:11 smithi060 ceph-mon[31738]: Removing monitor c from monmap... 2024-09-10T17:42:12.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:11 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-09-10T17:42:12.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:11 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T17:42:12.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:11 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T17:42:12.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:11 smithi060 ceph-mon[31738]: mon.b calling monitor election 2024-09-10T17:42:12.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:11 smithi060 ceph-mon[31738]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:12.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:11 smithi060 ceph-mon[31738]: mon.a calling monitor election 2024-09-10T17:42:12.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:11 smithi060 ceph-mon[31738]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-10T17:42:12.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:11 smithi060 ceph-mon[31738]: monmap epoch 4 2024-09-10T17:42:12.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:11 smithi060 ceph-mon[31738]: fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:42:12.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:11 smithi060 ceph-mon[31738]: last_changed 2024-09-10T17:42:09.623737+0000 2024-09-10T17:42:12.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:11 smithi060 ceph-mon[31738]: created 2024-09-10T17:37:04.452700+0000 2024-09-10T17:42:12.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:11 smithi060 ceph-mon[31738]: min_mon_release 19 (squid) 2024-09-10T17:42:12.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:11 smithi060 ceph-mon[31738]: election_strategy: 1 2024-09-10T17:42:12.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:11 smithi060 ceph-mon[31738]: 0: [v2:172.21.15.59:3300/0,v1:172.21.15.59:6789/0] mon.a 2024-09-10T17:42:12.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:11 smithi060 ceph-mon[31738]: 1: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.b 2024-09-10T17:42:12.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:11 smithi060 ceph-mon[31738]: fsmap 2024-09-10T17:42:12.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:11 smithi060 ceph-mon[31738]: osdmap e39: 6 total, 6 up, 6 in 2024-09-10T17:42:12.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:11 smithi060 ceph-mon[31738]: mgrmap e15: a(active, since 4m), standbys: b 2024-09-10T17:42:12.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:11 smithi060 ceph-mon[31738]: overall HEALTH_OK 2024-09-10T17:42:12.937 INFO:teuthology.orchestra.run.smithi059.stdout:Scheduled to remove the following daemons from host 'smithi192' 2024-09-10T17:42:12.938 INFO:teuthology.orchestra.run.smithi059.stdout:type id 2024-09-10T17:42:12.938 INFO:teuthology.orchestra.run.smithi059.stdout:-------------------- --------------- 2024-09-10T17:42:12.938 INFO:teuthology.orchestra.run.smithi059.stdout:agent smithi192 2024-09-10T17:42:12.938 INFO:teuthology.orchestra.run.smithi059.stdout:osd 4 2024-09-10T17:42:12.938 INFO:teuthology.orchestra.run.smithi059.stdout:osd 5 2024-09-10T17:42:12.949 INFO:teuthology.orchestra.run.smithi059.stderr:++ ceph orch ps --hostname smithi192 2024-09-10T17:42:13.265 INFO:teuthology.orchestra.run.smithi059.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T17:42:13.265 INFO:teuthology.orchestra.run.smithi059.stderr:agent.smithi192 smithi192 running 16s ago 3m - - 2024-09-10T17:42:13.265 INFO:teuthology.orchestra.run.smithi059.stderr:osd.4 smithi192 running (71s) 16s ago 70s 42.6M 9.84G 19.3.0-4858-gbad1f558 542e6e6af07c 051b9a965011 2024-09-10T17:42:13.265 INFO:teuthology.orchestra.run.smithi059.stderr:osd.5 smithi192 running (44s) 16s ago 44s 39.1M 9.84G 19.3.0-4858-gbad1f558 542e6e6af07c 02fea4c74734 ' 2024-09-10T17:42:13.265 INFO:teuthology.orchestra.run.smithi059.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T17:42:13.265 INFO:teuthology.orchestra.run.smithi059.stderr:agent.smithi192 smithi192 running 16s ago 3m - - 2024-09-10T17:42:13.265 INFO:teuthology.orchestra.run.smithi059.stderr:osd.4 smithi192 running (71s) 16s ago 70s 42.6M 9.84G 19.3.0-4858-gbad1f558 542e6e6af07c 051b9a965011 2024-09-10T17:42:13.266 INFO:teuthology.orchestra.run.smithi059.stderr:osd.5 smithi192 running (44s) 16s ago 44s 39.1M 9.84G 19.3.0-4858-gbad1f558 542e6e6af07c 02fea4c74734 ' '!=' 'No daemons reported' ']' 2024-09-10T17:42:13.266 INFO:teuthology.orchestra.run.smithi059.stderr:+ sleep 15 2024-09-10T17:42:13.462 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:13 smithi059 ceph-mon[29990]: Removing daemon mon.c from smithi192 -- ports [] 2024-09-10T17:42:13.462 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:13 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:13.462 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:13 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:13.463 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:13 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:42:13.463 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:13 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:13.463 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:13 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:42:13.463 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:13 smithi059 ceph-mon[29990]: Updating smithi059:/etc/ceph/ceph.conf 2024-09-10T17:42:13.463 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:13 smithi059 ceph-mon[29990]: Updating smithi060:/etc/ceph/ceph.conf 2024-09-10T17:42:13.463 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:13 smithi059 ceph-mon[29990]: Updating smithi192:/etc/ceph/ceph.conf 2024-09-10T17:42:13.463 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:13 smithi059 ceph-mon[29990]: Updating smithi192:/var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T17:42:13.463 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:13 smithi059 ceph-mon[29990]: Updating smithi059:/var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T17:42:13.463 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:13 smithi059 ceph-mon[29990]: Updating smithi060:/var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T17:42:13.463 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:13 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:13.463 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:13 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:13.463 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:13 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:13.464 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:13 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:13.464 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:13 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:13.464 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:13 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:13.464 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:13 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:13.464 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:13 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:13.464 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:13 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:13.464 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:13 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2024-09-10T17:42:13.464 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:13 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2024-09-10T17:42:13.464 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:13 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T17:42:13.464 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:13 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T17:42:13.464 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:13 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:13.544 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:13 smithi060 ceph-mon[31738]: Removing daemon mon.c from smithi192 -- ports [] 2024-09-10T17:42:13.544 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:13 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:13.544 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:13 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:13.545 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:13 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:42:13.545 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:13 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:13.545 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:13 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:42:13.545 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:13 smithi060 ceph-mon[31738]: Updating smithi059:/etc/ceph/ceph.conf 2024-09-10T17:42:13.545 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:13 smithi060 ceph-mon[31738]: Updating smithi060:/etc/ceph/ceph.conf 2024-09-10T17:42:13.545 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:13 smithi060 ceph-mon[31738]: Updating smithi192:/etc/ceph/ceph.conf 2024-09-10T17:42:13.545 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:13 smithi060 ceph-mon[31738]: Updating smithi192:/var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T17:42:13.545 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:13 smithi060 ceph-mon[31738]: Updating smithi059:/var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T17:42:13.545 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:13 smithi060 ceph-mon[31738]: Updating smithi060:/var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T17:42:13.545 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:13 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:13.545 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:13 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:13.545 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:13 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:13.545 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:13 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:13.546 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:13 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:13.546 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:13 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:13.546 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:13 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:13.546 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:13 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:13.546 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:13 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:13.546 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:13 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2024-09-10T17:42:13.546 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:13 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd crush tree", "format": "json"} : dispatch 2024-09-10T17:42:13.546 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:13 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T17:42:13.546 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:13 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T17:42:13.546 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:13 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:14.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:14 smithi059 ceph-mon[29990]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:14.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:14 smithi059 ceph-mon[29990]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T17:42:14.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:14 smithi059 ceph-mon[29990]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi192", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:42:14.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:14 smithi059 ceph-mon[29990]: Added label _no_schedule to host smithi192 2024-09-10T17:42:14.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:14 smithi059 ceph-mon[29990]: Added label _no_conf_keyring to host smithi192 2024-09-10T17:42:14.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:14 smithi059 ceph-mon[29990]: osd.4 crush weight is 0.0872955322265625 2024-09-10T17:42:14.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:14 smithi059 ceph-mon[29990]: osd.5 crush weight is 0.0872955322265625 2024-09-10T17:42:14.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:14 smithi059 ceph-mon[29990]: Reconfiguring mon.a (monmap changed)... 2024-09-10T17:42:14.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:14 smithi059 ceph-mon[29990]: Reconfiguring daemon mon.a on smithi059 2024-09-10T17:42:14.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:14 smithi059 ceph-mon[29990]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:42:14.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:14 smithi060 ceph-mon[31738]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:14.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:14 smithi060 ceph-mon[31738]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-10T17:42:14.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:14 smithi060 ceph-mon[31738]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi192", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:42:14.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:14 smithi060 ceph-mon[31738]: Added label _no_schedule to host smithi192 2024-09-10T17:42:14.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:14 smithi060 ceph-mon[31738]: Added label _no_conf_keyring to host smithi192 2024-09-10T17:42:14.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:14 smithi060 ceph-mon[31738]: osd.4 crush weight is 0.0872955322265625 2024-09-10T17:42:14.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:14 smithi060 ceph-mon[31738]: osd.5 crush weight is 0.0872955322265625 2024-09-10T17:42:14.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:14 smithi060 ceph-mon[31738]: Reconfiguring mon.a (monmap changed)... 2024-09-10T17:42:14.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:14 smithi060 ceph-mon[31738]: Reconfiguring daemon mon.a on smithi059 2024-09-10T17:42:14.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:14 smithi060 ceph-mon[31738]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:42:15.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:15 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:15.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:15 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:15.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:15 smithi059 ceph-mon[29990]: Reconfiguring mgr.a (monmap changed)... 2024-09-10T17:42:15.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:15 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T17:42:15.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:15 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T17:42:15.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:15 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:15.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:15 smithi059 ceph-mon[29990]: Reconfiguring daemon mgr.a on smithi059 2024-09-10T17:42:15.787 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:15 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:15.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:15 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:15.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:15 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:15.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:15 smithi060 ceph-mon[31738]: Reconfiguring mgr.a (monmap changed)... 2024-09-10T17:42:15.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:15 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T17:42:15.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:15 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T17:42:15.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:15 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:15.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:15 smithi060 ceph-mon[31738]: Reconfiguring daemon mgr.a on smithi059 2024-09-10T17:42:15.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:15 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:16.730 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:16 smithi059 ceph-mon[29990]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:16.876 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:16 smithi060 ceph-mon[31738]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:18.020 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:17 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:18.021 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:17 smithi059 ceph-mon[29990]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:18.021 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:17 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:18.021 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:17 smithi059 ceph-mon[29990]: Reconfiguring osd.0 (monmap changed)... 2024-09-10T17:42:18.021 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:17 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:18.021 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:17 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-10T17:42:18.021 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:17 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:18.021 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:17 smithi059 ceph-mon[29990]: Reconfiguring daemon osd.0 on smithi059 2024-09-10T17:42:18.021 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:17 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:18.021 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:17 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:18.021 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:17 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:18.021 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:17 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:18.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:17 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:18.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:17 smithi060 ceph-mon[31738]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:18.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:17 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:18.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:17 smithi060 ceph-mon[31738]: Reconfiguring osd.0 (monmap changed)... 2024-09-10T17:42:18.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:17 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:18.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:17 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-10T17:42:18.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:17 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:18.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:17 smithi060 ceph-mon[31738]: Reconfiguring daemon osd.0 on smithi059 2024-09-10T17:42:18.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:17 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:18.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:17 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:18.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:17 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:18.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:17 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:20.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:19 smithi060 ceph-mon[31738]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:20.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:19 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:20.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:19 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:20.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:19 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-10T17:42:20.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:19 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:20.196 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:19 smithi059 ceph-mon[29990]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:20.196 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:19 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:20.196 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:19 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:20.196 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:19 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-10T17:42:20.196 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:19 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:21.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:20 smithi059 ceph-mon[29990]: Reconfiguring osd.1 (monmap changed)... 2024-09-10T17:42:21.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:20 smithi059 ceph-mon[29990]: Reconfiguring daemon osd.1 on smithi059 2024-09-10T17:42:21.376 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:20 smithi060 ceph-mon[31738]: Reconfiguring osd.1 (monmap changed)... 2024-09-10T17:42:21.376 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:20 smithi060 ceph-mon[31738]: Reconfiguring daemon osd.1 on smithi059 2024-09-10T17:42:22.376 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:22 smithi060 ceph-mon[31738]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:22.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:22 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:22.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:22 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:22.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:22 smithi060 ceph-mon[31738]: Reconfiguring mon.b (monmap changed)... 2024-09-10T17:42:22.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:22 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T17:42:22.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:22 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T17:42:22.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:22 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:22.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:22 smithi060 ceph-mon[31738]: Reconfiguring daemon mon.b on smithi060 2024-09-10T17:42:22.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:22 smithi059 ceph-mon[29990]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:22.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:22 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:22.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:22 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:22.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:22 smithi059 ceph-mon[29990]: Reconfiguring mon.b (monmap changed)... 2024-09-10T17:42:22.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:22 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T17:42:22.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:22 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T17:42:22.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:22 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:22.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:22 smithi059 ceph-mon[29990]: Reconfiguring daemon mon.b on smithi060 2024-09-10T17:42:23.617 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:23 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:23.617 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:23 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:23.617 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:23 smithi060 ceph-mon[31738]: Reconfiguring mgr.b (monmap changed)... 2024-09-10T17:42:23.617 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:23 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T17:42:23.617 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:23 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T17:42:23.617 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:23 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:23.617 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:23 smithi060 ceph-mon[31738]: Reconfiguring daemon mgr.b on smithi060 2024-09-10T17:42:23.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:23 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:23.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:23 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:23.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:23 smithi059 ceph-mon[29990]: Reconfiguring mgr.b (monmap changed)... 2024-09-10T17:42:23.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:23 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T17:42:23.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:23 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T17:42:23.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:23 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:23.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:23 smithi059 ceph-mon[29990]: Reconfiguring daemon mgr.b on smithi060 2024-09-10T17:42:24.626 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:24 smithi060 ceph-mon[31738]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:24.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:24 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:24.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:24 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:24.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:24 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-10T17:42:24.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:24 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:24.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:24 smithi059 ceph-mon[29990]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:24.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:24 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:24.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:24 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:24.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:24 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-10T17:42:24.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:24 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:25.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:25 smithi059 ceph-mon[29990]: Reconfiguring osd.2 (monmap changed)... 2024-09-10T17:42:25.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:25 smithi059 ceph-mon[29990]: Reconfiguring daemon osd.2 on smithi060 2024-09-10T17:42:25.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:25 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:25.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:25 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:25.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:25 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-10T17:42:25.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:25 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:25.788 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:25 smithi060 ceph-mon[31738]: Reconfiguring osd.2 (monmap changed)... 2024-09-10T17:42:25.788 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:25 smithi060 ceph-mon[31738]: Reconfiguring daemon osd.2 on smithi060 2024-09-10T17:42:25.788 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:25 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:25.788 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:25 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:25.788 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:25 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-10T17:42:25.788 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:25 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:26.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:26 smithi059 ceph-mon[29990]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:26.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:26 smithi059 ceph-mon[29990]: Reconfiguring osd.3 (monmap changed)... 2024-09-10T17:42:26.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:26 smithi059 ceph-mon[29990]: Reconfiguring daemon osd.3 on smithi060 2024-09-10T17:42:26.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:26 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:26.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:26 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:26.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:26 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:26.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:26 smithi060 ceph-mon[31738]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:26.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:26 smithi060 ceph-mon[31738]: Reconfiguring osd.3 (monmap changed)... 2024-09-10T17:42:26.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:26 smithi060 ceph-mon[31738]: Reconfiguring daemon osd.3 on smithi060 2024-09-10T17:42:26.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:26 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:26.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:26 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:26.878 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:26 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:28.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:27 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:28.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:27 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:28.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:27 smithi059 ceph-mon[29990]: Reconfiguring osd.4 (monmap changed)... 2024-09-10T17:42:28.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:27 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-10T17:42:28.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:27 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:28.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:27 smithi059 ceph-mon[29990]: Reconfiguring daemon osd.4 on smithi192 2024-09-10T17:42:28.037 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:27 smithi059 ceph-mon[29990]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:28.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:27 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:28.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:27 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:28.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:27 smithi060 ceph-mon[31738]: Reconfiguring osd.4 (monmap changed)... 2024-09-10T17:42:28.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:27 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-10T17:42:28.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:27 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:28.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:27 smithi060 ceph-mon[31738]: Reconfiguring daemon osd.4 on smithi192 2024-09-10T17:42:28.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:27 smithi060 ceph-mon[31738]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:28.269 INFO:teuthology.orchestra.run.smithi059.stderr:++ ceph orch ps --hostname smithi192 2024-09-10T17:42:28.572 INFO:teuthology.orchestra.run.smithi059.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T17:42:28.572 INFO:teuthology.orchestra.run.smithi059.stderr:agent.smithi192 smithi192 running 11s ago 4m - - 2024-09-10T17:42:28.572 INFO:teuthology.orchestra.run.smithi059.stderr:osd.4 smithi192 running (86s) 11s ago 86s 44.2M 9.84G 19.3.0-4858-gbad1f558 542e6e6af07c 051b9a965011 2024-09-10T17:42:28.572 INFO:teuthology.orchestra.run.smithi059.stderr:osd.5 smithi192 running (59s) 11s ago 59s 40.6M 9.84G 19.3.0-4858-gbad1f558 542e6e6af07c 02fea4c74734 ' 2024-09-10T17:42:28.572 INFO:teuthology.orchestra.run.smithi059.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T17:42:28.572 INFO:teuthology.orchestra.run.smithi059.stderr:agent.smithi192 smithi192 running 11s ago 4m - - 2024-09-10T17:42:28.572 INFO:teuthology.orchestra.run.smithi059.stderr:osd.4 smithi192 running (86s) 11s ago 86s 44.2M 9.84G 19.3.0-4858-gbad1f558 542e6e6af07c 051b9a965011 2024-09-10T17:42:28.573 INFO:teuthology.orchestra.run.smithi059.stderr:osd.5 smithi192 running (59s) 11s ago 59s 40.6M 9.84G 19.3.0-4858-gbad1f558 542e6e6af07c 02fea4c74734 ' '!=' 'No daemons reported' ']' 2024-09-10T17:42:28.573 INFO:teuthology.orchestra.run.smithi059.stderr:+ sleep 15 2024-09-10T17:42:29.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:29 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:29.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:29 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:29.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:29 smithi059 ceph-mon[29990]: Reconfiguring osd.5 (monmap changed)... 2024-09-10T17:42:29.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:29 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-10T17:42:29.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:29 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:29.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:29 smithi059 ceph-mon[29990]: Reconfiguring daemon osd.5 on smithi192 2024-09-10T17:42:29.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:29 smithi059 ceph-mon[29990]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:42:29.590 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:29 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:29.590 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:29 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:29.590 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:29 smithi060 ceph-mon[31738]: Reconfiguring osd.5 (monmap changed)... 2024-09-10T17:42:29.590 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:29 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-10T17:42:29.590 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:29 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:29.590 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:29 smithi060 ceph-mon[31738]: Reconfiguring daemon osd.5 on smithi192 2024-09-10T17:42:29.590 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:29 smithi060 ceph-mon[31738]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:42:30.343 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:30 smithi060 ceph-mon[31738]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:30.343 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:30 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:30.343 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:30 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:30.343 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:30 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:42:30.343 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:30 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:30.343 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:30 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:30.343 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:30 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:30.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:30 smithi059 ceph-mon[29990]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:30.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:30 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:30.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:30 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:30.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:30 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:42:30.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:30 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:30.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:30 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:30.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:30 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:32.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:31 smithi060 ceph-mon[31738]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:32.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:31 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:32.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:31 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:32.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:31 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:32.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:31 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:32.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:31 smithi059 ceph-mon[29990]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:32.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:31 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:32.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:31 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:32.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:31 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:32.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:31 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:34.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:33 smithi059 ceph-mon[29990]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:34.376 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:33 smithi060 ceph-mon[31738]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:35.514 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:35 smithi059 ceph-mon[29990]: Detected new or changed devices on smithi192 2024-09-10T17:42:35.514 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:35 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:35.514 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:35 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:35.514 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:35 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:35.514 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:35 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:42:35.514 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:35 smithi059 ceph-mon[29990]: Removing smithi192:/var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T17:42:35.514 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:35 smithi059 ceph-mon[29990]: Removing smithi192:/etc/ceph/ceph.client.admin.keyring 2024-09-10T17:42:35.514 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:35 smithi059 ceph-mon[29990]: Removing smithi192:/var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T17:42:35.514 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:35 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:35.515 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:35 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:35.515 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:35 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-10T17:42:35.515 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:35 smithi059 ceph-mon[29990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T17:42:35.515 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:35 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-10T17:42:35.515 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:35 smithi059 ceph-mon[29990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T17:42:35.515 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:35 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd ok-to-stop", "ids": ["5"]} : dispatch 2024-09-10T17:42:35.515 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:35 smithi059 ceph-mon[29990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-09-10T17:42:35.515 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:35 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0} : dispatch 2024-09-10T17:42:35.515 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:35 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-a[29967]: 2024-09-10T17:42:35.256+0000 7f657c371640 -1 mon.a@0(leader).osd e40 definitely_dead 0 2024-09-10T17:42:35.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:35 smithi060 ceph-mon[31738]: Detected new or changed devices on smithi192 2024-09-10T17:42:35.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:35 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:35.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:35 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:35.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:35 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:35.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:35 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:42:35.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:35 smithi060 ceph-mon[31738]: Removing smithi192:/var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T17:42:35.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:35 smithi060 ceph-mon[31738]: Removing smithi192:/etc/ceph/ceph.client.admin.keyring 2024-09-10T17:42:35.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:35 smithi060 ceph-mon[31738]: Removing smithi192:/var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T17:42:35.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:35 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:35.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:35 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:35.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:35 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-10T17:42:35.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:35 smithi060 ceph-mon[31738]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T17:42:35.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:35 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-10T17:42:35.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:35 smithi060 ceph-mon[31738]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T17:42:35.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:35 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd ok-to-stop", "ids": ["5"]} : dispatch 2024-09-10T17:42:35.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:35 smithi060 ceph-mon[31738]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-09-10T17:42:35.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:35 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0} : dispatch 2024-09-10T17:42:36.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:36 smithi059 ceph-mon[29990]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:36.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:36 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-09-10T17:42:36.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:36 smithi059 ceph-mon[29990]: osdmap e40: 6 total, 6 up, 6 in 2024-09-10T17:42:36.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:36 smithi059 ceph-mon[29990]: osd.5 weight is now 0.0 2024-09-10T17:42:36.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:36 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-10T17:42:36.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:36 smithi059 ceph-mon[29990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T17:42:36.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:36 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["4"]} : dispatch 2024-09-10T17:42:36.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:36 smithi059 ceph-mon[29990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-09-10T17:42:36.537 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:36 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd down", "ids": ["4"]} : dispatch 2024-09-10T17:42:36.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:36 smithi060 ceph-mon[31738]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:36.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:36 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-09-10T17:42:36.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:36 smithi060 ceph-mon[31738]: osdmap e40: 6 total, 6 up, 6 in 2024-09-10T17:42:36.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:36 smithi060 ceph-mon[31738]: osd.5 weight is now 0.0 2024-09-10T17:42:36.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:36 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-10T17:42:36.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:36 smithi060 ceph-mon[31738]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T17:42:36.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:36 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["4"]} : dispatch 2024-09-10T17:42:36.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:36 smithi060 ceph-mon[31738]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-09-10T17:42:36.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:36 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd down", "ids": ["4"]} : dispatch 2024-09-10T17:42:36.734 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 10 17:42:36 smithi192 systemd[1]: Stopping Ceph osd.4 for 23901b9e-6f9b-11ef-bcea-c7b262605968... 2024-09-10T17:42:37.076 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 10 17:42:36 smithi192 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-4[38311]: 2024-09-10T17:42:36.733+0000 7f301c2f1640 -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-09-10T17:42:37.076 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 10 17:42:36 smithi192 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-4[38311]: 2024-09-10T17:42:36.733+0000 7f301c2f1640 -1 osd.4 40 *** Got signal Terminated *** 2024-09-10T17:42:37.076 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 10 17:42:36 smithi192 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-4[38311]: 2024-09-10T17:42:36.733+0000 7f301c2f1640 -1 osd.4 40 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T17:42:37.516 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 10 17:42:37 smithi192 podman[48352]: 2024-09-10 17:42:37.255190315 +0000 UTC m=+0.605170270 container died 051b9a96501100115a0058fa2fe19231434aa23cb0ded1509811bf3a99465a75 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-4, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2024-09-10T17:42:37.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:37 smithi059 ceph-mon[29990]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T17:42:37.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:37 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-09-10T17:42:37.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:37 smithi059 ceph-mon[29990]: osdmap e41: 6 total, 5 up, 6 in 2024-09-10T17:42:37.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:37 smithi059 ceph-mon[29990]: osd.4 now down 2024-09-10T17:42:37.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:37 smithi059 ceph-mon[29990]: Removing daemon osd.4 from smithi192 -- ports [] 2024-09-10T17:42:37.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:37 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:37.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:37 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:37.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:37 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:37.626 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:37 smithi060 ceph-mon[31738]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T17:42:37.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:37 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-09-10T17:42:37.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:37 smithi060 ceph-mon[31738]: osdmap e41: 6 total, 5 up, 6 in 2024-09-10T17:42:37.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:37 smithi060 ceph-mon[31738]: osd.4 now down 2024-09-10T17:42:37.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:37 smithi060 ceph-mon[31738]: Removing daemon osd.4 from smithi192 -- ports [] 2024-09-10T17:42:37.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:37 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:37.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:37 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:37.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:37 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:37.781 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 10 17:42:37 smithi192 podman[48352]: 2024-09-10 17:42:37.606772174 +0000 UTC m=+0.956752128 container cleanup 051b9a96501100115a0058fa2fe19231434aa23cb0ded1509811bf3a99465a75 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-4, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True) 2024-09-10T17:42:37.781 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 10 17:42:37 smithi192 bash[48352]: ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-4 2024-09-10T17:42:38.076 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 10 17:42:37 smithi192 podman[48373]: 2024-09-10 17:42:37.874731972 +0000 UTC m=+0.615858655 container remove 051b9a96501100115a0058fa2fe19231434aa23cb0ded1509811bf3a99465a75 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-4, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-10T17:42:38.486 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 10 17:42:38 smithi192 podman[48475]: 2024-09-10 17:42:38.130572847 +0000 UTC m=+0.015768442 image pull 542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e 2024-09-10T17:42:38.487 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 10 17:42:38 smithi192 podman[48475]: 2024-09-10 17:42:38.284082422 +0000 UTC m=+0.169278019 container create 778d0a8831e5ce0aa564417210299f7f0316c2fc261d6c35ca8f808be0df056f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-4-deactivate, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.build-date=20240731) 2024-09-10T17:42:38.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:38 smithi059 ceph-mon[29990]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:38.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:38 smithi059 ceph-mon[29990]: osdmap e42: 6 total, 5 up, 6 in 2024-09-10T17:42:38.626 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:38 smithi060 ceph-mon[31738]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:38.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:38 smithi060 ceph-mon[31738]: osdmap e42: 6 total, 5 up, 6 in 2024-09-10T17:42:38.826 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 10 17:42:38 smithi192 podman[48475]: 2024-09-10 17:42:38.486313684 +0000 UTC m=+0.371509301 container init 778d0a8831e5ce0aa564417210299f7f0316c2fc261d6c35ca8f808be0df056f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-4-deactivate, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True) 2024-09-10T17:42:38.826 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 10 17:42:38 smithi192 podman[48475]: 2024-09-10 17:42:38.492637866 +0000 UTC m=+0.377833469 container start 778d0a8831e5ce0aa564417210299f7f0316c2fc261d6c35ca8f808be0df056f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-4-deactivate, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731) 2024-09-10T17:42:38.827 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 10 17:42:38 smithi192 podman[48475]: 2024-09-10 17:42:38.58641159 +0000 UTC m=+0.471607201 container attach 778d0a8831e5ce0aa564417210299f7f0316c2fc261d6c35ca8f808be0df056f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-4-deactivate, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55) 2024-09-10T17:42:38.827 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 10 17:42:38 smithi192 podman[48475]: 2024-09-10 17:42:38.682481044 +0000 UTC m=+0.567676638 container died 778d0a8831e5ce0aa564417210299f7f0316c2fc261d6c35ca8f808be0df056f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-4-deactivate, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_CLEAN=True, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-09-10T17:42:39.241 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 10 17:42:39 smithi192 podman[48520]: 2024-09-10 17:42:39.206472878 +0000 UTC m=+0.518105166 container remove 778d0a8831e5ce0aa564417210299f7f0316c2fc261d6c35ca8f808be0df056f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-4-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-10T17:42:39.241 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 10 17:42:39 smithi192 systemd[1]: ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@osd.4.service: Deactivated successfully. 2024-09-10T17:42:39.241 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 10 17:42:39 smithi192 systemd[1]: Stopped Ceph osd.4 for 23901b9e-6f9b-11ef-bcea-c7b262605968. 2024-09-10T17:42:39.241 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 10 17:42:39 smithi192 systemd[1]: ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@osd.4.service: Consumed 1.975s CPU time. 2024-09-10T17:42:39.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:39 smithi059 ceph-mon[29990]: osdmap e43: 6 total, 5 up, 6 in 2024-09-10T17:42:39.626 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:39 smithi060 ceph-mon[31738]: osdmap e43: 6 total, 5 up, 6 in 2024-09-10T17:42:40.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:40 smithi059 ceph-mon[29990]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:40.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:40 smithi059 ceph-mon[29990]: Removing key for osd.4 2024-09-10T17:42:40.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:40 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "osd.4"} : dispatch 2024-09-10T17:42:40.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:40 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-09-10T17:42:40.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:40 smithi059 ceph-mon[29990]: Successfully removed osd.4 on smithi192 2024-09-10T17:42:40.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:40 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true} : dispatch 2024-09-10T17:42:40.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:40 smithi059 ceph-mon[29990]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T17:42:40.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:40 smithi059 ceph-mon[29990]: Cluster is now healthy 2024-09-10T17:42:40.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:40 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-09-10T17:42:40.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:40 smithi059 ceph-mon[29990]: osdmap e44: 5 total, 5 up, 5 in 2024-09-10T17:42:40.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:40 smithi059 ceph-mon[29990]: Successfully purged osd.4 on smithi192 2024-09-10T17:42:40.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:40 smithi059 ceph-mon[29990]: Zapping devices for osd.4 on smithi192 2024-09-10T17:42:40.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:40 smithi060 ceph-mon[31738]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-10T17:42:40.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:40 smithi060 ceph-mon[31738]: Removing key for osd.4 2024-09-10T17:42:40.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:40 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "osd.4"} : dispatch 2024-09-10T17:42:40.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:40 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-09-10T17:42:40.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:40 smithi060 ceph-mon[31738]: Successfully removed osd.4 on smithi192 2024-09-10T17:42:40.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:40 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true} : dispatch 2024-09-10T17:42:40.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:40 smithi060 ceph-mon[31738]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T17:42:40.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:40 smithi060 ceph-mon[31738]: Cluster is now healthy 2024-09-10T17:42:40.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:40 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-09-10T17:42:40.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:40 smithi060 ceph-mon[31738]: osdmap e44: 5 total, 5 up, 5 in 2024-09-10T17:42:40.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:40 smithi060 ceph-mon[31738]: Successfully purged osd.4 on smithi192 2024-09-10T17:42:40.628 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:40 smithi060 ceph-mon[31738]: Zapping devices for osd.4 on smithi192 2024-09-10T17:42:41.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:41 smithi059 ceph-mon[29990]: osdmap e45: 5 total, 5 up, 5 in 2024-09-10T17:42:41.876 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:41 smithi060 ceph-mon[31738]: osdmap e45: 5 total, 5 up, 5 in 2024-09-10T17:42:42.778 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:42 smithi060 ceph-mon[31738]: pgmap v178: 1 pgs: 1 remapped+peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:42:42.778 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:42 smithi060 ceph-mon[31738]: osdmap e46: 5 total, 5 up, 5 in 2024-09-10T17:42:42.778 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:42 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-10T17:42:42.778 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:42 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:42.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:42 smithi059 ceph-mon[29990]: pgmap v178: 1 pgs: 1 remapped+peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:42:42.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:42 smithi059 ceph-mon[29990]: osdmap e46: 5 total, 5 up, 5 in 2024-09-10T17:42:42.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:42 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-10T17:42:42.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:42 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:43.576 INFO:teuthology.orchestra.run.smithi059.stderr:++ ceph orch ps --hostname smithi192 2024-09-10T17:42:43.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:43 smithi059 ceph-mon[29990]: Successfully zapped devices for osd.4 on smithi192 2024-09-10T17:42:43.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:43 smithi059 ceph-mon[29990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T17:42:43.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:43 smithi059 ceph-mon[29990]: Removing daemon agent.smithi192 from smithi192 -- ports [] 2024-09-10T17:42:43.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:43 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "client.agent.smithi192"} : dispatch 2024-09-10T17:42:43.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:43 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi192"}]': finished 2024-09-10T17:42:43.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:43 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:43.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:43 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:43.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:43 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:42:43.876 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:43 smithi060 ceph-mon[31738]: Successfully zapped devices for osd.4 on smithi192 2024-09-10T17:42:43.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:43 smithi060 ceph-mon[31738]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T17:42:43.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:43 smithi060 ceph-mon[31738]: Removing daemon agent.smithi192 from smithi192 -- ports [] 2024-09-10T17:42:43.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:43 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "client.agent.smithi192"} : dispatch 2024-09-10T17:42:43.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:43 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi192"}]': finished 2024-09-10T17:42:43.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:43 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:43.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:43 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:43.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:43 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:42:43.884 INFO:teuthology.orchestra.run.smithi059.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T17:42:43.884 INFO:teuthology.orchestra.run.smithi059.stderr:osd.5 smithi192 running (75s) 7s ago 74s 42.2M 9.84G 19.3.0-4858-gbad1f558 542e6e6af07c 02fea4c74734 ' 2024-09-10T17:42:43.884 INFO:teuthology.orchestra.run.smithi059.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T17:42:43.884 INFO:teuthology.orchestra.run.smithi059.stderr:osd.5 smithi192 running (75s) 7s ago 74s 42.2M 9.84G 19.3.0-4858-gbad1f558 542e6e6af07c 02fea4c74734 ' '!=' 'No daemons reported' ']' 2024-09-10T17:42:43.885 INFO:teuthology.orchestra.run.smithi059.stderr:+ sleep 15 2024-09-10T17:42:44.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:44 smithi059 ceph-mon[29990]: pgmap v180: 1 pgs: 1 remapped+peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:42:44.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:44 smithi059 ceph-mon[29990]: Removing key for client.agent.smithi192 2024-09-10T17:42:44.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:44 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:44.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:44 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:44.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:44 smithi060 ceph-mon[31738]: pgmap v180: 1 pgs: 1 remapped+peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:42:44.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:44 smithi060 ceph-mon[31738]: Removing key for client.agent.smithi192 2024-09-10T17:42:44.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:44 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:44.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:44 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:45.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:45 smithi059 ceph-mon[29990]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:42:45.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:45 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:45.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:45 smithi060 ceph-mon[31738]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:42:45.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:45 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:46.626 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:46 smithi060 ceph-mon[31738]: pgmap v181: 1 pgs: 1 remapped+peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:42:46.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:46.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:46.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:46 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:46.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:46 smithi059 ceph-mon[29990]: pgmap v181: 1 pgs: 1 remapped+peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-09-10T17:42:46.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:46 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:46.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:46 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:46.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:46 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:47.148 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:46 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-a[29967]: 2024-09-10T17:42:46.891+0000 7f657c371640 -1 mon.a@0(leader).osd e46 definitely_dead 0 2024-09-10T17:42:48.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:47 smithi059 ceph-mon[29990]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-09-10T17:42:48.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:47 smithi059 ceph-mon[29990]: Detected new or changed devices on smithi192 2024-09-10T17:42:48.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:48.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:48.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:48.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:42:48.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-10T17:42:48.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:47 smithi059 ceph-mon[29990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T17:42:48.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-10T17:42:48.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:47 smithi059 ceph-mon[29990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T17:42:48.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-10T17:42:48.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:47 smithi059 ceph-mon[29990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T17:42:48.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["5"]} : dispatch 2024-09-10T17:42:48.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:47 smithi059 ceph-mon[29990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-09-10T17:42:48.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:47 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd down", "ids": ["5"]} : dispatch 2024-09-10T17:42:48.325 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 10 17:42:48 smithi192 systemd[1]: Stopping Ceph osd.5 for 23901b9e-6f9b-11ef-bcea-c7b262605968... 2024-09-10T17:42:48.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:47 smithi060 ceph-mon[31738]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-09-10T17:42:48.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:47 smithi060 ceph-mon[31738]: Detected new or changed devices on smithi192 2024-09-10T17:42:48.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:48.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:48.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:48.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:42:48.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-10T17:42:48.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:47 smithi060 ceph-mon[31738]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T17:42:48.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-10T17:42:48.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:47 smithi060 ceph-mon[31738]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T17:42:48.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd df", "format": "json"} : dispatch 2024-09-10T17:42:48.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:47 smithi060 ceph-mon[31738]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-10T17:42:48.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd safe-to-destroy", "ids": ["5"]} : dispatch 2024-09-10T17:42:48.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:47 smithi060 ceph-mon[31738]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-09-10T17:42:48.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:47 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd down", "ids": ["5"]} : dispatch 2024-09-10T17:42:48.826 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 10 17:42:48 smithi192 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-5[42112]: 2024-09-10T17:42:48.390+0000 7f37247d8640 -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-09-10T17:42:48.826 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 10 17:42:48 smithi192 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-5[42112]: 2024-09-10T17:42:48.390+0000 7f37247d8640 -1 osd.5 46 *** Got signal Terminated *** 2024-09-10T17:42:48.826 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 10 17:42:48 smithi192 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-5[42112]: 2024-09-10T17:42:48.390+0000 7f37247d8640 -1 osd.5 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T17:42:49.197 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 10 17:42:48 smithi192 podman[51656]: 2024-09-10 17:42:48.921752336 +0000 UTC m=+0.608686104 container died 02fea4c747340817df01e14942ef0efbd9dd363516512bece3bd28157a5b45c7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-5, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_CLEAN=True, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, ceph=True) 2024-09-10T17:42:49.197 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 10 17:42:49 smithi192 podman[51656]: 2024-09-10 17:42:49.197219348 +0000 UTC m=+0.884153150 container cleanup 02fea4c747340817df01e14942ef0efbd9dd363516512bece3bd28157a5b45c7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-5, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2) 2024-09-10T17:42:49.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:48 smithi059 ceph-mon[29990]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T17:42:49.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:48 smithi059 ceph-mon[29990]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-09-10T17:42:49.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:48 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-09-10T17:42:49.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:48 smithi059 ceph-mon[29990]: osdmap e47: 5 total, 4 up, 5 in 2024-09-10T17:42:49.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:48 smithi059 ceph-mon[29990]: osd.5 now down 2024-09-10T17:42:49.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:48 smithi059 ceph-mon[29990]: Removing daemon osd.5 from smithi192 -- ports [] 2024-09-10T17:42:49.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:48 smithi060 ceph-mon[31738]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T17:42:49.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:48 smithi060 ceph-mon[31738]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-09-10T17:42:49.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:48 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-09-10T17:42:49.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:48 smithi060 ceph-mon[31738]: osdmap e47: 5 total, 4 up, 5 in 2024-09-10T17:42:49.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:48 smithi060 ceph-mon[31738]: osd.5 now down 2024-09-10T17:42:49.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:48 smithi060 ceph-mon[31738]: Removing daemon osd.5 from smithi192 -- ports [] 2024-09-10T17:42:49.474 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 10 17:42:49 smithi192 bash[51656]: ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-5 2024-09-10T17:42:49.791 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 10 17:42:49 smithi192 podman[51677]: 2024-09-10 17:42:49.473320606 +0000 UTC m=+0.552235762 container remove 02fea4c747340817df01e14942ef0efbd9dd363516512bece3bd28157a5b45c7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-5, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True) 2024-09-10T17:42:50.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:49 smithi059 ceph-mon[29990]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-10T17:42:50.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:49 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:50.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:49 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:50.036 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:49 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:50.052 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:49 smithi060 ceph-mon[31738]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-10T17:42:50.052 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:49 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:50.052 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:49 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:50.052 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:49 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:50.076 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 10 17:42:49 smithi192 podman[51769]: 2024-09-10 17:42:49.790805547 +0000 UTC m=+0.100305120 container create d8e2856102bcf4215b70915997134ea5ab05308e2a32f83855440fe823a35a23 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-5-deactivate, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2) 2024-09-10T17:42:50.076 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 10 17:42:49 smithi192 podman[51769]: 2024-09-10 17:42:49.706135738 +0000 UTC m=+0.015635269 image pull 542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e 2024-09-10T17:42:50.076 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 10 17:42:49 smithi192 podman[51769]: 2024-09-10 17:42:49.992976335 +0000 UTC m=+0.302475880 container init d8e2856102bcf4215b70915997134ea5ab05308e2a32f83855440fe823a35a23 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-5-deactivate, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-09-10T17:42:50.076 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 10 17:42:49 smithi192 podman[51769]: 2024-09-10 17:42:49.99781438 +0000 UTC m=+0.307313919 container start d8e2856102bcf4215b70915997134ea5ab05308e2a32f83855440fe823a35a23 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-5-deactivate, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T17:42:50.479 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 10 17:42:50 smithi192 podman[51769]: 2024-09-10 17:42:50.084387242 +0000 UTC m=+0.393886785 container attach d8e2856102bcf4215b70915997134ea5ab05308e2a32f83855440fe823a35a23 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-5-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-10T17:42:50.479 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 10 17:42:50 smithi192 podman[51769]: 2024-09-10 17:42:50.179906939 +0000 UTC m=+0.489406469 container died d8e2856102bcf4215b70915997134ea5ab05308e2a32f83855440fe823a35a23 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-5-deactivate, CEPH_POINT_RELEASE=, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, ceph=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T17:42:51.076 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 10 17:42:50 smithi192 podman[51812]: 2024-09-10 17:42:50.745888309 +0000 UTC m=+0.554266285 container remove d8e2856102bcf4215b70915997134ea5ab05308e2a32f83855440fe823a35a23 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-5-deactivate, GIT_CLEAN=True, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux ) 2024-09-10T17:42:51.076 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 10 17:42:50 smithi192 systemd[1]: ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@osd.5.service: Deactivated successfully. 2024-09-10T17:42:51.076 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 10 17:42:50 smithi192 systemd[1]: Stopped Ceph osd.5 for 23901b9e-6f9b-11ef-bcea-c7b262605968. 2024-09-10T17:42:51.076 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 10 17:42:50 smithi192 systemd[1]: ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@osd.5.service: Consumed 1.826s CPU time. 2024-09-10T17:42:52.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:51 smithi060 ceph-mon[31738]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-09-10T17:42:52.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:51 smithi060 ceph-mon[31738]: Removing key for osd.5 2024-09-10T17:42:52.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:51 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "osd.5"} : dispatch 2024-09-10T17:42:52.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:51 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-09-10T17:42:52.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:51 smithi060 ceph-mon[31738]: Successfully removed osd.5 on smithi192 2024-09-10T17:42:52.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:51 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true} : dispatch 2024-09-10T17:42:52.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:51 smithi060 ceph-mon[31738]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T17:42:52.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:51 smithi060 ceph-mon[31738]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-09-10T17:42:52.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:51 smithi060 ceph-mon[31738]: Cluster is now healthy 2024-09-10T17:42:52.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:51 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-09-10T17:42:52.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:51 smithi060 ceph-mon[31738]: osdmap e48: 4 total, 4 up, 4 in 2024-09-10T17:42:52.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:51 smithi060 ceph-mon[31738]: Successfully purged osd.5 on smithi192 2024-09-10T17:42:52.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:51 smithi060 ceph-mon[31738]: Zapping devices for osd.5 on smithi192 2024-09-10T17:42:52.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:51 smithi059 ceph-mon[29990]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-09-10T17:42:52.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:51 smithi059 ceph-mon[29990]: Removing key for osd.5 2024-09-10T17:42:52.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth rm", "entity": "osd.5"} : dispatch 2024-09-10T17:42:52.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-09-10T17:42:52.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:51 smithi059 ceph-mon[29990]: Successfully removed osd.5 on smithi192 2024-09-10T17:42:52.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true} : dispatch 2024-09-10T17:42:52.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:51 smithi059 ceph-mon[29990]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T17:42:52.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:51 smithi059 ceph-mon[29990]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-09-10T17:42:52.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:51 smithi059 ceph-mon[29990]: Cluster is now healthy 2024-09-10T17:42:52.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:51 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-09-10T17:42:52.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:51 smithi059 ceph-mon[29990]: osdmap e48: 4 total, 4 up, 4 in 2024-09-10T17:42:52.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:51 smithi059 ceph-mon[29990]: Successfully purged osd.5 on smithi192 2024-09-10T17:42:52.287 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:51 smithi059 ceph-mon[29990]: Zapping devices for osd.5 on smithi192 2024-09-10T17:42:54.184 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:53 smithi059 ceph-mon[29990]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-10T17:42:54.184 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:53 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:54.184 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:53 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:42:54.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:53 smithi060 ceph-mon[31738]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-10T17:42:54.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:54.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:53 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:42:55.273 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:55 smithi059 ceph-mon[29990]: Successfully zapped devices for osd.5 on smithi192 2024-09-10T17:42:55.274 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:55 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:55.274 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:55 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:55.626 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:55 smithi060 ceph-mon[31738]: Successfully zapped devices for osd.5 on smithi192 2024-09-10T17:42:55.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:55 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:55.627 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:55 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:56.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:56 smithi059 ceph-mon[29990]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:42:56.626 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:56 smithi060 ceph-mon[31738]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:42:58.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:58 smithi059 ceph-mon[29990]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:42:58.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:58 smithi059 ceph-mon[29990]: Detected new or changed devices on smithi192 2024-09-10T17:42:58.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:58 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:58.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:58 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:58.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:58 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:58.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:58 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:42:58.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:42:58 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:58.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:58 smithi060 ceph-mon[31738]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:42:58.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:58 smithi060 ceph-mon[31738]: Detected new or changed devices on smithi192 2024-09-10T17:42:58.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:58 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:58.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:58 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:58.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:58 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:42:58.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:58 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:42:58.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:42:58 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:42:58.888 INFO:teuthology.orchestra.run.smithi059.stderr:++ ceph orch ps --hostname smithi192 2024-09-10T17:42:59.191 INFO:teuthology.orchestra.run.smithi059.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-09-10T17:42:59.191 INFO:teuthology.orchestra.run.smithi059.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-09-10T17:42:59.192 INFO:teuthology.orchestra.run.smithi059.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-09-10T17:42:59.460 INFO:teuthology.orchestra.run.smithi059.stderr:17 2024-09-10T17:42:59.471 INFO:teuthology.orchestra.run.smithi059.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-09-10T17:42:59.484 INFO:teuthology.orchestra.run.smithi059.stderr:++ cat crushmap.txt 2024-09-10T17:42:59.485 INFO:teuthology.orchestra.run.smithi059.stderr:+ CRUSH_MAP='# begin crush map 2024-09-10T17:42:59.485 INFO:teuthology.orchestra.run.smithi059.stderr:tunable choose_local_tries 0 2024-09-10T17:42:59.485 INFO:teuthology.orchestra.run.smithi059.stderr:tunable choose_local_fallback_tries 0 2024-09-10T17:42:59.485 INFO:teuthology.orchestra.run.smithi059.stderr:tunable choose_total_tries 50 2024-09-10T17:42:59.485 INFO:teuthology.orchestra.run.smithi059.stderr:tunable chooseleaf_descend_once 1 2024-09-10T17:42:59.485 INFO:teuthology.orchestra.run.smithi059.stderr:tunable chooseleaf_vary_r 1 2024-09-10T17:42:59.485 INFO:teuthology.orchestra.run.smithi059.stderr:tunable chooseleaf_stable 1 2024-09-10T17:42:59.485 INFO:teuthology.orchestra.run.smithi059.stderr:tunable straw_calc_version 1 2024-09-10T17:42:59.485 INFO:teuthology.orchestra.run.smithi059.stderr:tunable allowed_bucket_algs 54 2024-09-10T17:42:59.485 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-09-10T17:42:59.485 INFO:teuthology.orchestra.run.smithi059.stderr:# devices 2024-09-10T17:42:59.486 INFO:teuthology.orchestra.run.smithi059.stderr:device 0 osd.0 class ssd 2024-09-10T17:42:59.486 INFO:teuthology.orchestra.run.smithi059.stderr:device 1 osd.1 class ssd 2024-09-10T17:42:59.486 INFO:teuthology.orchestra.run.smithi059.stderr:device 2 osd.2 class ssd 2024-09-10T17:42:59.486 INFO:teuthology.orchestra.run.smithi059.stderr:device 3 osd.3 class ssd 2024-09-10T17:42:59.486 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-09-10T17:42:59.486 INFO:teuthology.orchestra.run.smithi059.stderr:# types 2024-09-10T17:42:59.486 INFO:teuthology.orchestra.run.smithi059.stderr:type 0 osd 2024-09-10T17:42:59.486 INFO:teuthology.orchestra.run.smithi059.stderr:type 1 host 2024-09-10T17:42:59.486 INFO:teuthology.orchestra.run.smithi059.stderr:type 2 chassis 2024-09-10T17:42:59.486 INFO:teuthology.orchestra.run.smithi059.stderr:type 3 rack 2024-09-10T17:42:59.486 INFO:teuthology.orchestra.run.smithi059.stderr:type 4 row 2024-09-10T17:42:59.486 INFO:teuthology.orchestra.run.smithi059.stderr:type 5 pdu 2024-09-10T17:42:59.486 INFO:teuthology.orchestra.run.smithi059.stderr:type 6 pod 2024-09-10T17:42:59.486 INFO:teuthology.orchestra.run.smithi059.stderr:type 7 room 2024-09-10T17:42:59.487 INFO:teuthology.orchestra.run.smithi059.stderr:type 8 datacenter 2024-09-10T17:42:59.487 INFO:teuthology.orchestra.run.smithi059.stderr:type 9 zone 2024-09-10T17:42:59.487 INFO:teuthology.orchestra.run.smithi059.stderr:type 10 region 2024-09-10T17:42:59.487 INFO:teuthology.orchestra.run.smithi059.stderr:type 11 root 2024-09-10T17:42:59.487 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-09-10T17:42:59.487 INFO:teuthology.orchestra.run.smithi059.stderr:# buckets 2024-09-10T17:42:59.487 INFO:teuthology.orchestra.run.smithi059.stderr:host smithi059 { 2024-09-10T17:42:59.487 INFO:teuthology.orchestra.run.smithi059.stderr: id -3 # do not change unnecessarily 2024-09-10T17:42:59.487 INFO:teuthology.orchestra.run.smithi059.stderr: id -4 class ssd # do not change unnecessarily 2024-09-10T17:42:59.487 INFO:teuthology.orchestra.run.smithi059.stderr: # weight 0.17459 2024-09-10T17:42:59.487 INFO:teuthology.orchestra.run.smithi059.stderr: alg straw2 2024-09-10T17:42:59.487 INFO:teuthology.orchestra.run.smithi059.stderr: hash 0 # rjenkins1 2024-09-10T17:42:59.487 INFO:teuthology.orchestra.run.smithi059.stderr: item osd.0 weight 0.08730 2024-09-10T17:42:59.487 INFO:teuthology.orchestra.run.smithi059.stderr: item osd.1 weight 0.08730 2024-09-10T17:42:59.488 INFO:teuthology.orchestra.run.smithi059.stderr:} 2024-09-10T17:42:59.488 INFO:teuthology.orchestra.run.smithi059.stderr:host smithi060 { 2024-09-10T17:42:59.488 INFO:teuthology.orchestra.run.smithi059.stderr: id -5 # do not change unnecessarily 2024-09-10T17:42:59.488 INFO:teuthology.orchestra.run.smithi059.stderr: id -6 class ssd # do not change unnecessarily 2024-09-10T17:42:59.488 INFO:teuthology.orchestra.run.smithi059.stderr: # weight 0.17459 2024-09-10T17:42:59.488 INFO:teuthology.orchestra.run.smithi059.stderr: alg straw2 2024-09-10T17:42:59.488 INFO:teuthology.orchestra.run.smithi059.stderr: hash 0 # rjenkins1 2024-09-10T17:42:59.488 INFO:teuthology.orchestra.run.smithi059.stderr: item osd.2 weight 0.08730 2024-09-10T17:42:59.488 INFO:teuthology.orchestra.run.smithi059.stderr: item osd.3 weight 0.08730 2024-09-10T17:42:59.488 INFO:teuthology.orchestra.run.smithi059.stderr:} 2024-09-10T17:42:59.488 INFO:teuthology.orchestra.run.smithi059.stderr:host smithi192 { 2024-09-10T17:42:59.488 INFO:teuthology.orchestra.run.smithi059.stderr: id -7 # do not change unnecessarily 2024-09-10T17:42:59.488 INFO:teuthology.orchestra.run.smithi059.stderr: id -8 class ssd # do not change unnecessarily 2024-09-10T17:42:59.489 INFO:teuthology.orchestra.run.smithi059.stderr: # weight 0.00000 2024-09-10T17:42:59.489 INFO:teuthology.orchestra.run.smithi059.stderr: alg straw2 2024-09-10T17:42:59.489 INFO:teuthology.orchestra.run.smithi059.stderr: hash 0 # rjenkins1 2024-09-10T17:42:59.489 INFO:teuthology.orchestra.run.smithi059.stderr:} 2024-09-10T17:42:59.489 INFO:teuthology.orchestra.run.smithi059.stderr:root default { 2024-09-10T17:42:59.489 INFO:teuthology.orchestra.run.smithi059.stderr: id -1 # do not change unnecessarily 2024-09-10T17:42:59.489 INFO:teuthology.orchestra.run.smithi059.stderr: id -2 class ssd # do not change unnecessarily 2024-09-10T17:42:59.489 INFO:teuthology.orchestra.run.smithi059.stderr: # weight 0.34918 2024-09-10T17:42:59.489 INFO:teuthology.orchestra.run.smithi059.stderr: alg straw2 2024-09-10T17:42:59.489 INFO:teuthology.orchestra.run.smithi059.stderr: hash 0 # rjenkins1 2024-09-10T17:42:59.489 INFO:teuthology.orchestra.run.smithi059.stderr: item smithi059 weight 0.17459 2024-09-10T17:42:59.489 INFO:teuthology.orchestra.run.smithi059.stderr: item smithi060 weight 0.17459 2024-09-10T17:42:59.489 INFO:teuthology.orchestra.run.smithi059.stderr: item smithi192 weight 0.00000 2024-09-10T17:42:59.489 INFO:teuthology.orchestra.run.smithi059.stderr:} 2024-09-10T17:42:59.490 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-09-10T17:42:59.490 INFO:teuthology.orchestra.run.smithi059.stderr:# rules 2024-09-10T17:42:59.490 INFO:teuthology.orchestra.run.smithi059.stderr:rule replicated_rule { 2024-09-10T17:42:59.490 INFO:teuthology.orchestra.run.smithi059.stderr: id 0 2024-09-10T17:42:59.490 INFO:teuthology.orchestra.run.smithi059.stderr: type replicated 2024-09-10T17:42:59.490 INFO:teuthology.orchestra.run.smithi059.stderr: step take default 2024-09-10T17:42:59.490 INFO:teuthology.orchestra.run.smithi059.stderr: step choose firstn 0 type osd 2024-09-10T17:42:59.490 INFO:teuthology.orchestra.run.smithi059.stderr: step emit 2024-09-10T17:42:59.490 INFO:teuthology.orchestra.run.smithi059.stderr:} 2024-09-10T17:42:59.490 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-09-10T17:42:59.490 INFO:teuthology.orchestra.run.smithi059.stderr:# end crush map' 2024-09-10T17:42:59.490 INFO:teuthology.orchestra.run.smithi059.stderr:+ grep -q smithi192 2024-09-10T17:42:59.491 INFO:teuthology.orchestra.run.smithi059.stderr:+ ceph orch host rm smithi192 --rm-crush-entry 2024-09-10T17:43:00.039 INFO:teuthology.orchestra.run.smithi059.stdout:Removed host 'smithi192' 2024-09-10T17:43:00.052 INFO:teuthology.orchestra.run.smithi059.stderr:+ sleep 30 2024-09-10T17:43:00.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:00 smithi059 ceph-mon[29990]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:00.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:00 smithi059 ceph-mon[29990]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:43:00.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:00 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/2261787866' entity='client.admin' cmd={"prefix": "osd getcrushmap"} : dispatch 2024-09-10T17:43:00.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:00 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd crush remove", "name": "smithi192"} : dispatch 2024-09-10T17:43:00.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:00 smithi060 ceph-mon[31738]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:00.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:00 smithi060 ceph-mon[31738]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:43:00.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:00 smithi060 ceph-mon[31738]: from='client.? 172.21.15.59:0/2261787866' entity='client.admin' cmd={"prefix": "osd getcrushmap"} : dispatch 2024-09-10T17:43:00.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:00 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "osd crush remove", "name": "smithi192"} : dispatch 2024-09-10T17:43:01.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:01 smithi059 ceph-mon[29990]: from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi192", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:43:01.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:01 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi192"}]': finished 2024-09-10T17:43:01.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:01 smithi059 ceph-mon[29990]: osdmap e49: 4 total, 4 up, 4 in 2024-09-10T17:43:01.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:01 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:01.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:01 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix":"config-key del","key":"mgr/cephadm/host.smithi192"} : dispatch 2024-09-10T17:43:01.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:01 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi192"}]': finished 2024-09-10T17:43:01.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:01 smithi059 ceph-mon[29990]: Removed host smithi192 2024-09-10T17:43:01.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:01 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:43:01.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:01 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:43:01.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:01 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:43:01.286 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:01 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:01.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:01 smithi060 ceph-mon[31738]: from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi192", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T17:43:01.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:01 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi192"}]': finished 2024-09-10T17:43:01.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:01 smithi060 ceph-mon[31738]: osdmap e49: 4 total, 4 up, 4 in 2024-09-10T17:43:01.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:01 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:01.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:01 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix":"config-key del","key":"mgr/cephadm/host.smithi192"} : dispatch 2024-09-10T17:43:01.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:01 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi192"}]': finished 2024-09-10T17:43:01.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:01 smithi060 ceph-mon[31738]: Removed host smithi192 2024-09-10T17:43:01.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:01 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T17:43:01.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:01 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T17:43:01.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:01 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T17:43:01.378 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:01 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:02.376 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:02 smithi060 ceph-mon[31738]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:02.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:02 smithi059 ceph-mon[29990]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:04.377 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:04 smithi060 ceph-mon[31738]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:04.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:04 smithi059 ceph-mon[29990]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:06.376 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:06 smithi060 ceph-mon[31738]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:06.535 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:06 smithi059 ceph-mon[29990]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:07.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:07.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:07.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:07 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:07.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:07 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:07.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:07 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:07.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:07 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:08.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:08 smithi059 ceph-mon[29990]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:08.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:08 smithi060 ceph-mon[31738]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:10.581 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:10 smithi060 ceph-mon[31738]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:10.582 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:10 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:10.582 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:10 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:10.582 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:10 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:10.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:10 smithi059 ceph-mon[29990]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:10.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:10 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:10.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:10 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:10.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:10 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:12.739 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:12 smithi060 ceph-mon[31738]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:12.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:12 smithi059 ceph-mon[29990]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:14.536 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:14 smithi059 ceph-mon[29990]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:14.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:14 smithi060 ceph-mon[31738]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:16.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:16 smithi059 ceph-mon[29990]: pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:16.876 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:16 smithi060 ceph-mon[31738]: pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:18.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:18 smithi059 ceph-mon[29990]: pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:18.876 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:18 smithi060 ceph-mon[31738]: pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:20.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:20 smithi059 ceph-mon[29990]: pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:20.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:20 smithi060 ceph-mon[31738]: pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:22.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:22 smithi059 ceph-mon[29990]: pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:22.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:22 smithi060 ceph-mon[31738]: pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:24.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:24 smithi059 ceph-mon[29990]: pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:24.876 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:24 smithi060 ceph-mon[31738]: pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:26.785 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:26 smithi059 ceph-mon[29990]: pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:26.876 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:26 smithi060 ceph-mon[31738]: pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:27.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:27 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:27.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:27 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:27.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:27 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:27.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:27 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:27.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:27 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:27.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:27 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:28.876 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:28 smithi060 ceph-mon[31738]: pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:29.035 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:28 smithi059 ceph-mon[29990]: pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:30.055 INFO:teuthology.orchestra.run.smithi059.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-09-10T17:43:30.325 INFO:teuthology.orchestra.run.smithi059.stderr:18 2024-09-10T17:43:30.335 INFO:teuthology.orchestra.run.smithi059.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-09-10T17:43:30.348 INFO:teuthology.orchestra.run.smithi059.stderr:++ cat crushmap.txt 2024-09-10T17:43:30.349 INFO:teuthology.orchestra.run.smithi059.stderr:+ CRUSH_MAP='# begin crush map 2024-09-10T17:43:30.349 INFO:teuthology.orchestra.run.smithi059.stderr:tunable choose_local_tries 0 2024-09-10T17:43:30.349 INFO:teuthology.orchestra.run.smithi059.stderr:tunable choose_local_fallback_tries 0 2024-09-10T17:43:30.349 INFO:teuthology.orchestra.run.smithi059.stderr:tunable choose_total_tries 50 2024-09-10T17:43:30.349 INFO:teuthology.orchestra.run.smithi059.stderr:tunable chooseleaf_descend_once 1 2024-09-10T17:43:30.350 INFO:teuthology.orchestra.run.smithi059.stderr:tunable chooseleaf_vary_r 1 2024-09-10T17:43:30.350 INFO:teuthology.orchestra.run.smithi059.stderr:tunable chooseleaf_stable 1 2024-09-10T17:43:30.350 INFO:teuthology.orchestra.run.smithi059.stderr:tunable straw_calc_version 1 2024-09-10T17:43:30.350 INFO:teuthology.orchestra.run.smithi059.stderr:tunable allowed_bucket_algs 54 2024-09-10T17:43:30.350 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-09-10T17:43:30.350 INFO:teuthology.orchestra.run.smithi059.stderr:# devices 2024-09-10T17:43:30.350 INFO:teuthology.orchestra.run.smithi059.stderr:device 0 osd.0 class ssd 2024-09-10T17:43:30.350 INFO:teuthology.orchestra.run.smithi059.stderr:device 1 osd.1 class ssd 2024-09-10T17:43:30.350 INFO:teuthology.orchestra.run.smithi059.stderr:device 2 osd.2 class ssd 2024-09-10T17:43:30.350 INFO:teuthology.orchestra.run.smithi059.stderr:device 3 osd.3 class ssd 2024-09-10T17:43:30.350 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-09-10T17:43:30.350 INFO:teuthology.orchestra.run.smithi059.stderr:# types 2024-09-10T17:43:30.350 INFO:teuthology.orchestra.run.smithi059.stderr:type 0 osd 2024-09-10T17:43:30.351 INFO:teuthology.orchestra.run.smithi059.stderr:type 1 host 2024-09-10T17:43:30.351 INFO:teuthology.orchestra.run.smithi059.stderr:type 2 chassis 2024-09-10T17:43:30.351 INFO:teuthology.orchestra.run.smithi059.stderr:type 3 rack 2024-09-10T17:43:30.351 INFO:teuthology.orchestra.run.smithi059.stderr:type 4 row 2024-09-10T17:43:30.351 INFO:teuthology.orchestra.run.smithi059.stderr:type 5 pdu 2024-09-10T17:43:30.351 INFO:teuthology.orchestra.run.smithi059.stderr:type 6 pod 2024-09-10T17:43:30.351 INFO:teuthology.orchestra.run.smithi059.stderr:type 7 room 2024-09-10T17:43:30.351 INFO:teuthology.orchestra.run.smithi059.stderr:type 8 datacenter 2024-09-10T17:43:30.351 INFO:teuthology.orchestra.run.smithi059.stderr:type 9 zone 2024-09-10T17:43:30.351 INFO:teuthology.orchestra.run.smithi059.stderr:type 10 region 2024-09-10T17:43:30.351 INFO:teuthology.orchestra.run.smithi059.stderr:type 11 root 2024-09-10T17:43:30.351 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-09-10T17:43:30.352 INFO:teuthology.orchestra.run.smithi059.stderr:# buckets 2024-09-10T17:43:30.352 INFO:teuthology.orchestra.run.smithi059.stderr:host smithi059 { 2024-09-10T17:43:30.352 INFO:teuthology.orchestra.run.smithi059.stderr: id -3 # do not change unnecessarily 2024-09-10T17:43:30.352 INFO:teuthology.orchestra.run.smithi059.stderr: id -4 class ssd # do not change unnecessarily 2024-09-10T17:43:30.352 INFO:teuthology.orchestra.run.smithi059.stderr: # weight 0.17459 2024-09-10T17:43:30.352 INFO:teuthology.orchestra.run.smithi059.stderr: alg straw2 2024-09-10T17:43:30.352 INFO:teuthology.orchestra.run.smithi059.stderr: hash 0 # rjenkins1 2024-09-10T17:43:30.352 INFO:teuthology.orchestra.run.smithi059.stderr: item osd.0 weight 0.08730 2024-09-10T17:43:30.352 INFO:teuthology.orchestra.run.smithi059.stderr: item osd.1 weight 0.08730 2024-09-10T17:43:30.352 INFO:teuthology.orchestra.run.smithi059.stderr:} 2024-09-10T17:43:30.352 INFO:teuthology.orchestra.run.smithi059.stderr:host smithi060 { 2024-09-10T17:43:30.352 INFO:teuthology.orchestra.run.smithi059.stderr: id -5 # do not change unnecessarily 2024-09-10T17:43:30.353 INFO:teuthology.orchestra.run.smithi059.stderr: id -6 class ssd # do not change unnecessarily 2024-09-10T17:43:30.353 INFO:teuthology.orchestra.run.smithi059.stderr: # weight 0.17459 2024-09-10T17:43:30.353 INFO:teuthology.orchestra.run.smithi059.stderr: alg straw2 2024-09-10T17:43:30.353 INFO:teuthology.orchestra.run.smithi059.stderr: hash 0 # rjenkins1 2024-09-10T17:43:30.353 INFO:teuthology.orchestra.run.smithi059.stderr: item osd.2 weight 0.08730 2024-09-10T17:43:30.353 INFO:teuthology.orchestra.run.smithi059.stderr: item osd.3 weight 0.08730 2024-09-10T17:43:30.353 INFO:teuthology.orchestra.run.smithi059.stderr:} 2024-09-10T17:43:30.353 INFO:teuthology.orchestra.run.smithi059.stderr:root default { 2024-09-10T17:43:30.353 INFO:teuthology.orchestra.run.smithi059.stderr: id -1 # do not change unnecessarily 2024-09-10T17:43:30.353 INFO:teuthology.orchestra.run.smithi059.stderr: id -2 class ssd # do not change unnecessarily 2024-09-10T17:43:30.353 INFO:teuthology.orchestra.run.smithi059.stderr: # weight 0.34918 2024-09-10T17:43:30.353 INFO:teuthology.orchestra.run.smithi059.stderr: alg straw2 2024-09-10T17:43:30.353 INFO:teuthology.orchestra.run.smithi059.stderr: hash 0 # rjenkins1 2024-09-10T17:43:30.354 INFO:teuthology.orchestra.run.smithi059.stderr: item smithi059 weight 0.17459 2024-09-10T17:43:30.354 INFO:teuthology.orchestra.run.smithi059.stderr: item smithi060 weight 0.17459 2024-09-10T17:43:30.354 INFO:teuthology.orchestra.run.smithi059.stderr:} 2024-09-10T17:43:30.354 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-09-10T17:43:30.354 INFO:teuthology.orchestra.run.smithi059.stderr:# rules 2024-09-10T17:43:30.354 INFO:teuthology.orchestra.run.smithi059.stderr:rule replicated_rule { 2024-09-10T17:43:30.354 INFO:teuthology.orchestra.run.smithi059.stderr: id 0 2024-09-10T17:43:30.354 INFO:teuthology.orchestra.run.smithi059.stderr: type replicated 2024-09-10T17:43:30.354 INFO:teuthology.orchestra.run.smithi059.stderr: step take default 2024-09-10T17:43:30.354 INFO:teuthology.orchestra.run.smithi059.stderr: step choose firstn 0 type osd 2024-09-10T17:43:30.354 INFO:teuthology.orchestra.run.smithi059.stderr: step emit 2024-09-10T17:43:30.354 INFO:teuthology.orchestra.run.smithi059.stderr:} 2024-09-10T17:43:30.354 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-09-10T17:43:30.354 INFO:teuthology.orchestra.run.smithi059.stderr:# end crush map' 2024-09-10T17:43:30.354 INFO:teuthology.orchestra.run.smithi059.stderr:+ grep -q smithi192 2024-09-10T17:43:30.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:30 smithi060 ceph-mon[31738]: pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:30.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:30 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:30.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:30 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:30.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:30 smithi060 ceph-mon[31738]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:30.877 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:30 smithi060 ceph-mon[31738]: from='client.? 172.21.15.59:0/1609300974' entity='client.admin' cmd={"prefix": "osd getcrushmap"} : dispatch 2024-09-10T17:43:31.022 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:30 smithi059 ceph-mon[29990]: pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-10T17:43:31.023 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:30 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:31.023 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:30 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:31.023 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:30 smithi059 ceph-mon[29990]: from='mgr.14150 172.21.15.59:0/2753721125' entity='mgr.a' 2024-09-10T17:43:31.023 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:30 smithi059 ceph-mon[29990]: from='client.? 172.21.15.59:0/1609300974' entity='client.admin' cmd={"prefix": "osd getcrushmap"} : dispatch 2024-09-10T17:43:31.053 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-10T17:43:31.062 INFO:tasks.cephadm:Teardown begin 2024-09-10T17:43:31.063 DEBUG:teuthology.orchestra.run.smithi059:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T17:43:31.094 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T17:43:31.126 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T17:43:31.160 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-10T17:43:31.160 DEBUG:teuthology.orchestra.run.smithi059:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-10T17:43:31.177 DEBUG:teuthology.orchestra.run.smithi060:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-10T17:43:31.195 DEBUG:teuthology.orchestra.run.smithi192:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-10T17:43:31.217 INFO:tasks.cephadm:Stopping all daemons... 2024-09-10T17:43:31.218 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-10T17:43:31.218 DEBUG:teuthology.orchestra.run.smithi059:> sudo systemctl stop ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@mon.a 2024-09-10T17:43:31.285 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:31 smithi059 systemd[1]: Stopping Ceph mon.a for 23901b9e-6f9b-11ef-bcea-c7b262605968... 2024-09-10T17:43:31.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:31 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-a[29967]: 2024-09-10T17:43:31.494+0000 7f6581b7c640 -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-09-10T17:43:31.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:31 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-a[29967]: 2024-09-10T17:43:31.494+0000 7f6581b7c640 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-09-10T17:43:31.786 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:31 smithi059 podman[54201]: 2024-09-10 17:43:31.740215835 +0000 UTC m=+0.332692339 container died d1ddf9a79e29d491f0a20a76119a85f7b633da9712495a3a54d8299ab5da2eaf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-a, GIT_BRANCH=HEAD, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, io.buildah.version=1.37.2) 2024-09-10T17:43:32.510 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:32 smithi059 podman[54201]: 2024-09-10 17:43:32.216686299 +0000 UTC m=+0.809162803 container cleanup d1ddf9a79e29d491f0a20a76119a85f7b633da9712495a3a54d8299ab5da2eaf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-a, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731) 2024-09-10T17:43:32.510 INFO:journalctl@ceph.mon.a.smithi059.stdout:Sep 10 17:43:32 smithi059 bash[54201]: ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-a 2024-09-10T17:43:32.670 DEBUG:teuthology.orchestra.run.smithi059:> sudo pkill -f 'journalctl -f -n 0 -u ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@mon.a.service' 2024-09-10T17:43:32.759 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T17:43:32.759 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-10T17:43:32.760 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-10T17:43:32.760 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@mon.b 2024-09-10T17:43:33.104 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:32 smithi060 systemd[1]: Stopping Ceph mon.b for 23901b9e-6f9b-11ef-bcea-c7b262605968... 2024-09-10T17:43:34.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:33 smithi060 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-b[31715]: 2024-09-10T17:43:33.683+0000 7fd7c64a9640 -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-09-10T17:43:34.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:33 smithi060 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-b[31715]: 2024-09-10T17:43:33.683+0000 7fd7c64a9640 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-09-10T17:43:34.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:33 smithi060 podman[45765]: 2024-09-10 17:43:33.86852813 +0000 UTC m=+0.309588404 container died b14b32235a9cb171d7c66fa041086da3e15437cd760a05ffbde77887e1c3c6b3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-b, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.license=GPLv2) 2024-09-10T17:43:34.533 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:34 smithi060 podman[45765]: 2024-09-10 17:43:34.27345806 +0000 UTC m=+0.714518334 container cleanup b14b32235a9cb171d7c66fa041086da3e15437cd760a05ffbde77887e1c3c6b3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-b, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2) 2024-09-10T17:43:34.533 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 10 17:43:34 smithi060 bash[45765]: ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mon-b 2024-09-10T17:43:34.718 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@mon.b.service' 2024-09-10T17:43:34.775 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T17:43:34.776 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-10T17:43:34.776 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-10T17:43:34.776 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@mon.c 2024-09-10T17:43:34.824 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@mon.c.service' 2024-09-10T17:43:34.872 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T17:43:34.873 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-10T17:43:34.873 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-10T17:43:34.873 DEBUG:teuthology.orchestra.run.smithi059:> sudo systemctl stop ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@mgr.a 2024-09-10T17:43:35.012 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:43:34 smithi059 systemd[1]: Stopping Ceph mgr.a for 23901b9e-6f9b-11ef-bcea-c7b262605968... 2024-09-10T17:43:35.786 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:43:35 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a[30244]: 2024-09-10T17:43:35.423+0000 7f5d5badb640 -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-09-10T17:43:35.786 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:43:35 smithi059 podman[54443]: 2024-09-10 17:43:35.464617971 +0000 UTC m=+0.156940061 container died f5c7f933d1322c4b72caefca8a084242584753a4f11239bcf19fb4f250ee140f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T17:43:36.407 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:43:36 smithi059 podman[54443]: 2024-09-10 17:43:36.139177522 +0000 UTC m=+0.831499603 container cleanup f5c7f933d1322c4b72caefca8a084242584753a4f11239bcf19fb4f250ee140f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T17:43:36.408 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:43:36 smithi059 bash[54443]: ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a 2024-09-10T17:43:37.035 INFO:journalctl@ceph.mgr.a.smithi059.stdout:Sep 10 17:43:36 smithi059 podman[54477]: 2024-09-10 17:43:36.942522569 +0000 UTC m=+1.480929352 container remove f5c7f933d1322c4b72caefca8a084242584753a4f11239bcf19fb4f250ee140f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-a, ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-09-10T17:43:37.135 DEBUG:teuthology.orchestra.run.smithi059:> sudo pkill -f 'journalctl -f -n 0 -u ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@mgr.a.service' 2024-09-10T17:43:37.175 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T17:43:37.175 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-10T17:43:37.175 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-10T17:43:37.175 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@mgr.b 2024-09-10T17:43:37.484 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 10 17:43:37 smithi060 systemd[1]: Stopping Ceph mgr.b for 23901b9e-6f9b-11ef-bcea-c7b262605968... 2024-09-10T17:43:37.762 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 10 17:43:37 smithi060 podman[45899]: 2024-09-10 17:43:37.484049469 +0000 UTC m=+0.112070541 container died 438a7eb76cbd0524c707960764190036a91d01475265baa73bc78cd21123b085 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-b, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T17:43:38.127 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 10 17:43:37 smithi060 podman[45899]: 2024-09-10 17:43:37.844267162 +0000 UTC m=+0.472288223 container cleanup 438a7eb76cbd0524c707960764190036a91d01475265baa73bc78cd21123b085 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-b, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731) 2024-09-10T17:43:38.127 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 10 17:43:37 smithi060 bash[45899]: ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-mgr-b 2024-09-10T17:43:38.271 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@mgr.b.service' 2024-09-10T17:43:38.306 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T17:43:38.306 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-10T17:43:38.306 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-10T17:43:38.306 DEBUG:teuthology.orchestra.run.smithi059:> sudo systemctl stop ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@osd.0 2024-09-10T17:43:38.598 INFO:journalctl@ceph.osd.0.smithi059.stdout:Sep 10 17:43:38 smithi059 systemd[1]: Stopping Ceph osd.0 for 23901b9e-6f9b-11ef-bcea-c7b262605968... 2024-09-10T17:43:39.035 INFO:journalctl@ceph.osd.0.smithi059.stdout:Sep 10 17:43:38 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-0[41302]: 2024-09-10T17:43:38.596+0000 7f507a52b640 -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-09-10T17:43:39.035 INFO:journalctl@ceph.osd.0.smithi059.stdout:Sep 10 17:43:38 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-0[41302]: 2024-09-10T17:43:38.596+0000 7f507a52b640 -1 osd.0 49 *** Got signal Terminated *** 2024-09-10T17:43:39.036 INFO:journalctl@ceph.osd.0.smithi059.stdout:Sep 10 17:43:38 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-0[41302]: 2024-09-10T17:43:38.596+0000 7f507a52b640 -1 osd.0 49 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T17:43:44.286 INFO:journalctl@ceph.osd.0.smithi059.stdout:Sep 10 17:43:43 smithi059 podman[54627]: 2024-09-10 17:43:43.994750312 +0000 UTC m=+5.493064681 container died c5a42b53247e8c8b7177b5a7dc12e030a4dc3ee020492699a8abf74c19644096 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-0, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, ceph=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-10T17:43:44.629 INFO:journalctl@ceph.osd.0.smithi059.stdout:Sep 10 17:43:44 smithi059 podman[54627]: 2024-09-10 17:43:44.36946144 +0000 UTC m=+5.867775809 container cleanup c5a42b53247e8c8b7177b5a7dc12e030a4dc3ee020492699a8abf74c19644096 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-0, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-10T17:43:44.629 INFO:journalctl@ceph.osd.0.smithi059.stdout:Sep 10 17:43:44 smithi059 bash[54627]: ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-0 2024-09-10T17:43:44.996 INFO:journalctl@ceph.osd.0.smithi059.stdout:Sep 10 17:43:44 smithi059 podman[54647]: 2024-09-10 17:43:44.629005866 +0000 UTC m=+0.630436360 container remove c5a42b53247e8c8b7177b5a7dc12e030a4dc3ee020492699a8abf74c19644096 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-0, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.schema-version=1.0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T17:43:45.286 INFO:journalctl@ceph.osd.0.smithi059.stdout:Sep 10 17:43:44 smithi059 podman[54742]: 2024-09-10 17:43:44.996411168 +0000 UTC m=+0.112620329 container create 22107dbe62866e8042a8e0db1c26e0afdbc463b24d325a681212b1f727512bf3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-0-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-09-10T17:43:45.286 INFO:journalctl@ceph.osd.0.smithi059.stdout:Sep 10 17:43:44 smithi059 podman[54742]: 2024-09-10 17:43:44.900047916 +0000 UTC m=+0.016257088 image pull 542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e 2024-09-10T17:43:45.286 INFO:journalctl@ceph.osd.0.smithi059.stdout:Sep 10 17:43:45 smithi059 podman[54742]: 2024-09-10 17:43:45.190261624 +0000 UTC m=+0.306470787 container init 22107dbe62866e8042a8e0db1c26e0afdbc463b24d325a681212b1f727512bf3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, ceph=True) 2024-09-10T17:43:45.286 INFO:journalctl@ceph.osd.0.smithi059.stdout:Sep 10 17:43:45 smithi059 podman[54742]: 2024-09-10 17:43:45.195710515 +0000 UTC m=+0.311919674 container start 22107dbe62866e8042a8e0db1c26e0afdbc463b24d325a681212b1f727512bf3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-09-10T17:43:45.549 INFO:journalctl@ceph.osd.0.smithi059.stdout:Sep 10 17:43:45 smithi059 podman[54742]: 2024-09-10 17:43:45.29831754 +0000 UTC m=+0.414526716 container attach 22107dbe62866e8042a8e0db1c26e0afdbc463b24d325a681212b1f727512bf3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-0-deactivate, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T17:43:45.550 INFO:journalctl@ceph.osd.0.smithi059.stdout:Sep 10 17:43:45 smithi059 podman[54742]: 2024-09-10 17:43:45.399246417 +0000 UTC m=+0.515455581 container died 22107dbe62866e8042a8e0db1c26e0afdbc463b24d325a681212b1f727512bf3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=) 2024-09-10T17:43:45.918 DEBUG:teuthology.orchestra.run.smithi059:> sudo pkill -f 'journalctl -f -n 0 -u ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@osd.0.service' 2024-09-10T17:43:45.957 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T17:43:45.957 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-10T17:43:45.958 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-10T17:43:45.958 DEBUG:teuthology.orchestra.run.smithi059:> sudo systemctl stop ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@osd.1 2024-09-10T17:43:46.282 INFO:journalctl@ceph.osd.1.smithi059.stdout:Sep 10 17:43:46 smithi059 systemd[1]: Stopping Ceph osd.1 for 23901b9e-6f9b-11ef-bcea-c7b262605968... 2024-09-10T17:43:46.535 INFO:journalctl@ceph.osd.1.smithi059.stdout:Sep 10 17:43:46 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-1[45045]: 2024-09-10T17:43:46.281+0000 7fc7c8d5a640 -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-09-10T17:43:46.535 INFO:journalctl@ceph.osd.1.smithi059.stdout:Sep 10 17:43:46 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-1[45045]: 2024-09-10T17:43:46.281+0000 7fc7c8d5a640 -1 osd.1 49 *** Got signal Terminated *** 2024-09-10T17:43:46.535 INFO:journalctl@ceph.osd.1.smithi059.stdout:Sep 10 17:43:46 smithi059 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-1[45045]: 2024-09-10T17:43:46.281+0000 7fc7c8d5a640 -1 osd.1 49 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T17:43:51.922 INFO:journalctl@ceph.osd.1.smithi059.stdout:Sep 10 17:43:51 smithi059 podman[54871]: 2024-09-10 17:43:51.653944723 +0000 UTC m=+5.473185478 container died 226bdbdb1cd3c84c655370e26eb6dc71071c041e80be6ceb9cb056369ce7500c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-1, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2) 2024-09-10T17:43:52.285 INFO:journalctl@ceph.osd.1.smithi059.stdout:Sep 10 17:43:52 smithi059 podman[54871]: 2024-09-10 17:43:52.070487752 +0000 UTC m=+5.889728512 container cleanup 226bdbdb1cd3c84c655370e26eb6dc71071c041e80be6ceb9cb056369ce7500c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-1, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T17:43:52.286 INFO:journalctl@ceph.osd.1.smithi059.stdout:Sep 10 17:43:52 smithi059 bash[54871]: ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-1 2024-09-10T17:43:52.785 INFO:journalctl@ceph.osd.1.smithi059.stdout:Sep 10 17:43:52 smithi059 podman[55162]: 2024-09-10 17:43:52.380376586 +0000 UTC m=+0.723335194 container remove 226bdbdb1cd3c84c655370e26eb6dc71071c041e80be6ceb9cb056369ce7500c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-1, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux ) 2024-09-10T17:43:53.108 INFO:journalctl@ceph.osd.1.smithi059.stdout:Sep 10 17:43:52 smithi059 podman[55254]: 2024-09-10 17:43:52.822696245 +0000 UTC m=+0.097019734 container create 6b2885fedf4687089bdb85387271e8dce5d19610afb6afaa06419eb9fbff3901 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-1-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, io.buildah.version=1.37.2) 2024-09-10T17:43:53.108 INFO:journalctl@ceph.osd.1.smithi059.stdout:Sep 10 17:43:52 smithi059 podman[55254]: 2024-09-10 17:43:52.741836872 +0000 UTC m=+0.016160379 image pull 542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e 2024-09-10T17:43:53.109 INFO:journalctl@ceph.osd.1.smithi059.stdout:Sep 10 17:43:53 smithi059 podman[55254]: 2024-09-10 17:43:53.03325768 +0000 UTC m=+0.307581185 container init 6b2885fedf4687089bdb85387271e8dce5d19610afb6afaa06419eb9fbff3901 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-1-deactivate, io.buildah.version=1.37.2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-09-10T17:43:53.109 INFO:journalctl@ceph.osd.1.smithi059.stdout:Sep 10 17:43:53 smithi059 podman[55254]: 2024-09-10 17:43:53.037904869 +0000 UTC m=+0.312228366 container start 6b2885fedf4687089bdb85387271e8dce5d19610afb6afaa06419eb9fbff3901 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-1-deactivate, ceph=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-10T17:43:53.109 INFO:journalctl@ceph.osd.1.smithi059.stdout:Sep 10 17:43:53 smithi059 podman[55254]: 2024-09-10 17:43:53.107857402 +0000 UTC m=+0.382180890 container attach 6b2885fedf4687089bdb85387271e8dce5d19610afb6afaa06419eb9fbff3901 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-1-deactivate, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-10T17:43:53.510 INFO:journalctl@ceph.osd.1.smithi059.stdout:Sep 10 17:43:53 smithi059 podman[55254]: 2024-09-10 17:43:53.237557177 +0000 UTC m=+0.511880687 container died 6b2885fedf4687089bdb85387271e8dce5d19610afb6afaa06419eb9fbff3901 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, ceph=True) 2024-09-10T17:43:53.813 DEBUG:teuthology.orchestra.run.smithi059:> sudo pkill -f 'journalctl -f -n 0 -u ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@osd.1.service' 2024-09-10T17:43:53.852 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T17:43:53.852 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-10T17:43:53.852 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-10T17:43:53.852 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@osd.2 2024-09-10T17:43:53.937 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 10 17:43:53 smithi060 systemd[1]: Stopping Ceph osd.2 for 23901b9e-6f9b-11ef-bcea-c7b262605968... 2024-09-10T17:43:54.626 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 10 17:43:54 smithi060 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-2[37283]: 2024-09-10T17:43:54.215+0000 7f1b264ef640 -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-09-10T17:43:54.627 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 10 17:43:54 smithi060 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-2[37283]: 2024-09-10T17:43:54.215+0000 7f1b264ef640 -1 osd.2 49 *** Got signal Terminated *** 2024-09-10T17:43:54.627 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 10 17:43:54 smithi060 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-2[37283]: 2024-09-10T17:43:54.215+0000 7f1b264ef640 -1 osd.2 49 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T17:43:59.891 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 10 17:43:59 smithi060 podman[46513]: 2024-09-10 17:43:59.628310082 +0000 UTC m=+5.568988389 container died bcfa3fd9d0a728678e00c6089be66256e5c80667ed69bcfdc894f1ab018159df (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-2, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-09-10T17:44:00.365 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 10 17:44:00 smithi060 podman[46513]: 2024-09-10 17:44:00.114035851 +0000 UTC m=+6.054714144 container cleanup bcfa3fd9d0a728678e00c6089be66256e5c80667ed69bcfdc894f1ab018159df (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, ceph=True, GIT_CLEAN=True) 2024-09-10T17:44:00.365 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 10 17:44:00 smithi060 bash[46513]: ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-2 2024-09-10T17:44:00.626 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 10 17:44:00 smithi060 podman[46535]: 2024-09-10 17:44:00.365194554 +0000 UTC m=+0.731305328 container remove bcfa3fd9d0a728678e00c6089be66256e5c80667ed69bcfdc894f1ab018159df (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux ) 2024-09-10T17:44:01.010 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 10 17:44:00 smithi060 podman[46633]: 2024-09-10 17:44:00.674416553 +0000 UTC m=+0.110675319 container create 1301c974a3ec0269bcd7833b0a5a8a1c178f6ef8731090f7d3354059e58247a9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-2-deactivate, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T17:44:01.010 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 10 17:44:00 smithi060 podman[46633]: 2024-09-10 17:44:00.580357138 +0000 UTC m=+0.016615879 image pull 542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e 2024-09-10T17:44:01.010 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 10 17:44:00 smithi060 podman[46633]: 2024-09-10 17:44:00.910107302 +0000 UTC m=+0.346366035 container init 1301c974a3ec0269bcd7833b0a5a8a1c178f6ef8731090f7d3354059e58247a9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T17:44:01.010 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 10 17:44:00 smithi060 podman[46633]: 2024-09-10 17:44:00.915330417 +0000 UTC m=+0.351589141 container start 1301c974a3ec0269bcd7833b0a5a8a1c178f6ef8731090f7d3354059e58247a9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-09-10T17:44:01.010 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 10 17:44:01 smithi060 podman[46633]: 2024-09-10 17:44:01.009858674 +0000 UTC m=+0.446117412 container attach 1301c974a3ec0269bcd7833b0a5a8a1c178f6ef8731090f7d3354059e58247a9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-2-deactivate, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55) 2024-09-10T17:44:01.377 INFO:journalctl@ceph.osd.2.smithi060.stdout:Sep 10 17:44:01 smithi060 podman[46633]: 2024-09-10 17:44:01.109707896 +0000 UTC m=+0.545966621 container died 1301c974a3ec0269bcd7833b0a5a8a1c178f6ef8731090f7d3354059e58247a9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-2-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T17:44:01.696 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@osd.2.service' 2024-09-10T17:44:01.738 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T17:44:01.738 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-10T17:44:01.738 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-10T17:44:01.739 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@osd.3 2024-09-10T17:44:02.068 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 10 17:44:01 smithi060 systemd[1]: Stopping Ceph osd.3 for 23901b9e-6f9b-11ef-bcea-c7b262605968... 2024-09-10T17:44:02.377 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 10 17:44:02 smithi060 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-3[41000]: 2024-09-10T17:44:02.067+0000 7ffae8f80640 -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-09-10T17:44:02.377 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 10 17:44:02 smithi060 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-3[41000]: 2024-09-10T17:44:02.067+0000 7ffae8f80640 -1 osd.3 49 *** Got signal Terminated *** 2024-09-10T17:44:02.377 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 10 17:44:02 smithi060 ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-3[41000]: 2024-09-10T17:44:02.067+0000 7ffae8f80640 -1 osd.3 49 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T17:44:07.843 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 10 17:44:07 smithi060 podman[46761]: 2024-09-10 17:44:07.505517698 +0000 UTC m=+5.539861249 container died 4fa734801a8cdfa64b5149827757070889feabf7880f4b06ba57a0c5b03df8e8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-3, GIT_CLEAN=True, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=) 2024-09-10T17:44:08.127 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 10 17:44:07 smithi060 podman[46761]: 2024-09-10 17:44:07.973760327 +0000 UTC m=+6.008103881 container cleanup 4fa734801a8cdfa64b5149827757070889feabf7880f4b06ba57a0c5b03df8e8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-3, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-09-10T17:44:08.127 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 10 17:44:07 smithi060 bash[46761]: ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-3 2024-09-10T17:44:08.542 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 10 17:44:08 smithi060 podman[46788]: 2024-09-10 17:44:08.224766884 +0000 UTC m=+0.715264537 container remove 4fa734801a8cdfa64b5149827757070889feabf7880f4b06ba57a0c5b03df8e8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-3, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731) 2024-09-10T17:44:08.862 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 10 17:44:08 smithi060 podman[46978]: 2024-09-10 17:44:08.542070808 +0000 UTC m=+0.107335403 container create aa297cdc7c83d49743dccf2fb4922d063c907f1c842f3b2a77471cfd25e03b5c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=) 2024-09-10T17:44:08.862 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 10 17:44:08 smithi060 podman[46978]: 2024-09-10 17:44:08.451421025 +0000 UTC m=+0.016685621 image pull 542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e 2024-09-10T17:44:08.862 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 10 17:44:08 smithi060 podman[46978]: 2024-09-10 17:44:08.769685175 +0000 UTC m=+0.334949770 container init aa297cdc7c83d49743dccf2fb4922d063c907f1c842f3b2a77471cfd25e03b5c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-3-deactivate, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-10T17:44:08.862 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 10 17:44:08 smithi060 podman[46978]: 2024-09-10 17:44:08.774814087 +0000 UTC m=+0.340078681 container start aa297cdc7c83d49743dccf2fb4922d063c907f1c842f3b2a77471cfd25e03b5c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2024-09-10T17:44:08.862 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 10 17:44:08 smithi060 podman[46978]: 2024-09-10 17:44:08.861298782 +0000 UTC m=+0.426563389 container attach aa297cdc7c83d49743dccf2fb4922d063c907f1c842f3b2a77471cfd25e03b5c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-3-deactivate, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55) 2024-09-10T17:44:09.126 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 10 17:44:08 smithi060 podman[46978]: 2024-09-10 17:44:08.979918665 +0000 UTC m=+0.545183260 container died aa297cdc7c83d49743dccf2fb4922d063c907f1c842f3b2a77471cfd25e03b5c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-3-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-09-10T17:44:09.484 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@osd.3.service' 2024-09-10T17:44:09.510 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 10 17:44:09 smithi060 podman[47037]: 2024-09-10 17:44:09.464256538 +0000 UTC m=+0.478733718 container remove aa297cdc7c83d49743dccf2fb4922d063c907f1c842f3b2a77471cfd25e03b5c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-23901b9e-6f9b-11ef-bcea-c7b262605968-osd-3-deactivate, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2) 2024-09-10T17:44:09.511 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 10 17:44:09 smithi060 systemd[1]: ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@osd.3.service: Deactivated successfully. 2024-09-10T17:44:09.511 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 10 17:44:09 smithi060 systemd[1]: Stopped Ceph osd.3 for 23901b9e-6f9b-11ef-bcea-c7b262605968. 2024-09-10T17:44:09.511 INFO:journalctl@ceph.osd.3.smithi060.stdout:Sep 10 17:44:09 smithi060 systemd[1]: ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@osd.3.service: Consumed 2.056s CPU time. 2024-09-10T17:44:09.526 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T17:44:09.527 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-10T17:44:09.527 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-10T17:44:09.527 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@osd.4 2024-09-10T17:44:09.581 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@osd.4.service' 2024-09-10T17:44:09.618 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T17:44:09.618 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-10T17:44:09.619 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-10T17:44:09.619 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@osd.5 2024-09-10T17:44:09.697 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-23901b9e-6f9b-11ef-bcea-c7b262605968@osd.5.service' 2024-09-10T17:44:09.770 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T17:44:09.771 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-10T17:44:09.771 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-10T17:44:09.984 INFO:teuthology.orchestra.run.smithi059.stdout:Deleting cluster with fsid: 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:44:11.525 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-10T17:44:11.738 INFO:teuthology.orchestra.run.smithi060.stdout:Deleting cluster with fsid: 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:44:13.234 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-10T17:44:13.437 INFO:teuthology.orchestra.run.smithi192.stdout:Deleting cluster with fsid: 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:44:13.827 DEBUG:teuthology.orchestra.run.smithi059:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T17:44:13.860 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T17:44:13.894 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T17:44:13.921 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-10T17:44:13.923 DEBUG:teuthology.misc:Transferring archived files from smithi059:/var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi/7899410/remote/smithi059/crash 2024-09-10T17:44:13.924 DEBUG:teuthology.orchestra.run.smithi059:> sudo tar c -f - -C /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/crash -- . 2024-09-10T17:44:13.977 INFO:teuthology.orchestra.run.smithi059.stderr:tar: /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-10T17:44:13.977 INFO:teuthology.orchestra.run.smithi059.stderr:tar: Error is not recoverable: exiting now 2024-09-10T17:44:13.980 DEBUG:teuthology.misc:Transferring archived files from smithi060:/var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi/7899410/remote/smithi060/crash 2024-09-10T17:44:13.980 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/crash -- . 2024-09-10T17:44:14.025 INFO:teuthology.orchestra.run.smithi060.stderr:tar: /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-10T17:44:14.025 INFO:teuthology.orchestra.run.smithi060.stderr:tar: Error is not recoverable: exiting now 2024-09-10T17:44:14.027 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi/7899410/remote/smithi192/crash 2024-09-10T17:44:14.028 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/crash -- . 2024-09-10T17:44:14.066 INFO:teuthology.orchestra.run.smithi192.stderr:tar: /var/lib/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-10T17:44:14.066 INFO:teuthology.orchestra.run.smithi192.stderr:tar: Error is not recoverable: exiting now 2024-09-10T17:44:14.067 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-10T17:44:14.068 DEBUG:teuthology.orchestra.run.smithi059:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_HOST | egrep -v CEPHADM_STRAY_DAEMON | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-10T17:44:14.101 INFO:tasks.cephadm:Compressing logs... 2024-09-10T17:44:14.101 DEBUG:teuthology.orchestra.run.smithi059:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-10T17:44:14.143 DEBUG:teuthology.orchestra.run.smithi060:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-10T17:44:14.146 DEBUG:teuthology.orchestra.run.smithi192:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-10T17:44:14.169 INFO:teuthology.orchestra.run.smithi059.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-osd.0.log 2024-09-10T17:44:14.169 INFO:teuthology.orchestra.run.smithi059.stderr:: No such file or directory 2024-09-10T17:44:14.169 INFO:teuthology.orchestra.run.smithi059.stderr:gzip -5 --verbose -- /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-osd.1.log 2024-09-10T17:44:14.170 INFO:teuthology.orchestra.run.smithi059.stderr:gzip -5 --verbose -- /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-mgr.a.log 2024-09-10T17:44:14.170 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-osd.0.log: gzip -5/var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-osd.1.log: --verbose -- /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-10T17:44:14.170 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.audit.log 2024-09-10T17:44:14.171 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.cephadm.log 2024-09-10T17:44:14.175 INFO:teuthology.orchestra.run.smithi192.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-10T17:44:14.175 INFO:teuthology.orchestra.run.smithi192.stderr:: No such file or directory 2024-09-10T17:44:14.175 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-osd.4.log 2024-09-10T17:44:14.175 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.audit.log 2024-09-10T17:44:14.175 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-mon.c.log 2024-09-10T17:44:14.175 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.cephadm.log 2024-09-10T17:44:14.175 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5/var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-mon.c.log: --verbose -- /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-osd.5.log 2024-09-10T17:44:14.175 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.log 2024-09-10T17:44:14.175 INFO:teuthology.orchestra.run.smithi192.stderr: 79.2% -- replaced with /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.cephadm.log.gz 2024-09-10T17:44:14.175 INFO:teuthology.orchestra.run.smithi192.stderr: 90.4% -- replaced with /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.audit.log.gz 2024-09-10T17:44:14.176 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-10T17:44:14.176 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.log: /var/log/ceph/cephadm.log: 85.3% -- replaced with /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.log.gz 2024-09-10T17:44:14.176 INFO:teuthology.orchestra.run.smithi192.stderr: 84.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-10T17:44:14.176 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-mon.a.log 2024-09-10T17:44:14.176 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.log 2024-09-10T17:44:14.176 INFO:teuthology.orchestra.run.smithi059.stderr: 82.8% -- replaced with /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.cephadm.log.gz 2024-09-10T17:44:14.176 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-10T17:44:14.176 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.log: /var/log/ceph/cephadm.log: 90.4% -- replaced with /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.audit.log.gz 2024-09-10T17:44:14.176 INFO:teuthology.orchestra.run.smithi059.stderr: 86.2% -- replaced with /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.log.gz 2024-09-10T17:44:14.177 INFO:teuthology.orchestra.run.smithi060.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-09-10T17:44:14.177 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-10T17:44:14.178 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-mgr.b.log 2024-09-10T17:44:14.178 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.audit.log 2024-09-10T17:44:14.178 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-volume.log: /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.cephadm.log 2024-09-10T17:44:14.178 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-osd.2.log 2024-09-10T17:44:14.179 INFO:teuthology.orchestra.run.smithi059.stderr: 84.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-10T17:44:14.181 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.log 2024-09-10T17:44:14.181 INFO:teuthology.orchestra.run.smithi060.stderr: 82.4% -- replaced with /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.cephadm.log.gz 2024-09-10T17:44:14.181 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose --/var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-osd.2.log: /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-mon.b.log 2024-09-10T17:44:14.181 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-osd.3.log 2024-09-10T17:44:14.181 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-10T17:44:14.181 INFO:teuthology.orchestra.run.smithi060.stderr: 86.0% 90.5% -- replaced with /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.audit.log.gz 2024-09-10T17:44:14.181 INFO:teuthology.orchestra.run.smithi060.stderr: -- replaced with /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph.log.gz 2024-09-10T17:44:14.181 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-osd.3.log: /var/log/ceph/cephadm.log: 90.4% -- replaced with /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-mgr.b.log.gz 2024-09-10T17:44:14.181 INFO:teuthology.orchestra.run.smithi060.stderr: 84.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-10T17:44:14.185 INFO:teuthology.orchestra.run.smithi059.stderr: 91.5% -- replaced with /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-10T17:44:14.190 INFO:teuthology.orchestra.run.smithi192.stderr: 91.5% -- replaced with /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-10T17:44:14.190 INFO:teuthology.orchestra.run.smithi192.stderr: 92.9% -- replaced with /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-osd.4.log.gz 2024-09-10T17:44:14.192 INFO:teuthology.orchestra.run.smithi192.stderr: 92.8% -- replaced with /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-osd.5.log.gz 2024-09-10T17:44:14.196 INFO:teuthology.orchestra.run.smithi060.stderr: 91.4% -- replaced with /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-10T17:44:14.205 INFO:teuthology.orchestra.run.smithi059.stderr: 93.3% -- replaced with /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-osd.1.log.gz 2024-09-10T17:44:14.222 INFO:teuthology.orchestra.run.smithi060.stderr: 92.9% -- replaced with /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-osd.3.log.gz 2024-09-10T17:44:14.223 INFO:teuthology.orchestra.run.smithi059.stderr: 93.0% -- replaced with /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-osd.0.log.gz 2024-09-10T17:44:14.231 INFO:teuthology.orchestra.run.smithi192.stderr: 92.7% -- replaced with /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-mon.c.log.gz 2024-09-10T17:44:14.233 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-09-10T17:44:14.233 INFO:teuthology.orchestra.run.smithi192.stderr:real 0m0.072s 2024-09-10T17:44:14.233 INFO:teuthology.orchestra.run.smithi192.stderr:user 0m0.128s 2024-09-10T17:44:14.234 INFO:teuthology.orchestra.run.smithi192.stderr:sys 0m0.020s 2024-09-10T17:44:14.236 INFO:teuthology.orchestra.run.smithi060.stderr: 93.3% -- replaced with /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-osd.2.log.gz 2024-09-10T17:44:14.257 INFO:teuthology.orchestra.run.smithi059.stderr: 87.9% -- replaced with /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-mgr.a.log.gz 2024-09-10T17:44:14.263 INFO:teuthology.orchestra.run.smithi060.stderr: 92.4% -- replaced with /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-mon.b.log.gz 2024-09-10T17:44:14.265 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-09-10T17:44:14.265 INFO:teuthology.orchestra.run.smithi060.stderr:real 0m0.103s 2024-09-10T17:44:14.265 INFO:teuthology.orchestra.run.smithi060.stderr:user 0m0.217s 2024-09-10T17:44:14.265 INFO:teuthology.orchestra.run.smithi060.stderr:sys 0m0.036s 2024-09-10T17:44:14.431 INFO:teuthology.orchestra.run.smithi059.stderr: 91.3% -- replaced with /var/log/ceph/23901b9e-6f9b-11ef-bcea-c7b262605968/ceph-mon.a.log.gz 2024-09-10T17:44:14.432 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-09-10T17:44:14.432 INFO:teuthology.orchestra.run.smithi059.stderr:real 0m0.275s 2024-09-10T17:44:14.433 INFO:teuthology.orchestra.run.smithi059.stderr:user 0m0.455s 2024-09-10T17:44:14.433 INFO:teuthology.orchestra.run.smithi059.stderr:sys 0m0.031s 2024-09-10T17:44:14.433 INFO:tasks.cephadm:Archiving logs... 2024-09-10T17:44:14.433 DEBUG:teuthology.misc:Transferring archived files from smithi059:/var/log/ceph to /home/teuthworker/archive/skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi/7899410/remote/smithi059/log 2024-09-10T17:44:14.434 DEBUG:teuthology.orchestra.run.smithi059:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-10T17:44:14.585 DEBUG:teuthology.misc:Transferring archived files from smithi060:/var/log/ceph to /home/teuthworker/archive/skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi/7899410/remote/smithi060/log 2024-09-10T17:44:14.586 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-10T17:44:14.654 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/log/ceph to /home/teuthworker/archive/skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi/7899410/remote/smithi192/log 2024-09-10T17:44:14.657 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-10T17:44:14.709 INFO:tasks.cephadm:Removing cluster... 2024-09-10T17:44:14.709 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 --force 2024-09-10T17:44:14.908 INFO:teuthology.orchestra.run.smithi059.stdout:Deleting cluster with fsid: 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:44:15.176 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 --force 2024-09-10T17:44:15.390 INFO:teuthology.orchestra.run.smithi060.stdout:Deleting cluster with fsid: 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:44:15.651 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 23901b9e-6f9b-11ef-bcea-c7b262605968 --force 2024-09-10T17:44:15.855 INFO:teuthology.orchestra.run.smithi192.stdout:Deleting cluster with fsid: 23901b9e-6f9b-11ef-bcea-c7b262605968 2024-09-10T17:44:16.104 INFO:tasks.cephadm:Removing cephadm ... 2024-09-10T17:44:16.104 DEBUG:teuthology.orchestra.run.smithi059:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-10T17:44:16.124 DEBUG:teuthology.orchestra.run.smithi060:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-10T17:44:16.140 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-10T17:44:16.156 INFO:tasks.cephadm:Teardown complete 2024-09-10T17:44:16.157 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-10T17:44:16.166 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-09-10T17:44:16.166 DEBUG:teuthology.orchestra.run.smithi059:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-10T17:44:16.169 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-10T17:44:16.183 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-10T17:44:16.295 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-10T17:44:16.303 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-10T17:44:16.304 DEBUG:teuthology.orchestra.run.smithi059:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T17:44:16.307 DEBUG:teuthology.orchestra.run.smithi060:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T17:44:16.309 DEBUG:teuthology.orchestra.run.smithi192:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T17:44:16.322 INFO:teuthology.orchestra.run.smithi060.stderr:bash: line 1: ntpq: command not found 2024-09-10T17:44:16.322 INFO:teuthology.orchestra.run.smithi059.stderr:bash: line 1: ntpq: command not found 2024-09-10T17:44:16.323 INFO:teuthology.orchestra.run.smithi192.stderr:bash: line 1: ntpq: command not found 2024-09-10T17:44:16.326 INFO:teuthology.orchestra.run.smithi060.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T17:44:16.326 INFO:teuthology.orchestra.run.smithi060.stdout:=============================================================================== 2024-09-10T17:44:16.326 INFO:teuthology.orchestra.run.smithi060.stdout:^* hv01.front.sepia.ceph.com 3 6 377 2 +260us[ +292us] +/- 45ms 2024-09-10T17:44:16.326 INFO:teuthology.orchestra.run.smithi060.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 4 +322us[ +354us] +/- 57ms 2024-09-10T17:44:16.326 INFO:teuthology.orchestra.run.smithi060.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 3 -845us[ -813us] +/- 74ms 2024-09-10T17:44:16.326 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T17:44:16.327 INFO:teuthology.orchestra.run.smithi059.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T17:44:16.327 INFO:teuthology.orchestra.run.smithi059.stdout:=============================================================================== 2024-09-10T17:44:16.327 INFO:teuthology.orchestra.run.smithi059.stdout:^* hv01.front.sepia.ceph.com 3 6 377 3 +272us[ +301us] +/- 45ms 2024-09-10T17:44:16.327 INFO:teuthology.orchestra.run.smithi059.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 3 +317us[ +317us] +/- 57ms 2024-09-10T17:44:16.328 INFO:teuthology.orchestra.run.smithi059.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 4 -846us[ -817us] +/- 74ms 2024-09-10T17:44:16.328 INFO:teuthology.orchestra.run.smithi059.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T17:44:16.329 INFO:teuthology.orchestra.run.smithi192.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T17:44:16.329 INFO:teuthology.orchestra.run.smithi192.stdout:=============================================================================== 2024-09-10T17:44:16.329 INFO:teuthology.orchestra.run.smithi192.stdout:^* hv01.front.sepia.ceph.com 3 6 377 3 +278us[ +284us] +/- 45ms 2024-09-10T17:44:16.329 INFO:teuthology.orchestra.run.smithi192.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 3 +334us[ +339us] +/- 57ms 2024-09-10T17:44:16.329 INFO:teuthology.orchestra.run.smithi192.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 2 -839us[ -839us] +/- 74ms 2024-09-10T17:44:16.329 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T17:44:16.330 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-10T17:44:16.338 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-10T17:44:16.339 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-10T17:44:16.409 DEBUG:teuthology.orchestra.run.smithi059:> 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-09-10T17:44:16.491 DEBUG:teuthology.orchestra.run.smithi060:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-10T17:44:16.560 DEBUG:teuthology.orchestra.run.smithi192:> 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-09-10T17:44:16.627 DEBUG:teuthology.orchestra.run.smithi059:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-10T17:44:16.658 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T17:44:16.659 DEBUG:teuthology.orchestra.run.smithi060:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-10T17:44:16.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T17:44:16.687 DEBUG:teuthology.orchestra.run.smithi192:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-10T17:44:16.715 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T17:44:16.715 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-10T17:44:16.725 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-10T17:44:16.734 INFO:teuthology.task.internal:Duration was 886.194121 seconds 2024-09-10T17:44:16.734 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-10T17:44:16.743 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-10T17:44:16.743 DEBUG:teuthology.orchestra.run.smithi059:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-10T17:44:16.746 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-10T17:44:16.748 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-10T17:44:16.786 INFO:teuthology.orchestra.run.smithi060.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T17:44:16.787 INFO:teuthology.orchestra.run.smithi059.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T17:44:16.794 INFO:teuthology.orchestra.run.smithi192.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T17:44:17.165 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-10T17:44:17.165 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi059.front.sepia.ceph.com 2024-09-10T17:44:17.165 DEBUG:teuthology.orchestra.run.smithi059:> 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-09-10T17:44:17.189 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi060.front.sepia.ceph.com 2024-09-10T17:44:17.189 DEBUG:teuthology.orchestra.run.smithi060:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-10T17:44:17.231 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi192.front.sepia.ceph.com 2024-09-10T17:44:17.231 DEBUG:teuthology.orchestra.run.smithi192:> 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-09-10T17:44:17.263 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-10T17:44:17.263 DEBUG:teuthology.orchestra.run.smithi059:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-10T17:44:17.265 DEBUG:teuthology.orchestra.run.smithi060:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-10T17:44:17.274 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-10T17:44:17.329 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-10T17:44:17.329 DEBUG:teuthology.orchestra.run.smithi059:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-10T17:44:17.336 DEBUG:teuthology.orchestra.run.smithi060:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-10T17:44:17.342 DEBUG:teuthology.orchestra.run.smithi192:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-10T17:44:17.528 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-10T17:44:17.538 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-10T17:44:17.538 DEBUG:teuthology.orchestra.run.smithi059:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-10T17:44:17.565 DEBUG:teuthology.orchestra.run.smithi060:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-10T17:44:17.591 DEBUG:teuthology.orchestra.run.smithi192:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-10T17:44:17.617 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-10T17:44:17.626 DEBUG:teuthology.orchestra.run.smithi059:> 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-09-10T17:44:17.629 DEBUG:teuthology.orchestra.run.smithi060:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-10T17:44:17.634 DEBUG:teuthology.orchestra.run.smithi192:> 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-09-10T17:44:17.650 INFO:teuthology.orchestra.run.smithi059.stdout:kernel.core_pattern = core 2024-09-10T17:44:17.655 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern = core 2024-09-10T17:44:17.680 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = core 2024-09-10T17:44:17.697 DEBUG:teuthology.orchestra.run.smithi059:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-10T17:44:17.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T17:44:17.747 DEBUG:teuthology.orchestra.run.smithi060:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-10T17:44:17.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T17:44:17.762 DEBUG:teuthology.orchestra.run.smithi192:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-10T17:44:17.777 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T17:44:17.778 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-10T17:44:17.787 INFO:teuthology.task.internal:Transferring archived files... 2024-09-10T17:44:17.788 DEBUG:teuthology.misc:Transferring archived files from smithi059:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi/7899410/remote/smithi059 2024-09-10T17:44:17.789 DEBUG:teuthology.orchestra.run.smithi059:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-10T17:44:17.829 DEBUG:teuthology.misc:Transferring archived files from smithi060:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi/7899410/remote/smithi060 2024-09-10T17:44:17.829 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-10T17:44:17.866 DEBUG:teuthology.misc:Transferring archived files from smithi192:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi/7899410/remote/smithi192 2024-09-10T17:44:17.867 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-10T17:44:17.900 INFO:teuthology.task.internal:Removing archive directory... 2024-09-10T17:44:17.901 DEBUG:teuthology.orchestra.run.smithi059:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-10T17:44:17.903 DEBUG:teuthology.orchestra.run.smithi060:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-10T17:44:17.905 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-10T17:44:17.952 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-10T17:44:17.963 INFO:teuthology.task.internal:Not uploading archives. 2024-09-10T17:44:17.964 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-10T17:44:17.974 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-10T17:44:17.974 DEBUG:teuthology.orchestra.run.smithi059:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-10T17:44:17.977 DEBUG:teuthology.orchestra.run.smithi060:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-10T17:44:17.980 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-10T17:44:17.990 INFO:teuthology.orchestra.run.smithi059.stdout: 265836 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 10 17:44 /home/ubuntu/cephtest 2024-09-10T17:44:17.993 INFO:teuthology.orchestra.run.smithi060.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 10 17:44 /home/ubuntu/cephtest 2024-09-10T17:44:18.007 INFO:teuthology.orchestra.run.smithi192.stdout: 266063 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 10 17:44 /home/ubuntu/cephtest 2024-09-10T17:44:18.008 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-10T17:44:18.018 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-10T17:44:18.042 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_host_drain} duration: 886.1941213607788 flavor: default owner: scheduled_skanta@teuthology success: true 2024-09-10T17:44:18.042 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-10T17:44:18.140 INFO:teuthology.run:pass